/* ---- body ---- */
html, body {
margin: 0;
padding: 0;
}

body {
background: #d5e3d5 url(/images/backgrounds/main-d5e3d5.jpg) top center repeat-y;
/* background: #dedede url(/images/backgrounds/main-dedede.jpg) top center repeat-y; */
color: #000;
font: normal small/1.6em Verdana, Arial, Helvetica, sans-serif;
}

/* ---- header ---- */
#container {
background: #f7f7f7 url(/images/backgrounds/curve.jpg) top left no-repeat;
width: 800px;
margin: 0 auto;
}

#header {
background: url(/images/backgrounds/colorstrip.jpg) top left repeat-x;
margin: 0 auto;
padding: 0;
}

#logo {
text-align: right;
}

#header h1, #header h2, h3, .resume_item th {
/* font-family: Verdana, Arial, Helvetica, sans-serif; */
font-weight: normal;
font-size: 200%;
}

#header h1, #header h1 a {
	text-indent: -4000px;
	display: block;
	margin: 0;
	padding: 0;
	color: #333;
	width: 308px;
	height: 40px; 
	background: url(/images/logos/daret.gif) 0 0 no-repeat;
	border-bottom: none;
	text-decoration: none;
	}


#nav ul {
clear: both;
text-align: center;
padding-bottom: 5px;
padding-top: 16px; /* 10px */
padding-left: 0;
margin: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
color: #244a9f;
width: 100%;
font-size: 85%;
line-height: 18px;
/* fixes Firefox 0.9.3 */
}

#nav ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#nav ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: #244a9f;
text-decoration: none;
}

#nav ul li a:hover
{
color: #6285d0;
}

/* ---- headings ---- */
h2 {
margin: 200px 45px 5px 180px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #244a9f;
font-size: 180%;
font-weight: normal;

line-height: 1.4em;
color: #244aa1;
border-left: 2px solid #d5e2d6;
border-bottom: 2px solid #d5e2d6;
padding-left: 10px;
}




h3 {
font-size: 115%;
font-weight: bold;
}

/* ---- links ---- */
a {
color: #7C82A6;
text-decoration:none;
}
a:link {color: #7C82A6;}
a:visited {color:#7C82A6;}
a:hover {color:#7C82A6;text-decoration:underline}

/* ---- main content ---- */
#main {
margin: 0 45px 100px 200px;
}

/* ---- footer ---- */
#footer {
margin: 35px auto 0px auto;
padding: 25px 0px 50px 0px;
text-align: center;
line-height: 1.4em;
/* border-top: 1px solid #FFF; */
}

/* ---- misc ---- */
.copyright {
color: #666666;
font-size: 80%;
}

.corporate_color {
color: #204da0;
font-size: 90%;
}

.clear {
clear: both;
}

.align_left {
float: left;
padding: 0 25px 15px 0;
}

.align_right {
float: right;
padding: 0 0 15px 25px;
}

.caption, .source{
font-size: 80%;
color: #000;
}

dt {
font-weight: bold;
}

dd {
padding-bottom: 15px;
padding-right: 75px;
font-style: italic;
}
