﻿body {
	/* font: 10px normal Verdana, Arial, Helvetica, sans-serif; */
	margin: 0;
	padding: 0;
	background: url(../../images/background.jpg);
	width: 100%;
}
a img {
	border:none;
}

#body {
	text-align: center;
	margin: 0px auto;
	width: 750px;
	border:1px solid;
	background:#FFFFFF;
}

#head {
	width: 100%;
	float: left;
	background: url(../../images/nav/topnav_stretch.gif) repeat-x;\
	font-family:"Arial Narrow";
}

#foot { 
	background-color:#9FA0A4;
	padding:5px;	
	text-align:left;
	height:25px;
	font-family:"Arial Narrow";
}

#content {
	padding: 25px 0px 25px 0px;
	margin: 0px auto;		
	background: #fff;
	/*border: 1px solid;*/
	font-family:"Tahoma";
	font-size:.9em;
	color:#31496B;
	width:70%;
}

#left_col {
	width:25%;
	margin:20px;
	text-align:left;
	/*border:1px solid;*/
}

#right_col {
	width:60%;
	height:auto; 
	margin:20px; 
	text-align:left;
	/*border:1px solid;*/
	position:relative;
}

#client_table { }

#title_img { margin-top:40px; }

ul#experience_list li { margin-bottom:5px; }

.center {
	margin-left:auto;
	margin-right:auto;
}

.text {
	padding-top:20px;
	width:90%;
}

h3.nopad{
	padding:0px;
	margin-bottom:-15px;
	
}

.txt_center { text-align:center; }

.left { float:left; }

.right { float:right; }

.justify{
	text-align:justify;
}

#logo{
	margin:30px 0px 40px 0px;
}

#social_icons{
	margin:50px 0px 0px 0px;
}


/*********** NAVBAR ***********/
ul#topnav {
	margin: 0; 
	padding:0;
	clear:both;
	width:62%;
	margin-left:auto;
	margin-right:auto;
	list-style: none;
	position: relative;
	font-size: 1.2em;
	background: url(../../images/nav/topnav_stretch.gif) repeat-x;
}
ul#botnav {
	margin: 0; padding: 0;
	margin-top:-1px;
	float: left;
	width: 50%;
	list-style: none;
	position: relative;
	font-size: 1.2em;
	background:#fff;
	border-bottom: 1px solid;
	border-right: 1px solid;
	background: url(../../images/nav/topnav_stretch.gif) repeat-x;
}
ul.nav li {
	float: left;
	margin: 0; padding: 0;
	border-right: 1px solid #9FA0A4;
	font-family:"Arial Narrow";
}
ul.nav li:first-child {
	border-left: 1px solid #9FA0A4;
}
ul.nav li a {
	padding: 10px 10px;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
}
ul#topnav li:hover { background: #1376c9 url(../../nav/images/topnav_active.gif) repeat-x; }
ul#topnav li span {
	float: left;
	padding: 15px 0;
	position: absolute;
	left: 0; top:35px;
	display: none;
	background: #1376c9;
	color: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
ul#topnav li:hover span { display: block; }
ul#topnav li span a { display: inline; }
ul#topnav li span a:hover {text-decoration: underline;}

#mailUpdate{
	margin-top:60px;
	right:0px;
	float:right;
	width:120px;
}


