/* orange: #FF6701 */
/* dk blue: #183D72 */
/* med blue: #D4DEF0 */
/* lt blue: #F8FAFD */

* { margin: 0; padding: 0; }
* :link,:visited { text-decoration:none }
* ul,ol { list-style:none; }
* li { display: inline; }
* h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
* a img,:link img,:visited img { border:none } 

:focus
{
  -moz-outline-style: none;
}

html, body 
{
	margin: 0;
	padding: 0;
	height: 100%;
}

body
{
	background-color: #F8FAFD;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-size: 90%;
	text-align: center;
}

p
{
	font-size: 90%;
	line-height: 125%;
}

#wrapper
{
	width: 958px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid white;
	height: auto;
	text-align: left;
	position: relative;
	background-color: white;
}

.clearer
{
clear: both;
height: 10px;
}


#leftcol
{
	width: 317px;
	background-color: #F8FAFD;
	background-image: url(images/logo317x456.jpg);
	position: relative;
	height: auto;
	background-repeat: no-repeat;
	float: left;
}



#leftcol .address
{
width: 200px;
text-align: left;
color: #183D72;
font-size: 12px;
line-height: 20px;
position: absolute;
right: 0;
top: 175px;
}



#leftnav
{
display: block;
width: 200px;
right: 0;
top: 255px;
float: left;}

#leftnav ul
{
position: relative;
margin-top: 280px;
width: 200px;
margin-left: 117px;
padding-top: 10px;

}

#leftnav ul li
{
display: block;
margin-top: 20px;
text-align: left;
border-bottom: 2px dotted #FF6701;
padding-bottom: 10px;
}

#leftnav ul li a:link, #leftnav ul li a:visited
{
text-transform: uppercase;
color: #183D72;
text-decoration: none;
font-size: 11px;
font-weight: bold;
}

#leftnav ul li a:hover, #leftnav ul li a:active, #leftnav ul li a.current
{
color: #FF6701;
}

#icon
{
	padding-top: 0px;
	position: relative;
	display: block;
}

#header
{
	background-color: #D4DEF0;
	background-image: url(images/top611x86.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0px;
	display: block;
	width: 621px;
	height: 56px;
	padding: 30px 0 0 20px;
}

#header h1
{
color: white;
font-style: italic;
font-size: 18px;
font-weight: normal;
}

#header ul
{
position: absolute;
bottom: 4px;

}

#header ul li a:link, #header ul li a:visited
{
color: white;
text-decoration: none;
text-transform: uppercase;
font-size: 12px;
padding: 0 16px 4px 16px;
border-left: 2px solid white;
font-weight: bold;
}

#header ul li:first-child a 
{
border-left: 2px none red;
}

#header ul li a:hover, #header ul li a:active, #header ul li a.current
{
color: #FF6701;

}

#content
{
float: right;
margin-top: -560px;
margin-right: 30px;
padding-bottom: 20px;
position: relative;
}

#content img
{
margin-left: -10px;
}

#content h1
{
color: #FF6701;
font-style: normal;
font-size: 18px;
font-weight: bold;
margin-top: 10px;
margin-left: 10px;
}

#content h2
{
color: #FF6701;
font-style: normal;
font-size: 18px;
font-weight: bold;
margin-top: 10px;
margin-left: 10px;
text-align: center;
}

#content a:link, #content a:visited
{
text-decoration: underline;
color: #666;
font-weight: bold;
}

#content a:hover, #content a:active
{
color: #FF6701;
}

#content p
{
margin-top: 18px;
color: #666;
padding-left: 30px;
width: 550px;
line-height: 165%;
}

#content table td
{
color: #666;
font-weight: bold;
}

.boldblue
{
font-weight: bold;
color: #183D72;
}

#footer
{
text-align: center;
float: left;
width: 600px;
position: relative;
right: 0;
bottom: 5px;
margin-left: 350px;
}

#footer p
{
color: #666;
font-size: 80%;
line-height: 150%;
}

#emergency
{
	display: block;
	width: 94px;
	height: 94px;
	background-image: url(images/orangecircle94x94.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 10px;
	right: 60px;
	color: white;
	text-align: center;
	padding-top: 12px;
	font-size: 12px;
}


