/*
Name: Styles.css
Description: CSS Framework main page
Author: Angus Maclean
Version: 1.0

/*  Imports   –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url("reset.css");
@import url('global.css');

.clear20 { clear:both; height:20px; }

h2, h1 { color:#3CACC6; font-size:1.8em; font-weight:normal; margin-bottom:10px; }
h3 { font-size:1em; font-weight:normal; }
p { margin-bottom:10px; line-height:1.4em; }
span { color:#3CACC6; font-weight:bold; }
.link { color:#3CACC6; text-decoration:none; font-weight:bold; font-size:12px; }
.link:hover { color:#565656; text-decoration:none; }
body { font: 100%/1.2 Tahoma,"lucida sans", verdana, arial, helvetica, sans-serif; background:#F2F2F2; }
#container {
	width: 960px;
	margin:0 auto;
	background-color:#FFF;
	font-size:.9em;
	color:#555;
}
#header {
	height:82px;
}
#logo {
	float:left;
	width:310px;
	height:82px;
}
#logo h1 a{
	width:310px;
	height:82px;
	background:url(../images/logo.jpg);
	display:block;
	text-indent:-9999px;
}
#top_nav{
	float:right;
	width:650px;
	height:82px;
}
#top_nav ul li{
	display:inline;
}
#top_nav ul li a{
	float:left;	
	width:104px;
	height:29px;
	margin-left:2px;
	padding-top:9px;
	margin-top:44px;
	text-align:center;
	display:block;
	text-decoration:none;
	color:#FFF;
	background:url(../images/bg_top_nav.jpg);
}
#top_nav ul li a:visited{
	color:#FFF;
}
#top_nav ul li a:hover{
	color:#FFF;
	background-position:bottom;
}
#top_nav ul li a.first{
	width:105px;
	background:url(../images/bg_top_nav_first.jpg);
	margin-left:0px;
}
#top_nav ul li a.first:hover{
	background-position:bottom;
}
#top_nav ul li a.selected{
	background:url(../images/bg_top_nav_first.jpg);
	background-position:bottom;	
}
#top_nav ul li a.selected2{
	background-position:bottom;	
}
#banner{
	height:200px;
	margin-bottom:15px;	
}
#sidebar{
	float:left;
	width:265px;
	padding:0 0 0 15px;
}
#sidebar_box{
	width:235px;
	height:205px;
	margin-bottom:15px;
	padding:5px 15px 15px 15px;
	color:#FFF;
	background:url(../images/bg_sidebar_box.jpg);
}
#sidebar_box span{
	font-size:1.6em;
	color:#FFF;
}
#sidebar_box h2{
	color:#FFF;
}
#main{
	float:left;
	width:635px;
	padding:0 15px 0 30px;
}
.link {
	color:#3BABC5;
}
.link  a:hover{
	color:#333;
}
#about_box{
	width:605px;
	height:190px;
	margin:15px 0;
	padding:5px 15px 15px 15px;
	background: url(../images/bg_about_box.jpg);
}
#footer{
	clear:both;
	position:relative;
	height:80px;
	background:#676767;
}
#footer p{
	padding:10px 10px 0px 10px;
	font-size:.7em;
	color:#FFF;
}
#footer ul li{
	display:inline;
	font-size:1em;
}
#footer ul li a{
	text-decoration:none;
	color:#FFF;
	margin-left:10px;
}
#footer ul li a:hover{
	color:#3CACC4;
}
/* faq *************************************/
#tabs_faq{
	min-height:600px;
	margin-bottom:15px;
}
/* contact *********************************/
#contact_form{
	margin-bottom:15px;
	padding:10px;
	/*background:url(../images/bg_contact.jpg);*/
}
#contact_form input{
	width:280px;
	margin-bottom:2px;
}
#contact_form select{
	width:280px;
	margin-bottom:2px;
}
#contact_form textarea{
	width:280px;
	height:100px;
	margin-bottom:2px;
}
#contact_form button{
	margin:10px;
}
#contact_form p{
	width:200px;
	color:#3CABC6;
	margin-bottom:1px;
}
/* Awesome Buttons *******************************************************************************/
button{margin:0; padding:0; border:none; outline:none;}
.awesome, .awesome:visited {
	background: #222 url(../images/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}
.awesome:hover								{ background-color: #111; color: #fff; }
.awesome:active								{ top: 1px; }
.small.awesome, .small.awesome:visited 		{ font-size: 11px; padding: ; }
.awesome, .awesome:visited,
.medium.awesome, .medium.awesome:visited 	{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.large.awesome, .large.awesome:visited 		{ font-size: 14px; padding: 8px 14px 9px; }
.green.awesome, .green.awesome:visited		{ background-color: #91bd09; }
.green.awesome:hover						{ background-color: #749a02; }
.blue.awesome, .blue.awesome:visited		{ background-color: #2daebf; }
.blue.awesome:hover							{ background-color: #007d9a; }
.red.awesome, .red.awesome:visited			{ background-color: #e33100; }
.red.awesome:hover							{ background-color: #872300; }
.magenta.awesome, .magenta.awesome:visited	{ background-color: #a9014b; }
.magenta.awesome:hover						{ background-color: #630030; }
.orange.awesome, .orange.awesome:visited	{ background-color: #ff5c00; }
.orange.awesome:hover						{ background-color: #d45500; }
.yellow.awesome, .yellow.awesome:visited	{ background-color: #ffb515; }
.yellow.awesome:hover						{ background-color: #fc9200; }
/* End Awesome Buttons ***************************************************************************/


