/*hide from ie on mac\*/
html {
	/*height: 100%;
	overflow: hidden*/
}
#flashcontent {
	width: 100%;
	height: 100%;
    overflow: hidden;
	position: fixed;
}

/* end hide */
body {
	height: 100%;
	margin: 0;
	padding: 0;
    font-family: trebuchet MS, verdana, sans-serif;
	background-color: #021627;
}


/* text styles */

h1 {
    font-size: 30px;
    color:#FFF;
} 

h2 {
    color:#FFF;
}

h3 {
    color:#FFF;
}

p {
    color: #6aaffc;
}

.captiontxt{
    margin-top:-20px;
    color: #FFF;
    font-size: 16px;
}

.alert{
    color: #6aaffc;
    font-size: 18px;
	width: 450px;
}

.browseralert{
    margin-top:-5px;
    color: #6aaffc;
    font-size: 12px;
}

.description{
    color: #6aaffc;
    font-size: 12px;
}

.bluetxt{
    color: #6aaffc;
}

a:link {
	color:#FFF;
} 

a:visited {
	color:#FFF;
}


/* Hide Content title*/

#goaway{
    display:none;
}


/* Error box for flash download*/

#flasherror{
    width: 700px;
    padding: 10px 0px 0px 140px;
    margin: 20px 0px 20px 100px;
    height: 120px;
    background-image:url('../assets/error.jpg');
    background-repeat:no-repeat;
}


/*Container for copy/image on the homepage*/

#copy{
    margin-left: 60px;
    width: 750px;
}

#copy img{
    margin-left: -30px;
}


/*Navigation styles*/

#navcontainer{
    margin-left: 20px;
    height: 50px;
    width:800px;
    background-image:url('../assets/navbg.png');
    background-repeat:no-repeat;
    font-size: 10px;
}

#sitenav{
    padding-top:16px;
}

#sitenav li{
    padding-left:4px;
	display: inline;
    border-left: 1px solid #182737;
    text-transform: UPPERCASE;
}

#sitenav li.first{
    padding-left:4px;
	display: inline;
    border-left: none;
    text-transform: UPPERCASE;
}

#sitenav li a{
    color:#6aaffc;
    text-decoration:none;
}

#sitenav li a:hover{
    color:#FFF;
    text-decoration:underline;
}

#alternateContent {
	position: relative;
	width: 90%;
	margin: auto;
}

/* IE8 limits
total height needed: 16,709,760 pixels

pt max: 178,957
px max: 1,342,177
cm max: 5,072,796
mm max: 5,072,796
em max: 10,737,418 (671089em) (use 0.0625 to calculate from pixel height)
pc max: 10,737,418
in max: 10,737,418
ex max: 10,737,418
*/