/* *** ** Start of DefaultWrapper ** *** */
*
{
	margin: 0;
	padding: 0;
}

body { 

	background: url(/Assets/Category/000010/0000/body_bg.gif)  #807150 repeat-x; 


}

#container {

	background: url(/Assets/Category/000010/0000/container_bg.gif) repeat-y;
	width: 1020px;
	margin: 0 auto; 
	overflow: hidden;
}

#main_container { 

	width: 1020px; 
	margin: 0 auto;
	overflow: hidden;
	


}

#left_shadow { 

	float: left; 
	width: 20px; 
	background: #ccc; 
	overflow: hidden;

}

#left_shadow { 

	float: left; 
	width: 20px; 


}

#middle { 

	float: left; 
	width: 980px; 
	background: url(/Assets/Category/000010/0000/main_bg.gif);
	background-repeat: repeat-y; 
	overflow: hidden;


}
#content { 


	width: 590px; 
	margin-left: 50px; 
	margin-right: 50px; 
	margin-top: 25px;


}

#right_column { 

	float: left; 
	width: 690px; 
        border-bottom: 10px solid #E1E8D8; 
	padding-bottom: 30px; 
	min-height: 450px; 
 


}

#left_column { 

	float: left; 
	width: 235px; 
 	margin-left: 25px; 
 	margin-right: 30px; 
 	overflow: hidden;

}

#right_shadow {
		float: left; 
		width: 20px; 
 
	

}

#left_column h2 { 
	font-family: Georgia, serif;
	font-size: 20px;
	font-weight: normal;
	border-top: 1px solid #6d5e41;
	border-bottom: 1px solid #6d5e41; 
	padding-top: 5px;
	padding-bottom: 5px;
	color: #343436; 

}




.clearboth { clear: both; }





#content p {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #434343;
}
#content a {

   color: #003267; 
   
}

#content ul {
	margin: 10px 0;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 13px;
	color: #444444;
}

#content h1
{
	font-family: Georgia, serif;
	font-size: 26px;
	font-weight: normal;
	color: #333333;
	margin: 0 0 15px 0;
}

#content h2
{
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: normal;
	color: #666666;
	margin: 20px 0 10px 0;
}


#content h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
	margin: 15px 0 10px 0;
}

#content ul {
	margin: 10px 0;
	padding-left: 15px;
}

#content ol {
	margin: 10px 0;
	padding-left: 15px;
}

#top_links {
	margin-left: 700px;
	position: absolute;

}

#top_links ul { 
	list-style: none; 
	float: left;
}

#top_links ul li {
	float: left; 
	list-style: none; 
	margin: 0px 5px;
	color: #303600;
	font-family: Trebuchet MS;
	font-size: 12px; 


}

#top_links ul li a {

	color: #303600;
	font-family: Trebuchet MS;
	font-size: 13px; 
	text-decoration: none; 


}

#top_links ul li a:hover { 
	text-decoration: underline; 

}

#footer {

	height: 35px;
	width: 980px; 
	background: #2d3116; 

}


#footer ul
{
	margin-left: 20px;
	height: 35px;
	padding: 12px 0 0 0;
	overflow: hidden;
	list-style-type: none;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 11px;
}

#footer ul li
{
	display: inline;
	height: 14px;
	border-right: 1px solid #FFFFFF;
}

#footer ul li.last_child
{
	border-right: 0;
}

#footer ul li a
{
	color: #FFFFFF;
	padding: 0 3px 0 5px;
	text-decoration: none;
}


#footer ul li a:hover { 
	text-decoration: underline; 

}


#topnav {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#topnav ul
{
	overflow: hidden;
	height: 51px;
	list-style-type: none;
	text-transform: uppercase;
	font-family: 'Times New Roman';
	font-size: 16px;
	background-image: url(/Assets/Category/000010/0000/nav_tile.gif);
	background-repeat: repeat-x;
	font-weight: bold; 
}

#topnav ul li
{
	float: left;
	text-align: center;
}

#topnav ul li.last_child
{
	float: left;
	background: none;
}

#topnav ul li a  {
	height: 51px !important;
	display: block;
	padding: 0px 36px;
	float: left;
	letter-spacing: 0.02em;
	color: #fff;
	margin-right: 1px;
	line-height: 30px;
	background-image: url(/Assets/Category/000010/0000/nav_tile.gif);
	background-repeat: repeat-x;
	text-decoration: none; 

	
}

#topnav ul li.last_child a  { padding-right: 37px; }
#topnav ul li a span { display: block; padding-top: 7px;}




#topnav ul li a:hover
{
	background-image: url(/Assets/Category/000010/0000/nav_tile_hover.gif);
	background-repeat: repeat-x;
	text-decoration: none;
}


#left_column  fieldset { border: 0;   }

#left_column  label {  width: 45px; font: normal 12px Arial, Helvetica, sans-serif;  color: #363636; margin: 5px 0; display: block; float: left; padding: 2px; font-weight: bold; }

#left_column  input { 
	  width: 170px;  
	  font: normal 12px 'Trebuchet MS',Helvetica,sans-serif;  
          color: #3e3e3e; border: 1px solid #666762; 
          background-color: #f5f5f5; 
          display: block; float: left; 
          clear: right;
	  margin-top: 3px; 
          height: 21px; 
}

