/*==================================*/
/*    Author: Lane Roberts          */
/*    Company: Corporate 3 Design   */
/*    Date: October 30, 2009        */
/*==================================*/

/*==================================*/
/*---------- PAGE/GENERAL ----------*/
/*==================================*/
* {
	margin: 0;
	padding: 0;
}
html {
	width: 100%;
	height: 100%;
	overflow-y:scroll;
}
body {
	width: 100%;
	height: 100%;
	font-family:"Arial", Helvetica, sans-serif;
	font-size: 78%;
	line-height: 100%;
	background:#F0E7D8 url(/images/main/bg_body.png) repeat-x 0 0 ;
	position:relative;
}
font {color: inherit !important;margin: inherit !important;padding: inherit !important;font: inherit !important;text-decoration: inherit !important;border: inherit !important;/*background: inherit !important;*/bottom: inherit !important;top: inherit !important;left: inherit !important;right: inherit !important;position: inherit !important;clear: inherit !important;float: inherit !important;height: inherit !important;width: inherit !important;letter-spacing: inherit !important;text-transform: inherit !important;outline: inherit !important;overflow: inherit !important;display: inherit !important;visibility: inherit !important;text-indent: inherit !important;white-space: inherit !important;word-spacing: inherit !important;z-index: inherit !important;text-align: inherit !important;max-height: inherit !important;max-width: inherit !important;min-height: inherit !important;min-width: inherit !important;cursor: inherit !important;}

.clear {
	clear:both !important;
	height:auto !important;
	width:auto !important;
	float:none !important;
}
.nomargin {
	margin:0;
	padding:0;
}
/* Change colors and options for your default on links */
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: none;
	outline:none;
}
a:focus {
	outline:none
}
img {
	border: 0;
}
img[align=left] {
	float:left;
	padding: 0 1em .5em 0;
}
img[align=right] {
	float:right;
	padding: 0 0 .5em 1em;
}
img:-moz-broken{
    -moz-force-broken-image-icon:1;
    width:24px;
    height:24px;
  }

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	color:#003161;
	padding:5px 0 0 0;
	line-height:130%;
	position: relative;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size:1.9em;
}
h2 {
	padding-top:10px;
	padding-bottom:5px;
	font-size:1.6em;
}
h3 {
	font-size:1.6em;
	padding-bottom:10px;
}
h4 {
	font-size:1.4em;
	padding-top:12px;
	padding-bottom:3px;
}
h5 {
	font-size:1.1em;
}
h6 {
	font-size:1.05em;
}
.right {
	float:right;
}
.left {
	float:left;
}
p, li, dd, td, div.pagination {
	color:#333;
	line-height:140%;
	font-size:1em;
}
li p,
li li,
td p {
	font-size:1em;
}
p + p {
	padding-top:2ex;
}

ul, ol {
	margin: 1ex 0 10px 2em;
}
address {
	font-style:normal;
}

table * {
	font-size:1em;
}

.wrapper {
	/* Wraps around the content */
	width:900px;
	background: transparent;
	margin: 0 auto;
	padding:0 ;
	position:relative;
}
* html .wrapper {
	height:auto;
}
blockquote {
	padding:0 10px;
}

/*==================================*/
/*------------- Header  ------------*/
/*==================================*/
#header {
	position:relative;
	top:0;
	left:0;
	z-index:30;
	background:url(../images/main/bg_header.png) repeat-x 0 0;
	height:145px;
	width:100%;
	text-indent:-3000em;
	overflow:hidden;
}
#header a {
	display:block;
	position:absolute;
	top:0;
	right:35px;
	width:90px;
	height:45px;
}
#header a.home {
	right:125px;
}
#header #title {
	right:auto;
	left:65px;
	top:30px;
	width:335px;
	height:90px;
}
#header .loginLink {
	right:185px;
	text-indent:0;
	top:20px;
	color:#fff;
}



/*==================================*/
/*----------- NAVIGATION -----------*/
/*==================================*/

