/* --------------------------------------------

	SITE STARTER KIT STYLESHEET

	Color Scheme: based on Winter Trees http://kuler.adobe.com/#themeID/769557
			dark: #5C4740
			light neutral: #EFE4D5
			red: #8e0101
			lighter-red: #AC3115
	
	Contents:
		=IMPORT - imported styles
		=LAYOUT & BACKGROUNDS
		=NAV LAYOUT & BACKGROUNDS
		=TEXT & 
			=LINK COLORS
		=TYPOGRAPHY
			=links
			=headings
			=text
			=lists
			=footer typography
		=CONTENT DETAILS
		=MISCELLANEOUS CLASSES
		=CSS3
	
----------------------------------------------- */

/* --------------------------------------------

	=IMPORT
		Imported stylesheets

----------------------------------------------- */	

	/* reset browsers default settings to start from scratch */
	@import "assets/css/reset.css"; 


/* --------------------------------------------
	
	=LAYOUT & BACKGROUNDS
		Site Structure & Backgrounds

----------------------------------------------- */	

#wrapper{width:100%;
margin:0;
padding:0;
background:url("images/dark.png") repeat-x scroll center top transparent;
}
	
html{margin:0;
padding:0;}

.clear{clear:both;}
body { 
	background:url("images/bg.jpg");
	padding: 0;
	margin:0;
	background-color:#d0d0d0;
	color:#333333;
	font-family:"myriad pro",helvetica;
	}
#header{width:100%;
	margin:0;
	top:0;
	padding:0;
	height:46px;
	background:url(images/header.jpg);
	}
div.container {
	width: 900px;
	margin: 0px auto;
	position: relative;
	
	 
	}

  h2{font-family: century;
    font-size: 30pt;
	color:#2965d2;
    margin-bottom: 10px;
}		
#header{}
#header h1{float:left;}

#toparea{margin-top:-3px;}

#toparea h1{margin-top:40px;
	margin-left:-17px;
	float:left;
	}
	
#toparea h2{float:left;margin-left:81px;}
		
#login{
	margin-top:60px;
	float:right;}

a.register{color:white;
	
	font-size: 1em;
	text-decoration:none;}
a.login{margin-left:80px;}


#footer{width:100%;
	margin:0;
	
	bottom:0;
	padding:0;
	height:46px;
	background:url(images/footer.jpg);
	}



		
/* --------------------------------------------
	
Navigation

----------------------------------------------- */		
	
#nav{


	}
#nav ul{list-style:none;}

#nav li{float:left;
	width:177px;
	text-align:center;
	height:45px; 
	background: transparent url(images/navside.jpg) no-repeat 0% 30%; }	
	


#nav li a{color:#333333;
	width:165px;
	margin-left:7px;
	margin-top:2px;
	font-size:1em;
	display:block;
	
	padding:5px;
	line-height:20pt;
	text-decoration:none;}
	
	
	
	
#nav li a:hover {	
	color:black;
	background:url(images/navhover.jpg);
}
#nav li a.current {
color:black;
	background:url(images/navhover.jpg);

	}


/* --------------------------------------------
	
Slider


----------------------------------------------- */		
	
#slider{
	width:902px;
	height:408px;
	background:url(images/slider-bg.png);
	-moz-border-radius: 15px;
border-radius: 15px;
	}
#banner{  
    clear: both;
	margin-top:24px;
	margin-left:1px;
    line-height: 1.6em;
 
    overflow: hidden;
	position:absolute;

	width:940px;
	height:350px;
}


#testimony{float:left;
width:500px;
margin-left:-450px;
margin-top:220px;
color:white;
}


#bannerleft{float:left;
margin-left:180px;margin-top:50px;}
#bannerright{float:right;
	margin-right:100px;
	margin-top:45px;}	
	
#bannerlinks{margin-top:100px;margin-left:-60px;
}
#bannerlinks a{
    color: #18456A;
	   background-image: url("images/arrow.png");
    background-position: 0 10px;
    background-repeat: no-repeat;
    display: block;
    font-size: 0.97em;
    font-weight: bold;
    padding-left: 13px;
	float:left;
	margin-right:20px;
    text-decoration: none;
}
	

/* --------------------------------------------
content


----------------------------------------------- */		
#bottom{width:1000px; text-align:center;color:white;
padding-top:20px;


margin:0 auto;
margin-bottom:200px;}

#content{	
margin-top:20px;
width:900px;
min-height:700px;

