@charset "utf-8";
body {
    background-color: #5c87b2;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
	
}

#wrapper {
}

.logo {
	margin-left:10px;
	margin-top:10px;
	float:left;
	
}

#contentwrap {
    background-image: url(/assets/images/content-bg.jpg);
    background-repeat: repeat-y;
    background-color: #faf0d5;
}

#sidebar {
	float:left;
	margin-left:15px;
	padding-top:1em;
	padding-left:5px;
}

#footer {
	background-color:#00111D;
	height:35px;
	margin:0;
	padding-top:1em;
}

#footer p {
	color:#FFF;
}

#navcontainer {
	background-color:#BDD2FF;
    height: 30px;
	float:right;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

#leftSide {
	padding-top:20px;
}

.ui-tabs-hide {
display:none;
}

#header 
{
	background-color:#00111D;
	/*background-image:url(/assets/images/site-images/new-header-bg.jpg);
	background-repeat:repeat-x;*/
    height:100px;
    color:White;
}

#header h1 
{
    color:#FFF;
	font-size:30px;
}

#header h2 
{
    color:White;
}

h1, h2, h3, form, p {
    margin-left:10px;
}

ul {
	color:#000;
	list-style-type: none;
}


form, p {
	margin-left:10px;
	margin-right:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	color:#000;
}

h1 {
	font-size:22px;
}

hr {
	width:200px;
	height:14px;
	background: transparent url(/assets/images/hard-rule.png) no-repeat center;
}

.row {
	margin-left:10px;
}

.floatleft {
float:left;
margin-right:.5em;
margin-left:.25em;
margin-bottom:.5em;
}

.floatright {
float:right;
margin-left:.5em;
margin-right:.25em;
margin-bottom:.5em;
}

.floatcenter {
text-align:center;
clear:both;
}

/* index sliderpart --------------------------------------------------------------------------------------------------*/

#sliderbg	{
	background:#0066af url(/assets/images/slides/bg.jpg) top center no-repeat;
	width:100%;
	height:310px;

	} 	
.slider_text	{
	margin:0;
	padding:0;	
	}

.slider_text h1	 {
	 margin:60px 0 0 10px;
	 }

.slider_text p	{
	margin:20px 0 0px 10px;
	}

.button	{
	margin:20px 0 20px 10px;
	}
				

/* slider ------------------------------------------------------*/	

/* Sub Header
------------------------------------------------------*/
#subheader	{
	
	margin:0px;
	padding: 0px;
	background:url(/assets/images/site-images/subheaderbg.jpg) repeat-x;
	height:100px;
	
	}

#subheader h2	{
	color:#fff;
	font-weight:500;
	/*margin:30px 0;*/
	}

#subheader p	{
	float:right;
	color:#fff;
	font-size:10px;
	/*margin:40px 0;*/
	text-transform:uppercase;
	}

/*###########################################################
				Footer
############################################################*/

#prefooter	{
	width:100%;	
	border-top:1px solid #bbb;
	background:#e1dfdf;
	overflow:hidden;
	padding:20px 0 15px 0;
	margin-top:0px;
	}


#prefooter h4  {
	margin:0 0 10px 0;
	}
						
/*	Footer Lists	*/


#prefooter	ul {
	margin:0px 0 30px 0;
	padding:0;
	}

#prefooter ul li {
	margin-left:0px;
	list-style-type:none;
	}

#prefooter li a	{
	height:100%;
	padding:3px 0;
	margin:0px 0;
	text-decoration:none;
	}

#footer li li a	{
	margin:0;
	text-decoration:none;
	}

#prefooter li a:link, 
#prefooter li a:visited	{
	color:#5f5f5f;
	display:block;
	text-decoration:none;
	}

#prefooter li li a:link, 
#prefooter li li a:visited	 {
	color:#6b6b6b;
	display:block;
	text-decoration:none;
	}


#prefooter li.current a	{
	color:#006FB7;
	text-decoration:none;
	}

#prefooter li a:hover	{
	color:#006FB7;
	text-decoration:none;
	}
				
input, textarea {
-khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
border-color: grey;
}