/* CSS Document */

body {
	margin:0;
	background-color: #FFFFCE;
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	padding: 0px;
	width: 760px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/content_bkg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#header {
	width: 760px;
	background-color: #FFFFFF;
	background-image: url(images/header_bkg_new_07.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 93px;
}

#headerlogo {
	margin: 0px;
	padding: 0px;
	float: left;
}

#header ul {
	margin: 0px;
	list-style-type: none;
	float: right;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#header ul li {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

#header ul li a {
	color: #666666;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	display: block;
	float: left;
	letter-spacing: .07em;
}

#header ul li a:hover {
	text-decoration: underline;
}

#header ul li.last {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#top_nav {
	color: #FFFFFF;
	background-color: #E3E166;
	padding: 0px;
	height: 35px;
	background-image: url(images/top_nav_bkg_07.jpg);
	margin: 0px;
}
#navlist {
	clear: both;
	margin: 0px;
	color: #FFFFFF;
	padding: 0px;
}
#navlist ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}
#navlist ul li {
	float: left;
	margin: 0px;
	position: relative;
	padding: 0px;
}
#navlist ul li ul {
	position: absolute;
	display: none;
	top: 34px;
	left: 0px;
	background-color: #EEEECC;
	text-align: left;
	width: 200px;
	/*filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;*/
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CDCB00;
	border-bottom-color: #CDCB00;
	border-left-color: #CDCB00;
	padding-top: 5px;
	padding-bottom: 2px;
} 
#navlist ul li > ul { top: auto; left: auto; } 


#navlist ul li ul li {
	float: none;
	padding: 3px 0px;
	margin: 0px;
	display: inline;
} 
#navlist ul li:hover ul, #navlist ul li.over ul { /* lists nested under hovered list items */
	display: block;	
} 
#navlist ul li a {
	margin: 0px;
	display: block;
	color: #333333;
	text-decoration: none;
	padding-right: 17px;
	padding-left: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(images/top_nav_div.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#noborder ul li a {
	background-image: url();
}
  /* Commented Backslash Hack
     hides rule from IE5-Mac \*/
   #navlist ul li a {float:none;}
  /* End IE5-Mac hack */ 
#navlist ul li a:hover {
	text-decoration: underline;
}
#navlist ul li ul li a {
	color: #666666;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	letter-spacing: 0.05em;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	background-image: url(images/top_nav_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#navlist ul li ul li a:hover {
	color: #666600;
	text-decoration: none;
	background-color: #E5E5E5;
}
#contentarea {
	clear: both;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 590px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	color: #333333;
	padding-left:15px;
}

#content p {
	}	

#content h1 {
	font-size: 16px;
	color: #666600;
	font-weight: bold;
	}

#content h1 a {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	}

#content h1 a:hover {
	color: #CC9900;
	text-decoration: underline;
	}

#content h2 {
	font-size: 14px;
	color: #333399;
	padding-top: 7px;
	padding-bottom: 7px;
}

#content h3 {
	margin: 0px;
	font-size: 13px;
	padding-top: 7px;
	padding-bottom: 0px;
}

#content h4 {
	font-size: 14px;
	color: #666600;
}

#content ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: upper-alpha;
	font-weight: bold;
	padding-left: 40px;
}
#content ul li {
	padding-top: 5px;
}

#content img{
	border:0;}
#content form {
	margin-left: 30px;
} 

#content input {
	background-color: #EEEEEE;
	margin-bottom: 5px;
} 

#content textarea {
	background-color: #EEEEEE;
	margin-bottom: 5px;
} 
#topcontent {
	padding-left: 25px;
	margin: 30px;
	font-weight: bold;
	font-size: 12px;
	line-height: 25px;
	text-align: center;
}
#rightmenu {
	margin-left: 605px;
	padding-top: 10px;
}
#rightmenu h3 {
	background-color: #333399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0.4px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #CCCCCC;
	margin-right: 12px;
	margin-left: 12px;
	text-align: center;
	margin-bottom: 0.4em;
}

#rightmenu p {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 0px;
	margin-top: 0px;
	color: #333399;
	margin-right: 12px;
	margin-left: 12px;
	font-weight: bold;
	text-align: center;
}

#rightmenu ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin: 0px;
	padding: 0;
}

#rightmenu ul li {
display: inline;
}

#rightmenu ul li a {
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	border-bottom: 1px solid #CCCC66;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 4px;
	letter-spacing: .04em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#rightmenu ul li a:hover {
	color: #000066;
	text-decoration: none;
	background-color: #FFFFFF;
}
.rightmenu_block {
	width: 135px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #EFEECF;
	margin-right:auto;
	margin-left: auto;
	margin-bottom: 18px;
	text-align: center;
	padding: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #93962B;
}
.rightmenu_block h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	display:block;
	color: #FFFFFF;
	background-color: #93962B;
	padding: 0px;
	font-weight: normal;

}
.rightimg_block {
	padding-bottom: 15px;
	background-color: white;
}

