body {
	margin: 0px;
	padding: 0px;
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;	
	width: 100%;
	height: 100%;
	background: #F5F5F5;
}


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


/* Header CSS */

#header {
	background: url(../images/bg_header.jpg) repeat-x;
	width:100%;
	padding-top: 6px;
	
}

#header #logo {
	background: url(../images/logo.gif) no-repeat;
	width: 270px;
	height: 80px;	
	margin-left: 15px;
}

#header #links {
	font-size: 12px;
	font-weight: bold;
	color: #767676;
	margin-right: 15px;
}

#header #links a {
	color: #767676;
	text-decoration: none;
}

#header #links a:hover {
	color: #000000;
}

/* Main Menu CSS */
#main_menu {
	float:right;
	margin-right: 5px;
}

#main_menu #left {
	background: url(../images/main_menu_left.jpg) no-repeat;
	width: 7px;
	height: 19px;
	float: left;
}

#main_menu #right {
	background: url(../images/main_menu_right.jpg) no-repeat;
	width: 7px;
	height: 19px;
	float: left;	
}

#main_menu #menu_items {
	background: url(../images/main_menu_bg.jpg) repeat-x;
	white-space: nowrap;
	height: 19px;
	float: left;
}

#main_menu #menu_items ul {
	margin:0px;
	padding: 0px;
	margin-left: 10px;
	list-style: none;
}

#main_menu #menu_items ul li {
	margin: 0px;
	padding: 0px;
	float: left;
}

#main_menu #menu_items ul li a {
	margin-top: 1px;
	display: block;	
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	padding-left: 15px;
	padding-right: 0px;
	margin-right: 0px;
}

#main_menu #menu_items ul li a span {	
	padding-right: 20px;
	margin-left:0px;
}

/* Sub Menu CSS */

#submenu ul {
	margin:0px;
	padding: 0px;
	margin-left: 10px;
	list-style: none;
	float: right;
}

#submenu ul li {
	margin: 0px;
	padding: 0px;
	float: left;
}

#submenu ul li a {
	margin-top: 1px;
	color: #003458;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 0px;
}

#submenu ul li a:hover {
	color: #000;
}

#submenu {
	background: url(../images/sub_menu_bg.jpg) no-repeat;
	width: 789px;
	height: 19px;
	clear: both;
	float: right;
	margin-right: 5px;	
}

/* General Styles */

ul {
	text-align: left;
	list-style-image: url(../images/bullet.jpg);		
	padding-left: 25px;
	margin-left: 0px;
	letter-spacing: .2px;
}

ul li {
	padding-bottom: 4px;	
}

ul.arrow {
	text-align: left;
	list-style-image: url(../images/bullet_arrow.jpg);
}

ul.bullets {
	text-align:left;
	list-style-image: url(../images/bullet_disc.jpg);
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #a42700;
	font-family: "Trebuchet MS", Tahoma;
	margin: 0px;
	padding: 0px;
	margin-bottom: 4px;
	border-bottom: 4px solid #e5e5e5;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #c8c8c8;
	font-family: "Trebuchet MS", Tahoma;
	margin: 0px;
	padding: 0px;
	margin-bottom: 4px;
}

h2.article {
	font-size: 15px;
	font-weight: bold;
	color: #666;
	font-family: "Trebuchet MS", Tahoma;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px;
}

h2.byline {
	font-size: 14px;
	font-weight: normal;
	color: #999;
	font-family: "Trebuchet MS", Tahoma;
	margin: 0px;
	padding: 0px;
	margin-bottom: 3px;
}

a {
	color:  #a42700;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
}

p {
	letter-spacing: .2px;
}

p.paragraph { 
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: .2px;
	text-indent: 20px;
}

/* Contact Form */

#contact td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 5px;
}

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

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

#contact input.radio {
	width: 12px;
	margin-right: 3px;
	margin-left: 4px;
	border: 0px;
}

#contact select {
	border: 1px solid #000;
	width: 260px;
	padding: 4px;
}

#contact textarea {
	border: 1px solid #000;
	width: 250px;
	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;
	font-size: 14px;
	font-weight: bold;
	padding: 6px;
	margin-bottom: 12px;
}

/* Home Page CSS */

