/*
Theme: Default
Description: usgbcnv Style sheet
*/
@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
    
}


html, body {
	background-color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

:focus {
	outline: 0;
}

#header {
	background: #08670b url(/cms-themes/Default/images/header.jpg) no-repeat;
	height: 90px;
	width: 980px;
	margin: 0;
	position: relative;
}

#logo {
	float: left;
}

#headerflash {
	width: 468px;
	float: right;
	margin-right: 5px;
	margin-top: 15px;
	background-color: #CCCCCC;
	height: 60px;
	border: 2px groove #185C3A;
	padding-top: 10px;
}

#twitter_logo {
	height: 25px;
	width: 25px;
	background-color: #0000FF;
	float: right;
	position: relative;
}

#blackbar {
	color: #CCCCCC;
	background-color: #000000;
	height: 15px;
	text-align: right;
	position: relative;
}

#header_loginbox {
	margin-top: -115px;
}


#wrapper {
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#content_container {
	width: 980px;
	margin: 0;
	padding: 0;
}

#current_lines {
	width: 625px;
	margin: 0px;
	float: left;
	background: #ffffff;
}

#dialog{
	padding-top: 0px;
	float: left;
	background: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 150%;
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 15px;
}


#feature_area {
	padding-top: 0px;
	width: 300px;
	float: left;
	background: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 150%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	padding-right: 15px;
}

.calPad {
	text-align: left;
	padding-top: 15px;
	margin: auto;
	width: 226px;
}

#feature_area h2 {
	color: #555555;
	font-size: 16px;
	text-decoration: underline;
	font-weight: normal;
	text-align: left;
	padding: 0px;
}

#feature_area h3 {
	font-size: 18px;
	color: #000000;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #185C3A;
	font-weight: normal;
	margin-bottom: 10px;
}

.clear {
	clear: both;
}
.style1 {
	color: #FFFFFF;
	}


/*==========Link States==========*/

a:link {
	text-decoration: underline;
	color: #000000;
}

a:visited {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #787677;
}

a:active {
	text-decoration: none;
}

/*==========Navigation==========*/

#nav {
	background-image: url(/cms-themes/Default/images/nav.jpg);
	background-repeat: repeat-x;
	width: 980px;
	color: #333333;
	height: 20px;
	text-align: center;
	display: block;
	float: left;
	line-height: 20px;
	font-size: 12px;
	letter-spacing: 1px;
}

#nav ul {
	list-style-type: none;
	display: inline;
}

#nav  ul li {
	list-style-type: none;
	display: inline;
	position: relative;
	padding-right: 32px;
	padding-left: 32px;
	height: 20px;
	padding-bottom: 3px;
}


#nav a:link, #nav a:visited {
	color: #333333;
	text-decoration: none;

}

#nav a:hover {
	color: #B97502;
	text-decoration: none;
}



#nav li ul {
	display: none;
	position: absolute;
	padding: 0;
	margin-top: 0px;
	left: 0px;
	margin-bottom: 0px;
	text-align: left;
	width: 100%;
	top: 15px;
	z-index: 10000;
}

#nav li:hover ul {
	display: block;
}

#nav li ul li {
	background: #ffffff;
	position: relative;
	font-size:12px;
	letter-spacing:.095em;
	line-height: 20px;
	height: 20px;
	font-family: arial, Helvetica, sans-serif;
	text-align: left;
	width: 150px;
	display: block;
	margin-left:32px;
	padding-left: 5px;
	z-index: 1000;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
}

#nav li ul li a:link, #nav li ul li a:visited {
    padding-left: 5px;
	display: block;
	text-decoration: none;
}
#nav li ul li a:hover {
	margin-right: 0px;
	margin-left: 0px;
	display: block;
	text-decoration: none;
	margin-top: 0px;
}

#interiorText {
	padding-right: 7px;
	padding-left: 7px;
	line-height: 150%;
	padding-top: 2px;
	padding-bottom: 2px;
}
#interiorText  a:link, #interiorText  a:visited {
	font-size: 16px;
	color: #185C3A;
	padding-bottom: 2px;
	font-weight: normal;
	margin-bottom: 2px;
	display: block;
}


#interiorText a:hover {
	font-size: 16px;
	color: #000000;
	padding-bottom: 2px;
	font-weight: normal;
	margin-bottom: 2px;
}
.BigGreen {
	color: #185c3a;
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.whiteH3   {
	font-size: 18px;
	color: #FFFFFF;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
	font-weight: normal;
	margin-bottom: 10px;
}
            




/*==========H Tags==========*/


h1 {
	color: #185c3a;
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-left: 10px;
	letter-spacing: 2px;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	color: 185c3a;
	padding-bottom: 3px;
	padding-left: 45px;
}

h3 {
	font-size: 18px;
	color: #000000;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #185C3A;
	font-weight: normal;
	margin-bottom: 5px;
	line-height: 110%;
	margin-top: 5px;
}


.pickButton {
	height: 43px;
	float: right;
	display: inline-block;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(../images/picButton.png);
	width: 208px;
	background-repeat: no-repeat;
	line-height: 30px;
	text-align: center;
}

/*==========Footer==========*/

#footer {
	margin-top: 20px;
	background: #ffffff;
	width: 940px;
	padding: 10px;
	border-top: 2px solid black;
	font-size: 10px;
}

