/* CSS Document */

/*
CSS and HTML Design by Age of Rockets Production and Design
http://www.ageofrockets.com
All rights reserved.
*/

html, body 
	{
	height: 100%;
	}

body 
	{
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #003f7f;
        /*color: #000000;*/
	background: #EAFFFF;
	}

h1, h2, h3 
	{
	margin: 0px;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	}

h1 
	{
	letter-spacing: 0px;
	font-size: 2.8em;
	margin-bottom: 10px;
	}

h2 
	{
	letter-spacing: .2ex;
	font-size: 1.8em;
	}

h3 
	{
	font-size: 1.3em;
	letter-spacing: .2em;
	}

p, ul, ol 
	{
	margin: 0px 0px 20px 0px;
	text-align: justify;
	line-height: 100%;
	}

ul, ol 
{
}

a 
	{
	color: #339900;
	}

a:hover 
	{
	text-decoration: none;
	}

.color1 
	{
	color: #339999;
	}

.color2 
	{
	color: #336699;
	}

.color3 
	{
	color: #336699;
	}

.youtubeleft 
	{
	float: left;
        margin-right: 25px;
	}

.youtuberight 
	{
	float: right;
        margin-left: 25px;
	}

.alignleft 
	{
	float: left;
	}

.alignright 
	{
	float: right;
	}

.aligncenter 
	{
	margin: 0px auto;
	}

img.alignleft 
	{
	margin-right: 25px;
	}

img.alignright 
	{
	margin-left: 25px;
	}

a img, img 
	{
	border: 3px solid #336699;
	}

.two-columns 
	{
	}

.two-columns .column-one 
	{
	float: left;
	/*width: 350px;*/
	margin-right: 0px;
	}

.two-columns .column-two 
	{
	float: right;
	width: 206px;
	}

.list1 	
	{
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

.list1 li 
	{
	margin: 0px 0px 2px 0px;
	padding: 5px 10px;
	/*background: url(images/homepage06.jpg) repeat left top;*/
	background-color:#77C9FF;
	}

.list1 li.alt 
	{
	/*background-image: url(images/homepage07.jpg);*/
	background-color:#B7E2FF;
	}

.list1 a 
	{
	color: #3366CC;
	}

.list2 
	{
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	}

.list2 li 
	{
	padding: 5px 0px;
	background: url(images/homepage08.gif) repeat-x left top;
	}

.list2 li.first 
	{
	padding-top: 0px;
	background: none;
	}
	
.list2 a:hover
	{
	color:#006600;
	}

/* Wrapper */

#wrap, #bodyBG, #topLogo 
	{
	/*height: 1400px;
	min-height: 1400px;*/
	}

html>body #wrapper, html>body #bg1, html>body #bg2 
	{
	height: auto;
	}

#wrap 
	{
	background-color: #2163AD;
	}

#bodyBG 
	{
	background: url(images/bodyWide5.jpg) repeat-y center top;
	}

#topLogo
	{
	background: url(images/headerWide5.jpg) no-repeat center top;
	}

/* Header */

#header 
	{
	width: 901px;
	height: 180px;
	margin: 0px auto;
	margin-bottom: 20px;
	}


/* Top Navigation */

#nav 
	{
	float: right;
	}

#nav ul 
	{
	margin: 0px 0px 0px 0px;
	padding: 75px 0px 30px 30px;
	list-style: none;
	}

#nav li 
	{
	display: inline;
	}

#nav a 
	{
	padding: 0px 0px 0px 16px;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 18px;
	}

#nav a:hover 
	{
	color: #666666;
	}

#nav .first a 
	{
	background: none;
	}

#nav .current_page_item a 
	{
	color: #336699;
	}
	
/* second nav wide and under header */

#nav2
	{
	/*position:absolute;*/
	margin:0px;
	padding:10px;
	background-color:#999999;
	height:auto;
	letter-spacing:4px;
	border:0px;
	/*text-align:center;*/
	}
	
#nav2 ul
	{
	margin:10px 10px 10px 0px;
	padding:0px;
	list-style: none;
	}
	
#nav2 li
	{
	margin:0px;
	padding:10px 0px 10px 14px;
	display:inline;
	border-left: solid #FFFFFF 1px;
	text-align:center;
	/*border: solid #FFFFFF 2px;*/
	}

#nav2 a
	{
	margin:0px;
	padding:0px;
	font-size:20px;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	}
	
#nav2 a:hover
	{
	text-decoration:underline;
	}
	
.firstList
	{
	border:none;
	}

/* Page */

#page
	{
	width: 901px;
	margin: 0px auto;
	padding-top: 200px;
	}

/* Content */

#content 
	{
	float: left;
	width: 580px;
	}

.post 
	{
	margin: 30px;
	}

.post .title 
	{
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	/*background-color: #0099cc;*/
}


.post .meta 
	{
	padding: 10px 0px;
	/*background-color: #33CCCC;*/
	}

.post .meta p 
	{
	margin: 0px;
	line-height: normal;
	}

/* right box */

#right 
	{
	float: right;
	width: 212px;
	padding: 10px;
	background-color:#2063AD;
	margin-top: 40px;
	}
	
#right a
	{
	color:#FFFFFF;
	}
	
#right h2
	{
	padding-bottom:10px;
	}

/* Footer */

#footer 
	{
	padding-top: 20px;
	}

#footer p 
	{
	margin: 0px;
	padding: 0px;
	line-height: normal;
	text-align: center;
	}

.left
	{
	float:left;
	margin-right: 20px;
	}

.entry
	{
	border-top: solid #FFFFFF 2px;
	padding-top: 6px;
	}
	
.spacedOut
	{
	line-height:1.5em;
        }


#navBottom
        {
        text-align:center;
        }

#navBottom ul
	{
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style: none;
        display: inline;
	}


#navBottom li
        {
        display: inline;
        list-style-type: none;
        padding-right: 20px;
	list-style: none;
        }


.alert
        {
        color: #CC0000;
        }

.buttonContainer
        {
        position:relative;
        height:0px;
        width:0px;
        }


.cgbfButton
        {
        position:absolute;
        left:665px;
        top:-175px;

        background-image: url('images/CGBF_button1.png');
        height: 200px;
        width: 200px;
        float: left;
        
        }

.parNarrow
        {
        width: 600px;
        }





