body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	background-color: #7A96AE;
	padding: 0;
	margin: 0;
}

p, h1, h2, h3, h4, ul, div {
	margin-top: 0;
}

h1 {
  font-size: 28px;
}

.clear {
	clear: both;
}

.red {
	color: red;
}

.small {
  font-size: 85%;
}

.non-stock {
  clear: both;
  margin-top: 3em;
}

.fraction {
  font-size: 90%;
}

img.envelope {
  margin-right: .5em;
  float: right;
}

#page {
	width: 734px;
	margin: 0 auto;
	padding: 0;
	background: white url(images/page_bg.gif) top left repeat-y;
}

#top {
	width: 734px;
	background: white url(images/banner_bg.gif) top left repeat-y;
}

#logo {
	width: 706px;
	background: transparent url(images/top_bg.gif) top left repeat-x;
	height: 99px;
	margin-left: 14px;
	position: relative;
}

.gci_logo {
	position: absolute;
	top: 13px;
	left: 11px;
}

#top_menu {
	position: absolute;
	right: 13px;
	top: 13px;
	font-size: 12px;
}

#top_menu a {
	color: #122569;
	text-decoration: none;
	padding: 1px;
}

#top_menu a.selected {
   border-bottom: 2px solid #122569;
}

#top_menu a:hover {
  color: #fff;
	background-color: #122569;
	text-decoration: none;
}


#main_banner {
	position: relative;
	height: 88px;
}

#menu_box {
	position: absolute;
	right: 13px;
	top: 0;
	background: transparent url(images/small_blue_box.gif) top left no-repeat;
	width: 202px;
	height: 88px;
	
	color: white;
}

#menu_box h2 {
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	margin: 0;
	padding-bottom: 3px;
	margin-bottom: 2px;
  background: transparent url(images/menu_sep_line.gif) bottom left no-repeat;
}

#menu_box h2.last {
  background: transparent url(images/menu_no_sep_line.gif) bottom left no-repeat;
}


#menu_box ul {
  position: relative;
  top: 5px;
  list-style-type: none;
  margin-left: 17px;
  padding-left: 0;
}

#menu_box li {
  color: #fff;
  background: transparent url(images/menu_bullet_inactive.gif) 3px 40% no-repeat;
  margin-left: 0px;
  padding-left: 0;
}

#menu_box li.selected {
  background: transparent url(images/menu_bullet_active.gif) 3px 40% no-repeat;
}

#menu_box ul li a {
  color: #fff;
  margin-left: 30px;
  text-decoration: none;
}

#menu_box ul li a:hover {
  color: #5A9ACD;
}

#slogan_box {
	position: absolute;
	top: 0px;
	left: 14px;
	width: 504px;
	height: 88px;
	background: transparent url(images/light_blue_box.gif) top left no-repeat;
}

#slogan_box h1 {
	position: absolute;
	right: 308px;
	top: 4px;
	
	text-align: right;
	color: white;
	font-size: 23px;
	font-weight: 100;
	text-transform: uppercase;
	letter-spacing: 4px;
}

#slogan_box ul {
	position: absolute;
	text-align: left;
	color: white;
	font-size: 14px;
	left: 200px;
	top: 8px;
	margin-left: 1em;
	padding-left: 1em;
}

#slogan_box li {
	margin-bottom: 3px;
	font-weight: 100;
	letter-spacing: 1px;
}

#collar {
	position: relative;
	left: 7px; 
	padding-top: 4px;
}

#contents {
	position: relative;
	width: 720px;
	left: 7px;
	background: transparent url(images/banner_page_fade.jpg) top left repeat-x;
}

#contents h2 {
	border-bottom: 1px solid #333;
	font-size: 1.3em;
}

#contents h4 {
  font-size: 1.2em;
  margin-bottom: .2em;
}

#main {
	position: relative;
	float: left;
	left: 6em;
	width: 478px;
	padding-top: 1em;
	line-height: 1.2;
	font-size: 1em;
}

#main p {
  padding: 0;
  margin-bottom: 1em;
  line-height: 1.4;
}

#main h3 {
	font-size: 1.2em;
}

#main ul {
  list-style-type: square;
}

#main li {
  margin-bottom: .2em;
}

#sidebar {
	margin-left: 512px;
	padding-top: 1em;
	width: 200px;
}

#sidebar h3 {
	font-size: 13px;
	margin-bottom: .2em;
}

#bottom_contact {
  text-align: center;
  font-size: .9em;
  margin-bottom: .9em;
  color: #122569;
}

#bottom_menu {
	text-align: center;
	font-size: 11px;
}

#bottom_menu a {
  color: #3F75A4;
  text-decoration: none;
  padding: 2px 2px;
  border-left: 1px solid #3F75A4;
}

#bottom_menu a:hover {
  color: #3F75A4;
  text-decoration: underline;
  padding: 2px 2px;
  border-left: 1px solid #3F75A4;
}

#bottom_menu a.first {
  border-left: 0;
}

#bottom_menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-bottom: 8px;
}

#bottom_menu li {
  display: inline;
}

#copyright {
	text-align: center;
	font-size: 11px;
	color: #fff;
	
	width: 734px;
	margin: 0 auto;
	padding-top: .6em;
	background: transparent url(images/page_bottom.gif) top left no-repeat;
	padding-bottom: 2em;
}

#copyright a {
	color: #fff;
}

#quote h2 {
  margin-top: .2em;
  clear: both;
}

#quote p {
  margin-bottom: .4em;
}

#quote p.button {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #333;
  text-align: center;
}

#quote label{
  float: left;
  width: 120px;
  text-align: right;
  padding-right: .4em;
}

#quote p.required {
  font-weight: bold;
}

#quote .col1 {
  float: left;
  width: 48%;
}

#quote .col2 {
  float: right;
  width: 48%;
}

#quote select.size_menus {
  display: none;
}

#quote select.show {
  display: inline;
}

#quote fieldset {
  background: transparent url(images/banner_page_fade.jpg) top left repeat-x;
  border: 0;
  border-left: 1px solid #DCE7F8;
  border-top: 1px solid #54BAE7;
  margin: 0;
  margin-bottom: 3em;
  padding: .5em;
  padding-top: .2em;
  clear: both;
}

#map {
  float: right;
  border: 1px solid #333;
  padding: 2px;
  
}


