/*------[GENERAL]--------*/
* { margin: 0; padding: 0; }

body{
	background:#214563 url(img/bg_main.jpg) repeat-x top left;
	color: #000; 
   	font: 62.5%  Arial, Helvetica, sans-serif;
}

a {
	color: #039;
	text-decoration:underline;
}
a:hover { }

ul{ list-style:none;}

h1,h2,h3,h4,h5,h6 { font-family:  Arial, sans-serif; }

/*-------[   Layout   ]---------*/
 #wrap{ position:relative; width:780px; margin:5px auto; }

 #header{ height:240px; }

/*-------[ Navigation ]---------*/
	
	#header-pic{ position:absolute; top:42px; left:0; height:100px; }

	#nav {
		position:absolute;
		width:780px;
		top:5px; left:0;
		height:34px;
		background-color:#294963;
		border-bottom:4px solid #ded384; }
		
		#nav ul{ padding:0; margin-left:30px; list-style: none; }
			#nav li{ display: inline; }
			
				#nav a{ 
					display: block; 
					float: left;
					padding:10px 20px 10px 20px;
					font:12px Verdana, sans-serif;
					text-transform:uppercase;
					color:#fff;
					text-decoration:none;
					outline: none;
				}
				
				#nav a:hover{ background-color:#081829; }
				



