/* *** ** Start of DefaultWrapper ** *** */
/*@import url(/styles/main.css);*/

* { margin: 0 0 0 0; padding: 0 0 0 0; }

/* HTML */

a{ color: #6a0000; text-decoration: none; outline: none; }
a:hover{ text-decoration: underline; }

h1{ font-family: Georgia; font-size: 21px; color: #6a0000; font-weight: normal; margin: 0 0 10px 0; text-transform:uppercase;}
h2{ font-family: Trebuchet MS; font-size: 18px; color: #c89225; font-weight: bold; margin: 15px 0 8px 0; }
h3{ font-family: Georgia; font-size: 16px; color: #6a0000; font-weight: normal; margin: 12px 0 8px 0; }
h4{ font-family: Georgia; font-size: 15px; color: #333; font-weight: bold; margin: 10px 0 6px 0; }
h5{ font-family: Georgia; font-size: 15px; color: #6a0000; font-weight: normal; margin: 10px 0 6px 0;}
h6{ font-family: Georgia; font-size: 14px; color: #c89225; font-weight: normal; }

input{ border: 1px solid #989891; background: #fff; }
td{  }
textarea{ border: 1px solid #989891; background: #fff; }
ul{ padding-left: 20px; } 


/* GENERAL CLASSES */
.body{ width: 100%; margin: 0 auto; padding: 0; background-color: #6a0000;}

#maincontainer{ width: 998px; margin:0px auto; overflow: hidden;}

#header {width:998px; height:142px;margin:auto;}
#header p {font-family: Times New Roman; margin: 0px 0px 0px 0px; padding:0px;}

#nav { margin:0px 0px 0 0px; height:55px; width:998px; background-image: url(/Assets/Category/000010/0000/utility_top.gif);background-repeat:no-repeat; }
#nav ul {list-style-type: none; display: inline; padding:0px; float:right;}
#nav li { display: inline; margin:0px; padding:0px;}
#nav ul li a {font-family: Times New Roman; text-transform:uppercase; line-height:55px; font-weight:normal; font-size: 14px; color: #fff; text-decoration: none; padding:0px 7px 0px 3px; border-right:1px solid #fff;}
#nav ul li.last_child a { border: none;}
#nav ul li a:hover { text-decoration: underline;}

#address { display:inline; margin:28px 0px 0px 12px; float:left; }
#address p {margin:0px 0px 0px 0px; color:#333; font-size:14px;font-family: Times New Roman; line-height:19px; letter-spacing:0.1em;}

#top2_nav {margin:12px 0px 16px 20px; padding:0px;  width: 980px; overflow: hidden;}
#top2_nav ul {list-style-type: none; padding:0; margin:0px 0px 0px 0px; }
#top2_nav li { float: left; padding:0px; }
#top2_nav li.first_child a { padding-left:15px;}
#top2_nav li.last_child a { border: none;}
#top2_nav a {text-decoration: none; text-transform:uppercase; font-family: Times New Roman; font-size: 16px; color: #6a0000; padding:0px 14px 0px 14px; border-right:1px solid #6a0000; letter-spacing:.1em;}
#top2_nav a:hover {text-decoration: underline;}

#container{ width: 998px; overflow: hidden; background-image: url(/Assets/Category/000010/0000/content_tile.gif); background-repeat:repeat-y; margin:0px; }
#container_content{ width: 935px; margin:0px auto;}

#left_column {display:inline; float: left; overflow:hidden; width: 330px; padding:0; margin:20px 0px 20px 0px;overflow:hidden;  background-image: url(/Assets/Category/000010/0000/leftcol_tile.gif); background-repeat:repeat-y;}

#right_column {display:inline;float: right; width: 544px; margin:15px 0px 30px 44px; padding:0px; overflow:hidden;}

#content { width: 540px; padding: 0px 0px 0px 0px; }
#content p {font-size: 13px; font-family: Trebuchet MS; line-height: 18px; color:#333; padding: 0px 0px 12px 0px; }
#content ul { padding: 2px 0px 12px 20px; }
#content ul li {font-size: 14px;  font-family: Trebuchet MS; line-height: 22px; color:#333; padding: 0px 0px 0px 0px; }


.footlinks {width:980px; margin:50px 0px 0px 0px; padding:0px;}
.footlinks ul { list-style-type: none; display: inline; margin:0px;padding:0px;}
.footlinks li { display: inline; margin:0px 0px 0px 0px; padding:0px;}
.footlinks ul li a {font-family: Times New Roman; text-transform:uppercase; font-weight:normal; font-size: 11px; color: #fff; text-decoration: none; border-right: 1px solid #fff; padding:0px 10px 0px 8px; }
.footlinks ul li.first_child a {padding-left:0px;}
.footlinks ul li.last_child a { border: none;}
.footlinks ul li a:hover { text-decoration: underline; color:#528ab9;}

/* DIV IDENTIFIERS */
#disclaimer{  width: 900px; padding: 35px 0 40px 40px; font-family: Tahoma; font-size: 10px; color: #fff; margin: 0 auto; }
#disclaimer a{ color: #fff; }

/* Directions Page Styles (Google Maps Default)


/* 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:8px 0px 10px 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 {}


/*  <![ 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:left;}
  
.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:#364a61;
	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:#7b0225;}


.custom-form {
	margin-top:14px;}

	.custom-form fieldset {
		margin:0px 0px 20px 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;}

#contact { width: 311px;  }
#contact h2 { font-family: Geogia; font-size: 21px; color: #501c20; border-bottom: 1px solid #d5c7aa; text-transform: uppercase; font-weight: normal; padding-bottom: 5px; margin-left: 5px;  margin-bottom: 0px;  } 
#contact .RichText { margin-left: 6px;  } 
#contact p { font-size: 11px; font-family: Trebuchet MS; color: #000; padding-top: 5px;  } 
#contact fieldset { border: 0; padding-top: 5px;  }
#contact label { float: left; display: inline; width: 66px;  font: bold 12px/16px Arial, Helvetica, sans-serif;  color: #333333; }
#contact br { clear: left; }
#contact input { float: left; display: inline; width: 230px;  font: normal 12px Arial, Helvetica, sans-serif; color: #333333; border: 1px solid #616161; background-color: #fbfbfb; height: 16px;  padding: 2px 2px 2px 5px; margin-bottom: 5px;}
*html #contact input { margin-bottom: 3px;}
#contact textarea {  width: 293px; padding: 5px; height: 34px; font: normal 12px Arial, Helvetica, sans-serif; color: #333333; border: 1px solid #616161; background-color: #fbfbfb; display: block; clear: both; }
*:first-child+html #contact textarea { margin-left: -6px;} * html #contact textarea { margin-left: 0px;}
#contact  #submit_button { float: left; background: transparent url(/Assets/Category/000010/0000/submit.gif); margin-top: 10px;  padding: 0px; width: 89px; height: 20px; border: 0; cursor: pointer; margin-right:23px;}



#feed h2 { font-family: Geogia; font-size: 21px; color: #501c20; border-bottom: 1px solid #d5c7aa; text-transform: uppercase; font-weight: normal; padding-bottom: 5px; margin-left: 5px;  margin-bottom: 0px;  } 
#feed h3 {font-size:14px; font-family: Trebuchet MS, sans-serif;}
#feed ul {list-style-type:none; font-size:12px; margin-left:-15px; *margin-left:0px; font-family: Trebuchet MS;}
#feed ul li {font-size:12px; font-family: Trebuchet MS;,}


/* *** ** End   of DefaultWrapper ** *** */