background:white;
-moz-border-radius: 15px;
border-radius: 15px;}

#left h3{font-size:22pt;
	font-family:century;
	margin-bottom:10px;
	
	}

h4{	
	font-size:22pt;
	font-family:century;
	padding-top:30px;	color:#2965d2;
	padding-bottom:30px;
	margin-left:2px;
	margin-bottom:10px;}
#left{
	padding-top:50px;
	margin-left:30px;
	
	background:url('images/leftbg.jpg');
	float:left;
	width:580px;
	padding-bottom:100px;
	}

#left p{
	
	margin-left:-5px;
	padding:10px 30px 10px 10px;
	font-size:16pt;
	color:black;
	line-height:26pt;
	}



#sidebar{
	margin:0;
	padding:0;
	float:right;
	width:290px;
	}

.inner{
padding:50px 22px 70px;
border-bottom:1px solid #EEEEEE;
}

.inner img{float:left;padding-top:7px;margin-left:-10px; padding-right:10px;}
.inner h4{
color:#262626;
font:1.3em Arial,Helvetica,sans-serif;
margin:0;

float:left;

padding: 10px 0px 0px 5px}



#sidebar li{
	border-bottom:1px solid #EEEEEE;
	list-style:none;
	}
	
	
	
#sidebar li a{	
	color:#717476;
display:inline-block;
font:0.92em Verdana,Arial,Helvetica,sans-serif;
padding:7px 15px 7px 22px;
text-decoration:none;}
	
#sidebar li a:hover{
	color:#3151a2;}
	
	
#continue{
	margin-right:30px;
	float:right;}
	
	

	
#content a:hover{
	text-decoration:underline;}
	
	
	
	
	
	
	
/*************************************
	
	
	
	CONTACT AREA
*************************************/
ul.contact li{list-style:none; margin-left:2px; font-size:16pt; margin-bottom:20px;}
.form{margin-top:30px;}

label{  color: #2965D2;
    font-family: century;
    font-size: 16pt;
    margin-bottom: 10px;
}


input, textarea { 
	padding: 9px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width: 200px;
	background: #FFFFFF url('bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}

textarea { 
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
	}

input:hover, textarea:hover,
input:focus, textarea:focus { 
	border-color: #C9C9C9; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	}

.form label { 
	margin-left: 10px; 
	color: #999999; 
	margin-right:20px;
	}



/*****************


aBOUT ACCORDIAN

*******************/
	
	
	
	
	
	.st-accordion{
    width:100%;
    min-width:270px;
    margin: 0 auto;
}
.st-accordion ul li{
    height: 100px;
    border-bottom: 1px solid #c7deef;
    border-top:1px solid #fff;
    overflow: hidden;
}
.st-accordion ul li:first-child{
    border-top:none;
}
.st-accordion ul li > a{
    font-family: Georgia, serif;
    text-shadow: 1px 1px 1px #fff;
    font-size: 25px;
    display: block;   color: #2965D2;
	position: relative;
    line-height: 100px;
	outline:none;
    -webkit-transition:  color 0.2s ease-in-out;
	-moz-transition:  color 0.2s ease-in-out;
	-o-transition:  color 0.2s ease-in-out;
	-ms-transition:  color 0.2s ease-in-out;
	transition:  color 0.2s ease-in-out;
}
.st-accordion ul li > a span{
	background: transparent url(images/down.png) no-repeat center center;
	text-indent:-9000px;
	width: 26px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: -26px;
	margin-top: -7px;
	opacity:0;
	-webkit-transition:  all 0.2s ease-in-out;
	-moz-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
	transition:  all 0.2s ease-in-out;
}
.st-accordion ul li > a:hover{
    color: #1693eb;
}
.st-accordion ul li > a:hover span{
	opacity:1;
	right: 10px;
}
.st-accordion ul li.st-open > a{
    color: #1693eb;
}
.st-accordion ul li.st-open > a span{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
    transform:rotate(180deg);
	right:10px;
	opacity:1;
}
.st-content{
    padding: 5px 0px 30px 0px;
}
.st-content p{
    font-size:  16px;
    font-family:  Georgia, serif;
    font-style: italic;
    line-height:  28px;
    padding: 0px 4px 15px 4px; 
}
.st-content img{
    width:125px;
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
}
@media screen and (max-width: 320px){
	.st-accordion ul li > a{
		font-size:36px;
	}
}
	
	
	
	
	
	
	
	
	
	
	
	
	