/* dark red: 6f120a 
   light red: d20a0a
   Orange: FC8228
*/

html, * {
	padding:0;
	margin:0;
}
body {
	background-image:url(images/bkgd.jpg);
	background-repeat:repeat;
	margin:0 auto;
	font-size:1.0em;
	color:#999999;
	font-family:"Trebuchet MS", Verdana, Arial;
}


/* headers */
h1 {
	font-size:3.4em;
	text-align:center;
	font-family:Garamond;
	padding-top:20px;
	color:#ffffff;
	letter-spacing:3px;
	font-weight:normal;
}
h2 {
	color:#5580B4;
	background-color:#343434;
	display:inline;
	padding:0 5px;
	margin:5px 0;
}
h3 {
	background-image:url('images/navbg.jpg');
	background-repeat:repeat-x;
	border-bottom:1px solid #222222;
	padding:5px;
	color:#ffffff;
	text-align:center;
}
h4 {
	font-size:0.9em;
	font-style:italic;
}

h5 {
	font-size:0.8em;
}

h6.toggler {
	cursor: pointer;
	border: 1px solid #f5f5f5;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-family: 'Andale Mono', sans-serif;
	font-size: 12px;
	background: #D2E0E6;
	color: #528CE0;
}

.subtxthead
	{
		font-family:"Times New Roman", Times, serif;
		font-weight:bold;
		font-variant:inherit;
		font-style:italic;
		text-decoration:underline;
	}

/* links */
a {
	color:#202020;
	border-bottom:2px dotted #333333;
	text-decoration:none;
}
a:hover {
	border-bottom:2px solid #333333;
}
div#footer a {
	color:#ffffff;
	text-decoration:none;
	border:none;
	background-color:#233C57;
	padding:4px;
}
div#footer a:hover {
	border:none;
}
div#sidebar ul li a { 
	color:#5580B4;
	text-decoration:none;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:0.9em;
	border:thick;
	padding:5px;
}
div#sidebar ul li a:hover {
	background-color:#5580B4;
	color:#ffffff;
}

/* lists */
ul, ol {
	margin:0 0 5px 30px;
}

/* code */
code {
	display:block;
	border:1px solid #cccccc;
	background-color:#dddddd;
	padding:15px;
	margin:5px;
}

/* container, header and nav */
div#container {
	background-color:#333333;
	width:70%;
	padding:5px 5px 0 5px;
	margin:20px auto 0 auto;
}
div#header {
	background-image:url('images/headerbg.jpg');
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#111111;
	height:120px;
	padding:10px;
}
div#header p {
	text-align:center;
	padding:0;
	margin:0;
	font-size:0.8em;
	color:#ffffff;
}
div#nav {
	background-image:url('images/navbg.jpg');
	background-repeat:repeat-x;
	height:50px;
	border-bottom:2px solid #416C9C;
	border-top:2px solid #325277;
}
div#nav ul {
	margin:0;
	padding:0;
}
div#nav ul li {
	display:block;
}
div#nav ul li a {
	float:left;
	border:none;
	padding:15px 57px 0 57px;
	height:35px;
	font-family:"Garamond", Verdana, Arial;
	font-size:1.1em;
	color:#ffffff;
	text-decoration:none;
	display:block;
}
div#nav ul li a:hover {
	color:#ffffff;
	background-color:#1D2F43;
}


/* content */
div#content {
	padding:20px 10px 0 10px;
	background-color:#000000;
}
div#page {
	width:67%;
	float:left;
}
div#sidebar {
	width:28%;
	float:right;
	border-bottom:3px solid #325277;
	border-left:3px solid #325277;
	border-right:3px solid #325277;
	border-top:3px solid #325277;
}

div#sidebar ul {
	font-size:0.8em;
	list-style:none;
	margin:7px 12px;
}
div#sidebar ul li {
	padding:3px 0;
}

/* footer */
div#footer {
	padding:20px 5px;
	background-color:#325479;
	color:#ffffff;
}
div#footer p {
	font-size:0.6em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0;
	padding:5px;
}

/* generic classes */
.bold {
	font-weight:bold;
}
.clear {
	clear:both;
}

/* GEMills Estimates Pop up */

div#estimatortitle {
background-image:url('images/navbg.jpg');
color:#ffffff;
font-size:2.0em;
font-weight:bold;
background-repeat:repeat-x;
height:50px;
border-bottom:2px solid #416C9C;
border-top:2px solid #325277;
}

div#estimates {
	background:#000000;
	clear:both;
	padding:50px 10px 10px 10px;
	color:#999999}

div.estimatesfooter {
	clear:both;
	padding:5px 10px 10px 10px;
	}

div.estimatesfooter p {
	margin:0;
	color:#ffffff; 
	font-size: 9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}


/* GEMills Terms Of Service Pop up */

div#termstitle {
background-image:url('images/navbg.jpg');
color:#ffffff;
font-size:2.0em;
font-weight:bold;
background-repeat:repeat-x;
height:50px;
border-bottom:2px solid #416C9C;
border-top:2px solid #325277;
}

div#terms {
	background:#000000;
	clear:both;
	padding:50px 10px 10px 10px;
	color:#999999}
	
div.terms p{
	overflow:auto;
}

div.termsfooter p {
	text-align:left;
	margin:0;
	color:#ffffff; 
	font-size: 9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}


/* Div Toggle */

.toggle {
display: none;
border:1px solid #ccc;
background:#000000;
padding:5px;
max-height:300px;
overflow-y: scroll;
}

#howtos {
text-align:left;
margin:0 auto;
width:600px;
min-height:10px;
border:1px solid #ccc;
padding:5px;
background-color:#233C57;
color:#999999;
}

div#howtos a {
	color:#ffffff;
	text-decoration:none;
	border:none;
	background-color:#5580B4;
	padding:4px;
	font-size:0.8em;
	text-align:center;
}
div#howtos a:hover {
	text-decoration:underline;
}

div.element p, div.element h6 {
	margin:0px;
	padding:4px;
}