/*********** global ************/

* {
	margin:  0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	background: #D2CAB9 url(../images/bg.png) repeat-x;
	font:normal 100% "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
	color: #555;
	margin: 0;
	padding: 0;
	height: 100%;
}

img {
}

img.fl	{
float: left;
margin: 0px 7px 0px 0px;
border: 1px solid #ccc;
padding: 4px;	
}

hr { display: none; }


ul, li { list-style-type: none; padding: 0; margin:0; }

.clear {
	position: relative;
	clear: both;
}

.hide {
	display: none;
}

a,
a:visited {
	color: #0281ca;
	text-decoration: none;
}

a:hover {
	color: #222;
	text-decoration: none;
	border-bottom: 0;
}

.no_border {
	border: none;
}


/*********** structure ************/

#wrapper {
	padding: 0 0 70px 0;
}

#container {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 950px;
	}

#header {
	display:block;
	height:80px;
	padding: 20px 0 0 30px;
	background: url(../images/header.gif) no-repeat;
	}


div.content {
	display: block;
	position: relative;
	padding: 5px 15px 0 15px;
	background: url(../images/bg-content.png) repeat-y;
	}
	
div.content .column_left {
	text-align: left;
	width: 675px;
	margin-left: 10px;
	float: left;
	}

div.content .column_right {
	text-align: left;
	width: 200px;
	float: right;
	margin-right: 10px;
	}
	


/*********** header / top ************/


div#top {
	position: relative;
    display: block;
    height: 20px;
    padding: 0px;
    background: #333;
border-top: 1px solid #fc6;
}
	div#top a,
	div#top a:visited {
		text-decoration: none;
	}
    #top h1 {
        float: left;
    }
    
#top h1 a,
#top h1 a:visited {
	font-size: 11px;
	font-family: "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	letter-spacing: .2em;
	float: left;
	padding-top: 3px;
	padding-left: 5px;
	}

        #top h1 a:hover {
       
        }
        
#top ul {
	float: right;
	position: relative;
 	display: block;
    }

#top ul li	{
	display: block;
	float: left;
	padding-top: 3px;
	padding-right: 5px;
	font-size: 11px;
}

#top ul li a	{
	color: #fff;
}

#top ul li a:hover	{
	text-decoration: underline;
}


#header h2 {
	font-size: 20px;
	color: #333;
	padding-left: 5px;
	}


/*********** main navigation ************/	

#nav ul {
	float: left;
	height: 24px;
	position: relative;
	z-index: 899;
	display: block;
	padding-top: 15px;
	width: 100%;
	}

#nav ul li li a:hover,
#nav ul li li:hover a,
#nav ul li li:hover {
	background: none;
	}

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

#nav ul li {
	float: left;
	height: 22px;
	padding: 0 12px 0 0;
	margin: 0px 0 1px 5px;
	background: url(../images/nav_right.png) no-repeat right top;
	position: relative;
	cursor: pointer;
	}

#nav ul li:hover {
	background: url(../images/nav_right.png) no-repeat right bottom;
	cursor: pointer;
	}

#nav ul li a,
#nav ul li a:visited {
	display: block;
	height: 17px;
	padding: 5px 0 0 12px;
	line-height: 100%;
	border: 0;
	color: #fff;
	font-size: 12px;
 	background: url(../images/nav_left.png) no-repeat left top;
	}

#nav ul li a:hover,
#nav ul li:hover a {
	color: #fff;
	background: url(../images/nav_left.png) no-repeat left bottom;
	}

#nav ul li.sub {
	float: right;
	height: 22px;
	padding: 0 12px 0 0;
	margin: 0px 45px 1px 5px;
	position: relative;
	cursor: pointer;
	}
	
	
/*********** content area ************/


div.content .column_right p {
	padding: 0 13px;
	}

div.content .column_right h3 {
	margin: 0 0 .5em 0;
	font: bold 12px Helvetica, Arial, Verdana, sans-serif;
	color: #555;
	line-height: 1.2em;
	}

div.content .column_right p {
	font-size: 11px;
	color: #999;
	line-height: 150%;
	margin: 0 0 1em 0;
	}


div.content .column_left {
	text-align: left;
	width: 675px;
	margin-left: 10px;
	float: left;
	}

div.content_end {
	background: url(../images/content_bottom.png) no-repeat;
	display: block;
	height: 75px;
	text-align: right;
	}


/*********** side column navigation ************/
	
	
#side_col_nav ul {
	border-top: solid 1px #cbcbcb;
	margin: 0 10px 5px 10px;
	}

#side_col_nav ul li {
	position: relative;
	border-bottom: solid 1px #d9d9d9;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 11px;
	}
	

	
#side_col_nav ul li.odd {
	background: #f0f0f0;
}
		
#side_col_nav ul li a,
#side_col_nav ul li a:visited {
	display: block;
	padding: .5em;
	border: 0;
	}
	
