/* CSS Document */

/* Global elements */

body {
	background-color: #C6CB96;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}

h1{
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #E10915;
}

a:visited {
	text-decoration: none;
	color: #E10915;
}

a:hover {
	text-decoration: underline;
	color: #E10915;
}

a:active {
	text-decoration: none;
	color: #E10915;
}

li {
	list-style: url(/images/global/global_bullet.gif);	
}

.headimage_holder{
	width: 765px;
	padding: 0px;
	margin: 0px;
}

.nav_holder{
	background-image: url(/images/global/global_nav_bg.jpg);
	background-repeat: repeat-x;
	height: 34px;
	width: 740px;
	text-align: center;
	float: left;
}

.insidehead_holder{
	background-image: url(../images/global/global_insideheader_bg.jpg);
	background-repeat: repeat-x;
	width: 755px;
	height: 85px;
	padding: 0px 0px 0px 10px;
	clear: both;
}

.left{
	float: left;
}

.right{
	float: right;
}

.clear{
	clear:both;
}

.imageborder{
	border: #CC0000 1px solid;
	height: auto;
	width: auto;
}

/* end of Global elements */


/* Content elements */
.content_holder{
	background-image: url(../images/global/global_content_bg.jpg);
	background-repeat: repeat-y;
	padding: 20px 12px 12px 12px;
	width: 741px;
}


.body_content {
	padding: 0px 0px 0px 5px;
}

.pagetitle{
	background-image: url(../images/inside/inside_pagetitle_bg.gif);	
	background-repeat: repeat-x;
	background-position:bottom;
	height: 28px;
	width: 560px;
	padding-bottom:3px;

}

.line{
	background-image: url(../images/inside/inside_pagetitle_bg.gif);	
	background-repeat: repeat-x;
	background-position:bottom;
	height: 28px;
	width: 540px;
	padding-bottom:3px;
	clear: both;
}

.line2{
	background-image: url(../images/inside/inside_pagetitle_bg.gif);	
	background-repeat: repeat-x;
	background-position:bottom;
	width: 565px;
	clear: both;
}

.line3{
	background-image: url(../images/inside/inside_pagetitle_bg.gif);	
	background-repeat: repeat-x;
	background-position:bottom;
	height: 10px;
	width: 700px;
	clear: both;
}

.contenttitle{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.contactus_push{
	text-align: center;
	color: #666666;
}

.contactus_push a:link, .contactus_push a:visited, .contactus_push a:active, .contactus_push strong{
	font-weight: bold;
	color: #E10915;
}
/* end of content elements */

/* Right push elements */
.rightpush_holder{
	background-image: url(../images/inside/inside_rightpush_body_bg.jpg);
	background-repeat: repeat-y;
	width: 190px;
	text-align: center;
}
/* End of right push elements */

/* Inside subnav elements */

.subnav{
	background-image: url(../images/inside/inside_leftcol_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 180px;
	
}
.subnav_header{
	background-image: url(../images/inside/inside_subnav_head_bg.jpg);
	background-repeat: no-repeat;
	padding: 9px 0px 0px 17px;
	width: 147px;
	height: 20px;
}

.subnav_body{
	background-image: url(../images/inside/inside_subnav_body_bg.jpg);
	background-repeat: repeat-y;
	width: 159px;
	padding-left: 5px;
}

.subnav_footer{
	background-image: url(../images/inside/inside_subnav_footer_bg.jpg);
	background-repeat: repeat-y;
	width: 164px;
	height: 12px;
}

.subnav_on{
	width: 142px;
	height: 14px;
	padding-top: 4px;
	padding-left: 12px;
	padding-bottom: 4px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #E10915;
}

.subnav_off{
	width: 142px;
	height: 14px;
	padding-top: 4px;
	padding-left: 12px;
	padding-bottom: 4px;
	color: #118899;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.subnav a:link{
	color: #E10915;
	text-decoration: none;
}

.subnav a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

.subnav a:visited{
	color: #E10915;
	text-decoration: none;
}

.subnav a:active{
	color: #E10915;
	text-decoration: none;
}

.subnav_on a:link{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

.subnav_on a:visited{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

.subnav_on a:hover{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

.subnav_on a:active{
	color: #FFFFFF;
	font-weight: bold;
}

/* end of inside subnav */

/* Breadcrumb Classes */
.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left: 0px;
	line-height: 100%;
	font-size: 10px;	
	width: 550px;
	height: 18px;
}

/* end of breadcrumb */

/* Popup photo elements*/

.photo_holder{
	background-image: url(/images/global/global_popupimage_shadow.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 45px;
	/*width: 337px;*/
	text-align: center;
}

.photo_border{
	border: #FFFFFF solid 3px;
	margin-bottom: 20px;
	
}

/* end of popup photo */


/* Footer elements */
.footer{
	background-color: #878F49;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
	line-height: 120%;
}

.footer a:link {
	text-decoration: underline;
	font-size: 9px;
	color: #E0E3C6;
	font-weight: bold;
}

.footer a:visited {
	text-decoration: underline;
	font-size: 9px;
	color: #E0E3C6;
	font-weight: bold;
}

.footer a:hover {
	text-decoration: none;
	font-size: 9px;
	color:#E0E3C6;
	font-weight: bold;
}

.footer a:active {
	text-decoration: none;
	font-size: 9px;
	color: #E0E3C6;
	font-weight: bold;
}



