@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#maincontainer{
	width: 1000px; /*Center container on page*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#topsection{
	height: 600px; /*Height of top section*/
	background-image: url(../images/bg_top.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#header_left {
	float: left;	
	width: 425px;
/*
	z-index:2;
*/
	position: absolute;
	margin-left: 10px;
}
#header_right {
	margin-right: 25px;
	text-align: right;
	position: relative;
/*
	z-index:10;
*/
	padding-top: 5px;
}
#header_right h3 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	*margin-bottom: -22px;
	margin-right: 9.25em;
	*margin-right: 9.75em;
}
#header_right_2 {
	height: 200px;
	width: 375px;
	top: 125px;
	position: relative;
	float: right;
/*
	z-index: 4;
*/
}

#header_main {
	background-image: url(../images/header_main.jpg);
	background-repeat: no-repeat;
	height: 550px;
	width: 995px;
	float: left;
/*
	z-index: 1;
*/
	background-position: 33px 50px;
	position: absolute;
}
#header_main_free {
	background-image: url(../images/header_main_free.jpg);
	background-repeat: no-repeat;
	height: 550px;
	width: 995px;
	float: left;
/*
	z-index: 1;
*/
	background-position: 33px 50px;
	position: absolute;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
	margin-right: 365px; /*Set right margin to RightColumnWidth*/
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
}
h1 {
	color: #0E7AB0;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}
h2 {
	color: #0E7AB0;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}
h3 {
	font-size: 25px;
	color: #666;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
}




#rightcolumn{
	float: left;
	width: 365px; /*Width of right column*/
	margin-left: -365px;
	background-image: url(../images/col_rt_mid.png);
	background-repeat: repeat-y;
	background-position: right;
	margin-bottom: 20px;
}

#rightcolumn h2 {
	color: #0E7AB0;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	position: relative;
}

#col_rt_top {
	background-image: url(../images/col_rt_top.png);
	background-repeat: no-repeat;
	height: 27px;
	width: 12px;
	float: right;
	position: relative;
}
#col_rt_bot {
	background-image: url(../images/col_rt_border_bottom.png);
	background-repeat: no-repeat;
	float: right;
	height: 32px;
	width: 320px;
	position: relative;
}


#footer{
	clear: left;
	width: 100%;
	color: #999;
	text-align: center;
	padding: 4px 0;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #0E7AB0;
}

#footer a{
	color: #0E7AB0;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}

#footer_home {
	color: #999;
	font-size: 11px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}

.innertube{
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	font-size: 13px;
	color: #000;
}
.innertube_rt_col {
	margin-left: 5px;
	background-image: url(../images/col_rt_border_bot.png);
	background-repeat: no-repeat;
	background-position: 38px bottom;
	padding-bottom: 50px;
	width: 320px;
	font-style: italic;
	color: #C07114;
	font-size: 13px;
	font-weight: bold;
	padding-left: 16px;
}
.innertube_rt_col_noimage {
	margin-right: 25px;
	margin-left: 5px;
	position: relative;
	padding-bottom: 15px;
	width: 320px;
	font-style: italic;
	color: #0E7AB0;
	font-size: 13px;
	font-weight: bold;
	padding-left: 30px;
}
.quote {
	color: #000;
	text-align: right;
	padding-right: 10px;
	font-size: 12px;
}
li {
	list-style-image: url(../images/bullet.jpg);
	font-size: 1.25em;
	color: #333;
}
li b {
	font-weight: bold;
	color: #0E7AB0;	
}
#copy {
	color: #999;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}
form {
	padding-left: 50px;
}


/*FORM DESIGN*/
label {
	float: none;
	padding-right: 15px;
	color: #666;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
}
p { clear: both; }
.submit {
	margin-left: 1em;


	*margin-left: 1.5em;
	background-image: url(../images/button.jpg);
	height: 29px;
	width: 71px;
	*background-image: url(../images/button_ie.jpg);
	*height: 45px;
	*width: 71px;
	*background-repeat: no-repeat;
	cursor: default;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	
}
.input {
	font-size: 12px;
	padding: 3px;
	border: 1px solid #0E7AB0;
	font-family: "Lucida Grande", Calibri, Arial, sans-serif;
}

