/* CSS Document */

/*----------TEMPLATE ELEMENTS------------ */

body {
 margin-top: 10px;
 margin-bottom:0px;
 background-color:#FFFFFF;
 } 

/*----------STYLES FOR PAGE BACKGROUND IMAGES AND LAYOUT ELEMENTS------------ */
.leftbg {
background-image:url(images/background_left.jpg);
background-position:top;
background-repeat:no-repeat;
}
.rightbg {
background-image:url(images/background_right.jpg);
background-position:top;
background-repeat:no-repeat;
padding-top:90px;

}
.centerbg {
background-image:url(images/background_center.jpg);
background-position:top;
background-repeat:repeat-x;
padding-top:90px;
}
.leftnav {
background-image:url(images/dots_leftnav.jpg);
background-repeat:repeat-y;}
.processBoxes {
	border-color:#CCCCCC;
	border-style:dotted;
	border-width: 1px;
	line-height:14px;
	padding:3px;
	background-color:#FFFFFF;
	color: #999999;
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}

/*----------HOVER STYLES FOR TEMPLATE ELEMENTS ------------ */

a.mainnav:link,  a.mainnav:visited {
	line-height:20px;
	display:block;
	color: #999999;
	font-weight: normal;
	text-decoration: none;
	text-transform:capitalize;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	border-bottom-color:#CCCCCC;
	border-bottom-style:dotted;
	border-bottom-width: 1px;
		
}
a.mainnav:hover, a.mainnav:active {
	line-height:20px;
	display:block;
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: none;
	text-transform:capitalize;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	border-bottom-color:#CCCCCC;
	border-bottom-style:dotted;
	border-bottom-width: 1px;
}
a.rightnav:link,  a.rightnav:visited {
	color: #999999;
	font-weight: normal;
	text-decoration: none;
	text-transform:capitalize;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
		
}
a.rightnav:hover, a.rightnav:active {
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: none;
	text-transform:capitalize;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	}
	
a.footernav:link,  a.footernav:visited {
	line-height:20px;
	color: #999999;
	font-weight: normal;
	text-decoration: none;
	text-transform:capitalize;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;			
}
a.footernav:hover, a.footernav:active {
	line-height:20px;
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: none;
	text-transform:capitalize;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	}
/*----------FONT STYLES FOR TEMPLATE ELEMENTS ------------ */
.textSmallGrey {
	line-height:16px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
.textVSmallGrey {
	line-height:14px;
	color: #999999;
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}
.textOrange{
	line-height:14px;
	color: #E57721;
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}
/*---------- BORDER STYLES FOR TEMPLATE ELEMENTS ------------ */


.bordergrey{ 
 border-color:#E5E5E5;
 border-width: 1px;
 border-style:solid;
}
.bordertopandbottom{
	border-top-color:#CCCCCC;
	border-top-style:dotted;
	border-top-width: 1px;
	border-bottom-color:#CCCCCC;
	border-bottom-style:dotted;
	border-bottom-width: 1px;
	}
.borderbottom{	
	border-bottom-color:#CCCCCC;
	border-bottom-style:dotted;
	border-bottom-width: 1px;
	}

/*---------- STYLES FOR CONTENT REGION ------------ */

/*---- GLOBAL HOVER STYLE FOR ALL LINKS IN CONTENT ----- */
a:link,  a:visited {
	line-height:20px;
	color: #999999;
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;			
}
a:hover, a:active {
	line-height:20px;
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	}

/*---- TEXT STYLES FOR CONTENT REGION ----- */


.bodytext{
	line-height:13px;
	color: #999999;
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	}
.headertext{
	line-height:14px;
	color: #E57721;
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	}	
.captiontext{
	line-height:11px;
	color: #E57721;
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	}
/*---- BORDER STYLES FOR CONTENT REGION ----- */

.borderbottom{	
	border-bottom-color:#CCCCCC;
	border-bottom-style:dotted;
	border-bottom-width: 1px;
	}
.borderright{	
	border-right-color:#CCCCCC;
	border-right-style:dotted;
	border-right-width: 1px;
	border-bottom-color:#CCCCCC;
	border-bottom-style:dotted;
	border-bottom-width: 1px;
	}
	
/*---- LIST STYLES FOR CONTENT REGION/SITEMAP ----- */
ul {
	color: #999999;
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	}
li {
	color: #999999;
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	}