@charset "utf-8";
/***
 * GPC Style.css
 **/


/* reset */
html,body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,blockquote,th,td,p,h1,h2,h3,h4,h5,h6 {
    margin:0;
    padding:0;
  }

ul, li {
	list-style:none;
	}

h1 {
	font-size:36px;
	}
	
h2 {
	font-size:28px;
	}
	
h3 {
	font-size:24px;
	}
img {
	border:none;
  }
	


/***
 * Master Layout
 */
html,
body {
	border:0;
	height:100%;
	background-color:#CBE5FF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
#top {
	background-color:#0A57A4;
	height:19px;
	width:100%;
	}
	
#top_blurb {
	position:relative;
	right:50px;
	background:url(/img/common/top_blue_txt_area.png);
	background-position:right;
	background-repeat:no-repeat;
	height:44px;
	width:100%;
  }
#top_blurb form {
	font-size:22px;
	line-height:44px;
	color:#FFF;
	width:361px;
	text-align:center;
	position:absolute;
	right:0;
}

#page {
	width:952px;
	margin:0 auto;
	position:relative;
	
	/* To make a light blue buffer at the bottom for now.
	Eventually to be replaced by a large footer. */
	padding-bottom:30px;
	}
	
/***
 * Header
 */

#header {
	width:100%;
	position:relative;
	overflow:hidden;
	}
	
#logo {
	float:left;
	width:347px;
	height:107px;
	}

/***
 * Top Navigation
 */
#top_nav {
	float:right;
	height:48px;
	line-height:52px;
	vertical-align:bottom;
	position:absolute;
	bottom:0;
	right:0;
	}
#top_nav p {
	color:#FFF;
	font-size:18px;
	}
#top_nav a,
#top_nav a:visited {
	text-decoration:none;
	color:#FFF;
	}
#top_nav a:hover {
	text-decoration:none;
	color:#FF0;
	}

#nav_active {
	height:48px;
	width:108px;
	float:left;
	background:url(/img/common/top_nav_active.png) no-repeat bottom;
	text-align:center;
	font-size:24px;
	}
#nav_active p {
	font-size:24px;
	}
#nav_right {
	float:left;
	padding:0 15px;
	line-height:31px;
	height:31px;
	margin-top:17px;
	background:url(/img/common/top_nav_right.png) no-repeat bottom right;
	}
#nav_left {
	float:left;
	padding:0 15px;
	line-height:31px;
	height:31px;
	margin-top:17px;
	background:url(/img/common/top_nav_left.png) no-repeat bottom left;
	}



/***
 * Container
 */
#container {
	background-color:#FFF;
	overflow:hidden;
	}

#footer {
	background-color:#0A57A4;
	width:100%;
	overflow:hidden;
	color:#FFF;
	position:relative;
	}
#footer a {
	color:#DDF;
	text-decoration:none;
	}
#footer p {
	padding:10px 0 10px 15px;
	}
#footer img {
	position:absolute;
	right:15px;
	top:5px;
	}

/***
 * Content Pages
 */
#content {
	padding:20px;
	width:600px;
	float:left;
	}
#sidebar {
	float:right;
	padding:20px 20px 0 0;
	}
	
#side_menu {
	background:url(../img/common/side_menu_top.png) no-repeat top;
	padding-top:10px;
	width:277px;
	margin-bottom:20px;
	}
#side_menu_inner {
	background:url(../img/common/side_menu_bot.png) no-repeat bottom;
	padding:10px;
	}
#side_menu ul {
	margin-left:8px;
	}
#side_menu li {
	font-size:16px;
	}
#newsletter {
	background:url(../img/common/newsletter-bg.gif) no-repeat;
	width:279px;
	height:220px;
	padding-top:45px;
	}
#newsletter p {
	padding: 10px 0 5px 25px;
	color:#fff;
	margin:0;
	}
#newsletter input[type=text] {
	margin:0 0 0 25px;
	}
#newsletter_first,
#newsletter_last {
	width:120px;
	}
#newsletter_email {
	width:148px;
	}
#newsletter input[type=image] {
	margin:15px 0 0 75px;
	}
