/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16px;
 line-height:130%;
 background: #FFF url(../Images/background.jpg) repeat ;
 margin-right: auto;
margin-left: auto;
text-align: justify;
}

H1 {
	font-size:1.6em;
}

#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 width: 922px;
 color: #FFF;
 padding-bottom: 0px;
 margin: 0px 0px 0px 0px;

}
#navigation {
 width: 920px;
 color: #333;
 padding: 0px;
 border: 1px solid #ccc;
 margin: 0px 0px 0px 0px;
 background: #dfd8c7;
}
#content { 
 width: 900px;
 color: #000;
 border: 1px solid #ccc;
 background: #f2f2e6;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 min-height: 450px;
 height: 100%;
}

#footer { 
 width: 900px;
 text-align:center;
 color: #000;
 border: 1px solid #ccc;
 background:#dfd8c7 url(../images/menu_bg.gif) repeat-x;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height:20px;
}

#footer a {
	color:#000;
	text-decoration:underline;
}

#menu{
	width:100%;
	height:40px;
	background:#dfd8c7 url(../images/menu_bg.gif) repeat-x;
}
#menu ul{
	list-style:none;
	margin:0;
}
#menu li{
	display:block;
	float:left;
	background:#dfd8c7 url(../images/menu_bg.gif) repeat-x;
}
#menu li a{
	border-right:2px solid #aeaeae;	
	height: 20px;
	padding: 10px;
	display:block;
	float:left;
	color:#000;
	text-transform:uppercase;
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}

#menu li a:hover{
	background:#a0692a url(../images/menu_hover.gif) repeat-x;
	border-right:2px solid #aeaeae;	
	text-decoration:none;
}
#menu li a:hover span{
	color:#636363;
}
body#index #t-index a, 
body#owner_operators #t-owner_operators a, 
body#about_us #t-about_us a, 
body#contact_us #t-contact_us a
{
	background:#bcbcbc url(../images/menu_hover.gif) repeat-x;
	border-right:2px solid #aeaeae;
	display:block;
	float:left;
	color:#000;
	text-transform:uppercase;
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	cursor:pointer;
	font-weight:bold;
}

#pagedisplay {
	color:#000000;
	font-weight:bold;
	font-size: 1.5em;
	text-align: left;
	padding: 10px 0 10px 0;
	}

* img {
	padding-right:10px;
	padding-bottom:5px;
	padding-left:10px;
	padding-top:5px;
	}
	
table {
	margin:0 auto;
}

table.loginbox {
	border-width: 2px;
	border-spacing: ;
	border-style: groove;
	border-color: gray;
	border-collapse: collapse;
	background-color: #d48125;
	border-top: 0;
}
table.loginbox th {
	border-width: 0px;
	padding: 2px;
	border-style: none;
	border-color: gray;
	background-color: ;
	-moz-border-radius: ;
}
table.loginbox td {
	border-width: 0px;
	padding: 2px;
	border-style: none;
	border-color: gray;
	background-color: ;
	-moz-border-radius: ;
}

table.loginbox caption {
	background-color:#a36a2c;
	color:#FFF;
	border-width: 2px;
	border-spacing: ;
	border-style: groove;
	border-color: gray;
	border-collapse: collapse;
	border-bottom: 0;
	width:99.5%;
}

#news {
	background-color:#CCC;
	text-align:left;
	margin-bottom: 10px;
	font-size: 15px;
}

.news {
	color:#F00;
	font-size:.9em;
	font-style:italic;
}

.newsdate {
	font-size: .6em;
	font-style:italic;
}

.newsbody {
	font-size:.8em;
}

#contact_break {
	position:relative;
	margin-top: 10px;
	float:left
}

#contact_top {
 width: 100%;
 margin: 0px 0px 0px 0px;
 min-height: 365px;
 height: 100%;
}