#left_column textarea { 
	  display: block; 
	  width: 215px; 
          padding: 2px; 
          height: 50px;
          clear: both; 
          font: normal 12px Arial, Helvetica, sans-serif; 
          color: #3e3e3e; border: 1px solid #666762;
          background-color: #f5f5f5; clear: both;
 }
* html #left_column textarea {}
#left_column br { clear: both; }
#left_column  #submit_button { margin-top: 10px; background: transparent url(/Assets/Category/000010/0000/submit_button.png) repeat-x; padding: 0px; width: 83px; height: 33px; border: 0; font: bold 14px/16px 'Trebuchet MS', Helvetica, sans-serif; color: #ffffff; cursor: pointer; text-align: center; }

* Fix for IE6 - prevents text from disappearing when map loads - apply this class to the RTF for content area */
.DirectionsContent {
	display:block;
	position:relative;}
	

/* [ Outer div ] -----------> */
#directionsForm {
	}

/* div that wraps form */
#directionsInput {
	padding:4px 0px;}

#fromAddress {
	width:350px;
	border:1px solid #c0c0c0;
	background:#eee;
	padding:3px 4px;
	font:11px Tahoma, Verdana, sans-serif;
	color:#555;} /* address input field */

#directionsLocale {
	padding:4px 0px;}

	#directionsLocale select {
		border:1px solid #c0c0c0;
		background:#eee;
		padding:2px;
		font:11px Tahoma, Verdana, sans-serif;
		color:#555;} /* language dropmenu */

#locale{
	}

#directionsSubmit {
	padding:4px 0px;}
	
	#directionsSubmit input {
		padding:1px 2px;
		font:bold 12px Tahoma, Verdana, sans-serif;
		text-transform:uppercase;
		color:#fff;
		background:#364a61;
		border:1px solid #000;} /* GET DIRECTIONS button */
	#directionsSubmit input:hover {
		background:#7b0225;}

#map {
	border:1px solid #c0c0c0;
	color:#000;}

#addressNotFound {
	}

#directions {
	}

/*	<![ Disclaimer [	 -----------------------------------------------------------*/

#disclaimer {
	display:block;
	padding:12px;
	margin:0px -12px;
	background:#364a61;
	font:11px Tahoma, Verdana, sans-serif;
	color:#ccc;
	text-align:left;}
	
	#disclaimer a {
		color:#ccc;
		font-weight:bold;
		text-decoration:none;}
	#disclaimer a:hover {
		color:#fff;
		text-decoration:underline;}	

/*  <![ Primary Contact Form [ ----------------------------------------------------*/

.pad_frm_itm {
	padding:3px 0px;
	margin:0px;}

.form-label {
	width:112px; /* Width of labels */
	padding:0px 2px 0px 0px;
	display:inline-block;
	vertical-align:top;
	text-align:right;}
  
.form-pct {	
	border:1px solid #bbb;
	background:#eee;
	font:11px Tahoma, Verdana, sans-serif;
	color:#555;
	padding:5px 6px;
	width:380px;}
	
select.form-pct {
	width:auto;}
	
.msg-pct {
	border:1px solid #bbb;
	background:#eee;
	font:11px Tahoma, Verdana, sans-serif;
	color:#555;
	padding:5px 6px;
	width:495px; /*  .form-label + .form-pct + horizontal padding on .form-label   */
	height:70px;
	overflow:auto;}

.main-submit {
	padding:1px 2px;
	font:bold 12px Tahoma, Verdana, sans-serif;
	text-transform:uppercase;
	color:#fff;
	background:#555555;
	border:1px solid #000;
	text-align:center;
	text-decoration:none;} /*applied to SUBMIT and CLEAR VALUES buttons on main contact form */
	
.main-submit:hover {
	background:#777777;}


.custom-form {
	margin-top:14px;}

	.custom-form fieldset {
		margin:0px;
		padding:0px;
		border:none;}
		  
	.custom-form legend {
		padding:0px 2px;
		font-weight:bold;}
		  
	.custom-form ol {
		margin:0px;
		padding:0px;
		list-style:none;}
/*  <![ Disclaimer Alert [ ----------------------------------------------------*/

#overlay_div {
	position:relative;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	padding:0px;
	z-index:100;}

#overlay_div p {
	line-height:normal;}
	
#iagree {
	position:absolute;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	padding:15px 15px 15px 15px;
	border:1px solid #031c40; /* Disclaimer box border color */
	background-color:#ececec; /* Disclaimer box bgcolor color */
	width:400px;
	margin:4px 0 0 0;}

#overlay_div h3 {
	font:18px Verdana, Arial, Helvetica, sans-serif;
	border-bottom:1px solid #0a3150;
	color:#031c40;
	padding:0;
	margin:0px 0px 4px 0px;}

#iagree .overlay_submit {
	padding:4px;
	margin:0 6px 0 0;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	background:#555;
	border:1px solid #333;
	float:right;
	text-decoration:none;}
	
	#iagree .overlay_submit:hover {
		text-decoration:none;
		color:#fff;
		background:#777;
		border:1px solid #555;}
	
#iagree .checkbox {
	float:left;
	height:22px;
	display:block;}

#iagree input#Agreement {
	position:relative;
	top:3px;
	border:none;}




/* *** ** End   of DefaultWrapper ** *** */
/* *** ** Start of ContactUsLayout ** *** */
.CaptchaComponent img{
	padding:10px 0px;
}

.CaptchaComponent input{
	margin:10px 0px;
}
/* *** ** End   of ContactUsLayout ** *** */
