/* main CSS Document */
/* general styling first */
/* reset css styles individually instead of universal selector. */
/* based on http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body{
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	border-left:0;
} 
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1.1;
	color: #333;
	font-family: Arial,Helvetica,Verdana sans-serif;
}
ol, ul {list-style: none;}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
/* end reset styles */

/* clearing technique */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {display:inline-block;}
/* mac hide \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
 /* End hide */
/*........... do not change or amalgamate the above clearfix styles ......*/

p,h1,h2,h3,h4,h5,h6,ul,ol {margin-bottom:.5em}
a img,img{border:none;display:block;}
a{
	text-decoration:none;
	color:#252e1c;
}
h1,h2,h3,h4,h5,h6{
	font-weight:bold;
}
h1{font-size:122%}/* 26px */
h2{font-size:110%}/* 24px */
h3{font-size:167%}/* 22px */
h4{font-size:152%}/* 20px */
h5{font-size:136%}/* 18px */
h6{font-size:122%}/* 16px */

body{
	font-size: 14px; 
	text-align:center;/* for ie5.+*/
	background: url(images/body-bg.jpg) repeat-x #ac4c24;
}

h1 {
	color:#AC4C24;
	font-size:22px;
	padding-left:10px;
	padding-top:30px;
}
h2 {
	color:#010080;
}
#container {
	width:904px;
	margin:0 auto;
}

#header {
	background: url(images/header-bg.jpg) no-repeat;
	height:94px;
	padding-top:95px;

}
ul#navigation {
	background: url(images/nav-bg.jpg) repeat-x;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	display: block;
	width:904px;
	height:34px;
	font-size:12px;
	text-transform: uppercase;
	font-weight:bold;
	padding-top:10px;
}
ul#navigation li {
	float:left;	
	
}
ul#navigation li a {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
	color:#fff;
}
ul#navigation li a.active {
	background: url(images/nav-bg-active.jpg) repeat-x; 
	padding-bottom:20px;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
}


#main_content{
	width:904px;
	margin-top:-49px;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	text-align:left;
	background: #edc15e url(images/maincontent-bg.jpg) repeat-y;
}
body#home #main_content {
	height:390px;
	background: url(images/home-bg.jpg) no-repeat;
}
#main_content .whitetext {
	font-size:20px;
	color:#fff;
	width:250px;
	position:relative;
	top:200px;
	left:265px;
	text-align: center;
	line-height: 21px;
	letter-spacing: 1px;
}
#main_content .hometext {
	color:#333;
	position:relative;
	top:-200px;
	left:550px;
	width:330px;
	line-height:18px;
}
#main_content .hometext big {
	font-size:16px;
	font-weight:bold;
}
#main_content p {
	color:#333;
	padding:10px;
	width:500px;
}
#main_content p.callout {
	margin-left:70px;
	width:400px;
	font-size:22px;
	text-align:center;
	font-weight:bold;
}
#main_content p.callout span {
	font-size:28px;
	font-style: italic;
	font-weight:normal;
}
#main_content p, #main_content ul, #main_content h1, #main_content h2 {
	padding-left:10px;
}
#main_content ul {
	margin-left:20px;
}
#main_content ul.vendorlogos li{
	height:155px;
	margin-right:20px;
	float:left;
}
#main_content ul#col1 {
	float:left;
	width:200px;
	list-style: disc;
	margin-left:50px;
}
#main_content ul#col2 {
	float:right;
	width:200px;
	margin-right:20px;
	list-style: disc;

}
#main_content .right_col {
	float:right;
	border-left:2px solid #fff;
	width:367px;
}
#main_content .right_col img {
	border-bottom:2px solid #fff;
}
#main_content .right_col .newsletter {
	border-bottom:2px solid #fff;
	text-align:center;
}
#main_content .right_col .newsletter p,#main_content .right_col .emailform p {
	color:#AC4C24;
	font-weight:bold;
	width:360px;
	line-height:16px;
	text-align:center;

}
#main_content .right_col .textwidget {
	padding:10px;
	border-bottom:2px solid #fff;
}
#main_content .right_col .textwidget h3{
	color:#AA5B20;
	font-size:20px;
	margin-left:10px;
}
#main_content .right_col .textwidget ul.col1{
	float:left;
	margin:0px;
}
#main_content .right_col .textwidget ul.col2{
	float:right;
	margin-right:10px;
}
#main_content .right_col .textwidget li {
	line-height: 18px;
	font-size:12px;
}
#main_content img.floatright {
	float:right;
	padding:3px;
	border:1px solid #fff;
}
#main_content img.floatleft {
	float:left;
	padding:3px;
	border:1px solid #fff;
	margin-right:20px;
	margin-bottom:10px;
	margin-top:10px;
}
#main_content #locationrow {
	float:left;
	width:470px;
	border-bottom:1px dotted #E99C44;
	padding:10px;
	line-height:16px;
	margin-left:20px;
}
#main_content #locationrow h2 {
	padding-left:0px;
}
#main_content #locationrow .map {
	float:right;
	text-align:center;
	padding:10px;
}
#main_content #locationrow .map img {
	border:1px solid #fff;
	padding:3px;
	margin:auto;
}
#main_content #locationrow .map .maplinks a {
	font-size:10px;
	text-decoration:underline;
	color:#AC4C24;
}

#bottom_row {
	height:166px;
	width:915px;
	background: url(images/bottomrow-bg.jpg) repeat-y;
	
	margin-top:-1px;
}
#bottom_row ul#locations {
	display:block;
	padding-left:0px;
}
#bottom_row ul#locations li {
	float:left;
	text-align:center;
	color:#333;
	line-height:18px;
	font-size:12px;
	margin-left:15px;
	margin-top:10px;
}
#bottom_row ul#locations li h2 {
	font-size:12px;
	font-weight:bold;
	color:#5c5c30;
}
#bottom_row #pelican {
	clear:both;
	font-size:12px;
	vertical-align:baseline;
	padding-top: 10px;
}
#bottom_row #pelican a {
	text-decoration:underline;
	font-weight:bold;
	color:#AC4C24;
}
#footer {
	position:relative;
	top:0px;
	color:#fff;
	padding:10px;
	font-size:10px;
}


