/* v1.0 | 20080212 */

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: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }


body {
 background-color: #929292;
 width:1020px;
 margin:0 auto;
 padding:0;
 height: 100%;

 
} 

div#main_container {
	width: 940px;
	background-color: white;
	padding:66px 0 0 0;
	height:100%;
}

div#logo_wrapper {
	/*text-indent:-9999px;*/
	width: 620px;
	height: 104px;
	background-color: white;
	margin: 0px 350px 0px 240px;
	padding: 0;
	border-top: double 3px gray;
	border-bottom: double 3px gray;
	
	
}


h1 {
 width:323px;
 height:60px;
 margin: 29px 28px 20px 0px;
 padding-right: 30px;
 display:block;
 border-right: 1px dotted gray;
 float: left;
}


h2 {
text-indent:-9999px;
 width:230px;
 height:39px;
 background:url('../images/tagline.gif') no-repeat;
 margin:29px 0px 0px 0px;
 float: left;
 padding:0px;
 display:block;
}



ul#nav {
	width: 140px;
	height: 451px;
	list-style-type: none;
	margin: 0px 0px 0px 80px;
	padding: 25px 0px 0px 0px;
	font-family:helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	border-top: solid 1px gray;
	border-bottom: dotted 1px gray;
}


li.section_title {
	font-family:helvetica, sans-serif;
	font-size:15px;
	color:#E46425;
}

a:link { 
	text-decoration: none;
	color:#8eb1c4;
}

a:hover {
	text-decoration: underline;
	color:#5b5b5b;

}

a:visited {
	text-decoration: none;
     color:#dcd9d7;
}



h3 {
	font-family: helvetica, sans-serif;
	font-weight: lighter;
	color: #929292;
	font-size: 12px;
	margin:-485px 125px 0px 240px;
	float:left;
	
}

	
span#greetings{
	font-size: 25px;
	font-weight: bold;
	color:#8eb1c4;
	
}


div#copyright {
	color: gray;
	font-family: helvetica, sans-serif;
	font-weight: lighter;
	font-size: 10px;
	margin-left: 80px;
	padding:10px 0px;
}

span#name {
	color: #E46425;
	font-size:12px;
	font-weight:bold;

}

div#content {
font-family: helvetica, sans-serif;
font-size: 9px;
margin-top: -480px;
margin-left:250px;
padding:0 0 50px 0px;
}


p#copyright {
	color: gray;
	font-family: helvetica, sans-serif;
	font-weight: lighter;
	font-size: 10px;
	margin-left: 80px;
	padding:10px 0px;
}

p.resume_section {
	font-size:12px;
	font-weight:bold;
	color:#8eb1c4;
	letter-spacing:1px;
}


p#welcome_words {
	font-size:11px;
}


