/* CSS Document */

@charset "UTF-8";
html {
	height:100%;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFF;
	background-image:url(../images/backgroundRepeat.gif);
	height:100%;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;
	background-position: center;
}
img {
	border: none;
}
p {
	font-family:Tahoma, Geneva, sans-serif;
}
ul {
	font-family:Tahoma, Geneva, sans-serif;
}
li {
	font-family:Tahoma, Geneva, sans-serif;
}

h1 {color: #050f70;}

.Clear{
	clear:both;
	height:0px;
}
#Container_Homepage {
	background-image:url(../images/backgroundHome.jpg);
	position:relative;
	margin: auto;
	min-height:100%;
	background-repeat: no-repeat;
	background-position: center top;
}
#Container_InsidePages {
	background-image:url(../images/backgroundInsidePages.jpg);
	position:relative;
	margin: auto;
	min-height:100%;
	background-repeat: no-repeat;
	background-position: center top;
}
#Content_Area {
	width: 990px;
	position:relative;
	height: 100%;
	margin-right: auto;
	margin-bottom: -20px;
	margin-left: auto;
}
#Header_Area_Homepage {
	width: 990px;
	height: 325px;
	position:relative;
}
#Header_Area_Insidepages {
	width: 990px;
	height: 200px;
	position:relative;
}
#Home_Button_Top_InsidePages {
	width:275px;
	height:120px;
	position:absolute;
	left:10px;
	top:48px;
}

/* Navigation styles */
#Nav_Bar_Javascript_Include_Placeholder {
	width: 990px;
	height: 60px;
	position:relative;
}
#Nav {
	width: 990px;
	height: 60px;
	position:relative;
}
.Nav_Item {
	height: 60px;
	z-index:10;
	float:left;
	position:relative;
}
.Nav_Item p {
	font-size:18px;
	color:#797272;
	text-decoration: none;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 12px;
	padding-left: 12px;
	text-shadow: 0 1px 1px #AFAFAF;
	position:relative;
}
.Nav_Item:hover {
	background-color:#050f70;
	background-repeat: repeat-x;
}
.Nav_Item:visited p {
	color: #797272;
	text-decoration: none;
	text-shadow: 0 1px 1px #AFAFAF;
}
.Nav_Item:hover p {
	color: #FFF;
	text-decoration: none;
	text-shadow: 0 1px 1px #050f70;
}
.Nav_Item:active p {
	color: #FFF;
	text-decoration: none;
}
.Nav_Item .InsideDivWithDropdown {
	background-color:#00AEEF;
	position:absolute;
	top:60px;
	left:0px;
	width:220px;
	display:none;
}
.Nav_Item:hover .InsideDivWithDropdown {
	display:block;
	z-index:20;
}
.Nav_Item .InsideDivWithDropdown ul {
	margin:0px;
	padding: 0px;
}
.Nav_Item .InsideDivWithDropdown li {
	font-size:17px;
	text-decoration: none;
	margin:0px;
	padding:10px 15px 10px 15px;
	text-shadow: 0 1px 1px #AFAFAF;
	list-style-type: none;
	list-style-position: outside;
}
.Nav_Item .InsideDivWithDropdown li:hover {
	background-color:#CCC;
}
.Nav_Item .InsideDivWithDropdown a {
	color:#FFF;
	text-decoration:none;
}
#Nav a {
	text-decoration:none;
}
#Nav a:visited {
	text-decoration:none;
}
#Nav a:hover {
	text-decoration:none;
}
#Nav a:active {
	text-decoration:none;
}

/* sharing options placeholder div */
#Sharing_Options_Javascript_Include_Placeholder {
	width: 990px;
	height: 35px;
	position:relative;
}

/* Homepage Specific classes and styles */

