/* Styles for IrvineDreamStakes.com
Look/Feel Design by Mike Pitts, Development by David Bradshaw */


/* STRUCTURE
------------------------------------------------------------------- */

body {
	font: 100% 'trebuchet MS', Arial, Helvetica, sans-serif;
	background: #99CCFF;
	background-image: url(creative/images/bkgd_tile_1x.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
body {
	background-image:url(../creative/images/bkgd_tile_1x.jpg);
}

#container {
	width: 948px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	height:auto;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: -5px;
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
/*	background-image:url(../images/tile_1x1511.jpg);
	background-repeat:no-repeat;
	background-position:top; */
}

#masthead {
/*	background-image: url(../creative/images/raffleMast_948x157.jpg); initially, the background of the masthead div was the masthead image. This was changed so we could apply alt tags for search engine visibility */
	width: 948px;
	height: 157px;
	margin: 0px;
	padding: 1px 0;
}
#mastLinks {
	width: 500px;
	height: 60px;
	position:absolute;
	top:3px;
	right:0px;
	margin: 0px;
	padding: 1px 0;
}
#newsLinksDiv {
	width: 332px;
	/*height: 120px;*/
	position:relative;
/*	top:1016px;
	right:0px;*/
	margin: 0px;
	padding: 1px 0;
	padding-right: 0px;
	padding-left: 600px;
}
#upperNav {
	background-image:url(../creative/images/raffleNavbar_948x47.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:948px;
	height:47px;
	padding: 1px 0;
}

#mainContent {
	background-image:url(../creative/images/raffle_mainContent_948x324.jpg);
	width:948px;
	height:324px;
	padding: 1px 0;
}

#mainContentSubTop {
	background-image:url(../creative/images/subpg_contentTop_948x12.jpg);
	background-repeat:no-repeat;
	width:948px;
	height:12px;
	padding: 1px 0;
	margin-top:0px;
}

/* this is the div that contains the main content for sub-level pages */
#mainContentSub {
	background-image:url(../creative/images/subpg_contentTile_948x2.jpg);
	background-repeat: repeat-y;
	width:948px;
	height:70%;
	padding: 1px 0;
	margin-top:-2px;
/*	padding-left: 34px;
	padding-right: 30px;
	padding-top: 22px;
	padding-bottom: 30px;
*/}

#mainContentSubBottom {
	background-image:url(../creative/images/subpg_contentBottm_948x12.jpg);
	background-repeat: no-repeat;
	width:948px;
	height:12px;
	padding: 1px 0;
}

#mainContentLeft {
	width:442px;
	height: 320px;
	padding: 1px 0;
	margin: 0px;
	float:left;
}

#mainContentRight {
	width:494px;
	height: 320px;
	padding: 1px 0;
	margin: 0px;
	float:right;
	padding-top: 32px;
	text-align:left;
}

/* 'secondContent' is the container for 'secondContentLeft' and 'secondContentRight' */
#secondContent {
	background-image:url(../creative/images/secondContent_948x307.jpg);
	width:948px;
	height:307px;
	padding: 1px 0;
	margin-top:-2px;
}

#secondContentLeft {
	width:580px; /* the image used for the background of this div is an illustrator file. width = 570 pixels */
	height: 306px;
	padding: 1px 0;
	margin: 0px;
	float:left;
	margin-top: -21px;
}

#secondContentRight {
	width:330px;  /* the image used for the background of this div is a ?. width = ? pixels */
	height: 250px;
	padding: 1px 0;
	margin: 0px;
	float:right;
	padding-top: 22px;
	text-align:left;
}
img#pageTitle {
	padding-left:39px;
	padding-top: 10px;
}

#thirdContent {
	width:948px;
	height:168px;
	padding: 1px 0;
}

/* grandprize page CSS ------------------ */
#googleMap {
	text-align:center;
}
#grandprizeEnterButton {
	text-align: center;
}
#grandprizeBigTable {
	text-align: center;
	vertical-align:top;
}
#grandprizeSmallTable {
	text-align: center;
	vertical-align:top;
	margin-left: 209px;
}
#grandprizeSlideshow {
	text-align: center;
}

img#ipsfLogo {float:left; margin-bottom: 6px; margin-right: 8px; margin-top: 5px;}

img#sponsorPageImg {float:right; margin-bottom: 6px; margin-left: 14px; margin-top: 0px; padding-right: 40px;}

img.thirdContent {margin-right: 30px;}

img {border:none;}

