/* CSS Document */

/*#layout 
____________________________________________________________*/

body {
	margin: 0;
	background-color: #423B27;
	font-family: Arial, Helvetica, sans-serif;
	}

#mainWrapper {
	position: relative;
	left: 50%;
	margin-left: -500px;
	margin-top: 0px;
	padding:0;
	background-color: #423B27;
	background-image: url(images/background.jpg);
	width: 1000px;}
	
	
#contentWrapper {
	position: relative;
	left: 50%;
	margin-left: -400px;
	margin-top: 0px;
	padding-top:9px;
	padding-bottom:9px;
	width: 799px;}
	
/*#header 
____________________________________________________________*/
	
#header {
	padding:0;
	height:104px;
	background-image: url(images/header_bkg.jpg);
}

#header .micronav{
	float: right;
	margin: 0px;
	padding-top: 30px;
	padding-right: 95px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
}
	
#header .micronav a {
	color:#ffffff;
	text-decoration:none;
	}
	
#header .micronav a:hover {
	color:#FF9900;
	text-decoration:underline;
	}
	
#header .search{
	float: right;
	margin: 0px;
	padding-top: 10px;
	padding-right: 95px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
}
	
#header #submitbutton{
	margin-left: 5px;
	margin-top: -2px;
	padding-bottom: 0px;
	width: 22px;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

input{
	width: 120px;
	padding: 0px;
	margin-top:-2px;
	font-size:11px;
	vertical-align:middle;
}


	

/*#leftrail
____________________________________________________________*/



#leftrail {
	float:left;
	width:160px;
	padding-right:6px;
	margin-top:10px;
}

#leftrail #box {
width:158px;
margin-bottom:12px;
border: solid 1px #cccccc;
background-color:#EEEEEE;
}
#leftrail #box1 {
width:158px;
margin-bottom:0px;
border: solid 0px #cccccc;
background-color:#EEEEEE;
}

#leftrail #centerbox {
width:148px;
margin:5px;
background-color:#FFA64D;
text-align:center;
padding: 0px 0;
font-family:"Times New Roman", Times, serif;
font-size:11px;
color:#000000;
}


#leftrail .space {
padding:5px;
}

#leftrail .vendor {
font-family:"Times New Roman", Times, serif;
font-size:11px;
color:#660000;
text-align:center;
font-weight:bold;
}

.leftnav {

padding-bottom:10px;
margin-top:-10px;

}

.leftnav a{

	margin-left:0px;
	margin-top:0px;
	display:block;
	text-align:left;
	font-weight:normal;
	padding:3px 5px 0px 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	background:url("images/arrow.gif") 10px 6px no-repeat;
	color:#333333;
	text-decoration:none;

}


.leftnav a:hover{ 

	text-decoration:underline;
	background:url("images/arrow.gif") 10px 6px no-repeat;
	color:#333333; 
}


/*#center
____________________________________________________________*/


#center {
	float:left;
	width:444px;
	margin-top:10px;
	margin-bottom:10px;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	background-color:#ffffff;
}


#centerEvents {
	display:inline;
	float:left;
	width:620px;
	margin-top:10px;
	margin-bottom:10px;
	border-left: solid 1px #CCCCCC;
	border-right: solid 0px #CCCCCC;
	background-color:#ffffff;
}


#mainimage {
	padding:0;
	margin-left:3px;
	width:438px;
	height:218px;
	background-image: url(images/main_image.jpg);
	background-repeat: no-repeat;
	
}

#bodycontent {
	padding:0;
	margin-left:3px;
	width:438px;
	background-image: url(images/swirl.gif);
	background-repeat: no-repeat;
}

#bodycontent2 {
	padding:0;
	margin-left:3px;
	width:438px;
	background-image: url(images/swirl_int.gif);
	background-repeat: no-repeat;
}

#bodycontentEvents {
	padding:0 10px 0 10px;
	margin-left:3px;
	width:600px;
	background-image: url(images/swirl_int_long.gif);
	background-repeat: no-repeat;
}

#bodycontent p, #bodycontent2 p, #bodycontentEvents p{
	margin-left:16px;
	margin-right:16px;
	margin-top:0px;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#333333;
	font-weight: normal;
	line-height:15px;
}
#bodycontent .title, #bodycontent2 .title, #bodycontentEvents .title {
	margin-left:5px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:left;
}

#bodycontent h1, #bodycontent2 h1, #bodycontentEvents h1  {
	margin-left:0px;
	margin-top:5px;
	margin-bottom:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	text-align:left;
	color:#660000;
	font-weight: bold;

}

#bodycontent h1 a, #bodycontent2 h1 a, #bodycontentEvents h1 a{
	color:#660000;
	font-weight: bold;
	text-decoration:underline;
}

#bodycontent h1 a:visited, #bodycontent2 h1 a:visited, #bodycontentEvents h1 a:visited{
	color:#660000;
	font-weight: bold;
	text-decoration:underline;
}

