body {
	margin:0px;
	padding:0px;
}

p, h1, h2, h3, ul {
	margin:0px;
	padding:0px;
}

#siteWrap {
	margin:auto;
	width:980px;
}

#leftColumn {
	float:left;
	margin:0px;
	padding:0px;
	background:#d7ebf5;
	background:url(../images/leftnav_bg.jpg);
	background-repeat:repeat-y;
	width:240px;
	padding-bottom:100px;
	/*height: 950px;*/

}

#leftColumn ul {
	margin: 0px;
	padding: 0px;
	width:238px;
	list-style:none;
}
#leftColumn ul li {
	background-image:url(../images/ul_star.jpg);
	background-position:5px 10px;
	background-repeat:no-repeat;
	background-color:#d7ebf5;
	list-style:none;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a8b7bf;
	padding-top:3px;
	padding-bottom:3px;

}
#leftColumn ul li a {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	font-style: normal;
	text-decoration: none;
	padding-right:20px;
}


#leftColumn ul li a:hover {
	text-decoration:underline;
}

#leftColumn ul li.lastItem {
	height:15px;
	list-style:none;
}

#testimonial {
	padding-top:10px;
	padding-left:0px;
	padding-right: 15px;
}
#testimonial a {
	color:#747877;
	font-weight:bold;
}
#testimonial a:hover {
	text-decoration:none;
}	
#testimonial p{
	font-family: Tahoma;
	font-size: 11px;
	color:#8d8d8d;
	padding-right:10px;
}

#testimonial h1 {
	font-family: Tahoma;
	font-size: 11px;
	color:#3898c7;
}
#testimonial h2 {
	font-family: Tahoma;
	font-size: 10px;
	color:#926000;
	text-align:right;
	padding-right:10px;
}
#rightColumn {
	width:740px;
	float:left;
}

#topHeader {
	background:#d7ebf5;
	background:url(../images/topnav_bg.jpg);
	background-repeat:repeat-x;
	height:47px;
}

#topHeader p {
	font-family: Tahoma;
	font-size: 12px;
	color:#000000;
	font-weight:bold;
	padding-left:15px;
	padding-top:13px;
	padding-bottom:10px;
}
#topHeader p span {
	padding-left:10px;
}
#topHeader p span.green {
	padding:0px;	
	color:#005d1f;
}
#topHeader p span.green a {
	padding:0px;	
	color:#005d1f;
	text-decoration:none;
}
#topHeader p span.green a:hover {
	padding:0px;	
	color:#005d1f;
	text-decoration:underline;
}
#secondaryHeader {
	background:url(../images/topnav_2bg.jpg);
	background-repeat:repeat-x;
	height:41px;
}
#secondaryHeader ul {
	margin-left:15px;
}
#secondaryHeader ul li {
	list-style:none;
	float:left;
	margin-right:20px;
	margin-top:10px;
	position:relative;
}
#secondaryHeader ul li a {
	color:#666666;
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
}
#secondaryHeader li ul {
	position:absolute;
	width:170px;
	float: left;
	padding:0px;
	left:0px;
	margin:0px;
	top:19px;
	display:none;
	background-color:#d7ebf5;
	border: 1px solid #666666;
}
#secondaryHeader li:hover ul, #secondaryHeader li.over ul {
                display:block;
}
#secondaryHeader li ul li {
                padding:0px;
                margin:0px;
                width:150px;
                background-image:none;
                background-repeat:no-repeat;
                border-bottom:1px dotted #000000;
                padding-left:10px;
				text-align:left;
				padding-right:10px;
				padding-top:3px;
				padding-bottom:3px;
}
#secondaryHeader li ul li a {
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;
}
#secondaryHeader ul li a:hover {
	text-decoration:underline;
}
#mainCallout {
	float:left;
	width:740px;
	text-align:center;
	padding-left:0px;
	margin-left:0px;
}
#mainCallout img {
	padding-top:5px;
	padding-bottom:5px;
}
#centralHeader {
	margin:0px;
	padding:0px;
	width:740px;
	float:left;
	background:#e7e8e7;
	height:50px;
}
#centralHeader h1 {
	font-family: Tahoma;
	font-size: 18px;
	font-weight:bold;
	padding-top:13px;
	padding-left:15px;
	color:#207b27;
}
#centralHeaderSecondary {
	margin-left:3px;	
	width:733px;
	float:left;
	background:#e7e8e7;
	height:50px;
	margin-top:5px;
}
#centralHeaderSecondary h1 {
	font-family: Tahoma;
	font-size: 18px;
	font-weight:bold;
	padding-top:13px;
	padding-left:15px;
	color:#207b27;
}
#mainContent {
	float:left;
	width:720px;
	padding-left:20px;
	padding-top:20px;
}
#mainContent h1 {
	color:#cc6600;
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;
	/*padding-top: 10px;*/
	padding-bottom: 5px;
}
#mainContent p {
	font-family: Tahoma;
	font-size: 12px;
	color:#747877;
	padding-top: 8px;
	padding-bottom: 8px;
}
#mainContent img {
	margin-right:15px;	
}
#mainContent ul {
	padding-left:30px;
	list-style-image: url(../images/ul_star.jpg);
}
#maincontent ul li {
	color: #000000;
}
#mainContent a {
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: underline;
	color:#747877;
}
#mainContent a:hover {
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
	color:#3366FF;
	
}
#bottomBoxes {
	float:right;
	width:720px;
	padding-left:20px;
	margin-top:20px;
}
#box1 {
	background:url(../images/box1.jpg);
	background-repeat:no-repeat;
	float:left;
	width:231px;
	height:109px;
	margin-right:10px;
}
#box2 {
	background:url(../images/box2.jpg);
	background-repeat:no-repeat;
	float:left;
	width:231px;
	height:109px;
	margin-right:10px;
}
#box3 {
	background:url(../images/box3.jpg);
	background-repeat:no-repeat;
	float:left;
	width:232px;
	height:109px;
	margin-right:5px;
}
#bottomBoxes p {
	padding-top:35px;
	padding-left:10px;
	color:#747877;
	font-family: Tahoma;
	font-size: 9px;
}
#bottomBoxes a {
	text-decoration:none;
	color:#c10001;
}
#bottomBoxes a:hover {
	text-decoration:underline;
}
#footer {
	margin-top:15px;
	width:980px;
	float:left;
	background:#3898c7;
	/*padding-top:5px;
	padding-bottom:5px;*/
}
#footer a:hover {
	text-decoration:underline;
}

