/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#06203f;
	font-size:12px;
	margin:0 auto;
	background-color:#062548;
	background-repeat: no-repeat;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg_back.jpg);
}

a {
	color:#06203f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:18px; }

h2 { font-size:14px; }

h3 { font-size:15px; }

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

.img_left {
	float:left;
	padding: 5px 13px 0 0;
}

.img_right {
	float:right;
	padding: 5px 0 0 13px;
}

.divider_line {
	padding: 8px 0 15px 0;
}

.no_bullet {
	list-style:none;
}


.latest_tweets ul {
padding:0px 0 0px 20px;
}

.latest_tweets li { margin-bottom:5px; }

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:1000px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:1000px;
	height:140px;
	background-repeat:no-repeat;
	background-image: url(images/bg_header.jpg);
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:100px;
	left:43px;
	width:335px;
	height:40px;
}

#login {
	position: relative;
	float:right;
	top:100px;
	right:83px;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:auto;
	background-repeat:repeat-y;
	background-image:url(images/bg_main.jpg);
	margin: 0 0 0 20px;
}

#main_top {
	position:relative;
	width:953px;
	height:auto;
	padding: 0 0 0 7px;
	background-repeat:no-repeat;
	background-image: url(images/bg_main-top.jpg);
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	line-height: 18px;
	top:0;
	left:0;
	float:left;
	width:475px;
	height:auto;
	padding: 11px 0 0 8px;
}

#content_video {
	position:relative;
	line-height: 18px;
	top:0;
	left:0;
	float:left;
	width:475px;
	height:auto;
	padding: 11px 0 0 0;
}

#content_main a {
	color:#D63A01;
}

#content_main p {
	padding: 0 0 0 10px;
}

/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:350px;
	height:auto;
}

#side_bar-left {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:226px;
	height:auto;
	margin: 11px 0 0 0;
}

.blue-box {
	font-size:15px;
	font:Helvetica, Verdana, Arial;
	font-style:italic;
	font-weight: bold;
	line-height:21px;
	width:198px;
	height:246px;
	background-repeat:no-repeat;
	background-image: url(images/bg_sidebar_blue.jpg);
	padding: 16px 0 9px 28px;
}

.affiliates {
	width:226px;
	height:auto;
	background-repeat:no-repeat;
	background-image:url(images/side-flag_affiliates.jpg);
padding: 8px 0 0 32px;
}

#side_bar-right {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:217px;
	height:auto;
	padding: 11px 8px 0 0;
}

.latest_tweets {
	position:relative;
	width:198px;
	height:auto;
	padding: 10px 10px 0 9px;
	background-color:#FFFFFF;
}

.google_ads {
	position:relative;
	width:208px;
	height:auto;
	padding: 10px 0 10px 0;
}

.newsletter {
	position:relative;
	width:198px;
	height:auto;
	padding: 10px 10px 10px 9px;
	background-color:#FFFFFF;
} 

.connect {
	position:relative;
	width:124px;
	height:33px;
	padding: 7px 0 0 0;
}

/* ---- end sidke bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:auto;
	clear:both;
	background-repeat:repeat-y;
	background-image:url(images/bg_footer.jpg);
	margin: 0 0 0 20px;
	padding-top:17px;
}

.google_ads-footer {
	position:relative;
	padding: 0 0 0 19px;
}

.copy {
	color:#FFF;
	font-size:11px;
	float:left;
	padding: 8px 0 0 20px;
}

.slug {
	float:right;
	padding: 10px 20px 10px 0;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:40px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image: url(images/nav.jpg);
}

a#nav_01 {
	width:110px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -40px;
}

.active_01 {
	background-position: 0 -40px !important;
}

a#nav_02 {
	width:116px;
	cursor:pointer;
	background-position:-110px 0;
}

a:hover#nav_02{
	background-position:-110px -40px;
}

.active_02 {
	background-position:-110px -40px !important;
}

a#nav_03 {
	width:109px;
	cursor:pointer;
	background-position:-226px 0;
}

a:hover#nav_03{
	background-position:-226px -40px;
}

.active_03 {
	background-position:-226px -40px !important;
}