@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #3f3f3f;
	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: #000000;
}

#container {
	width: 1004px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #3f3f3f;;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#contentbox {
	background-color: #000000;
	min-height: 410px;
	margin-top:0px;
	padding-left:5px;
	padding-top:3px;
	padding-bottom:2px;
}

#contentbox h1 {
	color:#FDD017;
	margin-left:325px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: lighter;
	padding-top:10px;
	
}
#contentbox h2 {
	color:#E8A317;
	margin-left:325px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	padding-top:10px;
}
#contentbox h3 {
	color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: lighter;
	padding:0px;
	margin-top:0px;
	margin-bottom:5px;
	margin-left: 45px;
}
#contentbox h4 {
	color:#FFFF66;
	margin-left:325px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: lighter;
	padding-top:10px;
}
#contentbox p {
	color:#FFFFFF;
	margin-left:325px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: lighter;
	line-height:16px;
	margin-right:50px;
	text-align:justify;
}

#contentbox a {
	color:#E8A317;
	text-decoration:none;
}
#contentbox .current, #contentbox a:visited {
	color:#FDD017;
	text-decoration:none;
}
#contentbox a:hover {
	color:#AF7817;
	text-decoration:none;
}
#contentbox img { float:left;
	padding-left:10px;
	}
#portfolio { padding-left:325px; }
#portfolio img { float:none;
	padding-left:1px;
	padding-right:0px;
	padding-bottom:1px;
	}
.submenu {
	float:left;
	width:290px;
	margin-left:0px;
}
.submenu li {
	list-style: none;
	display:list-item;
}
.submenu ul {margin:0px; padding:40px;}
.submenu a {
	color:#FDD017;
	text-decoration:none;
	margin-left:0px;
	padding-left:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	padding-top:0px;
	float:left;
}
.submenu a:hover {
	color:#AF7817;
	text-decoration:none;
}
.submenu img { padding-left:15px;	}

#footer { 
	padding: 0 5px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	border-top:#3f3f3f solid 1px;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font-size: 10px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
#footer .left { float:left; }
#footer .right {  float:right; margin-right:10px;}
#footer a { color: #fff; text-decoration: none;  }
#footer a:hover { color: #777777; text-decoration: none; }
#header {
	background: #3f3f3f;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-top: 30px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#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 */
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 20px;
}
#nav {
	background: #3f3f3f;
	
	height: 50px;
	padding-top:2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3b3b3b;
	border-bottom-color: #2a2a2a;
}
#navbar {
	/*background-color: #141414;*/
	
	height: 50px;
	margin: 0px 0px 10px 0px;
	background-color: #141414;
}
.menu {
	font: bold 13px Arial;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 30px;
}

.menu li{
	float: left;
	display: inline;
	height: 30px;
}

.menu li a{
	float: left;
	color: #ffffff;
	text-decoration: none;
	display: block;
	height: 28px;
	line-height: 28px;
	padding-right: 17px;
	padding-left: 17px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3b3b3b;
	padding-top:2px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.menu li a:visited{
	color: #dddddd;
}

.menu li a:hover, .menu ul li .current{
	color: #FFCC00 !important;
}


.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;
}

#YellowHeader {
color:#FDD017;
}

#email p {
	margin-left: 45px;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:10px;
	vertical-align: text-top;
	/*font-size:10px;*/
}
.invalidemail {color:#ff0000; font-size:12px;width:250px;padding:0px 0px 15px 0px;margin-top:0px;margin-left:0px;}