#side_col_nav ul li.odd a,
#side_col_nav ul li.odd a:visited {
	color: #999;
	}
			
#side_col_nav select {
	font: normal 11px "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	color: #999;
	margin: 0 .5em 1em .5em;
	padding: 3px;
	width: 170px;
	border-color: #c3c3c3;
	}


/*********** left col ************/

div.column_left {
	color:#333;
	font-size:11px;
	line-height:150%;
	}
						
div.left_column {
	display: block;
	float: left;
	padding: 0px 0 0 0;
	width: 200px;
	}
	
div.content .column_left_round {
	background: #e9e9e9 url(../images/right_top.gif) no-repeat;
	padding: 15px 0 0 0;
	margin: 0 0 20px 0;
}
			
div.content .column_left_round_bottom {
	background: #e9e9e9 url(../images/right_bottom.gif) bottom;
	display: block;
	height: 10px;
}

div.content .column_left_round {
	background: #e9e9e9 url(../images/right_top.gif) no-repeat;
	padding: 15px 0 0 0;
	margin: 0 0 20px 0;
	}
	
div.content .column_left_round_bottom {
	background: #e9e9e9 url(../images/right_bottom.gif) bottom;
	display: block;
	height: 10px;
	}


div.content .column_left_round p {
	padding: 0px 0px 10px 10px;
	font-size: 14px;
	}
	


.calendar	{
	padding: 0px 0px;
	border-bottom: 1px dotted #ccc;
	padding: 0px 10px;
	}


.calendar li	{
	background: url(../images/icon_calendar.png) no-repeat 0px 3px;
	padding: 0px 0px 10px 20px;
	}

.news_announcements {
	background: #F9F8F3;
	border: 1px solid #EEE8D8;
	color: #333;
	font-size: 11px;
	line-height: 17px;
	padding: 18px;
	}

.news_announcements p {
	margin: 0 0 12px;
	}

.news_announcements h3 {
	margin: 0 0 18px;
	}

.news_announcements ul {
	margin-top: 0;
	}

.news_announcements li {
	margin: 0 0 0px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:square;
	}




/*********** right col sub page ************/

div.right_column_sub {
	display: block;
	float: right;
	padding: 0;
	width: 660px;
	padding: 0 35px 0 0px;
	}

div.right_column_sub p {
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 1.6em;
	}
	
	
/*********** right col homepage page ************/


div.right_column {
	display: block;
	float: left;
	padding: 0;
	width: 450px;
	margin: 0 0 0 25px;
	}

div.right_column p {
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 1.6em;
	}
	
div.content .column_right {
	text-align: left;
	width: 200px;
	float: right;
	margin-right: 10px;
	}

div.content .column_right p {
	padding: 0 13px;
	}

div.content .column_right h3 {
	margin: 0 0 .5em 0;
	font: bold 12px Helvetica, Arial, Verdana, sans-serif;
	color: #555;
	line-height: 1.2em;
	}

div.content .column_right p {
	font-size: 11px;
	color: #999;
	line-height: 150%;
	margin: 0 0 1em 0;
	}




		/*****************************************************
		* Footer
		*****************************************************/

		div#footer {
			background: url(../images/bg_footer.gif) repeat-x;
			background-color: #333;
			position: relative;
			padding-bottom: 50px;
			padding-top: 50px;
			text-align: left;
			width:  100%;
			margin: 0 auto;
			display: block;
		}

		#hub_container,
		#footer_content {
			width:  950px;
			margin: 0 auto;
		}

		div#footer_container {
			display: block;
		}

			#footer_container p.small {
				line-height: 1.9em;
				padding: 0;
				margin-left: 145px;
				font-size: 11px;
			}

			div#footer_info {
				float: left;
				padding: 0 0 0 70px;
				background: url(../images/footer_cu.gif) no-repeat left 2px;
				height: 73px;
			}



	/*********** forms ************/

	input,
	select,
	textarea {
		font: normal 14px "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
		margin: 0;
		padding: 5px;
		border: solid 1px #9fbbcd;
		color: #333;
		background: #fff;
		-moz-border-radius: 4px;
	    -webkit-border-radius: 4px;
	    border-radius: 4px;
	}
	input[type='file'],
	input[type='image'],
	input[type='file'],
	input[type='hidden'] {
		border: 0;
		padding: 0;
		background: none;
	}
	input[type='file'] {
		font: 11px "Lucida Grande", Helvetica, Verdana, Arial, Tahoma, sans-serif;
	}

	option	{
		padding: 0px 0px 0px 5px;
	}





	 span.type {
			display: block;
			margin: 5px 0 0px 0;
		}

	 span.type a,
	 span.type a:visited {
			padding: 2px 5px;
			font-size: 9px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			background: #f5f5f5;
			color: #999999;
			border: 1px solid #e5e5e5;
		}
	 span.type a:hover {
			background: #ffffff;
			color: #0281ca;
			border-color: #cccccc;
		}
		