#main_image {
	background: url(../images/main_image.gif);
	width: 788px;
	height: 154px;
	clear: both;
	float:right;
	margin-right: 6px;
	margin-bottom: 6px;
}

#main_adage {
	position: relative;
	width: 578px;
	height: 140px;
	left: 185px;
	top: 25px;
}

#main_adage p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -.3px;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#main_adage p.byline {
	padding-top: 12px;
	text-align:right;
	font-size: 14px;
}

#content_headings {
	background: url(../images/faded_bar_bg.jpg) repeat-x;
	width: 100%;
	height: 53px;	
}

#content_header {
	font-size: 16px;
	font-weight: bold;
	padding-top: 7px;
	float: left;
	color: #a42700;
	font-family: Arial;
}

#content_text {	
	font-size: 14px;
	letter-spacing: -.1px;	
	font-weight: normal;
	margin-right: 19px;
	text-align: center;
}

#column {
	background: url(../images/columns_bg.jpg) repeat-y top right;
}

.column1 {
	width: 238px;
	height: 52%;	
	margin-left: 12px;
	float: left;
}

.column2 {
	width: 295px;
	height: 52%;
	margin-left: 12px;
	float: left;
}

.column3 {
	width: 219px;
	margin-left: 12px;
	float: left;
}

#content img {
	border: 0px;
}

/* Subpages CSS */
#subpage {
	padding-left: 6px;
	padding-right:9px;
	clear: both;
}

#left_column {
	width: 193px;	
	float:left;
	background: url(../images/side_column_bg.jpg) no-repeat;
	height: 400px;	
}

#right_column {
	width: 570px;
	background: url(../images/columns_bg.jpg) repeat-y top left;
	margin-top: 8px;
	padding-left: 15px;
	float:left;
}

#section_links {
	border-top: 2px solid #f0f0f0;
	border-bottom: 2px solid #f0f0f0;
	padding:6px;
	font-size: 12px;
	background: #fbfbfb;
}

#section_links a {
	font-weight: bold;
	text-decoration: none;
	color: #a42700;
}

#section_links a:hover {
	text-decoration: underline;
}

table.section_nav {
	padding-bottom: 4px;
}

table.section_nav td {
	font-size: 11px;
	font-weight: bold;
}

table.section_nav td  a{
	text-decoration: none;	
	font-weight: bold;
}

table.section_nav td  a:hover {
	text-decoration: underline;	
}

/* Adage Box */

#adage_box {	
	padding: 4px;
	width: 178px;
	height: 290px;
}



#adage_box p {
	font-weight: bold;
	text-align:center;
	margin: 0px;
	padding: 0px;
	font-size: 22px;
	line-height: 25px;
	letter-spacing: .1px;
	padding-top: 10px;
}

#adage_box p.byline {
	padding-top: 15px;
	color: #999;
	font-size: 15px;
	text-align: right;
}

/* Side Navigation */

#side_nav {
	background: #f5f5f5;
	padding-left: 8px;
	padding-top: 2px;	
	width: 183px;
}

#side_nav h1 {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	text-align:right;
	padding-right: 8px;
	border-bottom: 4px solid #ededed;
	margin-bottom: 8px;
}

#side_nav a {
	margin-left: 12px;
	display: block;
	color: #999;
	font-weight: bold;
	text-decoration: none;
}

#side_nav a:hover {	
	color: #000;
}



#side_nav_top {
	background: url(../images/side_nav_top.jpg) no-repeat;
	width: 192px;
	height: 9px;
	margin-top: 11px;
}

#side_nav_bottom {
	background: url(../images/side_nav_bottom.jpg) no-repeat;
	width: 192px;
	height: 9px;
}


/* Footer CSS */

#footer {
	padding-top: 25px;
	clear: both;
}

#footer #linkbar {
	background: url(../images/faded_bar_bg.jpg) repeat-x;
	width: 100%;
	height: 33px;
	text-align:right;
}

#footer #links {
	font-size: 12px;
	font-weight: bold;
	color: #767676;
	margin-right: 15px;	
	padding-top: 5px;
}

#footer #links a {
	color: #767676;
	text-decoration: none;
}

#footer #links a:hover {
	color: #000000;
}

#footer #copyright {
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #000;	
	margin-top: 8px;
}
