/* CSS Document */

html {
	 width:100%;
}

body {
	background-color:#8db5cb;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/*	color:#757575;*/
	background-image:url('../img/bg_body.jpg');
	background-repeat:repeat-x;
	color: #000000;
}

#wrapper {
	width:945px;
	margin:0 auto;
	text-align:left;	
	background-color: #FFFFFF;
}

#header {
	float:left;
	width:945px;
	height: 90px;
	background-color:#ffffff;
	/*background-image:url('images/newbannershort.jpg');
	background-repeat:no-repeat;*/
}

#logobox {
	display:inline;
	float:left;
	width:220px;
	height:150px;
	margin:6px;
	background-image:url('../img/bg_logobox.jpg');
	background-repeat:no-repeat;
	text-align:right;
}

#headimg {
	display:inline;
	float:left;
	width:662px;
	height:150px;
	margin:6px;
	margin-left:0px;
	background-image:url('../img/header_image.jpg');
	background-repeat:no-repeat;
}

#bodybox {
	float:left;
	width:945px;
	background-image:url('../img/bg_bodybox.jpg');
}

#subnavi {
	font-size: 12px;
	display: inline;
	float:left;
	width:180px;
	margin-left:6px;
	margin-top:10px;
	padding-bottom:10px;
}


#content {
	display: inline;
	float:left;
	width:730px;
	margin-right: 0px;
	margin-left: 15px;
	margin-top: 10px;
	padding-bottom:10px;
	
}

#content h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	color:#003366;
}
#content h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	color:#003366;
}
#content h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	color:#003366;
}
#content h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	color:#003366;
}
#content h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	color:#003366;
}
#content h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	color:#003366;
}
#content p {
	margin-left: 8px;
	margin-right: 8px;
	line-height:16px;
	/*color: #003366;*/
}

.contentpblue {color: #003366;}

#footer {
	display:inline;
	float:left;
	width:945px;
	height:41px;
	background-image:url('../img/bg_footer.jpg');
	background-repeat: repeat-x;
	text-align:center;
}

#footer p {
	margin:6px;
	padding:0px;
	line-height:28px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#aaaaaa;
}

#footer a {
	font-size:10px;
	color:#aaaaaa;
	text-decoration:none;
}

#footer a:hover {
	font-size:10px;
	color:#aaaaaa;
	text-decoration:underline;
}

div.imgbox {
	float:right;
	width:160px;
	height:250px;
	text-align:center;
	margin-left:10px;
	margin-bottom:10px;
}

div.imgbox img {
	border:1px solid #bbbbbb;
}

div.imgbox p {
	text-align:left;
	margin:0px;
	padding:0px;
	font-size:10px;
	color:#aaaaaa;
}

div.spacing1 {
	margin-left:18px;
	margin-right:18px;
}

#threeBottomBoxes {
	width: 100%;
	float: left;
	padding-top: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	border-top: dotted;
	border-top-color:#0066FF;
	border-bottom-width: 1px;
	color: #000000;
}

.singleBottomBox {
	margin-left: 8px;
	/*margin-right: 6px;*/
	float: left;
	width: 232px;
	height: 195px;
	text-align: left;
	background-image: url(../img/bg_logobox.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	color: #000000;
}

.singleBottomBox a{
 text-decoration:none;
}

.singleBottomBox a:hover{
 text-decoration: underline;
}

.singleBottomBox p{
color:#000000;
padding-top: 8px;
padding-left: 10px;
}

.singleBottomBoxHeaders {
text-transform: uppercase;
font-size: 16px;
font-weight:bold;
}

#divImageUnderLeftNav{
margin-top: 20px;
background: #ffffff;
background-image:url(../images/AddressPhoneFax.jpg);
background-repeat: no-repeat;
width: 160px;
height: 150px;
}

/* Start styles for breadcrumb */
#breadcrumb {
	width: 100%;
	margin-left: 20px;
	margin-top: 5px;
	padding: 0px 0px 5px 0px;
	color: #999999;
	
}

#breadcrumb a {
color: #666666;
}
/* End styles for breadcrumb */

