/*  
Version: 1.0
Author: Design Studio One
Author URI: http://www.designstudioone.com/
*/

/* Reset */
html, body, div, h1, h2, h3, h4, h5, h6, ol, ul, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; border: 0; } 

/* Basic Elements */

body {
	background: url(../images/background-wood.jpg) repeat-x fixed;
	color: #232323;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center; /* text-align: center; is used to center the wrapper DIV in older versions of IE */
	}


p {
	margin: 10px 0px 10px 0px;
	}
	
h1{ font-size: 15px; padding: 0 0 10px 0; color: #13326c; }
h2{ font-size: 16px; padding: 10px 0 0 0; color: #2D2D2D; }
h3{	font-size: 14px; padding: 10px 0 0 0; color: #6e6f72; }
h4{	font-size: 13px; padding: 5px 0 0 0; }
h5{	font-size: 12px; padding: 5px 0 0 0; }
h6{	font-size: 10px; padding: 5px 0 0 0; }

a:link, a:visited {
	color: #29548a;
	text-decoration: underline;
	}
	
a:hover{
	color: #041e4e;
	text-decoration: underline;
	}
	
blockquote {margin:0 0 1em 0;min-height:20px;padding:1em 1em .6em 2.6em;border:1px dotted #ddd;font-style:regular;color:#000;background:#fff url(../images/blockquote.png) no-repeat 4px top;}
blockquote p{padding:8px;margin:2px;}
blockquote blockquote{margin:1em;}

/* Float Controls */
 
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.noshow { display: none; }

/* Wrapper */
	
#wrapper{
	background: #ffffff;
	border: solid #6e6f72 0px;	
	margin: 1px auto 0px auto;
	text-align: left;
	width: 960px;
	}
	
/* Header */
	
#header{
	background: #ffffff;
	width: 100%;
	float: left;
	height: 146px;
	overflow: hidden;
	}
	
#container{
	background: #ffffff url(../images/sidebar-bg.gif) repeat-y;
	width: 100%;
	float: left;
	}
	
/* Sidebar(s) */
	
#sidebar{
	background: #afbed9;
	margin: 0 0 1px 1px;
	padding: 0px;
	width: 181px;
	float: left;
	}
	
/* Navigation */

#navigation{
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-weight: bold; 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
	background-color: #dee4ee;
}
	
#navigation ul{
	list-style: none;
	}

#navigation ul li{
	background: url(../images/arrow.png) no-repeat top left;
	background-position: 4px 8px ;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #d7dbea;
	padding: 1px 0px 1px 0px;
	}
	
#navigation ul li a {
	text-decoration:none;
	display: block;
	color:#29548a; 
	padding: 5px 0px 3px 10px ;
	}
	
#navigation ul li:hover  {
	background: url(../images/arrow.png) no-repeat top left #eff2f7;
	background-position: 4px 8px ;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #d7dbea;
	padding: 1px 0px 1px 0px;
	}
	
#navigation ul a:hover  {
	color:#041e4e;
	}

.sidebar-box {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif; 
	font-size: 12px;
	border: solid 1px #FFFFFF;
	padding: 10px;
	margin: 10px;
	background-color: #dee9fd;
	text-align: left;
	}
	
/* Content */
	
#bodycontent{
	background: url(../images/header-bg.gif) top repeat-x;	
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	padding: 10px 25px 10px 25px;
	margin: 0 1px 1px 1px;
	width: 726px;
	float: right;
	}
	

.box-outline {
	border: solid 1px #afbed9;
	padding: 10px;
	text-align: center;
	}
	
.blue-box {
	border: solid 1px #afbed9;
	padding: 10px;
	background-color: #dee9fd;
	}

.gray-box {
	border: solid 1px #b1b1b1;
	padding: 10px;
	background-color: #ededed;
	}

.contactform {
	width: 230px;
	border: solid 1px #afbed9;
	padding: 10px;
	margin: 40px 0px 10px 10px;
	background-color: #dee9fd;
	float: right;
	}

	
/* Footer */
	
#footer{	
	background: url(../images/footer.gif);
	clear: both;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 10px;
	height: 15px;
	line-height: 15px;
	margin: 0px auto 10px auto;
	padding: 5px;
	text-align: center;
	width: 948px;
	border: 1px solid #ffffff;
	}
	
#bodycontent ul, #bodycontent ol{
	margin-left: 20px;
	}
	
#bodycontent ol li{
	list-style-position: outside;
	list-style-type:decimal;
	}
	
#bodycontent ul li{
	list-style-type: square;
	list-style-position: outside;
	}
