@charset "UTF-8";
body  {
	font-family: trebuchet MS, Arial, Helvetica, sans-serif;
	background-image: url(images/bkgd_2.jpg);
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	font-size: 14px;
}
p {
	margin:0px;
	margin-top: 14px;
	line-height: 18px;
}
a {
	text-decoration: none;
	border: none;
	color:#666666;
}
a:hover {
	color:#CC6633;
}
img { 
	border: none; 
} 
#container {
	width: 1060px;
	margin: 0 auto;
	text-align: left;
	height: 900px;
} 
#sidebar1 {
	float: left;
	width: 4px;
	height: 708px;
	background-color: #CC6600;
}
#sidebar2 {
	float: right;
	width: 4px;
	height: 708px;
	background-color: #CC6600;
}	
#container2 {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	margin-left: 30px;
	background-color:#FFFFFF;
	text-align: left;
	float:left;
	overflow:hidden;
} 
#menu { 
	width: 1000px;
	height: 140px;
	margin: 0 auto;
	background-color:#FFFFFF;
	text-align: left;
} 
#menu_home { 
	float: left;
	width: 200px;
	height: 110px;
	margin: 0 10px 0 10px;
	padding: 10px 10px 0 10px;
}
#menu_buttons {
	float: right;
	margin-top: 70px;
	text-align: right;
	margin-right: 0px;
	width: 562px;
	height: 70px; 
	display: inline;
}
#menu_buttons a{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#333333;
	font-size:14px;
}
#menu_buttons a:hover{
	color: #CC6600;
}
#buttons {
	width: 80px;
	padding-right: 10px;
	padding-left: 5px;
	height: 20px;
	border-left: 1px solid #333333;
	text-align: center;
	float: right;
	display: inline;
}
#buttons_current {
	width: 80px;
	padding-right: 10px;
	padding-left: 5px;
	height: 20px;
	border-left: 1px solid #333333;
	text-align: center;
	float: right;
	display: inline;
	background-color: #CCCCCC;
	color:#000000;
}
#image_bar { 
	float: left;
	height: 120px;
	width: 1060px;
	background-color: #CC6600;
}
#image_bar p{
	font-size: 20px;
	color:#FFFFFF;
	margin: 0px;
	margin-top: 60px;
	line-height: inherit;
}
#mainContent {
	float:left;
	margin-left: 20px;
	margin-right: 32px;
	margin-top: 20px;
	width: 400px;
	height: 600px;
	display: inline;
	overflow: hidden;
	line-height: 20px;
}
#designContent {
	float:left;
	margin-left: 20px;
	margin-right: 32px;
	margin-top: 20px;
	width: 940px;
	height: 820px;
	display: inline;
	overflow: hidden;
	line-height: 20px;
}
#mainContent a{
	color: #333333;
}
#mainContent a:hover{
	color: #339900;
}
#contact {
	float:left;
	margin-left: 60px;
	margin-right: 32px;
	margin-top: 35px;
	width: 480px;
	height: inherit;
	display: inline;
	overflow: hidden;
	font-size: 12px;
}
#mainContent_links {
	width: 104px;
	height: 320px;
	margin-top: 20px;
	float: left;
	display: inline;
	overflow: hidden;
}
#links {
	width: 100px;
	height: 70px;
	border: 1px solid #333333;
	background-color: #666666;
	float: left;
	margin-bottom: 10px;
}
#text {
    float: right;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    padding: 0px 20px;
    border-left: 1px solid #333;
    width: 280px;
    display: inline;
    box-sizing: border-box;
}

#text a {font-size: 15px; line-height:20px;}
#resume_text {
	float:left;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 20px;
	width: 640px;
	display: inline;
	font-size: 12px;
}
h1 {
	margin: 0px;
	font-size: 18px;
	font-weight:normal;
	color:#666666;
	line-height: 22px;
	
	height: 40px;
}
h1 a {
	margin: 0px;
	font-size: 18px !important;
	font-weight:normal;
	color:#666666;
	line-height: 22px !important;
}
h2 {
	margin: 0px;
	font-size: 16px;
	font-weight:normal;
	color:#666666;
	line-height: 22px;
}
#flash {
	float:left;
	margin: 0;
	margin-right: 15px;
	background-color:#333333;
	padding: 0 10px;
	height: 120px;
	width: 720px;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
* {
	margin: 0;
	padding: 0;
}
#contact-area {
	width: 560px;
	margin-top: 25px;
	float:left;
	text-align: left;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 340px;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: left;
	margin-left: 300px;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 14px;
}
#pg {
	width:680px;
	height:740px;
	padding:10px;
	margin-left: 10px;
	float: left;
	padding-top:15px;
	box-sizing: border-box;
}
#pg img{ margin-left:20px; margin-bottom: 10px; float:left; border: 2px solid #ccc; }
#hpg {
	width:670px;
	height:760px;
	padding:10px;
	margin-left: 10px;
	float: left;
	padding-top:15px;
}
#hpg img{
	margin-left:10px;
	margin-bottom: 25px;
	float:left;
	border: 1px solid #ccc;
	
	background-color: #eee;
	padding: 5px;
}
#pg ul { list-style:none;
padding:0;
margin:0;
width:160px;
position:relative;
float:right;
}
#pg ul li { display:inline;
width:80px;
height:70px;
float:left;
margin:0 0 10px 20px;
}
#pg ul li a { display:block;
width:80px;
height:70px;
text-decoration:none;
border:1px solid #000;
}
#pg ul li a img { display:block;
width:80px;
height:70px;
border:0;
}
#pg ul li a:hover { white-space:normal;
border-color:#336600;
background-color:#AABB33;
}
#pg ul li a:hover img { position:absolute;
left:-400px;
top:0;
width:400px;
height:320px;
}
#pg ul li a span {display:none}
#pg ul li a:hover span { display:block;
position:absolute;
left:-400px;
top:330px;
width:300px;
height:auto;
font-size:12px;
color:#999999;
}
#pg ul li a:viewed {display:none}
.footer { clear: both; margin: 20px auto; padding-top: 30px;}
.project_text {
	height: 320px;
}
.cdk_box { height: 80px; overflow: hidden; float: left; margin-bottom: 12px; box-sizing: border-box; }
.design_ctas {
	width: 220px;
	min-height: 220px;
	float: left;
	background-color: #eee;
	margin-right: 15px;
	margin-bottom: 20px;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #ccc;
}
