body {
	margin: 0px;
	padding: 0px;
	background: url(../images/page_bg.gif);
}

#outerwrap {
	width: 1024px;
	margin: 0px auto;
	height: 100%;
}


#wrap {
	width: 800px;
	margin: 0px auto;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	height: 100%;
	float: left;
}

/* HTML CSS */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 22px;
	background: url(../images/heading_bg.gif) no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
}

h2 {
	font-size: 18px;
	border-bottom: 1px dotted #d6d6d3;
}

h3 {
	margin-bottom: 0px;
	letter-spacing: -0.05em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #414141;
}

h4 {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #939292;
}

h5 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #414141;
}

img {
	border: 0px;
}

img.border {
	padding: 3px;
	border: 1px solid #a7a7a7;
}


ul {
	margin: 0px;
	padding: 0px;
	list-style: disc;
	padding-top: 10px;
	margin-left: 18px;
}

li {
	font-family: Tahoma, "Trebuchet MS", Arial, Helvetica, serif;
	font-size: 10pt;
	letter-spacing: .2px;
	line-height: 1.5;
	margin-bottom: 9px;
}

li a {
	text-decoration: none;
	color: inherit;
}

li a:hover {
	text-decoration: underline;
}


/* Header CSS */

#header {
	width: 100%;
	height: 90px;
	background: #000;
}

#header #logo {
	width: 487px;
	height: 90px;
	background: url(../images/logo.gif) no-repeat;
	float: left;
}

#header #top_nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	letter-spacing: .3px;
	color: #a3a3a3;
	float: right;
	text-transform: uppercase;
	margin-top: 4px;
	margin-right: 8px;
}

#header #top_nav a {
	text-decoration: none;
	color: #a3a3a3;	
}

#header #top_nav a:hover {
	color: #fff;
}

/* Menu CSS */

#menu {
	left: 0px;
	margin-top: 90px;
	padding-top: 10px;
	//padding-bottom: 19px;
	width: 190px;
	background: #000;
	float: left;
	height: 194px;
}

#menu ul {
	list-style: none;
	margin-left: 10px;
}

#menu ul li {
	width: 169px;
	border-bottom: 2px solid #e3584a;
	text-align: center;
	float: left;
	padding-bottom: 2px;
	margin-left: 0px;
	margin-right: 19px;
	white-space: nowrap;
}

#menu ul li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	letter-spacing: -.1px;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
}

#menu ul li:hover {
	border-bottom: 2px solid #fff;
}

/* Submenu CSS */

ul.submenu {
	list-style: none;
	padding: 0px;
	margin: 0px;
	padding-top: 15px;

}

ul.submenu li {
	margin-bottom: 1px;
	border-bottom: 1px solid #d8d8d8;
	margin: 0px;
	padding: 0px;
}

ul.submenu li a {
	margin-bottom: 0px;
	letter-spacing: 0.05em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: normal;
	color: #414141;
}

ul.submenu li a:hover {
	color: #990000;
}

/* Mid Banner CSS */

#mid_banner {
	width: 100%;
	height: 204px;
	background: url(../images/mid_banner.jpg);
}

#mid_banner #quote {	
	float: right;
	width: 463px;
	height: 156px;
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
}

#mid_banner #quote p {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	letter-spacing: -.2px;
	color: #ffffff;		
	margin: 0px;
	padding: 0px;
}

#mid_banner #by_line {
	float:right;
	width:443px;
	text-align:right;
	height: 30px;
	padding-right: 5px;
}
	

#mid_banner #by_line p {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #ffffff;		
	margin: 0px;
	padding: 0px;
}

/* Content CSS */

#content {
	width: 100%;
	background: #eaeae7 url(../images/content_bg.gif) repeat-x;	
	padding-top: 10px;	
}

#main {
	padding-top: 5px;
	padding-left: 10px;
	width: 541px;
	border-right: 1px dotted #d0d0d0;
	float: left;	
	padding-right: 6px;
}

#main p {
	font-family: Tahoma, "Trebuchet MS", Arial, Helvetica, serif;
	font-size: 10pt;
	letter-spacing: .2px;
	line-height: 1.5;
	color: #000;
	margin-left: 8px;
}

#main a {
	color: #99372e;
	font-weight: bold;
	text-decoration: none;
}

#main a:hover {
	color:#FF0000;
}

/* Contact Form */

#contact td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

#contact input {
	border: 1px solid #000;
	width: 325px;
	padding: 4px;
}

#contact input.button {
	border: 1px solid #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 110px;
	padding: 4px;
}

#contact textarea {
	border: 1px solid #000;
	width: 325px;
	height: 75px;
	padding: 4px;
}

#error_message {
	display: none;
	width: 100%;
	text-align:center;
	border-top: 2px solid #a42700;
	border-bottom: 2px solid #a42700;
	color: #000;
	padding: 6px;
	margin-bottom: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

.form {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.note {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #868685
	font-size: 9pt;
}


/* Sidebar CSS */

#sidebar {
	width: 232px;	
	margin-top: 5px;
	padding-left: 10px;	
	background: url(../images/sidebar_bg.jpg) no-repeat top right;
	float: left;
}

#sidebar_content {
	padding-top: 180px;
	padding-left: 12px;
	padding-right: 8px;
}

#sidebar_content p {
	font-family: Tahoma, "Trebuchet MS", Arial, Helvetica, serif;
	font-size: 10pt;
	letter-spacing: .2px;
	line-height: 1.5;
	color: #868685;
}

/* Footer CSS */


#footer {
	width: 100%;
	height: 83px;
	background: #000 url(../images/footer_bg.gif) no-repeat right;
	border-top: 10px solid #404040;
}

#footer #copyright {
	font-family: Tahoma, Arial, Helvetica, serif;
	font-size: 12px;
	color: #e3584a;
	float: left;
	padding-top: 32px;
	padding-left: 20px;
}

#footer #address {
	font-family: Tahoma, Arial, Helvetica, serif;
	font-size: 11px;
	color: #5c5c5c;
	float: left;
	padding-top: 20px;
	padding-left: 35px;
	margin-left: 98px;
	width: 121px;
}

#footer #phone {
	font-family: Tahoma, Arial, Helvetica, serif;
	font-size: 11px;
	color: #5c5c5c;
	float: left;
	padding-top: 23px;
	padding-left: 30px;	
	width: 121px;
}

#footer #email {
	font-family: Tahoma, Arial, Helvetica, serif;
	font-size: 11px;
	color: #5c5c5c;
	float: left;
	padding-top: 30px;
	padding-left: 111px;	
	width: 121px;
}

#red_block {
	margin: 0px auto;
	background: url(../images/red_button.jpg) no-repeat center top;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 21px;
	text-align: center;
	padding: 8px;
	color: #fff;
	width: 434px;
	height: 89px;
}

.red_block {
	margin: 0px auto;
	background: url(../images/red_button.jpg) no-repeat;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 21px;
	text-align: center;
	padding: 4px;	
	color: #fff;
	width: 408px;
	height: 74px;
}

#question_links a {
	color: #000;
	font-size: 17px;
}
