@charset "UTF-8";
/* CSS Document */


/* general css */
body {
	text-align:center;
	font-family: Arial;
	                  
	padding:0px;
	margin:0px;
	font-size:15px;
	background:#FFFFFF;
	text-align:center;
	color:#59739F;
}
.content {
	padding-top: 5px;
	background-color: white;
	padding-left: 25px;
	padding-bottom: 10px;
	padding-right: 10px;
	border-left-color: #dedede;
	border-left-width: 10px;
	border-left-style: solid;
	line-height:27px;
}

p {
	margin-bottom:40px;
}

div#footer {
	font-family:Verdana;
	font-size:12px;
	color:#4C74B9;
}
ul#nav {
	font-family: Verdana;
	font-size: 14px;
}
div#navigation a {
	font-family: Arial;
	font-size: 14px;
	color:#2C528F;
	text-decoration: none;
}

h1 {
	font-size:16px;
	margin-bottom:20px;
	color:#4C74B9;
}

h2 {
	font-size:15px;
	margin-bottom:0px;
	color:#416CAF;
}

a {
	text-decoration:none;
	color:#0073CC
}

a:hover {
	text-decoration:underline;
}
/* end general*/


/* page layout css */
div#container {
	width:900px;
	margin:0 auto 0 auto;
	text-align:left;
	background:#FFFFFF;
}
div#top {
	position:relative;
	width:100%;
	height:85px;
	background:#FFFFFF;
}
div#logo {
	height:80px;
	width:237px;
	background: url(/graphics/logo_pink.gif) no-repeat;
}
div#header {
	position:relative;
	width:100%;
	background: url(/graphics/people1.jpg) no-repeat;
	height:340px;
	border-top:1px solid #D1D4E1;
	border-top:1px solid #D1D4E1;
	//border-bottom:1px solid #D1D4E1;
}
div#navigation {
	position:relative;
	text-align: right;
	top:310px;
	width:100%;
	height:28px;
	padding:0px 0px 0px 0px;
	border-top:1px solid #D1D4E1;
	border-bottom:1px solid #D1D4E1;
	opacity:0.7;
	filter: alpha(opacity = 70);
	background:#FFFFFF;
}

div#navigation:hover {
	//opacity:0.9;
	//filter: alpha(opacity = 90);
}

ul#nav {
	left:20px;
	position:relative;
	margin:0px;
	padding:0px 0px 0px 20px;
}

ul#nav:hover {
	//opacity:0.9;
	//filter: alpha(opacity = 90);
}

ul#nav li {
	display:inline-block;
	padding:0px 17px 0px 17px;
	margin:0px;
	height:28px;
	cursor:pointer;
	line-height: 28px;
	vertical-align: middle;
	float:left;
	background:#FFFFFF;
}

ul#nav li:hover {
	background:#FFBFF2;
}

ul#nav li.current {
	background:#FFBFF2;
}

div#main {
	position:relative;
	width:100%;
}
div#main_left {
	position:relative;
	width:300px;
	float:left;
	padding:60px 0px 40px 0px;
}
div#main_right {
	border-right-color: #dddddd;
	padding-left: 0px;
	padding-bottom: 80px;
	padding-right: 0px;
	padding-top: 60px;
	position:relative;
	width:600px;
	float:right;
}
div#footer {
	width:900px;
	position:relative;
	margin:0px auto 0 auto;
	padding:20px 0px 0px 0px;
	border-top:1px solid #D1D4E1;
	text-align:center;
	height:100px;
	clear:both;
	background:#FFFFFF;
}
/* end layout css */

