/* CSS Document */

/*********************/
/* BASIC STUFF */
/*********************/

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.70em;
	margin-top: 0px;
	padding: 0;
	background-image: url(../images/gc-bg2.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-color:#004990;
}

/*********************/
/* WRAPPER */
/*********************/

#wrapper {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

#logo {
	float: left;
	height: 120px;
}

#addytopright {
	float: right;
	height: 124px;
	padding-right: 15px;
	text-align: right;
}

#topimage {
width:740px;
margin-left: auto;
margin-right: auto;
	height: 125px;
}

/*********************/
/* MAIN NAV */
/*********************/
#nav {
	clear: left;
	margin-left: 10px;
	margin-right: 10px;
	color: #000;
	height: 28px;
	background: url(../images/menu-bg.gif) repeat-x;
	padding: 5px 0px 10px 0px;

}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
text-decoration: none;
font-weight: bold;
padding: .2em 1.5em;
color: #fff;
}

#navcontainer ul li a:hover
{
color: #fff;
background-color: #00a4e4;
}



/**** added for IE to remove gap */
ul.navcontainer li {
	display: inline;
}

/* hack for IE 6 < to make entire block clickable */
* html ul.navcontainer a { height: 1px; }


/*********************/
/* LEFT NAV */
/*********************/
#nav2 {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 180px;
	background-color: #FFFFFF;

}

ul.navbar {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;

}

ul.navbar a {
	display: block;
	width: 100%;
	border: 1px dashed #004990;
	background-color: #fff;
	padding: 5px 0px 5px 5px;
	font-size: 11px;
	font-weight: bold;
	color: #004990;
	text-decoration: none;
	margin-bottom: 5px;
	margin-right: 0px;
	text-align: left;

}

ul.navbar a:hover {
	background: #eee;
	border: 1px dashed #333;
	color: #004990;
	background-image: url(../images/lite-blue.gif);
}



/**** added for IE to remove gap */
ul.navbar li {
	display: inline;
}

/* hack for IE 6 < to make entire block clickable */
* html ul.navbar a { height: 1px; }



/*********************/
/* MAIN CONTENT */
/*********************/

#main {

	float: right;
	width: 550px;
	padding-right: 10px;
	background-color: #fff;

	}
	
* html #main{
	width: 540px;
}
	
	
h1 {
	font-family: Arial, Verdana, sans-serif;
	color: #004990;
	font-size: 2em;
	font-style: normal;
	background-image: url(../images/lite-blue.gif);
	line-height: 50%;
	margin-top: 0px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	}

p {
	color: #333333;
	line-height: 125%;
}

.imageframe {
	border: 3px solid #ccc;
	padding: 2px;
	background-color: #fff;	
}

.aligntoright {
	float: right;
	margin: 5px 5px 5px 10px;
	line-height:0;
}

.aligntoleft {
	float: left;
	margin: 5px 10px 5px 0px;
	line-height:0;
}

/* LINKS */

#addytopright a:link, #addytopright a:visited {
	color: #000;
	border-bottom: dashed 1px #333;
	text-decoration: none;
	background-color: #fff;
}

#addytopright a:hover {
	color: #fff;
	background-color: #004990;
	border-bottom: dashed 1px #333;
	text-decoration: none;
}

#main a:link, #main a:visited {
	color: #000;
	border-bottom: dashed 1px #333;
	text-decoration: none;
	background-color: #fff;
}

#main a:hover {
	color: #fff;
	background-color: #004990;
	border-bottom: dashed 1px #333;
	text-decoration: none;
}






/*********************/
/* FOOTER */
/*********************/
#footer {
	width: 714px;
	clear: both;
	color: #ffffff;
	background: url(../images/menu-bg.gif) repeat-x;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	height: 28px;
	text-align: right;
	padding: 5px 25px 0px 0px;
}


#footer a:link, #footer a:visited {
	color: #fff;
	border-bottom: dashed 1px #fff;

}

#footer a:hover {
	color: #ffff00;
	border-bottom: dashed 1px #ffff00;

}



body {
	font-size: 0.7em;
}
.gcblue {color: #004990}

.spaced {
	clear: both; 
	font-size: 1px; 
	float: none;
	height:1px;
	margin-top:-1px;
	line-height: 1px;
}
