/* CSS Document */

html {
	top: 0;
	left: 0;
	text-align:left;
	}

body {
	background-image: url(/img/bg_main.jpg);
	background-repeat: repeat-x;
	text-align:left;
	font-size:14px;
	line-height:18px;
	color:#666666;
	font-family:"Trebuchet MS", Verdana, Arial, "MS Sans Serif";
	
}

a:link {color: #006699} /* unvisited link */
a:visited {color: #0099CC} /* visited link */
a:hover {color:#006699; text-decoration:none;} /* mouse over link */
a:active {color:#006699} /* selected link */


#container {
	margin: 20px auto;
	width: 707px;
	}
#container_inside {
	padding: 10px;
	}

#topnav_bg {
	background-image:url(/img/bg_topnav.png);
	width: 707px;
	height: 45px;
	text-align: left;
	}
#logo {
	padding: 5px 25px 5px 15px;
	}



	
.nav_text  {
	padding: 13px 12px 5px 12px;
	font-family:"Trebuchet MS", Verdana, Arial, "MS Sans Serif";
	font-weight:bold;
	font-size:12px;
	letter-spacing: .05em;
	color: #333333;
	}

.nav_text a:link {
	color: #ffffff;
	text-decoration:none;
	}

.nav_text a:visited {
	color: #ffffff;
	text-decoration:none;
	}

.nav_text a:hover {
	color: #ffffff;
	text-decoration:underline;
	}

.divider {
	padding: 5px 20px 0 0;
	}

.sub_services {
	margin: 20px 0 25px 35px;
	}

.sub_services a:link {
	font-size: 12px;
	}
.sub_services a:visited {
	font-size: 12px;
	}

.sitemap {
	text-align:right;
	font-size:12px;
	padding: 0 25px 5px 0;
	}

.breadcrumbs {
	font-size: 10px;
	text-align:left;
	padding: 10px 0 15px 0;
	}

.breadcrumbs2 {
	font-size: 10px;
	text-align:left;
	padding: 5px 0 15px 0;
	}

h1 {
	font-family:"Trebuchet MS", Verdana, Arial, "MS Sans Serif";
	font-size: 24px;
	font-weight: bold;
	padding: 0 0 10px 0;
	color: #006699;
	margin:0;
	border-bottom: 1px dotted #999999;
	}
	
h2 {
	font-family:"Trebuchet MS", Verdana, Arial, "MS Sans Serif";
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 5px 0;
	color: #0099CC;
	margin:0;
	}

h3 {
	font-family:"Trebuchet MS", Verdana, Arial, "MS Sans Serif";
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 5px 0;
	color: #0099CC;
	margin:10px 0 10px 0;
	}

.section_head {
	border-top: 1px solid #0099CC;
	padding-top: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #0099CC;
	margin:30px 0 10px 0;
	
	}

#footer {
	margin-top: 25px;
	border-top: 1px dotted #666666;
	font-size: 11px;
	padding-top: 15px;
	text-align:center;
	}
