@charset "UTF-8";
body  {
	background: url(images/bg.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCC;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	;
	font-size: 12px;
}
a {
	color: #9fe722;
	text-decoration: none;
}
a:hover {
	background: #0C1426;
} 
.twoColFixLtHdr #bg {
	background: url(images/bg_gradient.jpg) repeat-x fixed;
}
.twoColFixLtHdr #container {
	width: 949px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(images/bg_gradient.jpg) repeat-x fixed;
} 
.twoColFixLtHdr #header {
	position: relative;
	border-bottom: 1px dotted #999;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 100px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 0;
	padding-bottom: 0;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0 30 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#header a:hover {
	color: #FFF;
}
#header p .nav {
	margin-right: 10px;
}
#header p .navActive {
	margin-right: 10px;
	color: #FFF;
}
#header #contact {
	width: 200px;
	position: absolute;
	font-size: 0.85em;
	right: 0px;
	top: 50px;
	color: #666;
	text-align: right;
	padding-right: 25px;
}
#header #contact a:hover {
	text-decoration: underline;
}
#header img .logo {
	float: left;
	position: absolute;
}
#footer p {
	font-size: 0.7em;
	text-transform: uppercase;
	color: #999;
}
.topic {
	border-bottom: 1px dotted #999;
}
#mainContent #fiveHund {
	text-align: center;
	width: 500px;
}
#fiveHund p a:hover {
	color: #FFF;
}
#fiveHund p a {
	margin-right: 10px;
	margin-bottom: 10px;
}
.projectTitle {
	font-size: 1.2em;
	color: #9fe722;
}
.prodCo {
	font-variant: small-caps;
	font-size: 0.75em;
	font-style: italic;
	color: #999;
}
.job {
	width: 500px;
	padding-left: 10px;
	border-left: 1px dotted #999;
	margin-bottom: 30px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
}
#mainContent #sixHund {
	text-align: center;
	width: 600px;
}


/** You can use this style for your INPUT, TEXTAREA, SELECT elements **/
.inputstyle {
	border: 1px dotted #9fe722;
	/** remember to change image path **/
	background: url(none) no-repeat #9fe722;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	color: #454743;
}

/** You can use this style for your LABEL elements **/
.labelstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-style: bold;
	font-size: 13px;
	color: #ffffff;
}

#menu { font: 1em georgia,aller,arial,sans-serif; background: url(images/logo_line.png) no-repeat 0 0; width:940px; height:37px; line-height:4px; margin:30px auto 0 auto; overflow:hidden; }
#menu #logo { display:block; float:left; width:139px; height:37px; text-indent:-999em; margin-right:15px; }
#menu #hire { display:block; float:right; width:90px; text-indent:-999em; }
#menu li { float:left; margin:0 15px; text-transform:uppercase; }
#menu li a { display:block; float:left; padding:0; color:#fff; cursor:pointer; text-decoration:none; }
#menu a span { font:normal .65em arial, verdana, sans-serif; background: url(images/menu_tooltip.png) no-repeat 0 0; position:absolute; display:none; padding:13px 10px 10px 10px; width:113px; height:28px; overflow:hidden; margin-top:30px; z-index:10; text-transform:capitalize; color:#fff; }
#menu a:hover span { display:block; text-indent:0; }
#menu li a:hover { color:#9fe722; text-decoration:none; }
#menu li.active a { color:#9fe722; }
#hire:hover span { margin-left:-20px; }