#sidebar {
	float:left;
	width:234px;
	border-right:1px solid #ffffff;
	background:url(../images/main/bg_sidebar.png) repeat-y 8px 20px;
	position:relative;
	left:-7px;
}
#sidebar .menu {
	list-style:none;
	margin:0;
	padding:0;
}
#sidebar .menu li {
	list-style:none;
	margin:0;
	padding:0;
	background:url(../images/main/sprites.png) no-repeat 0 0;
	height:42px;
	margin-top:1px;
}
#sidebar .menu li.active {
	background-position: 0 -50px;
}
#sidebar .menu > li:first-child {
	margin-top:0;
}
#sidebar .menu ul {
	display:none;
}
#sidebar .menu a {
	display:block;
	height:100%;
	width:204px;
	padding-left:20px;
	padding-right:10px;
	color:#eee;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	text-decoration:none;
	line-height:3em;
}
#sidebar .menu a:hover {
	background:url(../images/main/sprites.png) no-repeat 0 -50px;
}
/*==================================*/
/*------------ CONTENT -------------*/
/*==================================*/
#content {
}

#copy {
	background: #ffffff url(../images/main/bg_sidebar.png) repeat-y 0 0;
	height:auto !important;
	height:390px;
	min-height:390px;
	width:893px;
}

#page {
	float:left;
	padding:0 30px 25px 25px;
	width:603px;
}
#page h1 {
	background:#AE7B2B url(../images/main/bg_page_heading.png) repeat-x 0 0;
	height:35px;
	padding:7px 0 0 15px;
	margin:0 -30px 15px -32px;
	color:#ffffff;
}



/*==================================*/
/*----=-------- HOME ---------------*/
/*==================================*/

.home #sidebar {
	left:0;
}
.home #content {
	background:#ffffff none;
	position:relative;
	padding-bottom:25px;
}
.home #copy {
	padding:0;
	width:900px;
	float:none;
	height:auto;
	min-height:0;
	background:none;
}
#channels {
	padding-top:35px;
}
#channels div {
	position:relative;
	width:292px;
	height:auto !important;
	height:250px;
	min-height:250px;
	float:left;
	margin-left:9px;
	
	background:#ffffff url(../images/main/bg_boxes.png) repeat-x 0 bottom;
	border:1px solid #d1d1d1;
}
#channels div:first-child {
	margin-left:0;
}
#channels div h2 {
	position:relative;
	top:-18px;
	left:-1px;
	height:45px;
	width:279px;
	padding:10px 0 0 15px;
	margin-bottom:-18px;
	overflow:hidden;
	background:url(../images/main/sprites.png) no-repeat 0 -150px;
	color:#fff;
}
#channels #quickFacts dt {
	margin-left:10px;
	padding-left:24px;
	padding-bottom:15px;
	background:url(../images/main/sprites.png) no-repeat -300px 0;
	font-size:1.1em;
	color:#003868;
	cursor:pointer
}
#channels #quickFacts dd {
	display:none;
}
#channels .learnmore {
	display:block;
	position:absolute;
	bottom:0;
	right:5px;
	width:130px;
	height:17px;
	padding-top:6px;
	text-align:center;
	color:#ffffff;
	background:url(../images/main/sprites.png) no-repeat 0 -100px;
	text-decoration:none;
}
#channels .learnmore:hover {
	text-decoration:underline;
}

#news {
	list-style:none;
	margin:0 0 35px;
	padding:0;
}
#news li {
	list-style:none;
	margin:0;
	padding:0 12px 10px;
	
}

#news a {
	color:#003868;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
}
#news a span {
	font-size:1.2em;
}

#news a:hover {
	text-decoration:underline;
}



/*==================================*/
/*------------ PROFILES ------------*/
/*==================================*/

div.profile {
	margin:10px 0;
	background:#ededed;
	padding:8px;
}
.profile img {
	padding:5px;
	background:#fbfbfb;
	border:1px solid #D8D2C9;
	width:100px;
}
.profile h3 {
	padding-top:0;
}
div.info {
	float:left;
	padding:0 10px;
}
ul.actions {
	list-style:none;
	margin:0;
	padding:0 10px;
	float:right;
}
.actions a {
	display:block;
	border:1px solid #D8D2C9;
	padding:5px ;
	background:#fff;
	margin-bottom:5px;	
	text-decoration:none;
}

/*==================================*/
/*------------ jQ TOOLS ------------*/
/*==================================*/

