/*
---------------------------------------------
01. MAIN / DEFAULT PASQUARELLI ELEMENTS
---------------------------------------------
*/

body {
	background-color: #131C3B;
	font: normal 13px "Verdana", "Arial", sans-serif;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
	
div, form, ul, li, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	border: 0px; }
	
p { line-height: 150%; }

#wrapper {
	width: 778px;
	background-color: #ffffff;
	border-left: 1px solid #DFE9F0;
	border-right: 1px solid #DFE9F0;
	padding: 10px 12px;
	margin: 0 auto; }

/*
---------------------------------------------
02. TEXT / HEADINGS
---------------------------------------------
*/

a { color: #437492; }
a:hover { text-decoration: none; }
	
h1 {
	height: 80px;
	width: 180px;
	position: absolute;
	bottom: 10px;
	right: 30px; }
	
	h1 a {
		height: 80px;
		width: 180px;
		display: block;
		text-indent: -9999px;
		outline: none; }
		
h2 {
	color: #92B3CB;
	font: normal 22px "Arial", "Tahoma", sans-serif;
	padding-top: 15px; }
	
	h2.alt { color: #467491;
	font: normal 20px "Arial", "Tahoma"; 
	padding-top: 0px; }
	
	
h3 {
	color: #437492;
	font-size: 18px; }
	
h4 {
	color: #437492;
	font-size: 16px; }	
	
/*
---------------------------------------------
03. HEADER / MENUS
---------------------------------------------
*/
	
#header {
	height: 50px;
	width: 778px;
	padding-top: 260px;
	position: relative;
	margin-bottom: 0px;
	background: url(images/header.jpg) no-repeat;
}
	
#menu {
	height: 35px;
	list-style: none; }
	
	#menu li { 
		height: 35px;
		line-height: 35px;
		float: left;
		position: relative; }
	
	#menu li a {
		padding: 8px 9px;
		color: #131C3B;
		font-weight: bold;
		text-decoration: none;
		font-size: 11px;
		text-transform: uppercase;
		border-right: 1px solid #ACC1CE;
		
		}
				
	#menu li.last a { border-right: 0px; }
	
	#menu li.active a, #menu li a:hover { background: url(images/menu.gif) repeat-x; }
	
	#menu li ul { 
		position: absolute;
		top: 34px;
		left: 0;
		z-index: 9999;
		background-color: #EDF2F6; }
	
	#menu li ul li { 
		border-bottom: 1px dotted #92B3CB;
		width: 100px;
		height: 20px;
		display: block;
		line-height: normal;
		padding: 7px; }
		
	#menu li ul li a {
		text-transform: none;
		border: 0px;
		padding: 0px; }
		
	#menu li ul li a:hover { background: none; }

/*
---------------------------------------------
04. CONTENT AND COLUMNS
---------------------------------------------
*/
	
#left {
	width: 780px;
	float: left; }
	
#right {
	width: 205px;
	padding: 10px;
	float: right; }
	
#banner {
	width: 780px;
	height: 20px;
	padding: 10px10px;
	margin: 0 0 15px 5px; }
	
#content {
	padding: 10px; }
	

#footer {
	font-size: 11px; }

/*
---------------------------------------------
05. CLASSES
---------------------------------------------
*/
	
.item {
	padding: 20px 0px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #92B3CB; }
	
.itemImg {
	float: left;
	margin: 0 15px 5px 0; }
	
.clear { clear: both; }

.clear:after {
	content: ""; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; }

.critique {
	color: #666;
	font-size: 11px;
	line-height: 170%;
	font-style: italic; }
	
ul.content {
	margin-top: 10px; }

ul.content li {
	position: relative;
	display: block;
	width: 490px;
	background: url(images/bullet_blue.gif) no-repeat 0px 13px;
	padding-left: 20px;
	padding-top: 10px; }

ul.content li span {
	float: right;
	right: 0;
	margin-left: 10px; }
	
/*
---------------------------------------------
00. END
---------------------------------------------
*/

img { border:0px;}

