/*
Free Basic Html5 Responsive Templates
Author: Kimmy
Author URI: http://www.zerotheme.com/
*/
/* ---------------------Reset----------------------- */
a,abbr,acronym,address,applet,article,aside,audio,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,output,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{
	background:transparent;
	border:0 none;
	font-size:100%;
	margin:0;
	padding:0;
	outline:0;
	vertical-align:top;
	color: #003;
	font-family: Verdana, Geneva, sans-serif;
}
blockquote {
	background:transparent;
	border:0 none;
	font-size:100%;
	margin:5 5 5 5;
	padding:0;
	outline:0;
	vertical-align:top;
	color: #003;
}
ul li {
	padding: 1px 0px 5px 12px; padding-left: 20px; background:url(../images/bullet_blue.png) 0 10px no-repeat; list-style-type: none;
}

ol {list-style:decimal;}
blockquote, q {quotes:none;}
table, table td {
	padding:2;
	border:none;
	border-collapse:collapse;
	color: #006;
}

table.borders {
	padding:2;
	border:1px solid #000;
	border-collapse:collapse;
}

table.borders tbody{
	padding:2;
	border:1px solid #000;
	border-width:1px;
	border-collapse:collapse;
}

table.borders  td {
	padding:2;
	border:1px solid #000;
	border-width:1px;
	border-collapse:collapse;
}

table.borders ul {
	padding:5;
	list-style-image:none;
	list-style-type: disc;
	margin-left: 20px;
}
img {vertical-align:top;}
embed {vertical-align:top;}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}
input, textarea {border:0; padding:0; margin:0; outline: 0;}
iframe {border:0; margin:0; padding:0;}
input, textarea, select {margin:0; padding:0px;}