#latestnews {
	text-align: left;
}

#latestnews p {
	text-align: left;
}

#latestnews a {
	margin-bottom: 5px;
}

#latestnews a:hover {
	color: #CC9933;
} 


#infoleft {

	margin: 0px;

	float: left;

	width: 306px;

}

#infomain {

	margin: 0px 0px 0px 305px;

	padding: 0px;

	font-size: 24px;

	font-family: Arial, Helvetica, sans-serif;

	color: #B3B3D9;

}

#infomain h1 {

	margin-top: 0px;

	margin-left: -46px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;

	padding-top: 7px;

	padding-bottom: 4px;

	padding-left: 50px;

	background-color: #E7E7F3;

	color: #333399;

}

#infomain ul {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	padding-left: 100px;

	margin-top: 10px;

	list-style-type: disc;

	font-size: 11px;

	color: #999999;

	background-image: url(images/mortar_bkg.jpg);

	background-repeat: no-repeat;

	background-position: left;

	margin-left: 0px;

	font-weight: bold;

}

#infomain li {

	padding-left: 5px;

	margin: 0px;

	padding-top: 0px;

	padding-right: 0px;

	padding-bottom: 10px;

}

#infomain li a {

	text-decoration: none;

	color: #999999;

}

#infomain li a:hover {

	text-decoration: underline;

	color: #9999CC;

}

#footer {
	background-color: #EFEECF;
	margin-top: 0px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0.5em;
	text-align: center;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#footer a {
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	color: #333333;
	text-decoration: underline;
}

#footerfooter {
	margin: 2px auto;
	padding: 0px;
	width: 780px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #666666;
}
.rightmenu_block a
{
	display: block;
	text-align: center;
	text-decoration: none;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 2px;
	font-weight: bold;
}
.rightmenu_block a:hover
{
	color: #000000;
	text-decoration: underline;
}
.rightmenu_blocklist
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
	padding:0;
}
.rightmenu_blocklist li
{
display: inline;
/* for IE5 and IE6 */
}
.rightmenu_blocklist li a
{
	display: block;
	text-align: center;
	text-decoration: none;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom: 1px solid #999999;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 2px;
	font-weight: bold;
}

.rightmenu_blocklist a:hover {
	background-color: #FFCC66;
	font-weight: bold;
}
.rightimg_block img {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
p.toplink{ text-align:right;
	font-size:10px;
	}
.imageright {
	float: right;
}
.imageleft {
	float: left;
	margin-right: 10px;
}
.clearer {
	margin-top:0px;
	clear: both;
	height:1px;
	margin-bottom:-1px;
	overflow:hidden;
}
.clearfloat {
	clear: both;
}
.clearfloatright {
	clear: right;
}
.clearfloatleft {
	clear: left;
}
.errortext {
	font-weight: bold;
	color: #FF0000;
} 
.errortextsml {
	font-weight: bold;
	color: #FF0000;
	font-size: 9px;
}
.factbox {
	width:250px;
	background-color:#EFEECF;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	border: 1px solid #93962B;
	text-align: center;
	margin-top: 20px;
	}
.factboxlist {
	list-style-type: none;
	margin-left: 0px;
	}
#contentmain{	
	width: 740px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#contentmain h1{
	font-size: 16px;
	font-weight: bold;
	font-variant: normal;
	text-transform: lowercase;
	color: #000000;
	background-color: #E5E57F;
	display: block;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 35px;
	background-image: url(images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#contentmain img{
	float: left;
	margin: 0 10px 10px 0;
	padding: 0px;
}
#contentmain p{
	margin-top: 0px;
}
.indexleft{	
	float: left;
	width: 365px;
}
.indexleft p{
	margin-left: 130px;
	margin-bottom: 7px;
}
.indexright{
	float: right;
	width: 365px;
}
.indexright p{
	margin-left: 130px;
	margin-bottom: 7px;
}
.collleft{
	float: left;
	width: 250px;
}
.collright{
	float: right;
	width: 250px;
}
.collright ul{
	list-style-type: none;
	font-weight:bold;
	margin-right:90px;
}
.collleft ul{
	list-style-type: none;	
	font-weight:bold;
	margin-left:100px;
}
#services {
	padding-right:5px;
}
#services h1{
	clear:left;
	font-size: 16px;
	font-weight: bold;
	font-variant: normal;
	text-transform: lowercase;
	color: #000000;
	background-color: #E5E57F;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 35px;
	background-image: url(images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#services img{
	float: left;
	margin: 0 10px 10px 15px;
	padding: 0px;
}