#footerLeft {
	margin:0px;
	padding:0px;
	/*width:358px;*/
	float:left;
}

#footerLeft ul {
	padding:0px;
	margin:0px;
	margin-left:15px;	
}
#footerLeft ul li {
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	width:125px;
	height:24px;
	text-align:center;
}
#footerLeft a {
	color:#ffffff;
	font-family: Tahoma;
	font-size: 11px;
/*	padding-right:30px; */
	text-decoration:none;
}
#footerRight {
	float:left;
	width:500px;
	padding-left:20px;
}
#footerRight p {
	color:#ffffff;
	font-family: Tahoma;
	font-size: 11px;
	padding-top:4px;
}

#secondaryContent {
	float:left;
	width:450px;
	margin-top:10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	color:#4e4e4e;
	font-family: Tahoma;
	font-size: 12px;
	padding-right:20px;
}
#secondaryContent a {
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: underline;
	color:#747877;
}
#secondaryContent a:hover {
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
	color:#3366FF;
}
#secondaryContent ul {
	padding-left: 30px;

}

#secondaryContent h1 {
	color:#cc6600;
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;
	/*padding-top: 10px;*/
	padding-bottom: 5px;
}
#secondaryContentRight {
	margin-top:10px;
	float:left;
	width:267px;
	text-align:center;
}
#secondaryContentRight p {
	font-family: Tahoma;
	font-size: 10px;
	padding-left:10px;
	color:#4e4e4e; 
	font-weight:bold;
	padding-top:6px;
	text-align:left;
}
#secondaryContentRight a {
	color:#4e4e4e;
	font-weight:bold;
	text-decoration:none;
}
#secondaryContentRight a:hover {
	color:#4e4e4e;
	font-weight:bold;
	text-decoration:underline;
}

#secondaryContent p {
	color:#4e4e4e;
	font-family: Tahoma;
	font-size: 12px;
	padding-left:10px;
}
#secondaryContent  li  a {
	color:#4e4e4e;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration:none;
}
#secondaryContent  ul li  a:hover  {
	color:#4e4e4e;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration:underline;
}
#secondaryContent h1 {
	color:#0f5e86;
	font-family: Tahoma;
	font-size: 12px;
	padding-left:10px;
	
}
#secondaryContent li a h1{
	color:#0f5e86;
	font-family: Tahoma;
	font-size: 12px;
	padding-left:10px;
	text-decoration:none;
}
#secondaryContent li a:hover h1{
	text-decoration:underline;	
	
	
	
}
#secondaryContent h2 {
	color:#003300;
	font-family: Tahoma;
	font-size: 14px;
	padding-left:10px;
}
