@charset "utf-8";
/* CSS Document */
body {	
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;	
	line-height: 2em;	
	color: #000000;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	font-size:12px;
	background-image:url(../images/checker_pattern.gif);
	background-repeat:repeat;
	
}
#wrapper {
	width: 900px;
	margin: 0 auto;	
}
#header {
	height:136px;
	width:900px;
	background-image:url(../images/banner.png);
	background-repeat:no-repeat;
}
#mainnav_wrapper {
	padding-top:110px;
	width:900px;
}
#mainnav {
	float:left;
	padding-left:35px;
	color:#FFFFFF;	
	text-decoration: none;
	font-weight:bold;
	font-size:11px;
	padding-right:460px;	
}
#content_area_wrapper {
	width:900px;
	background-image:url(../images/content_area.png);
	background-repeat:repeat-y;
	padding-left:32px;
	padding-top:20px;
}
.content_welcome {
	width:820px;
	color:#FFFFFF;
	background-image:url(../images/welcome.gif);
	background-repeat:no-repeat;
	
}
.content_portfolio {
	width:837px;
	color:#FFFFFF;
	background-image:url(../images/portfolio.gif);
	background-repeat:no-repeat;	
	padding-top:40px;
	
	
}
.content_resume {
	width:837px;
	color:#FFFFFF;
	background-image:url(../images/resume.gif);
	background-repeat:no-repeat;
	padding-top:40px;
	
}
.content_upper {
	padding-left:50px;
	padding-top:40px;
}
.compartment_left {
	height:254px;
	width:278px;
	float:left;
	background-image:url(../images/compartment_illustration.gif);
	background-repeat:no-repeat;
	
}
.compartment_middle {
	height:254px;
	width:278px;
	float:left;
	background-image:url(../images/compartment_webdesign.gif);
	background-repeat:no-repeat;
}
.compartment_right {
	height:254px;
	width:278px;
	float:left;
	background-image:url(../images/compartment_flash.gif);
	background-repeat:no-repeat;
}	
#content_area_lower_wrapper {
	width:900px;
}
#content_area_lower_lft {
	height:112px;
	width:567px;
	background-image:url(../images/content_area_lower_left.png);
	background-repeat:repeat-y;
	float:left;
}
#content_area_lower_rt {
	height:112px;
	width:333px;
	background-image:url(../images/content_area_lower_right.png);
	background-repeat:repeat-y;
	float:left;
}
#footer {
	height:25px;
	width:900px;
	background-image:url(../images/footer.png);
	background-repeat: no-repeat;
	padding-left:35px;
	color:#FFFFFF;	
}

/* Links */
a {	
	color: #FFFFFF;	
	text-decoration: none;
}
a:hover {	
	color: #FF0000;
	text-decoration: underline;	
}
a.subnav {	
	color: #FFFFFF;	
	text-decoration: none;
}
a.subnav:hover {	
	color: #FFFFFF;
	text-decoration: underline;
}
a.readmore {	
	color: #000033;	
	text-decoration: none;
}
a.readmore:hover {	
	color: #6699cc;
	text-decoration: underline;	
}
a.quicklinks {	
	color: #000033;	
	text-decoration: none;
	font-weight:bold;
	font-size:11px;
}
a.quicklinks:hover {	
	color: #6699cc;
	text-decoration: underline;	
}
a.dotted {	
	color: #000033;	
	text-decoration: none;
	border-bottom: 1px dotted;
	
}
a.dotted:hover {	
	color: #6699cc;
	text-decoration: none;
	border-bottom: 1px dotted;		
}
a.mainnavlink {	
	color: #ffffff;	
	text-decoration: none;
	font-weight:bold;
	font-size:11px;
	padding-right:20px;
}
a.mainnavlink:hover {	
	color: #FF0000;
	text-decoration: underline;
	padding-right:20px;	
}	
.mainnavnolink {
	color: #FF0000;
	padding-right:20px;	
}
a.subnavlink {	
	color: #FFFFFF;	
	text-decoration: none;
	font-weight:bold;
	font-size:11px;
	
}
a.subnavlink:hover {	
	color: #FFFFFF;
	text-decoration: underline;
	
	font-size:11px;
}	
.subnavnolink {
	color: #000000;
	font-weight:bold;
	
	font-size:12px;	
}



	
/* Image Rollovers */
#btn_illustration{ 
	height: 254px; 
	width: 278px; 
	overflow: hidden; 
	background: url(../images/compartment_illustration_rollover.gif) top left no-repeat; 
	display: block; 
}  
#btn_illustration:hover{ 
	background-position: bottom left; 
}
#btn_webdesign{ 
	height: 254px; 
	width: 278px; 
	overflow: hidden; 
	background: url(../images/compartment_webdesign_rollover.gif) top left no-repeat; 
	display: block; 
}  
#btn_webdesign:hover{ 
	background-position: bottom left; 
}
#btn_flash{ 
	height: 254px; 
	width: 278px; 
	overflow: hidden; 
	background: url(../images/compartment_flash_rollover.gif) top left no-repeat; 
	display: block; 
}  
#btn_flash:hover{ 
	background-position: bottom left; 
}
#btn_misc{ 
	height: 112px; 
	width: 333px; 
	overflow: hidden; 
	background: url(../images/compartment_misc.gif) top left no-repeat; 
	display: block; 
}  
#btn_misc:hover{ 
	background-position: bottom left; 
}
.floatLeft {
	float:left;
}

/* Text Headers */

h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#330000;
	padding-top:15px;
	padding-bottom:15px;
}
h2{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#330000;
	padding-top:15px;
	padding-bottom:15px;
}
#portfolio_block {
	width:540px;
	margin:auto;
	padding-bottom:20px;
}
#portfolio_block_left {
	width:250px;
	height:250px;
	float:left;
	margin-right:40px;
	padding-bottom:25px;
}
#portfolio_block_right {
	width:250px;
	height:250px;
	float:left;
	padding-bottom:25px;	
}
#portfolio_block_content {
	font-size:10px;
	line-height:17px;
	margin-top:6px;	
	
	
}
.subheadercontainer {
	margin:auto; 	
}
.subheaderbar { 
	float:left;
	margin-left:145px;	
	width:500px;
}
.subheaderbar_casestudy { 
	float:left;
	margin-left:145px;	
	width:600px;
}
.flashpagebody {
	background-color: #000000;
	margin:auto;
}
.contactme {
	float:left;	
	color: #ffffff;	
	text-decoration: none;
	font-weight:bold;
	font-size:11px;	
}

/* Resume Headers */

.resumeMainHeader { 
	text-transform:uppercase;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	padding-bottom:10px;
	color:#333333;	
	border-bottom-color:#cccccc;
	border-bottom-style:solid;
	border-bottom-width:thin;	
	
}
.resumeHeader { 
	text-transform:uppercase;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;	
	color:#333333;
	padding-top:15px;
	
}
.resumeSubHeader { 
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
	color:#666666;
	
}
li.resumelist {
	list-style:outside;
	list-style-type:circle;
	margin-left:40px;

}
.resumeContent {	
	margin-bottom:30px;
}