@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #2d2d2d;
	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;

}
a {color: #FF6600;}
a:hover {color: #000000;}

h1 {
	font-size: 16px;
}
.oneColFixCtrHdr #container {
	width: 943px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #2d2d2d;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #2d2d2d; 
	padding: 0 0px 0 0px;  /* 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. */
	height: 135px;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #logo {
	width: 210px;
	height:140px;
	padding: 53px 0px 0px 3px;
	
}
.oneColFixCtrHdr #logo_subs {
	width: 210px;
	height: 60px;
	padding: 70px 0px 0px 0px;
	
	float:left;
}
.oneColFixCtrHdr #nav {
	margin:0 auto;
	width: 400px;
	height: 100px;
	padding: 170px 60px 0 0px;	
	color: #666666;
}
.oneColFixCtrHdr #nav ul li{
	list-style:none;
	text-decoration:none;
	display:inline;
	font-weight: 400;
	font-size: 17px;	
	padding: 0 2px 0 0;
}
.oneColFixCtrHdr #nav ul li a{
	color: #FF6600;
	text-decoration:none;
}
.oneColFixCtrHdr #nav ul li a:hover{
	color: #333333;
}
/* TOP NAV */
.oneColFixCtrHdr #topnav {
	margin:0 auto;
	width: 360px;
	height: 100px;
	padding: 100px 0px 0 20px;	
	color: #666666;
	float:right;
}
.oneColFixCtrHdr #topnav ul li{
	list-style:none;
	text-decoration:none;
	display:inline;
	font-weight: 400;
	font-size: 17px;	
	padding: 0 2px 0 0;
}
.oneColFixCtrHdr #topnav ul li a{
	color: #FF6600;
	text-decoration:none;
}
.oneColFixCtrHdr #topnav ul li a span{
	color: #CCCCCC;
	text-decoration:none;
}
.oneColFixCtrHdr #topnav ul li a:hover{
	color: #CCCCCC;
}
/*END TOP NAV */

/* PORTFOLIO NAV */
.oneColFixCtrHdr #portnav {
	margin:0 0 0 -40px;
	width: 200px;
	padding: 0px 0px 0 0px;	
	color: #666666;
	float:left;
}
.oneColFixCtrHdr #portnav ul li {
	list-style:none;
	text-decoration:none;
	display: list-item;
	font-weight: 400;
	font-size: 12px;	
	padding: 10px 0px 0 0;
}
.oneColFixCtrHdr #portnav ul li a {
	color: #FF6600;
	text-decoration:none;
}
.oneColFixCtrHdr #portnav ul li a span {
	color: #CCCCCC;
	text-decoration:none;
}
.oneColFixCtrHdr #portnav ul li a:hover {
	color: #CCCCCC;
}
.oneColFixCtrHdr #portnav img{
	padding: 47px 0 0 0;
}
/*END TOP NAV */
#numbernav ul {
	padding-left: 100px;
}
#numbernav ul li{
display: inline;
list-style:none;
}
#numbernav ul li a{
	color: transparent;
}
#numbernav ul li a:hover {
	color: #999999;
}
#numbernav ul li a span{
	color: #999999;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(img/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 943px;
	height: 500px;
}
.oneColFixCtrHdr #blogContent {
	padding: 0 0 100px 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #fff;
	width: 850px;
}
.oneColFixCtrHdr #blogContent a{
	color: #fff;
}
.oneColFixCtrHdr #blogContent p{
	color: #fff;
}
#portfolio {
	width: 480px;
	float:right;
	padding-right: 250px;
}
#flash {
	width: 480px;
	float:right;
	padding: 30px 370px 0 0;
}
#about{
	width: 480px;
	float:right;
	padding-right: 250px;
}

#about h1 {
	font-size: 13px;
	color: #666666;
}
#portfolio p {
	font-size: 11px;
	color: #666666;
	padding: 0 3px 0 8px;
	letter-spacing: -1px;
	line-height: 25px;
}
#contact_form {
	width: 400px;
	font-size: 11px;
	color: #666666;
	padding: 30px 0px 0 60px;
	letter-spacing: -1px;
	float:left;
}
#contact_form p{
	font-size: 11px;
	color: #666666;
	padding: 0 3px 0 0px;
	letter-spacing: -1px;
}
#contact_form td {
	font-size: 11px;
	color: #666666;
	padding: 5px 0px 3px 0px;
	letter-spacing: -1px;
}
#contact_form .req {
	
	color: #FF6600;
	
}
#contact_right {
	float:right;
	width: 300px;
	font-size: 12px;
	font-weight:100;
	color: #666666;
	padding: 296px 90px 0px 0px;
	letter-spacing: -1px;
}
.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#2d2d2d;
}
.oneColFixCtrHdr #footer p {
	margin: 0; 
	padding: 10px 0 0 0; 
	color: #666666;
	font-size:10px;
	
	
}
.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;
}
 .cat_textbox {
	margin-bottom: 2px;
	float: left;
	width: 350px;
	height: 20px;
	border: 1px solid  #CCCCCC;
	font-size:12px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	}
.cat_listbox {
	margin-bottom: 2px;
	float: left;
	width: 350px;
	height: 50px;
	border: 1px solid  #CCCCCC;
	font-size:12px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	}
.button{
	font-size:9px;
	display: block;
	float: left;
	width: auto;
	line-height:1em;
	text-align: center;
	background: #CCCCCC;
	border: 1px solid #000000;
	color: #000;
	cursor: pointer;
	margin:0 0 0 0px; /* IE6 */
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
.quote {
	font-family: Georgia, serif;
	font-size: 14px;
	color:#999999;
	font-style: normal;
	font-weight: normal;
	text-transform: ;
	text-align:left;
	letter-spacing: 2px;
	line-height: 1em;
	padding-top: 25px;
	margin-top: -15px;
	
}
.quote2 {
	font-family: Georgia, serif;
	font-size: 11px;
	color:#999999;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	text-align: right;
	letter-spacing: 2px;
	line-height: 1em;
	padding-right: 190px;
	margin-bottom: 25px;
}
.text{
	font-size: 11px;
	color: #666666;
	padding: 0 3px 0 0px;
	letter-spacing: 1px;
	line-height: 2em;
}