@charset "UTF-8";
* { 
	margin: 0px; 
	padding: 0px; 
	border: 0px; 
}
html, body { 
	height: 100%;
}
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #143651;
	background-image:url(images/page_bg.jpg);
	background-attachment: fixed;
	background-repeat:repeat-y;
	background-position: center top;
}
#container {
	width: auto;
	min-height: 100%;
	padding: 0px 0px 0px 0px;
	background-image:url(images/bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}
/*--Left Side Positioning CSS Styles --*/
.nav_main {
	text-align:right;
	height: 900px;
	width: 50%;
	display: block;
	overflow: hidden;
	position:fixed;
	top: 0px;
	right: 50%;
}
.top_nav { 
	color:#FFFFFF;
	padding-right:20px;
	padding-top:10px;
	margin-bottom:365px;
}
.logo {
	padding-right:10px;
}
.nav {
	padding-right:20px;
}
.bullet {
	list-style-image: url(images/bullet.gif);
	padding-left: 15px;
}
li {
	padding-bottom:4px;
}
/*-- Right Side Positioning CSS Styles --*/
.main {
	width:450px;
	padding-top:10px;
	text-align:justify;
	margin-left:50%;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-top: 0px;
}
* html .main { /*-- IE 6 Hack --*/
	width:450px;
	padding-top:10px;
	text-align:justify;
	margin-left:50%;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-top: -900px;
}
#main p {
	padding-bottom:10px;
}
.main_p {
	font-size:11px;
}
/*-- Content Styles --*/
h1 {
	font-size:22px;
	color: #15a0ff;
}
h2 {
	font-size:14px;
	color:#E57803;
	padding:0px;
	margin:0px;
	padding-bottom:4px;
}
/*-- Resume Style --*/
.resume_body {
	background-image:none;
	background-color:#FFF;
}
.resume {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 40px 70px 70px;
	width: 430px;
	border: 1px solid ;
	margin: 0 auto;
}
.txtbox {
	border-style:solid;
	border-width:1px;
	border-color:#999999;
	padding-top:2px;
	padding-bottom:2px;
	margin-top:4px;
	margin-bottom:4px;
}

/*-- PNG Hack --*/
img, div, tr, td, em { behavior: url(iepngfix.htc) }

/*-- Links Styles --*/
a:link { 
	color:#15a0ff;
	text-decoration:none;
}
 
a:visited { 
	color:#15a0ff;
	text-decoration:none;

}

a:hover {
	color:#ffba02;
	text-decoration:underline;
}

a:active {
	color:#15a0ff;
	text-decoration:
}

#nav a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-image: url(images/nav_bg.png);
	background-repeat: repeat;
	display: block;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-bottom: 6px;
}
#nav a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-image: url(images/nav_bg.png);
	background-repeat: repeat;
	display: block;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-bottom: 6px;
}
#nav a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #15a0ff;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-bottom: 6px;
	background-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E57803;
}
#nav a:active {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-image: url(images/nav_bg.png);
	background-repeat: repeat;
	display: block;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-bottom: 6px;
}

#top_nav a:link {
	color:#FFFFFF;x
	text-decoration:none;
	
	}
#top_nav a:visited {
	color:#FFFFFF; 
	text-decoration:none;
	
	}
#top_nav a:hover {
	color:#E57803;
	text-decoration:underline;
	
	}
#top_nav a:active {
	color:#FFFFFF;
	text-decoration:none;
	
	}
	
	
	
	