#content-wrap{ padding:60px 0 10px 20px; background-color:#FFFFFF; }
	#content{ width:495px; position:relative; }
		/* --- content styling ---*/
		#content { font-size: 1.5em; line-height: 1.4em; color:#111;  }

		#content h1{margin-bottom:20px;  font-size:28px;}
		
		
			#content .first, #content .drop_cap { padding: 0.17em 0.08em 0.05em 0; font-size: 3.4em; line-height: 0.6em; color: #aaa; float: left; }
			
			#content p { margin: 0 0 1em 0; }
			
			#content a, #content a:visited { text-decoration: underline; }
			
				#content a:hover { text-decoration: none; }
				
			#content blockquote { font-style:italic; padding:10px; padding-left:35px; margin-bottom:5px;}
			
				#content blockquote ul, #content blockquote ol { margin: 0 0 1.46667em 15px;  }
		
			#content ul, #content ol { margin: 0 0 1.46667em 40px; }
			
			#content ul { list-style: disc; }
			
				#content li { margin: 0 0 0.4em 0; }
				
					#content ul li ul, #content ul li ol, #content ol li ul, #content ol li ol { margin: 0 0 0 25px; }
			
		
				#content img{ display: block; clear: both; padding: 6px; background: #efebe7; }
				
				.imgfloatleft{ float:left; margin-right:10px; }
				.imgfloatright{ float:right; }
			
			.update { border: 2px solid #f2ec49; background: #fffdcb; padding:10px; margin:0; margin-bottom:1em; }
	

	/* --- Sidebar ---*/
	#sidebar{
	position:absolute;
	right:10px;
	top:210px;
	width:230px;
	height:150px;
}

		/* --- sidebar styling---*/
		.sidebar-links{
			background:#29517b url(img/bg_side_links.jpg) repeat-x bottom left  ;
			padding:20px;margin-bottom:15px;}

			.sidebar-links h3{ margin-bottom:15px; font-size: 16px; color:#fff; }
			
			.sidebar-links ul{ margin: 10px 0; }
			.sidebar-links ul li{ border-bottom: 1px solid #486a8b; padding: 10px 8px; }
			
			.sidebar-links ul li a{ color: #9fbfd6; text-decoration: none; font-size: 14px; }
			.sidebar-links ul li a:hover{ color: #fff; }
			.sidebar-links ul li.active{ background: #132b44; border-bottom: 0;padding-top: 11px; margin: 0 -20px;
										 padding-left: 28px; margin-top: -1px; position: relative; }
			.sidebar-links ul li.active a{ color: #fff; }

		/* --- --- */
		.sidebar-info{
			border-top:3px solid #ded384;
			background-color:#efebe7;
			padding:20px; margin-bottom:15px;}
			
			.sidebar-info h3{ margin-bottom:15px; }
			.sidebar-info h4 { text-align:center; font-size:23px;}
			.sidebar-info p{ margin-bottom:10px; font-size:13px; }
			.sidebar-info ul{ list-style:inside; list-style-type:disc; font-size:100%;}
			
	/* --- Footer --- */
	#footer{
		height:58px;
		width:780px;
		background-color:#001839;
		font-size:12px;}
	
		#footer p{ padding:11px 0 0 25px; color:#94b6de;}
		#footer a{ color:#94b6de;}
		#footer a:hover{ color:#fff;}


/*----------------------------*/
h1 {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #002852;
	line-height:normal;
	margin-bottom:15px;
}

h2 {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #002852;
	margin-bottom:15px;
}

h3 {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	color: #002852;
	margin-bottom:15px;
}
	h3 a {
		color: #032850;
		text-decoration: none;
	}
	h3 a:hover {
		color: #124b89;
	}

h4 {
	font-size: 16px;
	color: #032850;
	margin-bottom:10px;
}

h5 {
	font-size: 14px;
	color: #000000;
}
h6 {
	font-size: 13px;
	color: #ffffff;
}

/* Tables
-------------------------------------------------------------- */

table   { margin-bottom: 1.4em; }
th      { border-bottom: 2px solid #ccc; font-weight: bold; }
td      { border-bottom: 1px solid #ddd; }
th,td   { padding: 4px 5px 4px 0; }
tfoot   { font-style: italic; }
caption { background: #ffc; }

/* Success, error & notice boxes for messages and errors. */
.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.error      { background: #FBE3E4; color: #D12F19; border-color: #FBC2C4; }
.notice     { background: #efebe7; color: #036;	border-color: #ded384; }
.greenbox    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.bluebox    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.box        {
	background: #efebe7;
	color: #036;
	border-color: #036;
}
.greenbox    { background: #E6EFC2; color: #000000; border-color: #C6D880; }
.bluebox    {
	background: #dfdff4;
	color: #000000;
	border-color: #069;
}
.success    { background: #E6EFC2; color: #529214; border-color: #C6D880; }
.error a    { color: #D12F19; }
.notice a   { color: #817134; }
.success a  { color: #529214; } 

/* form design*/
fieldset {
	margin: 0 5px 10px 0px;
	padding: 2px;
	border: 1px dotted #ccc;
	
	
	background-color: #fff;
} 
legend { background-color:#000000; color:#FFFFFF; text-transform:uppercase; padding:3px; margin-left:10px; margin-bottom:10px; font-size:12px;}
form p { margin: 5px 0 0 0; form; }
label {  text-align:right; margin-right:10px; display:block; width:140px; float:left; clear:both; font-weight:bold; }
input.text { width:315px; } 
textarea { width: 450px; margin: 5px 15px 15px 15px; }  

/* footer */
#footer-wrap {
	clear: both;
	width: 780px;
	font-size: 98%;	
	text-align: left;
	padding: 10px 0;		
	
}
#footer-wrap a:hover {
	color: #ffffff;	
}
#footer-wrap h3 {
	color: #69C;
	font-size: 16px;
	margin: 0;
	padding: 0 10px;
	text-transform: uppercase;
	font-weight: bold;
}

#footer-columns {
	color: #888;
	margin: 0 auto; 
	padding: 0;	
	width: 780px;			
}
#footer-columns a {
	text-decoration: none;
	font-weight: bold;
	color: #09C;
}
#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0; 
	padding: 0;	
	border-top: 1px solid #e5e5e5;
}
#footer-columns li {
	border-bottom: 1px solid #e5e5e5;	
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 5px 0 5px 10px;
	width: 96%;
}
#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #999;
	margin: 0 auto;
	width: 780px;
	padding: 15px 0 0 0;
	text-align: center;
}
#footer-bottom  a {
	color: #CCC;
}
/* slideshow */	
#slideshow {
    position:relative;
    width:780px;
	height:250px
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