#splash {
	float:left;
	width:665px;
	position:relative;
	margin-top:-18px;
}
#splashNav {
	position:absolute;
}
#splashShadow {
	position:absolute;
	width:708px;
	height:220px;
	background:url(../images/main/sh_splash.png) no-repeat 0 0;
	top:10px;
	left:-29px;
	z-index:100;
}
#splash div#scrollable {
	position:absolute;
	z-index:10;
	overflow:hidden;
	width:664px;
	height:230px;
}
#splash div.items div {
	position:relative;
}
#splash div.items p {
	position:absolute;
	width:375px;
	height:150px;
	top:150px;;
	left:15px;
	overflow:hidden;
}

.simple_overlay { 
     
    /* must be initially hidden */ 
    display:none; 

     
    /* styling */ 
     background-image:url(http://static.flowplayer.org/tools/img/overlay/white.png);
    width:640px;
	padding:35px 55px;
     
} 
 
/* close button positioned on upper right corner */ 
.simple_overlay .close { 
   /* background-image:url(../img/overlay/close.png); 
	border:1px solid orange;
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; */
}
#splashNav {
	position:absolute;
	top:198px;
	width:100%;
	background:url(../images/main/splash_nav_sprite.png) no-repeat -2px -85px;
	height:35px;
	z-index:200;
}
#splashNav ul {
	list-style:none;
	padding:0;
	margin:0;
	position:absolute;
	bottom:1px;
	right:50px;
	z-index:250;
}
#splashNav ul li {
	list-style:none;
	float:left;
	background:url(../images/main/splash_nav_sprite.png) repeat-x 0 -7px;
	height:33px;
	padding-top:12px;
}
#splashNav ul li a {
	color:#ffffff;
	padding:0 5px;
	cursor:pointer;
}
#splashNav ul li a.active {
	text-decoration:underline;
}
#splashNav ul li.leftbg,
#splashNav ul li.rightbg {
	display:block;
	width:32px;
}
#splashNav ul li.leftbg {
	background-position:-36px -153px;
}
#splashNav ul li.rightbg {
	background-position:-107px -153px;
}

div.tabs {
	margin-top:20px;
}
div.panes {
	border: 1px solid #d1d1d1;
	border-top-color:#ab7829;
	padding:10px 20px 20px;
	background:url(../images/main/bg_boxes.png) repeat-x center bottom;
}

ul.tabs {
	list-style:none;
	display:block;
	border-bottom:5px solid #ab7829;
	margin:0;
	padding:0;
	width:100%;
	height:30px;
}
ul.tabs li {
	list-style:none;
	display:block;
	float:left;
}
ul.tabs li a {
	display:block;
	background:url(../images/main/bg_tab.png) no-repeat -10px -10px;
	padding:0;
	margin:0;
	width:180px;
	height:22px;
	padding:8px 0 0;
	text-align:center;
	color:#fff;
	text-decoration:none;
}
ul.tabs li a.current {
	background:url(../images/main/bg_tab_active.png) no-repeat -6px -6px;
}



/*==================================*/
/*------------- FORMS --------------*/
/*==================================*/
form#providers {
	display:block;
	width:250px;
	padding:10px;
	background:#ededed;
	height:180px;
}
form#providers b {
	clear:none;
}
#channels #providers {
	margin:0 10px;
}
form b {
	display:block;
	clear:both;
	font-weight:normal;
	padding:5px 0 7px;
}
form label {
	display:block;
	color:#002f65;
	padding-bottom:3px;
}
form#providers input,
form#providers select {
	width:245px;
}
#providers button {
	display:block;
	float:right;
	margin-left: 20px;
	border:none;
	background:#002f65;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	color:#ffffff;
	text-align:center;
	padding:4px;
	cursor:pointer;
}
.home #providers button{
	padding:0 0 0 0;
	height:23px;
}

#channels .callout {
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	text-align:center;
	color:#003161;
}

/*==================================*/
/*------------- FOOTER -------------*/
/*==================================*/


#footer {
	background: #154575 url(../images/main/bg_footer.png) repeat-x 0 0;
	text-align:center;
	padding:20px 0;
}

#footer p {
	color:#ffffff;
}
#footer a {
	color:#ffffff;
	padding:0 5px;
}




