 /***********************************
|    Design by Dawson Hunter        |
|    http://www.dawsonhunter.com    |
|    Released for free under a      |
|    Creative Commons Attribution   |
|    2.5 License                    |
***********************************/

/***###   RESET   ###***/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/***###   ELEMENTS   ###***/
html {
	height: 100%; 
}

body{
	height: 100%;
	background: url(../images/body_bg.jpg) repeat 50% top;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	color: #000000;
	text-align: center;
}

h1{
	font-size: 1.6em;
	padding: 0 0 5px 0;
}

h2{
	font-size: 1.3em;
	padding: 0 0 5px 0;
	color: #666666;
}

h3 {
	font-size: .8em;
	padding: 0 0 5px 0;
	font-weight: normal;
}

p {
	line-height: 120%;
	padding: 0 0 10px 0;
}

a:link, a:visited {
	color: #6783ab;
	text-decoration: none;
}

a:hover {
	color: #ab5555;
	text-decoration: underline;
}

a:active {
	color: #808080;
	text-decoration: underline;
}

/***###   DIV IDs   ###***/
#wrapper {
	position: relative;
	width: 840px;
	margin: 0 auto;
	padding: 0;
	min-height: 100%;
	overflow-x: hidden;

}
* html #wrapper {
	height: 100%;
}

#header {
	height: 135px;
	width: 840px;
	background: url(../images/header.png) no-repeat 140px top;
	z-index: 100;
}

#nav {
	background: transparent url(../images/nav_bg.png) repeat-x scroll top left;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	height: 36px;
	width: 840px;
	z-index: -1;
}

#nav ul {
	list-style-type: none;
}

#nav li {
	margin: 0;
	padding: 7px 0 0;
	font-size: 125%;
	float: left;
	font-weight: bold;
	width: 140px;
	text-align: center;
}

#nav a {
	padding: 7px 20px 8px;
	color: #6783ab;
	text-decoration: none;
}

#nav a:hover {
	padding: 7px 20px 8px;
	color: #ab5555;
	text-decoration: underline;
}

#nav a:active {
	padding: 7px 20px 8px;
	color: #808080;
	text-decoration: underline;
}

#nav li.current a {
	padding: 7px 20px 8px;
	color: #666666;
	text-decoration: underline;
}

#content {
	padding-bottom: 40px;
}

#footer {
	background: transparent url(../images/nav_bg.png) repeat-x scroll top left;
	border-top: 1px solid #CCCCCC;
	clear: both;
	color: #666666;
	font-size: 80%;
	height: 29px;
	margin: 0 auto;
	padding: 8px 0 0;
	position: relative;
	text-align: center;
	width: 840px;
	z-index: -9;
}


/***###   CLASSES   ###***/

.single {
	float: left;
	width: 260px;
	padding: 10px;
	background: transparent;
	text-align: left;
}

.double {
	float: left;
	width: 540px;
	padding: 10px;
	background: transparent;
}

.full_width {
	clear: both;
	float: left;
	width: 820px;
	padding: 0 10px 10px;
	background: transparent;
}

.section {
	clear: both;
	float: left;
	width: 820px;
	padding: 0 10px;
	background: transparent;
	text-align: center;
}

.resume_left {
	float: left;
	width: 120px;
	padding: 10px;
	background: transparent;
	text-align: left;
}

.resume_right {
	float: left;
	width: 680px;
	padding: 10px;
	background: transparent;
	text-align: left;
}

.header_left {
	background: transparent url(../images/nav_bg.png) repeat-x scroll left 50%;
	border-color: #CCCCCC;
	border-style: solid none;
	border-width: 1px 0;
	float: left;
	font-style: italic;
	margin-top: -1px;
	padding: 2px 0;
	width: 410px;
}

.header_right {
	background: transparent url(../images/nav_bg.png) repeat-x scroll left 50%;
	border-color: #CCCCCC;
	border-style: solid none;
	border-width: 1px 0;
	float: left;
	font-style: italic;
	margin-top: -1px;
	padding: 2px 0;
	text-align: right;
	width:270px;
}

.subheader {
	font-weight: bold;
	color: #666666;
}
.blue {
	color: #6783ab;
}
.clear_div {
	clear: both;
	float: left;
	width: 820px;
	padding: 0;
	margin: 0;
	background: transparent;
	text-align: center;
}

.image {
	background-color: #FFFFFF;
	border-color: #DDDDDD #BBBBBB #AAAAAA #DDDDDD;
	border-style: solid;
	border-width: 1px;
	padding: 9px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.clear {
	clear: both;
}

.divide {
	border-style: solid none none;
	border-width: 1px 0 0;
	border-color: #CCCCCC;
	padding: 0px 10px 15px;
}

.contact_form {
	margin: 10px 0 0 40px;
}

/***###   MISC   ###***/


/***###   OVERLAY   ###***/
#overlay {
	margin: 0;
}

#overlay li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	position: fixed;
	z-index: -10;
}

li#over_top {
	height: 80px;
	left: 0;
	right: 0;
	top: 0;
	background: url(../images/over_top.png) repeat-x top left;
}

li#over_right {
	bottom: 0px;
	right: 0;
	top: 0px;
	width: 160px;
	background: url(../images/over_right.png) repeat-y top right;
}

li#over_bottom {
	bottom: 0;
	height: 80px;
	left: 0;
	right: 0;
	background: url(../images/over_bottom.png) repeat-x bottom left;
}

li#over_left {
	bottom: 0;
	left: 0;
	top: 0;
	width: 160px;
	background: url(../images/over_left.png) repeat-y top left;
}

