/*  
Author: Tim Fleming
Author URI: http://www.timfleming.com/
*/


/* Global Settings */
 
html, body {
border:0;
margin:0;
padding:0;
cursor:default;
}

body {
	font: 75%/1.4em "Trebuchet MS", verdana, arial, helvetica, tahoma, sans-serif;
	background: #5f5f62 url(../images/bg.jpg) no-repeat center top;
}

a img {
border:none;
}

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
 
h1 {
padding:4px 0;;

}
 
h2 {
	padding:2px 0;
	letter-spacing:-1px;
	font:1.5em arial, helvetica, sans-serif;
	font-family: "Trebuchet MS", verdana, arial, helvetica, tahoma, sans-serif;
}
 
h3 {
font:1em arial, helvetica, sans-serif;
font-weight:bold;
}
 
p, ul, ol {
margin:0;
padding:0;
}
 
ol {
	list-style:decimal url(none) inside;
	padding:0;
}

ul {list-style:none;
padding:0;
}


blockquote {
margin:22px 40px;
padding:0;
}
 

/* Links */
a:link {
	font-weight: normal;
	text-decoration: none;
	outline:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	color: #361010;
}
a:visited {
	color: #830000;
	text-decoration: none;
	outline:none;
}
a:hover {
	text-decoration: underline;
	outline:none;
}
a:active {
	text-decoration: none;
	outline:none;
}
a.intext:link {
	font-weight: normal;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	color:#993333;
	outline:none;
}
a.intext:visited {
	font-weight: normal;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	color:#830000;
	outline:none;
}
a.intext:hover {
	font-weight: normal;
	text-decoration: underline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	outline:none;
}
a.intext:active {
	font-weight: normal;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	outline:none;
}


/* Layout */

.top	{
	height:17px;
	width:100%;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/top.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}

#wrapper {
width:903px;
height:100%;
margin:0 auto;
}

.logo {
	float:left;
	width:296px;
	height:112px;
	border: none;
	margin-bottom:8px;
}
.wrap          { width:903px;margin:0 auto; }

/* 
 Navigation Styles

*/

.navwrap {
background:transparent url(..images/navbg.jpg) repeat-x scroll 0 0;
height:38px;
margin:0 auto;
width:100%;
float:left;
}

.navleft {
background:transparent url(../images/nav-lft.jpg) no-repeat scroll 0 0;
float:left;
height:42px;
width:8px;
}

.navinner {
	background:transparent url(../images/navbg.jpg) repeat-x scroll 0 0;
height:42px;
font-size:1.1em;
padding-left:16px;
}

.navrt {
	background:transparent url(../images/nav-rt.jpg) no-repeat scroll 0 0;
float:right;
height:42px;
width:8px;
}

.navinner ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 auto;
}

.navinner ul li {
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

.navinner ul li a:link {
	color:#e3e3e3;
	cursor:pointer;
	display:block;
	
	font-size:1.2em;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	height:42px;
	line-height:26px;
	padding:0;
	text-align:left;
	text-decoration:none;
	
}
.navinner ul li a:visited {color:#e3e3e3;
	cursor:pointer;
	display:block;
	
	font-size:1.2em;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	height:42px;
	line-height:26px;
	padding:0;
	text-align:left;
	text-decoration:none
}
	
.navinner ul li a:hover {text-decoration: underline;
color:#B60000;
}
		
.navinner ul li a:active {text-decoration: none;
}
.navinner ul li a span{
display:block;

padding:5px 40px 0px 2px;
}

.navinner ul li .active{
color:#B60000;
}

.phone{
	float:right;
	width:200px;
	font-size:1.6em;
	color:#e3e3e3;
	padding: 10px 0px 0px;
	text-align:right;
	margin-right: 8px;
}
.pdf{
	background: url(images/file_acrobat.gif) no-repeat scroll left center;
}

/*Main Div styles*/

#main {
	background: #fff url(../images/subnav.jpg) repeat-y;  
	padding-top: 8px;
	position:relative;
	
}
#main h1{
	color:#B60000;
	font-size: 1.9em;
	letter-spacing: 0.08em;
	font-weight: bold;
	font-family: "Trebuchet MS", verdana, arial, helvetica, tahoma, sans-serif;
}
#main p{
	padding-top:6px;
}
#main .homeleft {
	float: left;
	left:0px;
	top:8px;
	width:440px;
	margin: 16px 0 20px 18px;
	font-size:1.1em;
}