/* 'sponsors' is the container for 'sponsorsLeft' and 'newsroom' */
#sponsors {
	background-image:url(../creative/images/raffle_footer_948x271.jpg);
	width:948px;
	height:371;
	margin:0;
	padding: 1px 0; 
}
/* the image used for the background of this div is an illustrator file. width = 570 pixels */
/* 
#sponsorsLeft {
	width:510px; 
	height: 270px;
	padding: 1px 0;
	margin: 0px;
	float:left;
	margin-top: 0px;
	text-align:left;
	background-color: #00FF99;
}
#newsroom {
	width:330px;
	height: 250px;
	padding: 1px 0;
	margin: 0px;
	float:right;
	text-align:left;
	background-color:#CC9900;
}*/
#footerLinks {
	width:948px;
	height:34px;
/*	background-color: #99FF33; */
	padding: 1px 0;
	margin-top:0px;
	clear:both;
}
#footerLinksSub {
	background-image:url(../creative/images/subpg_ftr_bkgd_948x62.jpg);
	background-repeat:no-repeat;
	width:948px;
	height:62px;
/*	background-color: #99FF33; */
	padding: 1px 0;
	padding-top:12px;
	margin-top:0px;
	clear:both;
}

/*.raffleBody {
	background-image:url(../creative/images/bkgd_tile_1x.jpg);
}*/


/*styles for the elements, text, etc. 
.....................................................................*/


.raffleBody {
	font-family:'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
	font-size: 12px;
	line-height: 15px;
	margin-left: 30px;
}
.socialLinks {
	padding-top:11px;
	padding-left:125px;
}
.mastLinks {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 13px;
/*	padding-left: 34px;*/
	vertical-align:top;
	font-style:normal;
	text-align:center;
}
.upperNav {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	color: #01426c;
	font-size: 15px;
/*	padding-left: 34px;*/
	vertical-align:middle;
	font-style:normal;
	text-align:center;
}
#winBestHead {
	background: url(../creative/images/winTheBest_365x93.jpg) left top no-repeat;
}
.mainPara {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	color: #01426c;
	font-size: 18px;
	line-height: 26px;
	padding-left: 39px;
	vertical-align:middle;
	font-style:normal;
	text-align:left;
	margin-top: 5px;
	float:left;
}
.mainParaSub {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	color: #01426c;
	font-size: 14px;
	line-height: 20px;
	padding-left: 39px;
	padding-right: 40px;
	vertical-align:middle;
	font-style:normal;
	font-weight:normal;
	text-align:left;
}
.para {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	color: #01426c;
	font-size: 14px;
	line-height: 19px;
	padding-left: 34px;
	vertical-align:top;
	font-style:normal;
	text-align:left;
	margin-top: 5px;
	float:left;
}
.subTitle {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	color: #01426c;
	font-size: 26px;
	line-height:32px;
	font-weight:bold;
	padding-left: 39px;
	padding-right: 39px;
	font-style:normal;
	text-align:left;
	margin-bottom: 0px;
}
.listTitle {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	color: #01426c;
	font-size: 24px;
	line-height:29px;
	font-weight:bold;
	padding-left: 39px;
	padding-right: 39px;
	font-style:normal;
	text-align:left;
	margin-bottom:-10px;
}
.paraTitle {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	color: #00CC66;
	font-size: 26px;
	line-height:32px;
	font-weight:bold;
	padding-left: 39px;
	vertical-align:top;
	font-style:normal;
	text-align:left;
/*	margin-top: 15px;*/
	margin-bottom: -10px;
}

h1 {
	color: #0033CC; 
	font-family:'Trebuchet MS', "Times New Roman", Times, serif;
	font-size:36px;
	padding-top:16px;
	padding-left:39px;
}

h2 {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	color: #01426c;
	font-size: 26px;
	line-height:32px;
	font-weight:bold;
	padding-left: 39px;
	vertical-align:top;
	font-style:normal;
	text-align:left;
	margin-top: 15px;
	margin-bottom: 10px;
}
h3 {
	font-size:16px;
	padding-left:39px;
}

ul {
	text-align:left;
	font-family:'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
}
li {
list-style: square;
}
.sponsorText {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	color: #01426c;
	font-size: 14px;
	line-height: 19px;
	padding-left: 34px;
	vertical-align:top;
	font-style:normal;
	text-align:left;
	margin-top: 5px;
	float:left;
}

.newsroomLinks {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	color: #01426c;
	font-size: 14px;
	line-height: 19px;
	vertical-align:top;
	font-style:normal;
	text-align:left;
	margin-top: 0px;
	padding-top: 0px;
/*	margin-left: 39px;
	margin-right: 39px;
*/}
.footerLinks {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	color: #01426c;
	font-size: 12px;
	line-height: 19px;
	vertical-align:top;
	font-style:normal;
	text-align:center;
	margin-top: 5px;
}
.horizDivider {
	padding-left: 30px;
}
.tableImage {
	vertical-align:top;
/*	padding-top:18px;
*/}

