/* client site css

Eric Meyer's Reset Reloaded */
/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html, body, 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, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-family: sans-serif, Verdana, Helvetica, Arial;
	color: #666666
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}





/* ne styles */

/* html tags */

body {
	background-color: white;
	/* font-family: "Georgia", serif;
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
	line-height: 120%; */
	
}

input.text {
	border: 1px solid #333333;
	color: #333333;
	background-color: #FFFFFF;
	text-align: left;
	font-size: 72%;
	width: 250px;
}

input.submit {
	border: 1px solid #333333;
	color: #FFFFFF;
	background-color:  #EF8B1E;
	text-align: left;
	font-size: 72%;
	width: 254px;
	text-transform: uppercase
}
 
 
textarea {
	border: 1px solid #333333;
	color: #333333;
	background-color: #FFFFFF;
	text-align: left;
	font-size: 72%;
	width: 252px;
	resize:none;
}

blockquote {
	/* border : 2px solid #000;*/
	width: 200px;
	float: right;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
	padding: 10px;
	color: #FFFFFF;
	background-color: #EF8B1E;
	quotes: "\201C" "\201D";
	font-style: italic;
}

blockquote:before { 
	content: open-quote; 
	font-weight: bold;
}

blockquote:after { 
	content: close-quote; 
	font-weight: bold;
}

ul {
	list-style-position: outside;
	list-style-type: square;
}

li {
	list-style-position: outside;
	list-style-type: square;
	color: #EF8B1E;
}

/* typography */

.bodytext {
	font-weight: normal;
	text-align: left;
	text-transform: none;
	color: #666666;
	font-size: 1.1em;
}

.heading1 {
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	color: #666666;
}

.heading2 {
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	color: #666666;
}

.heading3 {
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	font-size: 100%;
	color: #EF8B1E;
}

a {
	color: #EF8B1E;
	text-decoration: none;
	font-weight: normal;
} 

a:link	{
	color: #EF8B1E;
} 

a:visited	{
	color: #EF8B1E;
} 

a:active	{ 
	color: #EF8B1E;
} 

a:hover	{ 
	color: #666666; 
}

.straptxt {
	font-size: 90%;
}


.homepage{
	font-size: 1.2em;
	line-height: 1.6em;
	color: #666666
}
/* divs */

#container {
	background-position: center center;
	/*background-image: url(../img/shadow.gif);*/
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	height: 680px;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#top {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	background-color: #ffffee;
	border-top: solid 1px #EF8B1E;
	border-left: solid 1px #EF8B1E;
	border-right: solid 1px #EF8B1E;
	height: 66px;
}

#logo {
	float: left;
	width: 300px;
}

#strap {
	float: left;
	font-weight: normal;
	text-align: right;
	text-transform: none;
	width: 598px;
	height: 22px;
	padding-top: 48px;
	color: #EF8B1E;
}



#middle {
	width: 900px;
	height: 520px;
	margin-left: auto;
	margin-right: auto;
	border-left: solid 1px #EF8B1E;
	border-right: solid 1px #EF8B1E;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 120%;
	background-color: #FFFFEE;
}


#bottom {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
	height: 30px;
	background-color: #FFFFEE;
	border-left: solid 1px #EF8B1E;
	border-right: solid 1px #EF8B1E;
	border-bottom: solid 1px #EF8B1E
}

#footer {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	text-align: right;
	color: #EF8B1E
}

#Col1 {
	float: left;
	margin-top: 30px;
	margin-right: 30px;
	width: 132px;
	height: 490px;
	border-right: solid 1px #EF8B1E
}

#Col2 {
	float: left;
	margin-top: 30px;
	margin-right: 30px;
	padding-right: 30px;
	padding-top: 3px;
	width: 258px;
	height: 488px;
	border-right: solid 1px #EF8B1E;
	overflow: hidden;
	font-size: 72%;
	 
}

#Col2home {
	float: left;
	margin-top: 25px;
	margin-right: 30px;
	padding-right: 30px;
	padding-top: 3px;
	width: 258px;
	height: 488px;
	border-right: solid 1px #EF8B1E;
	overflow: hidden;
	font-size: 72%;
	 
}

#Col2wide {
	float: left;
	margin-top: 30px;
	width: 735px;
	height: 490px;
	overflow: hidden;
	font-size: 72%
}

#contactCol2Cellrow{
	float: left;
	width: 335px;
	overflow: hidden;
	margin-top: 20px;
}

#Col3 {
	float: left;
	margin-top: 30px;
	width: 397px;
	height: 490px;	
	border-right: solid 1px #EF8B1E;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	text-align: left;
	padding-right: 20px;
	font-size: 72%
}

#Col3noscroll {
	float: left;
	margin-top: 30px;
	width: 397px;
	height: 490px;	
	border-right: solid 1px #EF8B1E;
	overflow: hidden;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	text-align: left;
	padding-right: 20px;
}




