@charset "utf-8";
/* CSS Document */

@import url("basic.css");
/* Utility */
.clear {
	clear: both;
}
.padding {
	padding: 1em;
}
.border, .uniForm.border {
	border: 1px solid #3F819D;
	padding: 20px 10px;
	margin: 10px;
}
.noMargin {
	margin:0px !important;
}
/* Background Image */
#bg {
	position:absolute; z-index:-1;
	top: 0;
	left: 0;
}
#bg img {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
html {overflow-y:hidden; *overflow-y:visible !important; position: relative;}
body {overflow-y:auto; position: relative;}

/* Background Image */
#shadowBg {
	background-image:url(../img/bg_mainTop.png);
	background-position:top left;
	background-repeat:repeat-x;
	word-spacing:100%;
}/*
.home {
	background-image:url(../img/bg_main.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}*/
/* Layout */
/* Layout */
html, body {width:100%; height:100%;}
.home {
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background: #05141c;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#document {
	width: 970px;
	margin: 0 auto;
}
/* Top Navigation */
#logo {
	float:left;
}
#nav {
	margin:auto;
	padding:0;
	height: 132px;
	width: 924px;
}
#nav ul {
	float:right;
}
#nav ul li {
	float:left;
	display: block;
}
#nav ul li a {
	display: block;
	float: left;
	background: no-repeat -48px -48px;
	height: 95px;
	text-indent: -9999px;
}
#nav ul li a:hover, #nav ul li a.current, #nav ul li a.currentParent {
	background-position:-48px -238px;
}
#nav ul li a.menuLink1 {
	background-image: url("../img/link-home.png");
	width: 145px;
}
#nav ul li a#about {
	background-image: url("../img/link-about.png");
	width: 78px;
}
#nav ul li a#who-we-are {
	background-image: url("../img/link-who.png");
	width: 101px;
}
#nav ul li a#act-now {
	background-image: url("../img/link-act.png");
	width: 103px;
}
#nav ul li a#news-media {
	background-image: url("../img/link-news.png");
	width: 132px;
}
#nav ul li a#contact-us {
	background-image: url("../img/link-contact.png");
	width: 126px;
}
/* Home page Style*/
#container {
	width:900px;
	margin:auto;
}
.left-panel {
	float:left;
	width:638px;
}
.containerTop {
	background-image:url(../img/bg_contentTop.png);
	background-position:top;
	background-repeat:no-repeat;
	padding:18px 0 0 0;
	margin:0 0 20px 0;
}
.containerBtm {
	background-image:url(../img/bg_contentBtm.png);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:0 0 18px 0;
}
.containerMid {
	background-image:url(../img/bg_contentMid.png);
	background-repeat:repeat-y;
	padding:0 12px;
	font-family:Verdana, Arial, Geneva, sans-serif;
	font-size:12px;
	line-height:15px;
}
.containerMid span.orange {
	color:#FF9900;
}
.containerMid a.orange {
	color:#FF9900;
	text-decoration:none;
}
.cufon-HelvCond38 {
	color:#FFF;
	font-size:38px;
	font-weight:bold;
	margin:0 0 10px 0;
}
.cufon-ArialRnd9 {
	font-size:9px;
}
.introLeft {
	float:left;
	width:310px;
}
.introRight {
	float:right;
	width:300px;
}
.supportImgHld {
	padding:10px 0;
	height:100px;
}
.supportImgHld li {
	float:left;
	margin:0 3px 0 0;
	color:#FF9900;
	text-align:center;
}
.right-panel {
	float:right;
	width:248px;
}
.followUs {
	background-image:url(../img/bg_rightTopHead.png);
	background-position:center top;
	background-repeat:no-repeat;
	height:53px;
	padding:10px 0 0 0;
	*margin:0px auto !important;
}
.followUs h1 {
	*margin:-5px auto 0 auto !important;
}
.rhtHld {
	margin:10px 0 0 0;
}
.followUs h1 {
	width:160px;
	margin:auto;
}
#footer {	
	/*background:url("../img/bg_footer.png") no-repeat scroll transparent;*/
	background-position:0px -20px;
	font-weight:bold;
	height:200px;
	margin:auto;
	position:relative;
}
#footer .hook {
	padding:20px 21px;
}
#footer .sendMeUpdates {
	float:right;
	width:285px;
	margin:0 15px 0 0;
}
#footer .nav {
	float:left;
}
#footer ul li {
	border-right:1px solid #FFFFFF;
	float:left;
	padding-left:20px;
	padding-right:20px;
}
#footer ul li.last {
	border-right:medium none;
	padding-right:0;
}
#footer #SubscriberEmail {
	float:left;
	height:24px;
	margin-right:10px;
	padding:4px;
	width:192px;
}
#footer a {
	color:#FFFFFF;
	font-size:10px;
	text-decoration:none;
}
#footer .sponsors {
	font-size:10px;
	left:26px;
	position:absolute;
	top:39px;
}

/*Facebook Style*/
.fb_iframe_widget {background-color:#FFF;}a {	color: #ff9900;	text-decoration: none;}a:hover {	color: #fff;	text-decoration: none;}

