/* CSS Document */
body {
	padding:0px 3px 0px 3px;
	margin:0px 3px 0px 3px;
	font-family:Arial, Helvetica, sans-serif;
	color:#2A2A2A;
	font-size:11px;
	}

.content {
	font-family:Arial, Helvetica, sans-serif;
	color:#2A2A2A;
	font-size:11px;
}

.contentBig {
	font-family:Arial, Helvetica, sans-serif;
	color:#2A2A2A;
	font-size:13px;
	font-weight:bold;
}

.content a{
	font-family:Arial, Helvetica, sans-serif;
	color:#2A2A2A;
	font-size:11px;
	text-decoration:underline;
}

.content a:hover{
	font-family:Arial, Helvetica, sans-serif;
	color:#2A2A2A;
	font-size:11px;
	text-decoration:none;
}

.home-content p {
	margin: 20px 0;
}

.home-content p, .home-content p a{
	color: #4e91d8;
}

.home-content a:hover {
	color: #4e91d8;
	text-decoration: underline;
}

.home-content p a:hover {
	color: #2A2A2A;
	text-decoration: underline;
}

.home-content ul {
	margin: 0 7px;
}

.home-content li {
	list-style-image: none !important;
	list-style-type: none;
}

#wrapperNarrow {
	width:780px;
	margin:0px auto;
	padding:0px;
	}	

#wrapper {
	width:100%;
	margin:0px auto;
	padding:0px;
	}	
	
form {
	padding:0px;
	margin:0px;
	}	

.ip {
	font-size:11px;
	padding:1px;
	}

a {
	color:#2A2A2A;
	}
	
a:hover {
	text-decoration:none;
	}	

/* ------------- header ------------ */
#header {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border-bottom:2px solid #0097D7;
	height:70px;
	}
	
	#tagline {
		float:left;
		width:100px;
		height:70px;
	}
	
	#search {
		float:right;
		width:300px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#999999;
		text-align:center;
	}
	
	 #box {
		width:300px;
		height:30px;
		background-color:#0097D7;
		padding:7px;
		margin:0px;
		}
		
/* -------------- navigation -------------*/
#navigation {
	border-top:1px solid #ffffff;
	padding:1px 0px 0px 0px;
	height:29px;
	background-color:#003876;
	}		
	
/* --------- main content ------------ */
#contentContainer {
	padding:1px 0px 0px 0px;
	border-bottom:3px solid #003876;
	overflow:hidden;
	clear:both;
	}

#contentLeft {
	width:230px;
	border-right:1px solid #003876;
	background-color:#EDF8FC;
}	
	
#contentLeftInner {
	width:185px;
	border-right:1px solid #003876;
	background-color:#E7F6FC;
}		
	
#contentLeft #ltBlue{	
	background-color:#EDF8FC;
	padding:7px;
	width:200px
}
	
#contentLeft #dkBlue {
	background-color:#D1ECF8;
	padding:7px;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	}	

#contentLeft #ltBlue b, #contentLeft #dkBlue b{
	font-size:15px;
	margin:0px 0px 10px 0px;
	padding:0px 0px 20px 0px;
	font-family:Helvetica, sans-serif;
	}
	
#contentRight {
	width:720px;
	margin-left:235px;
	padding:5px;
	}		
	
#content {
	padding:0px 10px 10px 10px;
	}	
	
#right {
	padding:5px;
	}	
	
ul {
	padding:0px;
	margin:5px 0px 0px 15px;
	}
	
#content li {
	list-style-type:square;
	/*list-style-image:url(/images/common/li.gif);*/
	}
	
#content ol li{
	list-style-type:decimal;
	} 	
	
#contentLeft li {
	list-style-image:url(/images/common/li.gif);
	}
	
/* ---------- footer ------------ */
#footer {
	padding:5px;
	}
	
#copyright {
	float:left;
	width:300px;
	font-size:9px;
	padding:5px;
	}
	
#legal {
	margin-left:370px;
	}
	
#legalCopy {
	margin-left:310px;
	font-size:9px;
	padding:5px;
	text-align:left;
	width:420px
	}	
	
.errmsg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: red;
}

.photo {
	margin:5px;
	}

.small {
	font-size:9px;
	color:#4E4E4E;
	}
	
.locations {
	border:2px solid #0097d7;
	}	
	
.locationsNav li a{
	color:#ffffff;
	text-decoration:none;
	}	
	
.locationsNav a:Hover {
	color:#FF0000;
	}	
	
.locationsNav li a:active{
	color:#666666;
	font-weight:bold;
}		
	
.locations .hRow td{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	background-color:#0097d7;
	text-align:center;
	background-image:url(/images/common/silver.gif);
	background-repeat:repeat-x;
}

.locations .cRow td {
	background-color:#FFFFFF;
	}
	
	
hr {
	border: none 0; 
	border-top: 1px solid #003876;
	width: 100%;
	height: 1px;
}


/*------------------Log In---------------------*/

.login {

	font-family:"Courier New", Courier, monospace;
	color:#0097d7;
	font-size:14px;
	font-weight:700;
}

.login a{
	font-family:"Courier New", Courier, monospace;
	color:#0097d7;
	font-size:14px;
	text-decoration:none;
}

.login a:hover{
	font-family:"Courier New", Courier, monospace;
	color:#2A2A2A;
	font-size:14px;
	text-decoration:none;
}
