@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/background_page.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	
}
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #0060AB;
}
h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
	color: #333333;
}

h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
	color: #333333;
	font-weight: bold;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #0758AE;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
#wrap{
	margin: auto;
	width: 977px;	
	}
	
#header{
	width: 977px;
	background-image: url(images/header_back_shadow.png);
	background-repeat: no-repeat;
	height: 127px;
	}
#header h1{
	font-size: 200%;
	color: #03539C;
	}
	
#content{
	width: 977px;
	background-image: url(images/content_back_shadow.png);

	}
#menu{
	width: 963px;
	background-image: url(images/menubar.png);
	height: 35px;
	margin: auto;
	background-repeat: no-repeat;
	}
	
#menu ul {
	margin: 0;
	padding: 0 0 0 25px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 40px;
	padding-top: 5px;
	background: url(images/arrow.gif) no-repeat left 16px ;
	background-position: 0 10px;	
}

#menu a {
	display: block;
	padding: 0px 17px;
	border: none;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: normal;
}

#menu a:hover, #menu .current_page_item a {
}

#menu .current_page_item a {
}

#menu a:hover {
	text-decoration: underline;
}
#footer{
	width: 977px;
	background-image: url(images/footer_back_shadow.png);
	height: 26px;
	margin: auto;
	background-repeat: no-repeat;
	}
#right{
	width: 325px;
	float: right;
	background-image: url(images/side_bar_middle_02.png);
	background-repeat: repeat-y;
	}
#rightEmpty{
	width: 325px;
	float: right;
	}
#rightCopy{
	padding-left: 15px;
	padding-right: 35px;
	}
#rightCopyBottom{
	border-width: 4px;
	border-style: solid;
	border-color: #0060AB;
	margin-left: 7px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 8px;
	margin-right: 32px;
	margin-top: 15px;
	}

#rightTop{
	width: 325px;
	height: 12px;
	float: right;
	background-image: url(images/side_bar_top_02.png);
	background-repeat: no-repeat;
	height: 12px;
	}
#rightBottom{
	width: 325px;
	height: 17px;
	float: right;
	background-image: url(images/side_bar_bottom_05.png);
	background-repeat: no-repeat;
	height: 12px;
	}
		
#logoLeftUpper{
	width: 208px;
	padding: 10px 0px 0px 12px;
	float: left;
	}
#logoRightUpper{
	width: 200px;
	padding: 10px 15px 0px 0px;
	float: right;
	}
#logoCenterUpper{
	width: 525px;
	margin: auto;
	padding-top: 2px;	
	}
#left{
	float: left;
	padding: 0 5px 0 30px;
	width: 600px;
	}
	
	
#clear{
	clear: both;
	
}

#clearRight{
	clear: right;	
}
.phone {
	font-size: 150%;
	color: #085AA5;
}
.small {
	font-size: .75em;
}
