
/* 
   Meyer's CSS Reset
   v1.0 | 20080212 
*/

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, 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 {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* css reset ends */




body {
text-align: center;
height: 100%;
font-size: 10px;
font-family: "Lucida Grande",Arial,Helvetica,Sans-Serif;
background-color: #121315;
color: #ccc;
}

h1 {
font-size: 22px;
color:  #fff;
margin: 10px 0px;
}

h3 {
font-size: 13px;
margin: 5px 0px;
color: #666;
padding: 20px 10px 10px 40px;
background: url(images/lightbulb.gif) no-repeat;
}

body a:link {
text-decoration: none; 
color: #FFCC33;
}

body a:visited {
text-decoration: none; 
color: #FFCC33;
}


#container {
position: static;
display: block;
margin-left: auto;
margin-right: auto;
height: 100%;
width: 960px;
text-align: left;
z-index: 1;
}

#header {
height: auto;
}

#nav {
position: relative;
display: block;
height: 30px;
width: 100%;
line-height: 30px;
font-size: 100%;
background: url(images/menu-back.gif);
border-left: solid 1px #1f2223;
border-bottom: solid 1px #1f2223;
border-right: solid 1px #1f2223;
z-index: 1;
font-weight: bold;
white-space: nowrap;
}

#nav ul li {
display: inline;
padding: 4px 20px;
font-size: 12px;
}

#nav a {
height: 100%;
width: 100%;
padding: 10px;
}

#nav a:link {
color: #ccc;
}

#nav a:visited {
color: #ccc;
}

#nav a:hover {
color: #FFCC33;

}




/*pure css popups*/

#nav .subnav {
display: none;
}

#nav .subnav li {
display: block;
padding: 2px 10px;
width: auto;
}


#nav li {
position: relative;
}

#nav li ul {
display: none;
}

#nav li:hover ul {
display: inline;
position: absolute; 
top: 28px; 
left: 20%;
width: auto;
height: auto;
font-weight: normal;
z-index: 20;
border-top: solid 3px #FFCC33;
}

#nav .subnav li {
background: url(images/nav-sub-fill.png) repeat;
padding: 5px;
}

#nav .subnav li a:link {
color: #ccc;
}

#nav .subnav li a:visited {
color: #ccc;
}

#nav .subnav li a:active {
color: #ccc;
}

#nav .subnav li a:hover {
color: #ffcc33;
}







#logo {
padding-top: 20px;
margin-left: -20px;
}


#content {
position: relative;
display: block;
}

#intake {
display: block;
position: relative;
width: auto;
margin: 20px 0px 5px 0px;
padding: 15px;
font-size: 14px;
color: #777;
background-color: #0D0D0D;
border: solid 1px #1f2223;
}

#intake td {
padding: 4px 2px;
}

.required {
color: #FFCC33;
/*color: #CC251D;*/
font-weight: bold;
font-size: 18px;
padding-right: 5px;
}

#name {
width: 250px;
border: solid 3px #0D0D0D;
padding: 2px;
text-transform: capitalize;
}

#name:focus {
border: solid 3px #ccc;
}

#phone {
width: 120px;
border: solid 3px #0D0D0D;
padding: 2px;
}

#phone:focus {
border: solid 3px #ccc;
}

#email {
width: 250px;
border: solid 3px #0D0D0D;
padding: 2px;
}

#email:focus {
border: solid 3px #ccc;
}

#comments {
width: 590px;
height: auto;
border: solid 3px #0D0D0D;
padding: 2px;
}

#comments:focus {
border: solid 3px #ccc;
}








#submit {
background-color: #FFCC33 ;
border: solid 1px #1f2223;
color: #131313;
margin-top: 5px;
padding: 3px 13px 3px 5px;
}

#submit:hover {
background: url(images/arrow.png) right no-repeat;
background-color: #FFCC33 ;
}



#message-home {
width: 662px;
font-size: 12px;
color: #ccc;
padding: 10px;
height: auto;
background-color: #131313;
border: solid 1px #1f2223;
line-height:22px;
}

#message-home-sub {
width: auto;
padding: 10px;
}


#message-poper {
width: 240px;
margin: 0px 20px 20px 20px;
float: left;
position: absolute;
left: 690px;
top: 0px;
z-index: 2;
height: auto;
line-height:22px;
font-size: 12px;
color: #ccc;
}

.poper-sections {
margin-bottom: 20px;
padding: 10px;
background-color: #131313;
border: solid 1px #1f2223;
}


#blogged td {
padding: 0px 5px;
}

.blogger-date {
white-space: nowrap;
font-size: 10px;
}


#warncontainer {
position: relative;
width: 600px;
margin: 20px;
}

#warning {
position: absolute;
top: 10px;
padding: 20px;
height: auto;
font-size: 16px;
color: #ccc;
text-align: left;
width: 100%;
}



#footer {
margin: 0px 10px;
position: relative;
display: block;
width: 100%;
height: 100%;
padding: 65px 0px;
z-index: 1;
bottom: 0px;
clear: both;
}