table#winner {
	vertical-align:top;
	text-align:left;
	padding-top:12px;
	margin-left: 35px;
	padding-left: 15px;
	padding-bottom: 20px;
	margin-bottom: 18px;
	font-size: 13px;
	line-height:17px;
}

div#secondContentRight {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	color: #01426c;
	font-size: 14px;
	line-height: 17px;
	font-weight:bold;
	font-style:normal;
	text-align:left;
	margin-top: 5px;
}
.mainImage {
	float:left;
}
.winTheBest {
	padding-left:34px;
	padding-top: 36px;
	float:left;
}

.headerText {
	font-family:'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;	
}
.hpPara {
	font: 18px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;	
}
.hpParaGreen {
	font: 18px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #1cc96e;	
}
#enterButtonMainPage {
	margin-bottom: -5px;
}


/*Main Navigation Styles in HV and Pro*/
A:active.MainNavigation	{
	color:#003366; 
	font-size:16px; 
	font-weight: bold;
	text-decoration: none;
}
A:link.MainNavigationLink	{
	color : #003366; 
	font-size:16px; 
	font-weight: bold;
	text-decoration: none;
}
A:visited.MainNavigationLink	{
	color: #003399; 
	font-size:16px; 
	font-weight: bold;
	text-decoration: none;
}
A:Hover.MainNavigationLink	{
	color: #00CC66; 
	font-size:16px; 
	font-weight: bold;
	text-decoration: underline;
}
.MainNavigation			{
	color : #1cc96e; 
	font-size:16px; 
	font-weight: bold; 
	text-decoration: none;
	vertical-align: middle;
}

/* Newsroom link Styles  */
A:active.newsroomLinks	{
	color:#003366; 
	font-size:18px; 
	font-weight:normal;
	text-decoration: none;
}
A:link.newsroomLinks	{
	color : #003366; 
	font-size:18px; 
	font-weight: normal;
	text-decoration: none;
}
A:visited.newsroomLinks	{
	color: #003399; 
	font-size:18px; 
	font-weight: normal;
	text-decoration: none;
}
A:Hover.newsroomLinks	{
	color: #009933; 
	font-size:18px; 
	font-weight: normal;
	text-decoration: underline;
}
.newsroomLinks			{
	color : #1cc96e; 
	font-size:18px; 
	font-weight: normal; 
	text-decoration: none;
	vertical-align: top;
}

/* paragraph link Styles  */
A:active.paraLinks	{
	color:#01426c; 
	font-size:14px; 
	font-weight:bold;
	text-decoration: none;
}
A:link.paraLinks	{
	color : #01426c; 
	font-size:14px; 
	font-weight: bold;
	text-decoration: none;
}
A:visited.paraLinks	{
	color: #01426c; 
	font-size:14px; 
	font-weight: bold;
	text-decoration: none;
}
A:Hover.paraLinks	{
	color: #009933; 
	font-size:14px; 
	font-weight: bold;
	text-decoration: underline;
}
.paraLinks			{
	color : #01426c; 
	font-size:14px; 
	font-weight: bold; 
	text-decoration: none;
	vertical-align: top;
}

/* masthead link Styles  */
A:active.mastLinks	{
	color:#ffffff; 
	font-size:12px; 
	font-weight:normal;
	text-decoration: none;
}
A:link.mastLinks	{
	color:#ffffff; 
	font-size:12px; 
	font-weight: normal;
	text-decoration: none;
}
A:visited.mastLinks	{
	color:#ffffff; 
	font-size:12px; 
	font-weight: normal;
	text-decoration: none;
}
A:Hover.mastLinks	{
	color: #99FFFF; 
	font-size:12px; 
	font-weight: normal;
	text-decoration: underline;
}
.mastLinks			{
	color:#ffffff; 
	font-size:12px; 
	font-weight: normal; 
	text-decoration: none;
	vertical-align: top;
}

a:hover	{
	color: #00CC66; 
}
A:active.footerLink	{
	color:#003366; 
	font-size:13px; 
	font-weight: normal;
	text-decoration: none;
}
A:link.footerLink	{
	color:#003366; 
	font-size:13px; 
	font-weight: normal;
	text-decoration: none;
}
A:visited.footerLink	{
	color:#003366; 
	font-size:13px; 
	font-weight: normal;
	text-decoration: none;
}
A:Hover.footerLink	{
	color: #009933; 
	font-size:13px; 
	font-weight: normal;
	text-decoration: underline;
}
.footerLink			{
	color: #003366; 
	font-size:13px; 
	font-weight: normal; 
	text-decoration: none;
	vertical-align: middle;
}
a.enterButton {
	color:#FFFFFF;
}