/* master file to control styles for all pages */
body{
	font-size: 75%;
	font-family:Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0;
	height: 100%;
	padding: 0;
	text-align: center;}
.hidden{visibility:hidden;}
a:link, a:visited{	text-decoration: none;
	font-weight: bold;
	color: #666;
	text-decoration:underline;}
a:hover{text-decoration:underline;
	font-weight: bold;
	color: #1db4fa;}
a:active{
	text-decoration: underline;
	background-color: #0099cc; 
	color: #000;	
	font-weight: bold;}


#maincontainer 	{
	position: relative;
	margin: 1em auto;
	height: 100%;
	width: 840px;}
img{border: none;}
.clear {font-size: 1px; height: 1px;} 


#header{
	float: left;clear: both;width: 100%;
	margin: 0;
	text-align: left;
	height: 114px;}
#logo{  
	height: 114px;
	float: right;
	text-align: right;
	width: 268px;
	padding: 0;
	background: url("/blue/images/gemDesignBlue.jpg") no-repeat top right;}
#nav{
	float: left;
	margin-right: 3em;
	color: #fff;
	width: 140px;}
*+html #nav{
	left: -434px;}
#nav ul{list-style-type:none;
	text-align: right;}
#nav ul li a:link, #nav ul li a:visited{
	color: #1db4fa;
	text-decoration:none;
	text-transform: lowercase;
	background: url("/blue/images/navbg.jpg") no-repeat 100% 50%;
	padding-right: 30px;
	padding-top: 1em;
	padding-bottom: 1em;
	margin: 0; 
	display: block;}
#nav ul li a:active{background: url("/blue/images/navbgHover.jpg") no-repeat 100% 50%; }
#nav ul li a:hover{
	text-decoration: none;
	background: url("/blue/images/navbgHover.jpg") no-repeat 100% 50%;}
#content{
	width: 620px;
	z-index:2000;
	float: left;
	color: #666;
	text-align: left;}
*+html #content{top: -334px;}
#colone{float: left; width: 66%;}
#coltwo{float: right;}
#header:after, #content:after, #images:after, #footer:after{
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;}
h1{	font-size: 2.5em;
	color: #1db4fa;
	font-weight: normal;
	text-transform:uppercase;}
h2{	font-weight: bold;
	font-size: 1.3em;}
p strong{
        font-weight: bold;}

.blueText{color: #1db4fa;}
#footer{
	height: 250px;
	margin: 0;
	clear: both; 
	float: left;
	z-index:0;
	width: 100%;	
	background: url("/images/bgFooter.jpg") repeat-x 100% 100%;}
