/************* main text styles **************/

body {
	margin:0;
	background-image: url(../images/gha_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #CCF2FA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

h3 {
	color: #15AEDD;
	display: block;
	margin-bottom: 7px;
	font-size: 1.2em;
	margin-top: 28px;
}

p {
	display:block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #666666;
	line-height: 1.4em;
	width: 240px;
}

input {
	font-size: 1.5em;
}
a:link {
	text-decoration: none;
	color: #15AEDD;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#nav {
	font-weight: bold;
	color: #FD9C27;
	font-size: 1em;
	float: left;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 14px;
}

#nav a:link {
	color: #FD9C27;
}

#nav a:visited {
	color: #FD9C27;
}

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

#nav a:active {
	color: #FD9C27;
}


.navbreak {
	color:#FFFFFF;
}

#introtext {
	font-size: 1.3em;
	color: #15AEDD;
	width: 65%;
	line-height: 1.4em;
	margin-bottom: 7px;
	float: left;
	clear: left;
	margin-top: 7px;
}

.urhere {
	color: #FFFFFF;
	text-decoration: underline;
}

#footermail a:link{
	color:#FFFFFF;
}

#footermail a:visited{
	color:#FFFFFF;
}

#footermail a:hover{
	color:#FFFFFF;
}

#footermail a:active{
	color:#FFFFFF;
}

ul {
	display:block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #666666;
	line-height: 1.7em;
	list-style-image: url(../images/bullet.gif);
}

.caption {
	color: #15AEDD;
	text-align: right;
	font-size: 0.9em;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	width: 260px;
}


/************* layout styles **************/

html, bdoy, #wrapper {
	height:100%;
}

#wrapper {
	width:600px;
	margin-right:auto;
	margin-left: auto;
}


#content {
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	padding-top: 63px;
	padding-right: 28px;
	padding-bottom: 42px;
	padding-left: 28px;
}

#footer {
	background-color: rgb(11, 144, 245);
	height: 80px;
	position: fixed;
	width: 600px;
	padding: 0px;
	background-position: bottom;
	color: #FFFFFF;
	margin: 0px;
	bottom: 0px;
}

.footercontent {
	margin-top: 7px;
	margin-right: 14px;
	margin-bottom: 0px;
	margin-left: 14px;
}

#footerlogo {
	margin: 0px;
	padding-top: 21px;
	padding-right: 14px;
	padding-bottom: 7px;
	padding-left: 14px;
	clear: both;
	float: left;
}

#footermail {
	float: left;
}

#footerphone {
	float: right;
}

#column1 {
	float: left;
	width: 260px;
}

#column2 {
	float: right;
	width: 260px;
}

.divider {
	display: block;
	height: 330px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00CCFF;
}

.divider0 {
	display: block;
	height: 440px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00CCFF;
}

.divider2 {
	display: block;
	height: 330px;
}

/************************ CLEARFIX ************************/

.clearFix:after {
    content: "."; 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 1.2em;
}

.clearFix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearFix {height: 1%;}
.clearFix {display: block;}
/* End hide from IE-mac */