#footer a:link, #footer a:visited {
	padding-top: 10px;
	padding-right: 10px;
}

#footer a:hover {
	padding-top: 10px;
	padding-right: 10px;
}

#tableTop {
	float: left;
	margin-top: 15px;
	margin-left: 15px;
	background-image: url(/cms-themes/Default/images/table_top.jpg);
	height: 20px;
	width: 676px;
	padding-left: 20px;
	padding-top: 5px;
}

#tableTop h1 {
	color: #185c3a;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
	padding-top: 3px;
}

#tablemiddle {
	float: left;
	margin-left: 15px;
	background-image: url(/cms-themes/Default/images/table_middle.jpg);
	background-repeat: repeat-y;
	width: 689px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 5px;
	position: relative;
	font-size: 12px;
	line-height: 175%;
}
#tableBottom {
	float: left;
	margin-left: 15px;
	background-image: url(/cms-themes/Default/images/table_bottom.jpg);
	height: 29px;
	width: 676px;
	padding-left: 20px;
}

#picksMain {
	float: left;
	margin-left: 15px;
	width: 625px;
	padding-top: 15px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 10px;
	position: relative;
	font-size: 12px;
	color: #666666;
	line-height: 200%;
}

#login_badge{
	position: absolute;
	font-size: 12px;
	color: #FFFFFF;
	z-index: 1000;
	text-align: right;
	width: 980px;
	top: 0px;
	right: 0px;
	}

.login_content {

}

#login_badge a:link, #login_badge a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	padding-right: 5px;
	padding-left: 5px;
}

#login_badge a:hover {
	color: #FEAE11;
	text-decoration: underline;
	padding-right: 5px;
	padding-left: 5px;
}

#login_badge input{
	width: 160px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 11px;
	border: 1px solid #000000;
}