#Col3plain {
	float: left;
	width: 417px;
	height: 514px;
	font-size: 72%;
	border-bottom: solid 1px #EF8B1E;
}

#Col3_rowWide {
	float: left;
	margin-top: 30px;
	width: 417px;
	height: 490px;
	overflow: hidden;
	font-size: 72%;
	/* border-right: solid 1px #EF8B1E;*/
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	text-align: left;
}


#nav {
	height: 250px;
	margin-left: -16px
}

#address {
	font-size: 70%;
	padding-top: 17px;
	float: left;
	line-height: 110%;
	color: #EF8B1E;
	margin-top: 152px;
	line-height: 140%
}

#contactForm{
	margin-top: 20px
}

#popTopRow{
	min-height: 200px;
	padding-left: 10px;
	padding-right: 10px;
}

#popBottomRow{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
}

#clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	visibility: hidden
}

#pop {
	font-size: 72%
}

#codetials {
	font-size: 90%;
	line-height: 100%;
	padding-top: 23px;
	float: left;
	line-height: 110%;
}

#coemial{
	padding-top: 24px;
	float: left
}

.codetailsname{
	overflow: visible
}

.codetailsposition{
	font-weight: normal;
	text-align: left;
	text-transform: none;
	color: #333333;
	font-size: 95%;
	line-height: 110%;
}

/* compound styles */


#Col1 img {
	padding-top: 175px
}


/* #Col3noscroll img {
	border: solid 1px #EF8B1E;
}

#Col3noscroll img:hover {
	border: solid 1px #FFFFFF;
} */

#Col2 li {
	list-style-position: outside;
	list-style-type: square;
	color: #666666;
}


#Col3 li {
	list-style-position: inside;
	list-style-type: square;
	color: #666666;
}


/* tables */

#horizpicTable {
	width: 1672px;
	height: 450px;
	padding: 10px
	margin: 10px;

}

.horizpicbig {
	width: 413px;
	height: 450px;
	border: solid 1px #EF8B1E;
	background-color: #ffffee; 	
}

/* classes */

.nav_row {
	min-height: 10px;
	width: 120px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #EF8B1E;
	font-size: 70%;
	line-height: 130%;
	overflow: auto
}

.col1_row {
	height: 10px;
	width: 120px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #EF8B1E;
	font-size: 60%;
	line-height: 100%;
}


.nav_text {
	float: left
}

.Col2_row {
	width: 187px;
	margin-bottom: 30px;
	overflow: auto;
}



.bullet_on {
	height: 6px;
	width: 6px;
	background-color: #EF8B1E;
	margin-right: 10px;
	margin-top: 4px;
	float: left
}

.bullet_off {
	height: 6px;
	width: 6px;
	background-color: #FFFFEE;
	margin-right: 10px;
	margin-top: 2px;
	float: left
}

.contactCol2Cell1 {
	float: left;
	width: 113px;
	height: auto;
	padding-right: 30px;
	padding-bottom: 10px;
	
}

.contactCol2Cell2 {
	float: left;
	width: 113px;
	height: auto;
	padding-bottom: 10px;
	
}

.keyline {
	border-top: solid 1px #EF8B1E;
	border-left: solid 1px #EF8B1E;
	border-right: solid 1px #EF8B1E;
	border-bottom: solid 1px #EF8B1E
}

/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:390px;
	height:155px;
	padding:10px;
	margin-top: -155px;
	margin-left: -180px;
	border:1px solid #fff;
	background:#FDFCE9;
	text-align:left;
	border-top: solid 1px #EF8B1E;
	border-left: solid 1px #EF8B1E;
	border-right: solid 1px #EF8B1E;
	border-bottom: solid 1px #EF8B1E
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color: #FFFFFF;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
	width:100%;
	height:100%;
}

#closeButton {
	height: 11px;
	width: 11px;
	float: right
}

/* form */

#form_box {
	width: 590px;
	background: #f8f8f8;
	border: 1px solid #d6d6d6;
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
	font:0.8em Arial, Helvetica, Sans-serif;
	padding: 0.5em;
	margin-top: 10px;
	margin-bottom: 2px;
}
 
#form_box div {
	padding: 0.2em 0.5em;
}
 
#form_box div.hr {
	border-bottom: 2px solid #e2e2e1;
	height: 0px;
	margin-top: 0pt;
	margin-bottom: 7px;
}
 
#form_box p {
	float: left;
	margin: 4px 0pt;
	width: 120px;
}
 
 
#log {
	width: 590px;
	margin-top: 10px;
}
 
#log_res {
	overflow: auto;
}
 
#log_res.ajax-loading {
	padding: 20px 0;
	background: url(http://demos.mootools.net/demos/Group/spinner.gif) no-repeat center;
}

/* lists */

#Col2 ul {
	list-style-position: inside;
	list-style-type: square;
	margin-bottom: 20px;
}

#Col2 li {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