/* -------------------------------------------- */
/* ------------------Style---------------------- */
/* -------------------------------------------- */
html, body {width:100%; padding:0; margin:0;}
body {background-color: #E2E2E2;color: #292929;font: 14px/25px Arial, Helvetica, sans-serif;}

/*-------------------------*/
a{
	color: #333;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #039;
}

a.button, input.button {	cursor: pointer;	color: #808080;	line-height: 12px;	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: bold;	background: #E4E4E4;	border:1px solid #DFDFDF;}
a.button {	display: inline-block;	text-decoration: none;	padding: 6px 12px 6px 12px;}
input.button {	margin: 0;	border: 0;	height: 30px;	padding: 0px 12px 0px 12px;}
a.button:hover, input.button:hover {background: #006699;color:#ffffff;}
a.bigbtn {		display: inline-block;	text-decoration: none;	padding: 10px 20px 10px 10px; line-height: 16px; height: 50px;cursor: pointer;	color: #808080;	font-family: Arial, Helvetica, sans-serif;	font-weight: bold;	background: #E4E4E4; border:1px solid #DFDFDF;}
a.bigbtn:hover {background: #006699;color:#ffffff;}

/*-------------header */
header {
	height: 50px;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
	background-color: #009;
}

header #logo {
	margin-top:0px;
}

header #search-box {position: relative;width: 300px;margin-top:30px;}
header #search-form {height: 25px;border: 1px solid #999;background-color: #fff;overflow: hidden;}
header #search-text {font-size: 14px;color: #ddd;background: transparent;}
header #search-box input[type="text"] {width: 80%;padding: 5px 0 5px 1em;color: #333;outline: none;}
header #search-button {position: absolute;top: 0;right: 0;height: 27px;width: 80px;font-size: 14px;color: #fff;text-align: center;line-height: 26px;background-color: #999;cursor: pointer;border:0px;}

/*------------menu */
nav {
	width:960px;
	height: 37px;
	margin: 0 auto 15px auto;
	background-color: #009;
}
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #03F;
}
nav ul li {position: relative;float: left;padding: 6px 5px 0px 5px}
nav ul li:hover {
}
nav ul li a {
	font-size: 13px;
	line-height:14px;
	color: #ffffff;
	display: block;
	padding: 6px 10px 6px 10px;
	margin-bottom: 5px;
	z-index: 6;
	position: relative;
	font-weight:bold;
	background-color: #009;
}
nav ul li:hover a{
	background-color: #F00;
}

nounder.nav ul li:hover a{
	background-color: #F00;
	text-decoration: none;
}

/*-------------content */
#content {}

.block {padding: 10px 0px;background:#ffffff;}

.main-content{}
.main-content article{margin: 20px 0;overflow:hidden; position:relative}
.main-content .heading h2{
	color:#ffffff;
	background:#006699;
	font-size:20px;
	line-height:25px;
	letter-spacing:-1px;
	font-weight:bold;
	margin-bottom: 20px;
	}
.main-content .heading h3{
	color:#ffffff;
	font-weight:bold;
	margin-bottom: 20px;
	background-color: #69C;
	}
	
.main-content .headingred {
	color:red;
	font-size:20px;
	line-height:25px;
	letter-spacing:-1px;
	font-weight:bold;
	margin-bottom: 20px;
	background-color: #000;
	}
	
.main-content .heading .info{font-size:12px; font-style:italic;}
.main-content .content{}
.main-content .content img{float:left; margin:3px 30px 0px 0; border:#BDBDBD 5px solid;}
.main-content .footer{}
.main-content .footer .more{float:right;}
.main-content .footer .more a{ text-decoration:none;}

.sidebar section{margin-bottom: 20px;}
.sidebar .heading{
	color:#ffffff;
	background:#006699;
	font-size:22px;
	font-weight:normal;
	padding: 10px 10px 10px 50px;
}
.sidebar .content{padding:15px;}
.sidebar .content img{float:left; margin:5px; border:#BDBDBD 5px solid;}

.featured{width:100%; margin-bottom: 20px;}


ul.list li {padding: 1px 0px 5px 12px; padding-left: 20px;line-height:25px; background:url(../images/bullet_black.png) 0 10px no-repeat; list-style-type: none;}
ul.list li a { font-size:14px; color:#292929; line-height:25px;list-style-type: none;}
ul.list li a:hover {color:#006699; text-decoration:none;list-style-type: none;}

/*------------footer */ 
footer {padding: 20px 10px; background:#3F3F3F;margin-top:15px;}
footer .heading{ color:#ffffff; padding-bottom:5px;font-size:20px; font-weight:normal; text-transform:uppercase;}
footer .content{color:#ffffff;}
footer .content img{float:left; margin:5px; border:#ffffff 5px solid;}
footer ul {margin:0; padding:0;list-style-image:none;}
footer ul li { margin-left:20px;}
footer ul li a { font-size:14px; color:#ffffff;}
footer ul li a:hover {
	text-decoration:none;
	cursor:pointer;
	color: #CCC;
}
footer a:hover {
	color:#FFF;
	text-decoration:underline;
	cursor:pointer;
}
footer a {
	color:#CCC;
}

/*-------------copyright*/
#copyright{
	display:inline-block; 
	width:100%; 
	text-align: center; 
	background:url(../images/bg-footer.png);
	padding:8px 0px;
	color:#CCC;
}

#copyright a {
	color:#CCC;
}

#copyright p {
	color: #FFF;
}

/* autoArrows CSS */
span.sf-arrow { 
  width: 7px;
  height: 7px;
  position: absolute;
  top: 25px;
  right: 5px;
  display: block;
  background: url(../images/arrows-black.png) no-repeat 0 0;
  overflow: hidden; /* making sure IE6 doesn't overflow and expand the box */
  font-size: 1px;
}

ul ul span.sf-arrow { 
  right: 5px;
  top: 20px;
  background-position: 0 100%;
}

/* Theming the menu */
ul#nav {
	margin: 0 auto;
	float: right;
	margin-right: 20px;
}

ul#nav li {
  text-align: left;
  }

ul#nav ul {
	margin-top: 5px;
	background-color: #006;
}

ul#nav li a { 
  padding: 0px 30px 16px 20px;
  font: 120% arial, sans-serif;
  text-decoration: none;
  color: #FFF;
}

ul#nav li a:hover, ul#nav li a:focus, ul#nav li.selected a, ul#nav li.selected a:hover, ul#nav li.selected a:focus  
{ color: #FFF;
  text-shadow: none;}

ul#nav li a:hover, ul#nav li.selected a
{
	color: #FC0;
	background: none;
}
  
ul#nav li.currenttab a
{ color: #FFF; 
  background: none;}
  
ul#nav ul li.currenttabselected a
{ color: #000; 
  background: none;}  
  
ul#nav ul li a 
{ color: #FFF;
  background: none;}

ul#nav ul li a:hover, ul#nav li.selected a:hover, ul#nav li.selected a:focus  
{
	color: #FC3;
	background: none;
	font-weight: 400;
	text-decoration: underline;
}


.form_settings
{ margin: 15px 0 0 0;}

.form_settings p
{ padding: 0 0 4px 0;}

.form_settings span
{
	float: left;
	width: 300px;
	text-align: left;
}
  
.form_settings input, .form_settings textarea
{
	padding: 2px;
	width: 299px;
	font: 100% arial;
	border: 1px solid #E5E5DB;
	color: #47433F;
	background-color: #CCC;
}
  
.form_settings input[type="checkbox"]
{
	padding: 2px 0;
	width: 15px;
	font: 100% arial;
	border: 0;
	color: #47433F;
	margin: 28px 0;
	background-color: #CCC;
}

.form_settings .submit
{
	font: 100% arial;
	border: none;
	width: auto;
	height: auto;
	cursor: pointer;
	background: #CE5504;
	background: -moz-linear-gradient(#FB812F, #CE5504);
	background: -o-linear-gradient(#FB812F, #CE5504);
	background: -webkit-linear-gradient(#FB812F, #CE5504);
	color: #FFF;
	padding: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
  }


td.midshadow {
	HEIGHT: 24px;
	WIDTH: 50%;
	WHITE-SPACE: nowrap;
	TEXT-ALIGN: center;
	PADDING-LEFT: 10px;
	PADDING-RIGHT: 10px;
}

table.borders
{
	border:1px;
	color: #006;
	border-collapse:collapse;
	border-spacing: 5px;
	padding: 5 5 5 5;
}
/* odd table rows 1,3,5,7,... */
table tr.odd th,
table tr.odd {
    background-color: #CCC;
    text-align: left;
}

/* even table rows 2,4,6,8,... */
table tr.even th,
table tr.even {
    background-color: #E8E8E8;
    text-align: left;
}


a.orangebtn {
	font: 100% arial;
	border: none;
	width: auto;
	height: auto;
	cursor: pointer;
	background: #CE5504;
	background: -moz-linear-gradient(#FB812F, #CE5504);
	background: -o-linear-gradient(#FB812F, #CE5504);
	background: -webkit-linear-gradient(#FB812F, #CE5504);
	color: #FFF;
	padding: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	}

.red {
	color:red;
}