#header_right label {
	float: none;
	padding-right: 15px;
	color: #0E7AB0;
	font-size: 10px;
	text-align: right;
}
#header_right p {
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header_right .field {
	font-size: 10px;
	padding: 1px;
	border: 1px solid #90A800;

	*margin-right:0px;
}

.login  {
	background-image: url(../images/button_login.jpg);
	height: 29px;
	width: 57px;
	cursor: default;
	cursor: pointer;
	border: 0px none #FFF;
	margin-right: -4px;
	margin-left: 2px;
}
a {
	color: #999;
	text-decoration: underline;
}
#privacy {
	position: relative;
	float: left;
	font-size: 11px;
	width: 260px;
	text-align: right;
}
#form{
	margin:98px 0 0 20px;
}
.border_input{
	border:1px solid #0E7AB0;
}
#thumbnails{
	margin-top:512px;
	height:70px;

}
#thumbnails img{
	border:1px solid #0E7AB0;
}
#thumbnails_landing{
	margin-top:502px;
	height:70px;

}
#thumbnails_landing img{
	border:1px solid #0E7AB0;
}

/*------shaddow box---------*/
#sb-container,#sb-wrapper{
text-align:left; 
}
#sb-container,#sb-overlay{
position:absolute;
top:0;
left:0;
width:100%;
margin:0;
padding:0;
}
#sb-container{
height:100%;
display:none;
visibility:hidden;
z-index:999;
}
body > #sb-container{
position:fixed;
}
#sb-overlay{
height:expression(document.documentElement.clientHeight + 'px');
}
#sb-container > #sb-overlay{
height:100%;
}
#sb-wrapper{
position:relative;
}
#sb-wrapper img{
border:none;
}
#sb-body{
position:relative;
margin:0;
padding:0;
overflow:hidden;
border:1px solid #303030;
}
#sb-body-inner{
position:relative;
height:100%;
}
#sb-content.html{
height:100%;
overflow:auto; 
}
#sb-loading{
position:absolute;
top:0;
width:100%;
height:100%;
text-align:center;
padding-top:10px;
}
#sb-body,#sb-loading{
background-color:#060606; 
}
#sb-title,#sb-info{
position:relative;
margin:0; 
padding:0;
overflow:hidden;
}
#sb-title-inner,#sb-info-inner{
position:relative;
font-family:'Lucida Grande',Tahoma,sans-serif;
line-height:16px;
}
#sb-title,#sb-title-inner{
height:26px;
}
#sb-title-inner{
font-size:16px;
padding:5px 0;
color:#fff;
}
#sb-info,#sb-info-inner{
height:20px;
}
#sb-info-inner{
font-size:12px;
color:#fff;
}
#sb-nav{
float:right;
height:16px;
padding:2px 0;
width:45%;
}
#sb-nav a{
display:block;
float:right;
height:16px;
width:16px;
margin-left:3px;
cursor:pointer;
}
#sb-nav-close{
background-image:url(../../resources/close.png);
background-repeat:no-repeat;
}
#sb-nav-next{
background-image:url(../../resources/next.png);
background-repeat:no-repeat;
}
#sb-nav-previous{
background-image:url(../../resources/previous.png);
background-repeat:no-repeat;
}
#sb-nav-play{
background-image:url(../../resources/play.png);
background-repeat:no-repeat;
}
#sb-nav-pause{
background-image:url(../../resources/pause.png);
background-repeat:no-repeat;
}
#sb-counter{
float:left;
padding:2px 0;
width:45%;
}
#sb-counter a{
padding:0 4px 0 0;
text-decoration:none;
cursor:pointer;
color:#fff;
}
#sb-counter a.sb-counter-current{
text-decoration:underline;
}
div.sb-message{
font-family:'Lucida Grande',Tahoma,sans-serif;
font-size:12px;
padding:10px;
text-align:center;
}
div.sb-message a:link,div.sb-message a:visited{
color:#fff;
text-decoration:underline;
}

