/* CSS Document */

html {
	margin: 0px;
	height: 100%;
}

body {
	font:  Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 1 em;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(bgGrad_toWhyte.jpg);
	background-repeat: repeat-x;
	font-size: 0.85em;
}

html, body {height:100%;}

h1{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 2em;
	text-align:center;
	padding-left:60px;
	padding-right:50px;
}
h2{
	color:#000000;
	padding-left:60px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bolder;
}

h3{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8 em;
	padding-left:60px;
	padding-right:40px;
}

p {
	/*font-size: 0.79em;*/
	padding-left:60px;
	padding-right:50px;
	margin-bottom: 0px;
}

li {/*
	font-size: 0.79em;
	*/
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

object {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
/*
 #shadowWrapper{
	position:relative;
	text-align:center;
	margin:0px auto;
	width:808px;
	height: 100%;
 }
 
 #shadowLeft{
 background-image:url(shadowLeft.png);
 background-repeat:repeat-y;
 float:left;
 width:25px;
 height: 100%;
 }
 
 #shadowRight{
 background-image:url(shadowRight.png);
 background-repeat:repeat-y;
 position:relative;
 float:right;
 width:25px;
 height: 100%;
 }
  */
  
#header{
	background-color:#990066;
}

#wrapper{
	margin:0px auto;
	width:754px;
	height:100%;
	border-right: 10px solid #990066;
	/*
	border-bottom: 10px solid #990066;
	border-left: 5px solid #990066;
	border-right: 5px solid #990066;
	*/
	background-color: #FFFFFF;
	background-image: url(fauxFullpageBackground.gif);
	background-repeat: repeat-y;
}
 
#leftcol{
	width:143px;
	float:left;
	position:relative;
	z-index:100
  }

 #trueBlue {
 padding-left:25px;
 padding-top:30px;
 bottom:25px;
 margin:0px auto;
 z-index:50;
}
  
 /* ------------------------menu stuff----------------------- */
 
#menuitems{
	/*border-right: 3px solid #6b0d3f;*/
	background-color: #990066;
}
 
* html .menuItems ul li { float: right; height: 1%; }
* html .menuItems ul li a { height: 1%; }
 
 .menuItems li{
	font-size: 1em;
 }
 
.menuItems ul{
	display:block;
 	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bolder;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	list-style:none;
	width: 142px;
}

/* create second level, but then hide them*/
.menuItems ul ul{
	border: 1px solid #990066;
	border-left: 1px solid #FFFFFF;
	position:absolute;
	left: 143px;
	top: -1px;
	display: none;
	z-index: 300;
	background-color:#CCCC33;
	}

.menuItems ul li {
	display:block;
	width:100%;
	position: relative;
	margin:auto;
	
}
	
.menuItems ul li a {
	display: block;
	text-decoration: none;
	background: #990066;
	background-image:url(img/nav_bg.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	text-align: right;
	padding-top:3px;
	padding-right: 5px;
	margin-right:1px;
	margin-bottom:7px;
	margin-left:1px;
	}

	
.menuItems ul li a:hover{
	background:#FFFFFF;
	color:#990066;
	border-left: 1px solid #990066;
	}
	
	/*show dropdown */
	
.menuItems ul li:hover ul{
	display: block;
	background: #990066;
	color:#FFFFFF;
	}
	
.menuItems ul li:hover ul ul{
	display: block;
	background: #999999;
	color:#FFFFFF;
	}


	
	/*------------- End Menu Stuff ------------------*/
	
	
#maincol{
	text-align:left;
	display:block;
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	margin: 0;
	padding: 0;
	padding-top: 0px;
	z-index: 0;
	clear:none;
 }
 
body > #wrapper{     /*child hack overrides height in compliant browsers and adds min-height, which they understand*/
	height:auto;
	min-height:100%;
} 
 
#wrapper>#maincol{
	float:none;
	margin-left:143px;
	height:auto;
	min-height:100%;
}


 #mainLanding{
 text-align:left;
 }
 
 
#maincol ul{
	margin-left:auto;
	margin-right:auto;
	width:400px;
	border: 0px solid #990066;
	background-color:#FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	list-style:none;
 }
 
#maincol ul ul{
	margin:0px, auto;
	width:auto;
	margin-left:0px;
	border: 0px solid #990066;
	background-color:none;
	padding-top: 10px;
	padding-bottom: 10px;
	list-style:none;
}
 
#maincol li{
	background-image:url(listBulletBlack.gif);
	background-repeat:no-repeat;
	padding-left:30px;
	padding-right:30px;
	padding-bottom: 5px;
}

#maincol ul ul li{
	background-image:none;
	padding-left:20px;
}
 
#maincol a{
	color:#990066;
}
 
#maincol a:hover{
	color:#b74c94;
}

/* FAQ */

.faq h3{
	font-family:Arial, Helvetica, sans-serif
}

.faq p {
 	padding-left:60px;
}

.tableHeadings{
	padding-top:10px;
	padding-bottom:4px;
	color:#990066;
	padding-left:5px;
	padding-right:5px;
	font-size:1em;
}

.cta{
text-align:center;
border:1px solid #990066;
padding:0.8em 0.8em 0.8em 0.8em;
margin-left:auto;
margin-right:auto;
display:block;
}

.cta p {
	padding:0;
	font-weight: bolder;
}

.tableLists{
	padding:0;
	color:#990066;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:5px;
	padding-left:5px;
	font-size:1em;
}

#sizing{
height:5px;
}
td>#sizing{
height:28px;
}

#grad{
display:none;
padding:0;
margin:0;
width: 100%;
height: 28px;
background-image:url(sunRidGrad.gif);
background-repeat:repeat-x;
}

#gameItems{
width:275px;
margin-left: auto; margin-right: auto;
}

#gameItems p{
text-align:center;
}

form p{
	font-size:0.9em;
	padding:0.5em 0em 0em 50px;
	margin:0;
}

/* footer */
#footer{
	margin: auto;
	padding: 5px 0;
	text-align:center;
	background-color:#990066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: white;
	line-height:180%
} 
 
 #footer a{
	 color: white;
	 padding: 5px 0;
 } 
 
  #footer a:hover{
 } 
 #companyid{
	 padding-top:10px; 
	 text-align:center;
 }
 
 #google_translate_element{
	padding-top:10px; 
 }
 
  
 .quotes{
	padding-bottom: 10px;
	color:#891c56;
}

 .quotes em{
	color: #000;
}

 
 #leftShadow{
 background-image:url(shadowLeft.png);
 height:100%;
 }

 #rightShadow{
 background-image:url(shadowRight.png);
 }
 
  /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol,{display:none;} 
}
