/*-------------------------------------------------------------------
HTML Tags
-------------------------------------------------------------------*/
body,td,th,input,textarea,select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}
a:link,
a:visited{
	color: #27458E;
	text-decoration: underline;
}
a:hover,
a:active{
	color: #000066;
	text-decoration: underline;
}
h1{
	margin: 1em 0 0 0;
	font-size: 21px;
	font-weight: bold;
	color: #660000;
}
/*-------------------------------------------------------------------
Main Container and Nav Container
-------------------------------------------------------------------*/
#container{
	width: 780px;
	margin: 0 auto;
}
#nav-tile{
	background-image: url(/_images/nav-tile.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#nav-lt{
	background-image: url(/_images/nav-lt.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav-rt{
	background-image: url(/_images/nav-rt.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0 0 0 10px;
}
.clearline{
	height: 1px;
	clear: both;
}
#top-blueline{
	clear: both;
	height: 18px;
	background-color: #35478B;
	border-bottom: 5px solid #EAD16E;
}
/*-------------------------------------------------------------------
Header
-------------------------------------------------------------------*/
#header{
	height: 78px;
	background-image: url(/_images/top-photos.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#header span{
	display: block;
	padding: 17px 0 0 25px;
}

/*-------------------------------------------------------------------
2 columns and Left column content
-------------------------------------------------------------------*/
#red-column{
	background-color: #660000;
	background-image: url(/_images/lt-col-photo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 1%;
	position: relative;
}
#white-column{
	background-color: #FFFFFF;
	margin-left: 202px;
	height: 1%;
	position: relative;
	border-right: 1px solid #888888;
	background-image: url(/_images/white-content-tile.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#left-content{
	float:left;
	width:203px; 
	margin-left:-202px;
	position:relative;
	height: 1%;
}
#service-text{
	font-size: 10px;
	color: #FFFFFF;
	padding: 127px 10px 25px 10px;
}
#service-text em{
	display: block;
	padding-top: 1em;
}

/*-------------------------------------------------------------------
Content
-------------------------------------------------------------------*/
#right-content{
	padding: 10px 4px 1em 3px;
}
#breadcrumb{
	font-size: 11px;
	text-align: right;
	padding-right: 1em;
}
#breadcrumb a{
	font-weight: bold;
}

#right-content ol,
#right-content ul{
	text-align: left;
	margin-top: 1em;
	margin-bottom: 0;
}
#right-content li{
	padding-bottom: 1em;
}
.centered{
	text-align: center;
}
.last-item{
	padding-bottom: 0 !important;
}
.upper-a,
.upper-a-marginless{
	list-style-type: upper-alpha;
}
.lower-a,
.lower-a-marginless{
	list-style-type: lower-alpha;
}
.number,
.number-marginless{
	list-style-type: decimal;
}
.lower-i,
.lower-i-marginless{
	list-style-type: lower-roman;
}

.upper-a-marginless,
.lower-a-marginless,
.number-marginless,
.lower-i-marginless{
	margin-top: 0 !important;
	padding-top: 0 !important;
}


.sec{
	text-align: left;
}

/*-------------------------------------------------------------------
Textlinks
-------------------------------------------------------------------*/
#textlinks{
	clear: both;
	background-color: #BFBFBF;
	background-image: url(/_images/textlinks-tile.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 16px 0 0 0;
	height: 1%;
}
#textlinks-data{
	background-image: url(/_images/textlinks-logo.gif);
	background-repeat: no-repeat;
	background-position: 29px top;
	padding: 0 0 1em 202px;
	font-size: 10px;
	font-weight: bold;
	color: #27458E;
	text-align: center;
	height: 1%;
}
#textlinks-data p{
	margin-bottom: 0;
}