#main .homeright{
	margin:16px 16px 0 470px;

}

#main .homeright ul {
	line-height: 1.5em;
	color: #5f5f62;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 1.1em;
}

#submain h1{
	background-color:#B60000;
	color:#fff;
	font-size: 1.7em;
	letter-spacing: 0.08em;
	padding:8px 0 8px 10px;
	line-height:1.2em;
}

#main .homeright .thumbnail{
	margin:20px 20px 0 15px;
}

#submain h2{
	color:#fff;
	background-color:#5E5A5E;
	margin-top: 12px;
	padding: 6px 0 6px 38px;
	width:328px;
	letter-spacing: 0.08em;
}

.submain_tab{
	background: #5E5A5E url(../images/check.gif) no-repeat scroll 8px 50%;
}

#submain {
	background: #5f5f62 url(../images/subbg-ext.jpg) repeat-y 0 0;
	color:#fff;
	min-height: 328px;
	position:relative;
	width:903px;
	float:left;
}
#submain_wrap {
	background:url(../images/subbg.jpg) no-repeat center top;
	float:left;
	padding-bottom:16px;
	min-height:328px;
	width:903px;
}

#submain .homeleft{
	float:left;
	left:0px;
	top:0px;
	width:462px;
	padding:0;
	margin: 16px 0 0 8px;
}
#submain .homeright{
	margin:17px 12px 0 500px;
	padding:0;
}

#submain p{
	padding: 16px 0 0 0px;
	color: #E5E5E5;
	margin-right: 14px;
	margin-left: 8px;
}
#submainext{
	background: #fff url(../images/subbg-ext.jpg) repeat-y;  
	min-height: 60px;
	position:relative;
}
#submain ul{
	line-height:1.6em;
	margin:8px 0 0 10px;
	padding:0;
	color: #E5E5E5;	
}
#submain ul li{
	background:transparent url(../images/arrow.gif) no-repeat scroll left center;
	display:block;
	float:left;
	padding:6px 0 6px 28px;
	width:90%;
}

#scrolltop {
	display:block;
	position:absolute;
	left:0;
	top:0;
	padding:0;
	margin:0;
	height:100px;
	width:450px;
	border:none;
	overflow:hidden;
}
#scrolltable {
	display:block;
	position:absolute;
	left:0;
	top:100px;
	padding:0;
	margin:0;
	height:300px;
	width:450px;
	border:none;
	overflow:auto;
	border-collapse:collapse;
}

td {
	text-align:left;
	height:auto;
	vertical-align:top;
	border-bottom:inset 1pt;
	padding-bottom:2pt;
	padding-top:2pt;
	padding-left:5pt;
	font-family: "Trebuchet MS", verdana, arial, helvetica, tahoma, sans-serif;
	font-weight:normal;
	font-size:12px;
}
/* 

 Footer Styles 

*/

.footer {
	clear:both;
	width:903px;
	background:#57575B;
	overflow:hidden;
	margin-bottom:20px;
	
}

.footer p {
	color:#E5E5E5;
	text-align:center;
	padding: 8px 0;
	font-size: 1.2em;
}

.footer p a {
color:#E5E5E5;
}

.footer p a:hover {
color:#fff;
}


/*thumbnail styles
*/

.thumbnail {
clear:right;
padding:8px 0;
vertical-align:top;
height:110px;
}
.thumbnail img {
border:2px solid #777777;
float:left;
margin:10px 6px 0 8px;
}

.thumbnail p {
float:left;
margin:0;
padding:8px;
width:50%;
}
.title {
	border-bottom:thin solid #D5D6BE;
	border-top:thin solid #D5D6BE;
	color:#361010;
	display:block;
	font-style:oblique;
}

/*table styles*/

.cell-style-1 {
	color: #FFF;
	background-color: #5f5f62;
	padding-left:2px;
	text-align: center;
	}
.table-style-1 {
	padding:0;
	padding-left:2px;
	border:none;
}
 
/* Global Classes */
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
 
.images-left      {
	float:left;
	margin:4px 10px 14px 0;
}
.images-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
.footer_bar {
	color: #b30000;
	font-size: 1.2em;
	font-weight: bold;
}

