/***********************************************/
/* Encantada Base CSS                          */
/* Author: Dorian Smiley                       */
/* Published: 12/22/07                         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	/*font-family: Arial,sans-serif; I saved this line as it was the original style from the designer*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;	
	color:#004990;
	margin: 20px;
	padding: 0px;
	background-color:#FFFFFF;
	/*background:url(../images/BKColor.gif) repeat;*/
	/*background:#CC9966; I saved this line as it was the original style from the designer*/
}
p.standard {
	font-size: 1em;	
	color:#004990;
	line-height:normal;
	list-style:none;
	letter-spacing:normal;
}
p.mainCopy{
	font-size:13px;
	/*font-weight:bold; I saved this line as it was the original style from the designer*/
	font-weight:normal;
	line-height:13px;
	letter-spacing:normal;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
a{
	color:#004990;
	text-decoration: underline;
}

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

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

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

h1 {
	/*font:Arial, Helvetica, sans-serif; I saved this line as it was the original style from the designer*/
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;	
	color:#004990;
	list-style:none;
	letter-spacing:normal;
	margin: 0px 0px -5px 0px;
	padding: 0px 0px 0px 0px;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#mainContainer{
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	position:static;
	width: 840px;
	height:700px;
	overflow:hidden;
	border:#00498F 2px;
	border-style:solid;
	background:url(../images/homepageBG.jpg) no-repeat;
}
#logo{
	margin: 5px 0px 0px 0px;
	padding: 0px 25px 0px 0px;
	position:static;
	float:right;
	width: 145px;
	height:57px;
	overflow:hidden;
	/*background:url(../images/dayStarLogo.png) no-repeat;*/
}
#logo a{
	display:block;
	height:57px;
	width:145px;
	float:right;
	background:url(../images/dayStarLogo.png) no-repeat;
}
#leftNav{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float:left;
	position:relative;
	width:211px;
	height:653px;
	overflow:hidden;
}

#content{
	width:623px;
	height:653px;
	float:right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 6px;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	position:relative;
	overflow:hidden;
}
#projectLogo{
	width:371px;
	height:93px;
	float:left;
	margin: 62px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position:relative;
	overflow:hidden;
	background:url(../images/projectLogo.png) no-repeat;
}
#footer{
	padding: 5px 0px 0px 0px;
	position:relative;
	float:left;
	width:100%;
	height:47px;
	overflow:hidden;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	background:url(../images/blueTile.jpg) repeat;
}
#footer a{
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
#footer ul{
	padding: 0px 0px 0px 50px;
	margin: 0px 0px 15px 0px;
	list-style-type:none;
	list-style:none;
	display:block;
	width:100%;
	height:11px;
	float:left;
}
#footer li{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float:left;
}
#footer img{
	border: none;
}
#footer li.first_space{
	margin: 0px 62px 0px 12px;
}
#footer li.space{
	margin: 0px 82px 0px 0px;
}
#footer p.misc{
	font-size:10px;
}
#videoClipsCell3 a{
	color:#000000;
	text-decoration:none;
	background:url(../images/moreVidoesButton.jpg);
	display:block;
	width:100%;
	height:100%;
}
#videoClipsCell3 a:hover{
	background:url(../images/moreVidoesButton2.jpg);
}
/************* #globalNav styles **************/

#globalNav{
	position:relative;
	padding: 0px 25px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	width:186px;
	float:right;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#navAccent{
	position:relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	width:148px;
	height:92px;
	float:right;
	background:url(../images/navAccent.png) no-repeat;
}
#globalNav ul{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height:15px;
	list-style-type:none;
	list-style:none;
}
#globalNav li{
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
	height:15px;
	line-height:15px;
	display:block;
}
#globalNav li a {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display:block;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
	height:15px;
	line-height:15px;
	background:url(../images/navBG.png) no-repeat;
}
#globalNav li.nav{
	width:186px;
	height:15px;
}
#globalNav li#nav.active, #globalNav li#nav a:hover{
	background:url(../images/navBG.png) no-repeat;
}
#availability{
	float:right;
	margin: -88px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:100%;
	height:55px;
	position:relative;
	overflow:hidden;
}
#availability a{
	display:block;
	height:53px;
	width:91px;
	float:right;
	background:url(../images/availability.png) no-repeat;
}
#availability a:hover{
	background:url(../images/availability2.png) no-repeat;
}
#availability p{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#salesInfo{
	float:right;
	margin: -35px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:100%;
	height:27px;
	position:relative;
	overflow:hidden;
}
#salesInfo a{
	display:block;
	height:27px;
	width:91px;
	float:right;
	background:url(../images/salesInfo.png) no-repeat;
}
#salesInfo a:hover{
	background:url(../images/salesInfo2.png) no-repeat;
}
#salesInfo p{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#callRentals{
	float:right;
	margin: -7px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:100%;
	height:27px;
	position:relative;
	overflow:hidden;
}
#callRentals a{
	display:block;
	height:27px;
	width:91px;
	float:right;
	background:url(../images/callRentals.png) no-repeat;
}
#callRentals a:hover{
	background:url(../images/callRentals2.png) no-repeat;
}
#callRentals p{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#liveChat{
	float:right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:100%;
	height:27px;
	position:relative;
	overflow:hidden;
}
#liveChat a{
	display:block;
	height:27px;
	width:91px;
	float:right;
	background:url(../images/liveChat.png) no-repeat;
}
#liveChat a:hover{
	background:url(../images/liveChat2.png) no-repeat;
}
#liveChat p{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#contactUs{
	float:right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:100%;
	height:27px;
	position:relative;
	overflow:hidden;
}
#contactUs a{
	display:block;
	height:27px;
	width:91px;
	float:right;
	background:url(../images/contactUs.png) no-repeat;
}
#contactUs a:hover{
	background:url(../images/contactUs2.png) no-repeat;
}
#contactUs p{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#refferals{
	float:right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:100%;
	height:27px;
	position:relative;
	overflow:hidden;
}
#refferals a{
	display:block;
	height:27px;
	width:91px;
	float:right;
	background:url(../images/refferals.png) no-repeat;
}
#refferals a:hover{
	background:url(../images/refferals2.png) no-repeat;
}
#refferals p{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/************* #classes **************/
.graphic-text{
	text-indent:-2000px;
	overflow:hidden;
}
.graphic-text2{
	text-indent:2000px;
	overflow:hidden;
}
span.graphic-text a{
	display:block;
	height:100%;
	overflow:hidden;
}
span.graphic-texts a{
	display:block;
	height:100%;
	overflow:hidden;
}
