html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #edf2f8;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #4F4F4F;	
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

p, ol, ul {
	margin-top: 0px;
}

ol, ul{
	margin: 0px;
	padding: 0px;
	list-style:  none
}

p {
	line-height: 180%;
}

a {
	color: #0000FF;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

ul.style1 li {
	padding: 1.50em 0em 1.90em 0em;
	border-top: 1px solid #e8e8e8;
}

ul.style1 a {
	text-decoration: none;
	color: #6e6d6d;
}

ul.style1 a:hover {
	text-decoration: underline;
}

ul.style1 .posted {
	font-size: 0.90em;
	color: #b6b6b6;
}

ul.style1 .first {
	padding-top: 0em;
	border-top: none;
}

/** WRAPPER */

#wrapper {
	overflow: hidden;
	background: #FFFFFF url(../../images/bg-top2.png) repeat-x left top;
}

#wrapper-bgbtm {
	overflow: auto;
	padding: 5em 0em;
	background: url(../../images/bg-btm2.png) repeat-x left bottom;
}

.container {
	width: 1200px;
	margin: 0px auto;
	position: relative;
	min-height: 5em;
	background: #e9e9e9;
	padding: 5px;
	border: #e9e9e9 solid 2px;
	border-radius: .625em;
	-moz-border-radius: .625em;
	-webkit-border-radius: .625em;
}

.clearfix {
	clear: both;
}

#header
{
	overflow: hidden;
	height: 150px;
	}
	

/** LOGO */

#logo
{
	position: relative;
	float: left;
	width: 800px;
	height: 100px;
	
}

#logo h1, #logo p
{
	margin: 0px;
	line-height: normal;
}

#logo h1 a
{
	
	position: absolute;
	top: 3px;
	left: 1px;
	width: 1182px;
	height: 100%;
	line-height: 150px;
	color: #00316c;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.50em;
}

#logo span
{
	color: #c3af7c;
}

/** MENU */

#menu
{
	padding: 60px 0px 0px 0px;
}

#menu ul
{
	float: right;
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li
{
	float: left;
	margin-left: 2em;
}

#menu a
{
	display: block;
	padding: 0.50em 1em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.00em;
	color: #979A97;
}

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

#menu .active a
{
	border-radius: 5px;
	background: #FEC709;
	color: #000000;
}

#menu .first
{
	padding-left: 0px;
	border-left: none;
	box-shadow: none;
}

/** PAGE */

#page {
	overflow: auto;
	padding: 3em 0em;
}

/** CONTENT */

#content {
	float: left;
	width: 800px;
}

#content h2
{
	margin-bottom: 0.20em;
	letter-spacing: -1px;
	font-size: 3em;
	font-weight: 600;
}

#content .byline
{
	display: block;
	text-transform: uppercase;
	font-size: 1.10em;
	font-weight: 400;
	margin-bottom: 2em;
}

#content img
{
	margin-bottom: 1em;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 350px;
}

#sidebar h2
{
	font-size: 2em;
	margin-bottom: 1em;
	font-weight: 600;
}

/* Footer */

#footer {
	overflow: hidden;
	
	padding: 5em 0em;
}

#footer p {
	text-align: center;
	font-size: 12px;
}

#footer a {
	color: #767676;
}
#featured img
{
	display: block;
	width: 100%;
}

#featured p
{
	text-align: center;
}

#featured h2
{
	padding: 20px 0px 20px 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.00em;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	color: #151515;
}

#featured .title 
{
	margin-bottom: 40px;
	border-top: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	font-family: 'Open Sans', sans-serif;
	font-size: 2.50em;
	color: #151515 !important;
}

#fbox1
{
	float: left;
	width: 350px;
}

#fbox2
{
	float: left;
	width: 400px;
	margin-left: 50px;
}


#fbox3
{
	float: right;
	width: 350px;
}

.button
{
	display: block;
	margin-top: 3em;
	text-align: center;
	text-decoration: none;
}

.button span
{
	padding: 0.75em 2em;
	background: #FEC709;
	border-radius: 10px;
	text-transform: uppercase;
	font-weight: 700;
	color: #151515;
}

.button2
{
	display: inline-block;
	margin-top: 2em;
	text-align: center;
	text-decoration: none;
	padding: 0.75em 2em;
	background: #FEC709;
	border-radius: 10px;
	text-transform: uppercase;
	font-weight: 700;
	color: #151515;
}
table {
    border-collapse: collapse;
    margin-bottom: 0em;
    width: 100%;
    background: #E4E4E4;
}
td, th {
    padding: 0.75em 1.5em;
   
}
tbody tr:nth-child(2n-1) {
    background-color: #E4E4E4;
    transition: all .125s ease-in-out;
}
tbody tr:hover {
 background-color: #ffffff;
}
input,select {
 
	padding:7px;
   
    font-size:13px;
	border: 1px solid #DDDDDD;
	-webkit-border-radius:6px;
    -moz-border-radius:6px;
	border-radius:6px;
    
}
input:focus,select:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);  
  border: 1px solid rgba(81, 203, 238, 1);
}
.line{
	border-bottom:solid 1px #DFDFDF;
}
.fon{
	color:#FFF;
}
