/*Coded By, Dan Gautsch
http://www.dangautsch.com
*/
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,
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-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.4em;
	color: #000000;
	background:url(../images/bg.gif) repeat-x top left #FFFFFF;
	font-size: 62.5%;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*site typography*/
p {font:1.2em/1.4em Verdana, Helvetica, sans-serif;margin:0px 0px 10px 0px;}
a {font:1.2em Verdana, Helvetica, sans-serif;color:#FF3300;text-decoration:none;}
a:hover {text-decoration:underline;color:#000000;}
em {font-style:italic;}
strong {font-weight:bold;}
h1, h2, h3 {
	font-weight:normal;
	font-family:Verdana, Helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	color:#706f72;
}

h1 {
	font-size:2.4em;
	text-transform:uppercase;
}

h2 {
	font-size:1.8em;
}

h3 {
	font-size:1.2em;
	color: #930000;
	text-transform: uppercase;
	font-weight: bold;
}

h4 {
	font-size:1.3em;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px 0px 2px 0px;
	color:#379ee0;
}
/*Navigation*/
#navigation li.last a {background: none;}
#navigation {float: right;}
#navigation li {position:relative;float:left;display:block;list-style:none;margin:0 10px;font-size:1em;}
#navigation li a {display: block;padding:15px 18px;color:#6b6b6b;}
#navigation li a:hover {border-bottom:5px solid #333333;text-decoration:none;padding:15px 18px 10px 18px;}
ul#navigation {margin-top:0px;}
#navigation a.on {border-bottom:5px solid #333333;text-decoration:none;padding:15px 18px 10px 18px;}

/*Layout*/
#container {width:950px;margin:0 auto;}
#content {border:1px solid #000000;padding:20px;}
#header {
	position: relative;
	margin: 40px 0px 10px;
}
#left-column {
	float:left;
	width:71%;
	padding:10px 20px 10px 0px;
	border-right: 1px solid #000000;
	height:490px;
}

#right-column {
	float:right;
	width:25%;
	padding:10px 0px 10px 10px;
}	
#footer {
	padding:10px 0px;
	text-align:right;
}
.clear {
	clear:both;
	margin: 0;
	padding: 0;
}

/*Form Styles*/
form {margin:0; padding:0;font-family:Arial,Verdana,Sans-serif;}
label {
	font-size:1em;
}

fieldset {
	margin:0 0 1.5em 0;
}

legend {
	color: #930000;
	margin:0px 0px 5px 0px;
	padding:0;
	font-weight:bold;
	font-size:1.2em;
}

input.text, input.title, textarea, select {
	border:1px solid #bbb;
}

input.text:focus, input.title:focus, textarea:focus, select:focus {
	border:1px solid #666;
}

input.text, input.title {
	padding:1px;
}

input.title {
	font-size:1.5em;
}

textarea {
	width:190px;
	height:50px;
	padding:5px;
}

.button {border:1px solid #000;color:#FFF;background:#990000;font-size:10px;text-transform:uppercase;padding:2px 5px;}

/*Additional Styles*/
h1#logo {background:url(../images/logo-main.jpg) no-repeat top left;display:block;width:301px;height:87px;}
h1#logo span {display:none;}
h2.coming-soon, h2.contact-us {margin-bottom:10px;}
h2.coming-soon {background:url(../images/title-coming-soon.gif) no-repeat top left;display:block;width:175px;height:32px;}
h2.coming-soon span {display:none;}

h2.contact-us {background:url(../images/contact-us.gif) no-repeat top left;display:block;width:175px;height:32px;}
h2.contact-us span {display:none;}

.imageright {
	float:right;
	padding:0px 0px 8px 8px;
}

.imageleft {
	float:left;
	padding:0px 8px 8px 0px;
}

.right-50{float:right;width:49%;}
.left-50 {float:left;width:50%;}
