@charset "utf-8";


/* -------------------------------- */
/* RESET HTML TAGS					*/ 
/* -------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;	
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
	
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}

/* -------------------------------- */
/* PAGE ELEMENTS 					*/ 
/* -------------------------------- */
/* Top Section	  					*/

body {
	background:#CBDCDF;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper {
	width:660px;
	border-top:4px solid #53B7E8;
	background:#FFF;
	margin:0 auto;
}

	/* -------------------------------- */
	/* HEADER							*/
	
	#header {
		 height:150px;
		 position:relative;
	}
	
	
	#header .menu {
		height:35px;
		background:#53B7E8;
		position:absolute;
		top:110px;
		width:100%;
	}
	
	#header .menu li {
		line-height:24px;
		display:block;
		float:left;
		position:relative;
		top:11px;
		background:#75C5ED url('../images/ui/bg-header-menu.png') top left no-repeat;
		font-size:14px;
		font-weight:bold;
		padding:0 0 0 0px;
		margin:0 5px 0 10px;
	}
	
	#header .menu li a {
		color:#333333;
		line-height:24px;
		display:block;
		float:left;
		padding:0 10px;
		background:url('../images/ui/bg-header-menu.png') top right no-repeat;
		color:#FFFFFF;
		text-decoration:none;
	}
	
	#header .menu li.select, #header .menu li:hover {
		background-color:#FFFFFF;
	}
	
	#header .menu li.select a, #header .menu li:hover a {
		color:#333;
	}
	
	/* -------------------------------- */
	/* CONTENT							*/
	
	#content {
		padding:20px;
		font-size:11px;
		color:#666666;
	}
	
	#content  p {
		line-height:140%;
		margin:15px 0;
	}
	
	#content h2, #content h3 {
		font-size:20px;
		color:#333333;margin:15px 0;
	}
	
	#content h3 {
		font-size:16px;
		font-weight:bold;
	}
	
	#content h4 {margin:15px 0;
		font-size:14px;
		font-weight:bold;
		color:#333333;
	}
	#content h3.ppl {
		margin:0;
		font-size:12px;
	}
	#content ul {
		margin:10px 20px;
		list-style:disc;
		margin-left:40px;
	}
	
	#content .col2 {
		width:230px;
		height:230px;
		float:left;
		margin-left:20px;
	}
	
	#content .col2b {
		width:50%;
		float:left;
	}
	
	/* -------------------------------- */
	/* FOOTER							*/

	#footer {
		background:#1C93CC;
		text-align:center;
		font-size:11px;
		line-height:150%;
		padding:20px 0;
	}
	
	#footer p {
		color:#FFFFFF;
		margin:10px auto;
		width:400px;
		
	}
	