#login_badge ul{
	margin-left: 10px;
	padding: 5px;
}
/*
.login_bg {
	position: absolute;
	background: #ffffff;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	filter: alpha(opacity = 50);
	opacity:0.5;
	z-index: 1;
}
*/
#login_badge .login_content
{
	z-index: 1000 !important;
}


	.formError {
			position:absolute;
			top:300px; left:300px;
			padding-bottom:13px;
			display:block;
			z-index:5000;
			cursor:pointer;
		}
			#debugMode{
				background:#000;
				position:fixed;
				width:100%; height:200px;
				top:0; left:0;
				overflow:scroll;
				opacity:0.8;
				display:block;
				padding:10px;
				color:#fff;
				font-size:14px;
				z-index:100000;
			}
		
			.ajaxSubmit{ padding:20px; background:#55ea55;border:1px solid #999;display:none}
			.formError .formErrorContent {
				width:100%; 
				background:#ee0101;
				color:#fff;
				width:150px;
				font-family:tahoma;
				font-size:11px;
				border:2px solid #ddd;
				box-shadow: 0px 0px 6px #000;
				-moz-box-shadow: 0px 0px 6px #000;
				-webkit-box-shadow: 0px 0px 6px #000;
				padding:4px 10px 4px 10px;
				border-radius: 6px;
				-moz-border-radius: 6px;
				-webkit-border-radius: 6px;
			}
			.greenPopup .formErrorContent {background:#33be40;}
			
			.blackPopup .formErrorContent {background:#393939;color:#FFF;}
			
			.formError .formErrorArrow{
				position:absolute;
				bottom:0;left:20px;
				width:15px; height:15px;

				z-index:5001;
			}
			.formError .formErrorArrowBottom{top:0;margin:-6px;}
			
				.formError .formErrorArrow div{
					border-left:2px solid #ddd;
					border-right:2px solid #ddd;
					box-shadow: 0px 2px 3px #444;
					-moz-box-shadow: 0px 2px 3px #444;
					-webkit-box-shadow: 0px 2px 3px #444;
					font-size:0px; height:1px; background:#ee0101;margin:0 auto;line-height:0px; font-size:0px; display:block;
				}
					.formError .formErrorArrowBottom div{
						box-shadow: none;
						-moz-box-shadow: none;
						-webkit-box-shadow: none;
					}
					
				.greenPopup .formErrorArrow div{background:#33be40;}
				.blackPopup .formErrorArrow div{background:#393939;color:#FFF;}

				.formError .formErrorArrow .line10{width:15px;border:none;} 
				.formError .formErrorArrow .line9{width:13px;border:none;} 
				.formError .formErrorArrow .line8{width:11px;} 
				.formError .formErrorArrow .line7{width:9px;} 
				.formError .formErrorArrow .line6{width:7px;} 
				.formError .formErrorArrow .line5{width:5px;} 
				.formError .formErrorArrow .line4{width:3px;} 
				.formError .formErrorArrow .line3{width:1px;
					border-left:2px solid #ddd;
					border-right:2px solid #ddd;
					border-bottom:0px solid #ddd;} 
				.formError .formErrorArrow .line2{width:3px;border:none;background:#ddd;}
				.formError .formErrorArrow .line1{width:1px;border:none;background:#ddd;}  
				
				.red {color: #FF0000}

h4 {
	font-size: 18px;
	color: #000000;
	padding-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #185C3A;
	font-weight: normal;
	margin-bottom: 10px;
	letter-spacing: 3px;
	padding-top: 15px;
	margin-top: 15px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #185C3A;
}

.redBigger {
	color: #FF0000;
	font-size: 18px;
	line-height: 150%;
}

#current_lines_guaranteed_page {
	width: 625px;
	margin: 0px;
	float: left;
	background: #ffffff;
}

.ytt a:link, .ytt a:visited {
	font-size: 12px;
	color: #185C3A;
	text-decoration: underline;
	letter-spacing: 3px;
	font-weight: bold;
}

.ytt a:hover {
	color: #BE7301;
	text-decoration: none;
}

.GrayBox {
	float: left;
	margin-left: 5px;
	background-color:#999999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #000;
	position: relative;
	font-size: 12px;
	background-color: #CCCCCC;
	margin-top: 10px;
	width: 625px;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#feature_area_guaranteed {
	padding-top: 10px;
	width: 290px;
	float: left;
	background: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 150%;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 35px;
	padding-right: 15px;
	text-align: left;
}

.GrayBoxFeatureArea {
	float: left;
	margin-left: 0px;
	background-color:#999999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #000;
	position: relative;
	font-size: 12px;
	background-color: #CCCCCC;
	margin-top: 0px;
	width: 290px;
	padding: 5px;
	margin-bottom: 10px;
}

.GrayBoxFeatureAreaCalendar {
	float: left;
	margin-left: 35px;
	background-color:#999999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #000;
	position: relative;
	font-size: 12px;
	background-color: #CCCCCC;
	margin-top: 15px;
	width: 290px;
	padding: 5px;
}
.GrayBoxFeatureAreaRedBrdr {
	float: left;
	margin-left: 0px;
	background-color:#999999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #000000;
	position: relative;
	font-size: 12px;
	background-color: #CCCCCC;
	margin-top: 0px;
	width: 290px;
	padding: 5px;
}

.GrayBoxFeatureAreaRedBrdr a:link, .GrayBoxFeatureAreaRedBrdr a:visited {
	color: #185C3A;
	text-decoration: none;
}

.GrayBoxFeatureAreaRedBrdr a:hover {
	color: #990000;
	text-decoration: underline;
}

.GrayBoxFeatureAreaGrnBrdr {
	float: left;
	margin-left: 0px;
	background-color:#999999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #000000;
	position: relative;
	font-size: 12px;
	background-color: #185C3A;
	margin-top: 0px;
	width: 290px;
	padding: 5px;
	color: #FFFFFF;
}

h5 {
	font-size: 14px;
	color: #000000;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #185C3A;
	font-weight: normal;
	margin-bottom: 5px;
	letter-spacing: 3px;
	padding-top: 5px;
	margin-top: 5px;
}
.spanBurg {
	color: #990000;
}

.GreenBox {
	float: left;
	margin-left: 20px;
	background-color:#999999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #000000;
	position: relative;
	font-size: 12px;
	background-color: #07660B;
	margin-top: 15px;
	width: 920px;
	padding: 10px;
	color: #D2D2D2;
	line-height: 175%;
}

.GreenBox h1 {
	font-size: 18px;
	text-transform: capitalize;
	color: #CCCCCC;
	width: 650px;
	padding-bottom: 5px;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 15px;
	padding-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.register {
}

.signin {
	margin-left: 180px;
	margin-right: 15px;
}

.top10Pics {
	background-color:#999999;
	-webkit-border-radius: 5px;
	border: 1px solid #000000;
	position: relative;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(/cms-themes/Default/images/top10box.png);
	margin: 0px;
	padding: 5px;
}

blockquote {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
}

.twitter {
	margin-top:5px;
	margin-right:15px;
	margin-left: 731px;
}

