body{
	border-top:solid 8px #1d759d;
	background:#f7f7f7 url(../images/header-bg.png) top repeat-x;
	margin:0;
	padding:0;
    font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#444;
}

a:link img, a:visited img { border:none}
a:hover img { border:none}
a:link {text-decoration:none}
a:visited {text-decoration:none}

.wrapper{
	width:1000px;
	margin:0 auto;
}

#topbar{
	position:relative;
}


#logo{
	background:#1d759d;
	display:block;
	float:left;
	width:37%;
	margin-left:-2.075%;
	height:146px;
	text-align:center;
	border-bottom:11px solid #054664;
}

#logo img{
	width:90%;
	max-width:213px;
	max-height:139px;
	margin:0;
}

#our-network{
	position:absolute;
	top:0;
	right:0;	
}

#tagline{
	position:absolute;
	top:50px;
	right:0;	
}

/*NAVIGATION*/
#topbar ul#nav {
	background:#054664;
	float:right;
	height:35px;
	margin:0;
	padding:0;
	text-align:right;
	list-style: none;
	position: absolute;
	bottom:10px;
	right:0;
	z-index:999;
	display: inline-table;
    font-family:Verdana, Geneva, sans-serif;
}

#topbar ul#nav:after {
	content: ""; clear: both; display: block;
}

#topbar ul#nav li {
	float: left;
	height:35px;
	margin:0 2px; 
	padding:0;
}
#topbar ul#nav li:hover {
	background: #1d759d;
}
#topbar ul#nav li:hover a {
	color: #fff;
}
#topbar ul#nav li:hover > ul {
	display: block;
}

#topbar ul#nav li a {
	display: block; 
	height:15px;
	margin:0;	
	padding:10px;	
	color:#FFF;	
	font-size:12px;
	text-align:center;
	text-decoration:none;	
}

#topbar ul#nav ul {
	display: none;
	background:#1d759d;
	width:165px;
	margin:0; 
	padding:5px 0 0 0;
	position: absolute; 
	top: 100%;
	list-style:none;
}
#topbar ul#nav ul li {
	float: none; 
	position: relative;
	margin:0; 
	padding:0;
	width:100%;
	height:30px;
	border-bottom:1px dotted #4196bc;
}

#topbar ul#nav ul li a {
	display:block;
	padding:7px 10px 5px 10px;
	height:18px;
	color: #fff;
	text-align:left;
	/*TRANSISTIONS*/
	-webkit-transition: background 0.5s ease;
	   -moz-transition: background 0.5s ease;
	     -o-transition: background 0.5s ease;
	    -ms-transition: background 0.5s ease;
	        transition: background 0.5s ease;
}

#topbar ul#nav ul li a:hover {
	background:#054664;
}
#topbar ul#nav li a.active{background:#1d759d;}



/*FOOTER*/
footer{margin:50px 0 0 0;}

#footer{
	clear:both;
	background:#054664;
	width:100%;
	color:#fff;
	margin:0;
	padding:0;
	border-top:1px solid #FFF;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
}

#footer .largecol{width:50%; text-align:right; padding:8px 0 10px 0;}
#footer .smallcol{width:47%; margin-left:-2.075%; padding:8px 0 10px 2%; background:#054664;}

#footer a{
	color:#fff;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#footer .right a{
	margin:0;
	padding:0 5px;
}



.one-fourth{
	width:24%;
}

.three-fourth{
	width:74%;
}

.half{
	width:49%;
}

.full{
	width:99%;
}


.one-fourth, .three-fourth, .half, .full{
	background:#fff;
	display:block;
	float:left;
	min-height:115px;
	margin:0 1% 1% 0;
}

.three-fourth .half{
	width:49.33%;
	margin:0 1.33% 0 0;
}

.margin-right{margin-right:0 !important;}

section{margin:50px 0;}

.h145{height:145px;}
.h145 h3{padding-top:55px;}

.h200{height:200px;}
.h300{height:300px;}

.force-bg{
	background:#f7f7f7;
}


.blue{backgournd:#00b2ee;}
.gray{background:#ddd;}
.dark-gray{background:#ccc;}

.blue:hover, .gray:hover, .dark-gray:hover{background:#ffdc51;}


h1, h3{font-weight:normal;}

h1 a, h3 a{color:#444;}


h1{padding:5px 0 0 20px; line-height:32px;}
h1 b{display:block; magrin:0; font-size:48px !important;}

h3{
	font-size:14px; 
	line-height:20px; 
	color:#666;
	margin:0; 
	padding:40px 0 0 20px;
}

h3 b{
	display: block; 
	font-size:24px;
}

p{padding-left:25px;}

.large-text{
	padding:20px 0;
	font-size:18px;
	line-height:36px;
}

.large-text a{color:#444; text-decoration:none; display:block; text-align:center;}

#stats{
	width:800px;
	height:270px;
	margin:0 auto;
	position:relative;	
	background:#fdfdfd;
	overflow:hidden;
}

#stats iframe{
	position:absolute;
	top:-200px;
	left:-200px;
}


.clear, p.clear {clear:both; margin:0; padding:0; height:0;}
.left{float:left;}
.right{float:right;}



/*FONTS*/
@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansSemibold';
    src: url('../fonts/OpenSans-Semibold-webfont.eot');
    src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}