.Main_Content_Area_Homepage {
	margin-top:15px;
	position:relative;
	z-index:0;
	margin-bottom: 30px;
	height: 100%;
	padding-bottom:105px;
}
.Main_Content_Area_Homepage .VideoHolderBackground {
	float:left;
	width:630px;
	background-image: url(../images/Home_Video_Background.png);
	background-repeat: no-repeat;
	height: 404px;
	position:relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: 13px;
	margin-bottom: 20px;
	margin-left: 13px;
}
.Main_Content_Area_Homepage .VideoHolder {
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 20px;
	padding: 0px;
	position:relative;
}
.Main_Content_Area_Homepage .Top_Right_Modules {
	background-image:url(../images/Home_Top_Right_Button.png);
	background-repeat: no-repeat;
	width:322px;
	height:128px;
	position:relative;
	margin-bottom: 10px;
	float: left;
}
.Main_Content_Area_Homepage .Top_Right_Modules:hover {
	background-image:url(../images/Home_Top_Right_Button.png);
	background-repeat: no-repeat;
	background-position: 0px -128px;
}
.Main_Content_Area_Homepage .Top_Right_Modules p {
	font-size:25px;
	color:#797272;
	text-align:center;
	font-weight: bold;
	text-decoration: none;
	margin-top: 45px;
	text-shadow: 0 2px 1px #c5c5c5;
}
.Main_Content_Area_Homepage .Top_Right_Modules p.Two_Lines {
	font-size:25px;
	color:#797272;
	text-align:center;
	font-weight: bold;
	text-decoration: none;
	margin-top: 32px;
	text-shadow: 0 2px 1px #c5c5c5;
}
.Main_Content_Area_Homepage .Top_Right_Modules:visited p {
	color: #797272;
	text-decoration: none;
	text-shadow: 0 2px 1px #c5c5c5;
}
.Main_Content_Area_Homepage .Top_Right_Modules:hover p {
	color: #FFF;
	text-decoration: none;
	text-shadow: 0 2px 1px #009DD7;
}
.Main_Content_Area_Homepage .Top_Right_Modules:active p {
	color: #FFF;
	text-decoration: none;
}

.Main_Content_Area_Homepage .Lower_Are_Modules_Homepage {
	height:440px;
	position:relative;
}
.Main_Content_Area_Homepage .Our_Brands {
	background-image:url(../images/CurtisLogos.png);
	height:210px;
	width:475px;
	position:relative;
	float:left;
	margin-left: 13px;
}
.Main_Content_Area_Homepage .Our_Brands:hover {
	background-image:url(../images/Home_Brands.png);
	background-repeat: no-repeat;
	background-position: 0px -210px;
}
.Main_Content_Area_Homepage .Our_Personalities {
	background-image:url(../images/Home_Endorsments.png);
	height:210px;
	width:475px;
	position:relative;
	float:left;
	margin-left: 14px;
}
.Main_Content_Area_Homepage .Our_Personalities:hover {
	background-image:url(../images/Home_Endorsments.png);
	background-repeat: no-repeat;
	background-position: 0px -210px;
}

}
.Main_Content_Area_Homepage .Our_Brands p {
	font-size:23px;
	color:#797272;
	font-weight: bold;
	text-decoration: none;
	margin-top: 11px;
	text-shadow: 0 2px 1px #c5c5c5;
	margin-left: 46px;
}
.Main_Content_Area_Homepage .Our_Personalities p {
	font-size:23px;
	color:#797272;
	font-weight: bold;
	text-decoration: none;
	margin-top: 11px;
	text-shadow: 0 2px 1px #c5c5c5;
	margin-left: 46px;
}

}
.Main_Content_Area_Homepage .Our_Brands:visited p, .Our_Personalities:visited p {
	color: #797272;
	text-decoration: none;
	text-shadow: 0 2px 1px #c5c5c5;
}
.Main_Content_Area_Homepage .Our_Brands:hover p, .Our_Personalities:hover p {
	color: #FFF;
	text-decoration: none;
	text-shadow: 0 2px 1px #009DD7;
}
.Main_Content_Area_Homepage .Our_Brands:active p, .Our_Personalities:active p{
	color: #FFF;
	text-decoration: none;
}
/* Hompeage pop up div stuff */
#blanket {
	background-color:#111;
	opacity: 0.65;
	filter:alpha(opacity=65);
	position:absolute;
	z-index: 100;
	top:0px;
	left:0px;
	width:100%;
}
#popUpDivOne {
	position:absolute;
	background-color:#eeeeee;
	top: 50%;
	left: 50%;
	width:850px;
	height:1070px;
	z-index: 110;
	margin-top: -535px;
	margin-left: -425px;
}
#popUpDivTwo {
	position:absolute;
	background-color:#eeeeee;
	top: 50%;
	left: 50%;
	width:850px;
	height:940px;
	z-index: 110;
	margin-top: -470px;
	margin-left: -425px;
}
#popUpDivThree {
	position:absolute;
	background-color:#eeeeee;
	top: 50%;
	left: 50%;
	width:700px;
	height:500px;
	z-index: 110;
	margin-top: -250px;
	margin-left: -350px;
}
.Popup_Close_Button {
	top:-16px;
	right:-16px;
	position: absolute;
}
#popUpDivOne p {
	font-size:14px;
	color:#797272;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	line-height: 22px;
}
#popUpDivOne li {
	font-size:14px;
	color:#797272;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	line-height: 22px;
}
#popUpDivOne .Headline {
	background-image:url(../images/Headline_Background.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-top:13px;
	margin-left:15px;
}
#popUpDivOne .Headline p {
	font-size:28px;
	color:#797272;
	text-decoration: none;
	text-shadow: 0 2px 1px #c5c5c5;
	font-weight: bold;
	line-height: 28px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}
