/**
 * Styles for GP Connections
 *
 * Scultped by imagin8 <info@imagin8.com>
 */
body {
	padding: 0;
	margin: 0;
	font-family: Arial, sans-serif;
}

body.homepage {
	background: white url(../images/bg_homepage.gif) repeat-x;
}
body.level2 {
	background: white url(../images/bg_homepage.gif) repeat-x;
	/*background: white url(../images/bg_level2.gif) repeat-x;*/
}

img {
	border: 0;
}

form {
	display: inline;
}

a {
	color: #017B86;
}
a:hover {
	text-decoration: none;
}

hr {
	height: 0px;
	border: 0;
	border-top: 1px dashed #999999;
	margin: 10px 0 0 0;
	padding: 0;
}

.encompassing {
	width:	800px;
	margin: auto;
}

#hero {
	background: transparent url(../images/hero_1.jpg) 50% 0 no-repeat;
	height: 100px;
}

/**
 * IE 6 fixes for banners, we need !important.
 * unfortunately #hero.hero_1234 doesn't work!
 */
.hero_1367 {
	background: #C2CAE1 url(../images/hero_issues.jpg) 50% 0 no-repeat !important;
}
.hero_929 {
	background: transparent url(../images/hero_programs.jpg) 50% 0 no-repeat !important;
}
.hero_740 {
	background: transparent url(../images/hero_support.jpg) 50% 0 no-repeat !important;
}
.hero_744 {
	background: transparent url(../images/hero_resources.jpg) 50% 0 no-repeat !important;
}

h1#logo {
	background: url(../images/logo.gif) no-repeat;
	height: 97px;
	width: 382px;
	margin: 0;
	padding: 0;
	float: left;
}
h1#logo a {
	display: block;
	text-indent: -2000px;
	height: 97px;
	width: 382px;
}

#search {
	padding-top: 40px;
}

#search .text_field {
	height: 17px;
	border: 1px solid #015657;
	float: right;
	margin-right: 4px;
}

#search .submit {
	float: right;
}

#menu {
	height: 38px;
	clear: both;
}

#slider {
	height: 144px;
}

/**
 * ctoc styles
 */
#ctoc {
	padding: 20px 0 0 0;
}
.ctoc_item0, .ctoc_item1, .ctoc_item2 {
	margin: 0;
	padding: 7px 0 7px 30px;
	border-bottom: 1px dashed #999999;
	color: #017B86;
	background: url(../images/arrow_nav.gif) 10px 50% no-repeat;
	font-size: 90%;
}
.ctoc_item0 {
	padding: 0px 0 7px 10px;
	background: none;
}
.ctoc_item2 {
	padding: 7px 0 7px 40px;
	background: url(../images/arrow_nav.gif) 20px 50% no-repeat;
}
.ctoc_item0 a, .ctoc_item1 a {
	text-decoration: none;
	display: block;
}
#ctoc_current_item a {
	color: #AD1D0E;
}


#nav {
	width: 205px;
	float: left;
}
#nav ul {
	margin: 0;
	padding: 20px 0 0 0;
	list-style: none;
}
#nav li {
	margin: 0;
	padding: 0 0 0 30px;
	border-bottom: 1px dashed #999999;
	color: #017B86;
	background: url(../images/arrow_nav.gif) 10px 50% no-repeat;
	height: 23px;
	padding-top: 7px;
	font-size: 90%;
}
#nav li a {
	text-decoration: none;
	display: block;
}

body.level2 #content {
	width: 580px;
	float: right;
	font-size: 80%;
	line-height: 150%;
	padding-top: 18px;
}
body.level2 #content font {
	font-size: 12px;
}
body.homepage #content {
	padding-top: 15px;
	font-size: 80%;
}

body.homepage #content #recent_updates {
	width: 200px;
	margin-right: 10px;
	float: left;
}
body.homepage #content #recent_updates h2 {
	background: #079091;
	padding: 2px 15px;
	margin: 0;
	font-family: Arial;
	text-transform: uppercase;
	color: white;
	font-size: 110%;
	font-weight: normal;
}
body.homepage #content #recent_updates h3 {
	font-size: 93%;
	font-weight: normal;
	line-height: 150%;
	margin-top: 10px;
}
body.homepage #content #recent_updates a {
	color: #333333;
}
body.homepage #content #main_content {
	width: 380px;
	margin-right: 20px;
	float: left;
}
body.homepage #content #learn_more {
	float: left;
	width: 180px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	line-height: 36px;
	color: #AD1D0E;
}

body.homepage #content h2 {
	font-size: 135%;
	font-weight: normal;
	line-height: 140%;
}
body.level2 #content h1 {
	font-size: 160%;
	text-transform: uppercase;
	font-weight: normal;
}
body.level2 #content h2 {
	font-size: 135%;
	text-transform: uppercase;
	font-weight: normal;
}
body.level2 #content h3 {
	font-size: 120%;
}
body.level2 #content h4 {
	font-size: 100%;
}
body.level2 #content h5 {
	font-size: 85%;
}
body.level2 #content h6 {
	font-size: 75%;
}

/* buttons for rhs of homepage */
.homepage_button {
	background: #B8362B;
   	padding: 5px;
   	color: white;
	width: 140px;
}


#sitemap a {
	color: #AD1D0E;
	font-weight: bold;
	text-decoration: none;
}
#sitemap a.sitemap-link {
	color: #667072;
}

#footer {
	border-top: 1px dashed #999999;
	height: 100px;
	background: url(../images/footer.gif) 50% 100% no-repeat;
	margin-top: 50px;
	font-size: 65%;
	color: #807D7B;
	font-family: Verdana, sans-serif;
	padding: 9px 0 0 5px;
}
#footer a {
	color: #999999;
}
