@charset "UTF-8";
	
body{
	margin: 0;
	padding: 0;
	background:#FFFFFF;
	background-image:url(graphics/bg2.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:100;
	font-size:12px;
	}

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

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

a:hover {
	text-decoration: none;
	color: #204872;
	}

a:active {
	text-decoration: none;
	color: #204872;
	}

a img {
	border: none;
	}
	
#header {
	float:left;
	}

#container {
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	}

.bold {
	font-weight: bold;
	}


.logo	{
	float:left;
	}
	
#links	{

	position: relative;
	text-align: right;
	font-size: 18px;
	margin-top: 70px;
	margin-left: 420px;
	left: 0px;
	}
	

.hide {
	display:none;
	}

#category {
	float: left;
	padding-right: 30px;
	}

#category-on {
	float:left;
	color: #204872;
	padding-top: 25px;
	padding-right: 30px;
	}

#category-on a{
	float:left;
	color: #204872;
	}

#sub-menu	{

	position: absolute;
	text-align: left;
	font-size: 14px;
	margin-top: 5px;
	margin-left: 0px;
	left: 0px;
	}

#sub-menu-web	{

	position: absolute;
	text-align: right;
	font-size: 14px;
	margin-top: 120px;
	margin-left: 502px;
	left: 0px;
	}

#sub-category {
	float: left;
	padding-right: 30px;
	color: #666666;
	}

#sub-category-on {
	float: left;
	padding-right: 30px;
	color: #204872;
	}

#main-img-wrap {
	position:relative;
	width:450px;
	float: left;
	margin: 0;
	text-align: center;
	}
	
#main-img {
	margin-left: auto;
	margin-right: auto;
	}
	
.reflect {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	}

#content {
	width: 900px;
	margin-top:18px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	}
	
#buttons {
	position:relative;
	z-index: 10;
	width: 385px;
	margin-left:auto;
	margin-right:auto;
	padding-right: 400px;
	padding-left:115px;
	}
	

#next	{
	margin-top: 50px;
	text-align: left;
	font-size: 14px;
	color: #666666;
	}
	
.next-btn	{
	background: transparent url(buttons/next_button.png) no-repeat;
	float:left;
	width: 100px; height: 25px;
	margin-top: 5px;
	padding-top: 3px;
	padding-right: 3px;
	text-align: center;
	font-size: 14px;
	color: #666666;
	}
	
.pre-btn	{
	background: transparent url(buttons/prev_button.png) no-repeat;
	float:left;
	width: 100px; height: 25px;
	margin-top: 5px;
	padding-top: 3px;
	padding-left: 3px;
	text-align: center;
	font-size: 14px;
	color: #666666;
	}

#description {
	position: relative;
	float: right;
	width: 380px;
	text-align: left;
	font-size: 14px;
	color: #666666;
	margin: 223px 0px 0px 50px;
	left: 0px;
	}

#larger-txt	{
	position:relative;
	font-size: 13px;
	margin-top: -50px;
	color: #204872;
	width:100%;
	text-align:center;
	}
	
#larger-txt-btn	{
	width: 100%;
	align: center;
	position:relative;
	font-size: 13px;
	margin-top: -50px;
	color: #204872;
	width:100%;
	text-align:center;
	}


#home-img {
	margin-top: 260px;
		margin-left:auto;
	margin-right:auto;
	}

#footer	{
	position:relative;
	width: 900px;
	margin-top: 65px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	font-size: 9px;
	padding-top: 50px;
	color: #666666;
	
	}

.ResBody {
	font-size: 12px;
	color: #666666;
	}

.ResHeader{
	font-size:16px;
	margin-bottom:10px;
	}

#resume {
	width:730px; 
	padding:0px; 
	position: relative;
	float:right;
	margin-left: auto;
	margin-right: 50px; 
	}

#resume_body { background: transparent url(graphics/details/resume_body.png) repeat-y;
	padding: 35px 75px; }

#resume_top { background: transparent url(graphics/details/resume_top.png) no-repeat; }

#resume_bottom { background: transparent url(graphics/details/resume_bottom.png) no-repeat; }

#resume_download {
	position: relative;
	width: 70px;
	float: left;
	text-align: center;
	padding-top: 15px;
	margin-left: 20px;
	}
	
.ResBullets {
		text-indent:-10px;
		margin-left:20px;
		
	}
	
.resBold {
	font-size:14;
	font-weight:bold;
}
	
ul { 
	list-style-position: inside;
	margin-top:-12px;
	text-indent:-12px;
	margin-left:-20px;	
	font-size: 12px;
	color: #666666;
	}
	
li {
	margin-top:5px;
	}
	


	
/* Start Light Box

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}*/
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}


/* End LightBox */

		
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

.clearfloats { clear:both; }


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

img, div { behavior: url(iepngfix.htc) }