#popUpDivTwo p {
	font-size:14px;
	color:#797272;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	line-height: 22px;
}
#popUpDivTwo img.p {
	text-align:center;
	border:#00AEEF;
	border-width:1px
}
#popUpDivTwo .Headline {
	background-image:url(../images/Headline_Background.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-top:13px;
	margin-left:15px;
}
#popUpDivTwo .Headline p {
	font-size:28px;
	color:#797272;
	text-decoration: none;
	text-shadow: 0 2px 1px #c5c5c5;
	font-weight: bold;
	line-height: 28px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}
#popUpDivThree p {
	font-size:14px;
	color:#797272;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	line-height: 22px;
}
#popUpDivThree .Headline {
	background-image:url(../images/Headline_Background.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-top:13px;
	margin-left:15px;
}
#popUpDivThree .Headline p {
	font-size:28px;
	color:#797272;
	text-decoration: none;
	text-shadow: 0 2px 1px #c5c5c5;
	font-weight: bold;
	line-height: 28px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}






/* Inside pages stuff */
.Main_Content_Area_InsidePages {
	margin-top:30px;
	position:relative;
	z-index:0;
	margin-bottom: 20px;
	height: 100%;
	padding-bottom:105px;
}
.Main_Content_Area_InsidePages .OneColumn_Content {
	float:left;
	width:950px;
	position:relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.Main_Content_Area_InsidePages .SixHundredTwentyPixelsWide {
	width:620px;
}
.Main_Content_Area_InsidePages .SevenHundredPixelsWide {
	width:700px;
}
.Main_Content_Area_InsidePages .OneColumn_Content .Entry {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 35px;
}
.Main_Content_Area_InsidePages .OneColumn_Content .Entry_Last {
	padding-bottom: 10px;
	padding-top: 25px;
}
.Main_Content_Area_InsidePages .Headline {
	background-image:url(../images/Headline_Background.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-top: 25px;
	margin-bottom: 10px;
}
.Main_Content_Area_InsidePages .Headline p {
	font-size:25px;
	color:#797272;
	text-decoration: none;
	text-shadow: 0 2px 1px #c5c5c5;
	font-weight: bold;
	line-height: 30px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}
.Main_Content_Area_InsidePages p {
	font-size:16px;
	color:#797272;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	line-height: 22px;
}
.Main_Content_Area_InsidePages ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 22px;
	margin-left: -15px;
	list-style-position: outside;
	list-style-type: disc;
}
.Main_Content_Area_InsidePages li {
	font-size:16px;
	color:#797272;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom:0px;
	margin-left: 0px;
	line-height: 22px;
}
.Main_Content_Area_InsidePages ol {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -15px;
	list-style-position: outside;
}
.Main_Content_Area_InsidePages ol li {
	margin-bottom: 22px;
}
.Main_Content_Area_InsidePages .Media_Kit_Image {
	border:none;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: left;
}
.Main_Content_Area_InsidePages .OneColumn_Content .FormContainer {
	position:relative;
	padding-bottom: 10px;
	padding-top: 25px;
	float: left;
}
.Main_Content_Area_InsidePages .OneColumn_Content .FormContainer .FormLine {
	position:relative;
	margin-top: 5px;
	margin-bottom: 5px;
	float:left;
}
.Main_Content_Area_InsidePages .OneColumn_Content .FormContainer .FormLine .Text_Area {
	width:250px;
	padding:5px 10px 5px 0px;
	position:relative;
	float:left;
}
.Main_Content_Area_InsidePages .OneColumn_Content .FormContainer .FormLine .Form_Elements{
	width:350px;
	padding:5px;
	position:relative;
	float:left;
}
.Main_Content_Area_InsidePages .OneColumn_Content .FormContainer .FormLine .Form_Elements textarea {
	background-color:#E4E4E4;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height: 22px;
	padding:3px;
}
.Main_Content_Area_InsidePages .OneColumn_Content .FormContainer .FormLine .Form_Elements input {
	background-color:#E4E4E4;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height: 22px;
	padding:3px;
}
.Main_Content_Area_InsidePages .OneColumn_Content .FormContainer .FormLine .Form_Elements input.Action_Button {
	background-color:#00AEEF;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	text-shadow: 0 1px 1px #009DD7;
	font-size:20px;
	line-height: 22px;
	padding:10px;
	border:none;
}
.Main_Content_Area_InsidePages .OneColumn_Content .FormContainer .FormLine .Form_Elements input.Action_Button:hover {
	background-color:#49C1FA;
	color: #FFF;
	text-decoration: none;
	text-shadow: 0 1px 1px #009DD7;
}
.Main_Content_Area_InsidePages .Station_Icons {
	height:40px;
	vertical-align:sub;
	margin-top: 10px;
}
.Main_Content_Area_InsidePages .Station_Icons img {
	margin:0px 5px 0px 5px;
	vertical-align: middle;/*	vertical-align:middle;*/
}

/* other general lstyles */

.Sharing_Options {
	height: 35px;
	padding-right: 20px;
}
.Sharing_Options a {
	text-decoration:none;
}

#Footer_Javascript_Include_Placeholder {
	width: 100%;
	height: 105px;
	position:absolute;
	bottom:0px;
	margin:auto;
}
#Footer {
	background-image:url(../images/Footer_Shadow.png);
	background-color:#FFF;
	width:950px;
	height:75px;
	position:relative;
	margin: auto;
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 30px;
}
#Footer .Copyright {
	width:250px;
	padding-right: 30px;
	position: relative;
	float: right;
}
#Footer .Copyright img {
	position: relative;
	float: left;
	padding: 0px;
	margin-right: 5px;
}
#Footer .Copyright p.Year_Text {
	font-size:13px;
	position: relative;
	float: left;
	color: #797272;
}
#Footer .Copyright p.Lower_Text {
	font-size:13px;
	position: relative;
	clear: left;
	padding: 0px;
	margin-top: 5px;
	margin-left: 5px;
	color: #797272;
}
a {
	color:#006;
	text-decoration:none;
}
