/*  Grandchester Meadows - Master CSS Created Oct 2007
Author: Forrest Anderson - http://web.rouviere.com
Version 20090521 */

/* @group Body layout */

body {
	padding: 0;
	margin: 0;
	background: #CAB387 url(../photos/bg_texture.gif) repeat;
	font-family: "Times New Roman";
	font-size: medium;
	line-height: 1.2em;
	color: #000;
}

#container {
    width: 760px;
	margin: 0 auto;
	border: gray solid 1px;
	background: #e5cc9b;
}

#masthead {
    width: 755px;
	height: 110px;
	padding-left: 5px;
}

/* @group headers */

h1, h2, h3, h4, h5 {
    color: #00356D;
}

h1 {
    font-size: 130%;
}

.centered {
    text-align: center;
}

h2 {
    font-size: 120%;
}

h3 {
    font-size: 110%;
}

h4 {
    font-size: 100%;
}

h5 {
    font-size: 90%;
}

h6 {
    font-size: 80%
}

#address h3 {
	width: 125px;
    margin: 0;
    padding: 0;
}

#address p { 
	width: 125px;
	margin-top: 1px; 
	}

a.red:link, a.red:visited { 
	color: #f00; 
	text-decoration: none;
	}
	
a.red:hover, a.red:active { 
	 text-decoration: underline;
	}
	
.red_text { 
	color: red; 
	}		

/* @end */

img {
    padding-top: 5px;
	padding-right: 5px;
	border: none;
}

img.mainIcons { 
	margin-top: 2px; 
	}

#mainContent {
    float: left;
	width: 480px;
	min-height: 580px;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-top: 5px;
	border: gray solid 1px;
}

#mainContent-wide {
    float: left;
	width: 550px;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-top: 5px;
	border: gray solid 1px;
}



#twoCol #mainContent {
    float: left;
	width: 500px;
	margin-left: 10px;
	padding-left: 20px;
	padding-right: 5px;
}

#workRequest #mainContent, #create_invoice #mainContent, #invoice_details #mainContent, #Reports #mainContent {
    float: left;
	width: 550px;
	margin-left: 5px;
	padding-left: 10px;
}	

#flashcontent {
    float: left;
	width: 455px;
	padding-bottom: 10px;
}

object.flash { 
	background-color: #CAB387; 
	}

/*

 @end */

/* @group small elements */

#GC_contact {
    float: left;
	font-size: 10px;
	width: 110px;
	padding: 15px 0 0 10px;
}

#leftList {
    float: left;
	width: 225px;
	margin-top: -15px;
}

#rightList {
    float: left;
	width: 175px;
	margin-top: -15px;
}

.rightList {
    position: absolute;
	padding-left: 30px;
}

.clear {
    content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
	margin-top: -20px;
}

#icons {
    float: left;
	padding-left: 15px;
	padding-top: 0px;
}

#icons h3 { 
	margin-top: 3px; 
	}

#icons p {
    text-align: center;
}

.iconText {
    font-size: x-small;
	margin-top: -2px;
}

#address {
    font-size: 10px;
	width: 110px;
	padding: 5px 0 0 10px;
}

.announcement {
    text-align: center;
	padding-left: 5px;
}

.listHead {
    font-weight: bold;
	color: #00356D;
}

#sealsLeft {
    float: left;
	width: 225px;
	margin-top: -15px;
}

#sealsLeft p {
    text-align: center;
}

#sealsRight {
    float: left;
	width: 175px;
	margin-top: -15px;
}

#sealsRight p {
    text-align: center;
    }

/* @end */

/* @group Links */

a:link {
    color: #369;
}

a:visited {
    color: #936;
}

a:hover {
    color: #900;
}

a:active {
    color: #930;
}

table a:visited {
    color: #369;
}

.generalLinks {
    float: left;
	width: 110px;
	padding: 0 0 0 10px;
}

#generalLinks li {
    list-style-type: none;
}

#current a:link {
    color: white;
	background-color: #559DDA;
}

/* @end */

/* @group Tables */

table {
	font-size: small;
	border-collapse: collapse;
	width: 40em;
	border: 1px solid #333;
}

#table {  /* for the Pirates Cove Contacts table */
	width: 460px;
}

#mainContent-wide table {
	width: 540px;
}

tr td {
    border-right: 1px solid #999;
	border-top: 1px solid #999;
}

th {
    border-right: 1px solid #999;
}

#Reports th, #Reports td {
    font-size: x-small;
}

#workRequest tr td {
    border-right: 1px solid #999;
	border-top: none;
}

table a:link, table a:visited {
    text-decoration: none;
}

tr.odd th {
    background: #00356d;
	color: #FFFFFF;
}

tr {
    background: #f9f4eb;
}

td.odd {
    background: #f1e3c9;
}

tr.odd {
    background: #f1e3c9;
}

tr.top { /* for the work request tables */
    background: #a3d4ec;
}

/* @end */

/* @group Forms */

#requester_city {
    width: 110px;
}

#requester_state {
    width: 22px;
}

#requester_zip {
    width: 50px;
}

#contractor_city {
    width: 110px;
}

#contractor_state {
    width: 22px;
}

#contractor_zip {
    width: 50px;
}

/* @end */

/* @group Navigation */

#navBar {
    float: left;
	width: 135px;
	margin-left: 5px;
}

#workRequest #navBar {
    margin-right: 5px;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: left;
	width: 140px;
}

#nav li { /* all list items */
	position: relative;
	float: left;
	line-height: 1.25em;
	margin-bottom: -1px;
	width: 140px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	margin-left: 11.05em;
	margin-top: -1.35em;
}

#nav li a {
    width: 11em;
	w\idth: 10em;
	display: block;
	color: #00356D;
	font-weight: normal;
	text-decoration: none;
	background-color: #FFF7E7;
	border: 1px solid #00356D;
	padding: 0 0.5em;
}

#nav li a:hover {
    color: white;
	background-color: #559DDA;
}

#nav li a.selected:link, #nav li a.selected:visited {
    color: white;
	background-color: #559DDA;
}

#nav li.sub_head {
	color: #00356D;
    font-weight: bold;
}

/* @end */

/* @group Footer */

#footer {
    clear: both;
	background: #BEA87F url(../photos/ft_topB.gif) repeat-x top;
	font-size: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

/* @end */

