/* @override http://dev2.elevenmedia.com/style.css */

/* The Great Divide */
body {
	font: 11px Arial;
	margin: 0;
	padding: 0;
}

a{
	color: #003399;
	text-decoration: none;
}


a:hover{
	color: #003399;
	text-decoration: underline;
}

#page{
	position: relative;
	clear: both;
	display: block;
}

#nav_column {
	width: 190px;
	position: relative;
	float: left;
	border-right-style: dotted;
	border-right-width: 1px;
	top: 20px;
	padding-left: 20px;
	height: 700px;
}


#content_column {
	width: 776px;
	position: relative;
	float: left;
	background: url(images/banner_main.jpg) no-repeat;
	clear: right;
}
#content_column li{
	list-style-image: url(images/bullet.gif);
}


#left_column {
	width: 400px;
	position: relative;
	float: left;
	margin: 80px 25px 25px;
	border-right: 1px dotted #d4d4d4;
	padding-right: 30px;
}

#right_column {
	position: relative;
	width: 253px;
	float: left;
	margin-top: 130px;
	font: 11px Arial;
	color: #787878;
}


/* Navigation */
#logo{
	position: relative;
	display: block;
	margin-left: 10px;
	margin-bottom: 30px;
}



#nav_column li a{
	list-style-type: none !important;
	color: #787878;
	width: 141px;
	text-decoration: none;
	display: block;
	height: 30px;
	border-bottom: 1px dotted #787878;
}

#nav_column li a:hover{
	list-style-type: none !important;
	color: #003399;
	width: 175px;
	text-decoration: none;
	border-bottom: 1px dotted #787878;
}

#nav_column li {
	font: 11px/30px "Lucida Grande", Lucida, Verdana, sans-serif;
	list-style-type: none !important;
	
}

/* Titles */
#header{
	margin-top: 46px;
	margin-left: 36px;
	font: 17px Arial;
	font-weight: bold;
	color: #FFFFFF;
}	
#header h1{
	color: #fff;
	font: bold 16px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 45px;
	margin-left: 35px;
}

#trackback{
	color: #a7a7a7;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	/*margin-left: 36px; */
	margin-top: -3px; 
}
.bluetitle{
	font: 17px Arial;
	font-weight: bold;
	color: #003366;
}


h3{
	font: 11px Arial;
	color: #003399;
}
h2{
	color: #003399;
	font: 15px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: -5px;
}

/* Pullouts */
.pullout{
	background-color: #E6E6E6;
	width: 370px;
	padding: 20px;
}

.pullout h2{
	color: #003399;
	font: 15px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: -5px;
	margin-top: -10px;
}

.pullout_left{
	width: 200px;
	position: relative;
	float: left;
	height: 100px;
	padding-right: 50px;
}
.pullout_right{
	position: relative;
	float: none;
}

/* Downlaods*/

.download{
	background: #efefef url(images/page_white_acrobat.png) no-repeat 10px 15px;
	padding-left: 35px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
}

.download a{
	color: #003399;
	text-decoration: none;
}
.alerts{
	background: #f7e2df url(images/page_white_acrobat.png) no-repeat 10px 15px;
	padding-left: 35px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
}

.alerts a{
	color: #921c00;
	text-decoration: none;
}
/* Footer*/
#cesg_logo{
	position: relative;
	margin-left: 20px;
	float: left;
}

#footer{
	font-size: 10px;
	text-align: center;
	position: relative;
	display: block;
	float: left;
	left: 50px;
	top: 20px;
	margin-left: 100px;
}
#fix{
	position: relative;
	clear: both;
}

/* Menu*/

.menu, .menu a:link {
	font: 11px Arial;
	color: #909090;
	padding-left: 35px;
	text-decoration: none;

}
.menu a:hover {
	color: #003366;
	text-decoration: none;
}