#bodycontent h1 a:hover, #bodycontent2 h1 a:hover, #bodycontentEvents h1 a:hover{
	color:#E66000;
	text-decoration:underline;
}

#bodycontent2 h2, #bodycontentEvents h2 {
	padding-left:16px;
	padding-top:0px;
	padding-bottom:-10px;
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	text-align:left;
	color:#955702;
	font-style:italic;
	font-weight: normal;

}

.h2bottom{

padding-top:5px;
}


#mainimage .maintitle {
	padding-left:40px;
	padding-top:55px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	text-align:left;
	color:#FF9999;
	font-weight: bold;

}

#mainimage .maindescp{
	padding-left:40px;
	padding-right:190px;
	padding-top:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#FFFFFF;
	font-weight: normal;

}

#intbread{
	padding-left: 12px;
	padding-top: 15px;
	padding-bottom: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
	color:#000000;
	font-weight: normal;}
	
	
.bread1 {

	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
	text-decoration:none;
	color:#5E5846;}

.bread1 a{

	text-decoration:underline;
	color:#5E5846;}

.bread1 a:hover{
	text-decoration:underline;
	color:#6F0F0C;}

.bread3 {

	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
	text-decoration:none;
	color:#6F0F0C;
	font-weight:normal;}
	
.pimage{
	padding-left: 5px;
	padding-bottom: 5px;
}



/*#rightrail
____________________________________________________________*/

#rightrail {
	display:inline;
	float:left;
	width:180px;
	padding-left:5px;
	margin-top:10px;
}

#rightrail #box {
width:178px;
padding:0;
margin-bottom:5px;
border: solid 1px #cccccc;
background-color:#EEEEEE;
}

#rightrail #centerbox {
width:168px;
margin:5px;
background-color:#FFA64D;
text-align:center;
padding: 2px 0;
font-family:"Times New Roman", Times, serif;
font-size:12px;
color:#000000;
}

#rightrail .banner {
 padding-bottom: 5px;
}


	


/*#top nav
____________________________________________________________*/

#topnavbkg {
	height: 26px;
	width:799px;
	background-color:#E66000;
}
	
.topnav {
	font-family:"Times New Roman", Times, serif;
	text-transform: uppercase;
	margin-left: 3px;
	font-size: 11px;
	line-height: 26px;
	color: #ffffff;
	text-align: center;
	word-spacing: 2px;
	font-weight:bold;
}
.topnav a {
	color: #ffffff;
	text-decoration: none;
	padding: 6px 5px 6px 5px;

}
.topnav a:hover {
	background-color: #FF9900;
	color:#660000;
	text-decoration: none;
	padding: 6px 5px 7px 5px;
}





/*#bottom nav
____________________________________________________________*/

#btmnavbkg {
	height:53px;
	background-image: url(images/footer_bkg.gif);
}


.btmnav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#000000;
	margin-left: 0px;
	padding-top: 13px;
	text-align:center;
	font-weight:normal;
	line-height:17px;

}

.btmnav a:link {
	text-decoration:underline;
	color:#000000;
}

.btmnav a:visited {
	text-decoration:underline;
	color:#000000;
}

.btmnav a:hover {
	text-decoration:underline;
	color:#ffffff;
}

.button-bg{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
background-color:#990000;
	
	background-repeat: repeat-x;
	text-align: center;
	height: 18px;
	border: 1px solid #3B5D2B;
	padding-right: 4px;
	padding-left: 4px;
    width:auto;
}

.textfield{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #EDEDED;
	height: 14px;
	border: 1px solid #8A8A8A;
}
.textarea{
	font-family: Arial;
	font-size:11px;	
	color: #333333;
	text-decoration: none;
	background-color: #EDEDED;	
	border: 1px solid #8A8A8A;
	
	

}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

.smallheading {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	color: #F1601D;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;

}

.smallheading1{
	font-family: Arial;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	color: #2C0003;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;

}
.formtext{
	font-family: Arial;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.mandatory {
	font-family: Arial;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
}
.blueb {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
}

.links{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #2E0003;
	text-decoration: underline;
}
.links:hover{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFA64D;
	text-decoration: none;
}

.subheading{
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #2E0003;
	text-decoration: underline;
}
.subheading:hover{
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #68A699;
	text-decoration: none;
}

.Combo{
	font-family: Arial;
	font-size:11px;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;	
	border: 1px solid #8A8A8A;
	
}
	
.links3{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #E94127;
	text-decoration: underline;
}
.links3:hover{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #E94127;
	text-decoration: none;
}.imgbutton {
	background-image: url(images/submit.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 55px;
}
.bgtext {
	background-color: #FFF3E8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.orangetext {
	font-family: Arial;
	font-size: 11px;
	color: #FFA64D;
	text-decoration: none;
	font-weight: normal;
}
.whitetext {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.bgtext1 {
	background-color: #C9C6B8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #999965;
	text-decoration: none;
}
.heading1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999965;
}.bodytext {
	font-family: Arial;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4A0001;
	text-decoration: none;
}
.heading2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #4F0101;
}
