@charset "utf-8";
/* CSS Document */

/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.10.0
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}

body {
	font: 100% "Lucida Sans Unicode", "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	background: url('../images/body_bg_damask.gif') #767676;
	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: #333;
}
#container {
	width: 95%; 
	background: url('../images/main_bg.png') repeat-y top center;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#containerFooter {
	width: 100%; 
	height: 120px;
	background: url('../images/footer_bg.png') repeat-y top center;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	width: 100%;
	float: left;
}
#sideContent {
	visibility:hidden;

}
h1.resume {
	width:90%;
}
a {
	color:#38739c;
	font-weight:normal;
	text-decoration:none;
}
a:hover {
	color:#086fb7;
	text-decoration:underline;
}
a.portfolio {
	visibility:hidden;
}
a.portfolio:hover {
	background: url('../images/a_viewportfolio_overs.gif') -0px -35px no-repeat;
}
dl {
	float:left;
	width:100%;
	border-top:1px solid #e1e1e1;
	padding-top:18px;
	margin-top:18px;
}
dt {
	float:left;
	width: 18%;
	font-size: 13px;
	font-weight: bold;
	line-height:135%;
	color:#d91119;
}
dd {
	float:right;
	width:82%;
	font-size: 13px;
	line-height:135%;
}
#sideContent dl {
	visibility:hidden;
	float:left;
	width:160px;
	border:none;
}
ul.bullet {
	list-style:disc;
	padding:12px 0px 8px 0px;
	margin-bottom:12px;
	border-bottom:dotted 1px #ddd;
}
ul.bullet li{
	margin-left:20px;
	padding-bottom:5px;
}
ul.testimonials li{
	padding-bottom:18px;
}
p.footer {
	width: 100%;
	font-size:12px;
	padding-left:33px;
	padding-top:70px;
	color:#fff;
}
blockquote {
	color:#555;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:12px;
}
.clear{
	clear:both;
}
em{
color:#999;
font-size:11px;
}
.colorGray{
	color:#777;
}
