/* HTML */

#wrapper {
	width: 720px;
	margin: 6px auto;
	position: relative;
	color: inherit;
	background-color: #FFFFFF;
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.7em; line-height: 1.7em;
	background:  url("images/body.jpg");  background-repeat: repeat-y;
	
}


#header {
	vertical-align: middle;
	text-align: center;
	width: 100%; 
	height: 102px;
	background:  url("images/header.jpg");
}

#header #logo {
	float: left;
	height: 75px;
	margin-top: 22px;
	padding-left: 23px;
	line-height:75px;
	vertical-align: middle; 
}

	
#header #telephone {
	float: right;
	height: 75px;
	line-height: 75px;
	vertical-align: bottom;
	text-align: right;
	padding-right: 23px;
}
	
#body {
	width: 720px;
	position: relative;
}


#inner {
	width: 702px;
	position: relative;
	margin-left: 9px;
}


#menu {	
	background:  url("images/menuBar.gif"); background-repeat: repeat-x;
	height: 43px;
}

#menu ul {
	list-style: none;
	margin: 0; padding:0;
	height: 20px; line-height: 20px;
	width: 100%;
	}

#menu ul li {
	float: left;
	width: 20%;
	margin: 0; padding:0;
	height: 20px; line-height: 20px;
	text-align: center;
	}

#menu ul li a {
	height: 20px;
	width: 100%;
	display: block;
	background-color: inherit;
	}

#menu ul li a:hover {
	background-color: inherit;
	}
	

#subNav {
	float: left;
	width: 150px;
	position: relative; 
	background:  url("images/sideDot.gif"); background-repeat: repeat-y;	
	text-indent: 7px;
	font-family: Arial, Verdana, Helvetica, sans-serif
}


#subNav ul {
	margin:0;
	padding:0;
	list-style: none;	
	line-height: 25px;
	float: left;
	width: 143px;
	}



#banner {	
	width: 702px;
	position: relative;
	margin-left: 9px;	
}
	
#mainpage { 
	vertical-align: top;
	width: 662px;
	height: 100%;
	position: relative;
	padding-left: 19px;
	padding-top: 10px;
}



#footer {
	position: relative;
	vertical-align: top;
	width: 100%; 
	height: 38px;		
	background:  url("images/footerG.jpg"); background-repeat: no-repeat;
}



#footerInner { 	
	vertical-align: bottom;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #000000; 
	width: 702px;
	height: 20px; 
	line-height: 20px;
	position: relative;
	margin-left: 9px;	
}


#accessibility { 
	width: 100%;
	position: relative;
	background-color: #FFFFFF;
	float: none;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.7em; line-height: 1.7em;
	
}





.footerLeft { 
	float: left; 
	height: 20px;
	width: 500px;
	text-align: left;	
	vertical-align: bottom;
	
}

.footerRight {
	float: right;
	height: 30px;
	width: 202px;
	text-align: right; 
	
}

.login { 
	float: left; 
	height: 15px;
	width: 600px;
	text-align: left;	
	padding-left: 50px;
	padding-top: 50px;
}

.doubleLeft {
	float: left;
	width: 69%;
	position: relative; 
}

.doubleRight {
	float: left;
	width: 470px;
	position: relative; 
	padding-left: 20px;
	padding-right: 20px;
	background:  url("images/bothDot.gif"); background-repeat: repeat-y;
}

.doubleSingle {
	float: left;
	width: 150px;
	position: relative; 
	background:  url("images/sideDot.gif"); background-repeat: repeat-y;
}


.triple {
	float: left;
	width: 620px;
	position: relative; 
	padding-left: 20px;
	padding-right: 20px;
	background:  url("images/threeDot.gif"); background-repeat: repeat-y;
}


.singleLeft {
	float: left;
	width: 35%;
	position: relative; 
	text-align: left;
}

.singleCenter {
	float: left;
	width: 30%;
	position: relative; 
}

.singleRight {
	float: right;
	width: 30%;
	position: relative; 
	text-align: right;
}



input { color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 1em; }

h1 {
	background-color: inherit;
	margin-bottom: 14px;
	margin-top: 10px;
	color: #353534; 
	font-size: 14px;
	}
	
h2 {
	background-color: inherit;
	margin-bottom: 10px;
	margin-top: 0px;
	color: #353534; 
	font-size: 12px;
	}
	
h3 {
	background-color: inherit;
	margin-bottom: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight:bold;
	}
	
h4 {
	background-color: inherit;
	margin-bottom: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight:bold;
	}


.green { color: #9fb63e; font-weight:bold; }

.greenitalic {
	color: #9fb63e;
	font-weight:normal;
	font-style: italic;
}

.blackitalic {
	
	font-weight:normal;
	font-style: italic;
}

.navigation { font-family: Arial, Helvetica, sans-serif; color: #353534; font-weight:bold; text-decoration:none; }

a:link { color: #000000; text-decoration:none; }
a:visited { color: #000000; text-decoration:none; }
a:active { color: #000000; text-decoration:none; }
a:hover { color: #353534; text-decoration:underline; }

a.subNav:link { color: #353534; text-decoration:none; font-weight:bold; }
a.subNav:visited { color: #353534; text-decoration:none; font-weight:bold; }
a.subNav:active { color: #353534; text-decoration:none; font-weight:bold; }
a.subNav:hover { color: #666666; text-decoration:none; font-weight:bold; }

a.subNavOn:link { color: #9fb63e; text-decoration:none; font-weight:bold; }
a.subNavOn:visited { color: #9fb63e; text-decoration:none; font-weight:bold; }
a.subNavOn:active { color: #9fb63e; text-decoration:none; font-weight:bold; }
a.subNavOn:hover { color: #dae4af; text-decoration:none; font-weight:bold; }

a.navigation:link { color: #ffffff; text-decoration:none; }
a.navigation:visited { color: #ffffff; text-decoration:none; }
a.navigation:active { color: #ffffff; text-decoration:none; }
a.navigation:hover { color: #353534; text-decoration:none; }

a.navigationOn:link { color: #353534; text-decoration:none; font-weight:bold; }
a.navigationOn:visited { color: #353534; text-decoration:none; font-weight:bold; }
a.navigationOn:active { color: #353534; text-decoration:none; font-weight:bold; }
a.navigationOn:hover { color: #353534; text-decoration:none; font-weight:bold; }


a.green:link { color: #9fb63e; text-decoration:none; font-weight:bold; }
a.green:visited { color: #9fb63e; text-decoration:none; font-weight:bold; }
a.green:active { color: #9fb63e; text-decoration:none; font-weight:bold; }
a.green:hover { color: #9fb63e; text-decoration:underline; font-weight:bold; }

	
a.footer:link { color: #000000;  }
a.footer:visited { color: #000000;  }
a.footer:active { color: #000000;  }
a.footer:hover { color: #000000;  }

	 




style1 {
	color: #9fb63e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.doubleRightFR {

	float: left;
	width: 450px;
	position: relative; 
	padding-left: 20px;
	padding-right: 20px;
	background:  url("images/bothDot.gif"); background-repeat: repeat-y;
}
#mainpageFR {

	vertical-align: top;
	width: 662px;
	height: 100%;
	position: relative;
	padding-left: 10px;
	padding-top: 10px;
}
#wrapperfr {

	width: 720px;
	margin: 6px auto;
	position: relative;
	color: #000000;
	background-color: #FFFFFF;
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.6em; line-height: 1.7em;
	background:  url("images/body.jpg");  background-repeat: repeat-y;
}
