/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	height:100%;
	width:100%;
}

body {
	background:url(../imgs/bg_page.png);
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}


#wrapper {
	margin: 0 auto;
	width:900px;
	background:url(../imgs/bg_wrapper.png) repeat-y;
}

#header {
	height:166px;
	background:url(../imgs/header.jpg);
}

#content {
	background:url(../imgs/top_content.png) no-repeat;
	min-height:280px;
	clear:both;
}


#footer {
	clear:both;
	height:200px;
	background:url(../imgs/footer.png) no-repeat;
	margin-top:20px;
}

#left {
	width:170px;
	float:left;
	top:40px;
	left:40px;
	position:relative;
	color:#63b4b2;
	margin-bottom:-100px;
}

#left strong {
	color:#377a79;
}

#left .sub_title {
	padding-top:30px;
	border-bottom:1px solid #CCCCCC;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
}

#main {
	width:590px;
	top:40px;
	left:75px;
	float:left;
	position: relative;
	margin-bottom:50px;
	font-size:12px;
}

#main h1 {
	width:100%;
	border-bottom: 1px solid #CCCCCC;
	font-family:"Trebuchet MS", Arial;
	font-size:16px;
	color:#377a79;
	text-transform:uppercase;
}


img.left, img.right {
	border:1px solid #CCC;
	padding:5px;
}

img.right {
	float:right;
	margin:5px 0 0 20px;
}

img.left {
	float:left;
	margin:5px 20px 0 0;
}

h2 {
	width:100%;
	font-size:13px;
	border-bottom: 1px solid #F1F1F1;
	font-family:"Trebuchet MS", Arial;
	color:#377a79;
}

#main .resume {
	border-bottom: 1px solid #CCCCCC;
	font-family:"Trebuchet MS", Arial;
	font-size:13px;
	color:#377a79;
	text-align: center;
	padding:5px;
	padding-bottom:20px;
	font-weight:bold;
}

#main .resume2 {
	border-bottom: 1px solid #CCCCCC;
	font-family:"Trebuchet MS", Arial;
	font-size:12px;
	text-align: center;
	padding:5px;
	margin:0;
}

ul.menu li a:hover {
	color:#22595c;
	text-decoration:none;
}

ul.menu {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	width:170px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
}

ul.menu ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding-left:20px;
 	background-color:#EFFFFF;
	font-size:10px;
	border-bottom:1px solid #CCCCCC;
}

ul.menu li.active a {
	background:transparent url(../imgs/bg_active_btn.png) no-repeat scroll center center;
	color:#22595c;
	font-weight:bold;
	margin:0;
	padding:0;
}

ul.menu li a {
	color:#63b4b2;
	background:transparent url(../imgs/bg_btn.png) no-repeat scroll center center;
	margin:0;
	padding:0;
}

ul.menu li a:link, ul.menu li a:visited {
	border-bottom:1px solid #CCCCCC;
	display:block;
	line-height:32px;
	height:32px;
	margin:0;
	padding:0 0 0 0px;
	text-decoration:none;
}

ul.menu li ul li a:link, ul.menu li ul li a:visited {
	border-bottom:0px none;
	display:block;
	line-height:22px;
	height:22px;
	margin:0;
	padding:0 0 0 0px;
	text-decoration:none;
}

#links {
	padding:0px;
	margin:0px;
	position:relative;
	left: 256px;
	width: 570px;
	
}


