/* Swatches 
Background:
Text:
Dark Blue:#00529b;
Light blue:#8ac0e8;

*/

 
/* TAGS STYLES 
____________________________________*/
html {
	height: 100%;
	margin:0px;
	padding:0px;
}

body {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 12px;
	height: 100%;
	line-height:1.5em;
	margin:0px;
	padding:0px;
	color:#333333;
}

img {
	border:0;
}

h1 {
	font-size:30px;
	font-weight:normal;
	color:#00529b;
	border-bottom:1px solid #8ac0e8;
	margin:0;
	margin-top:25px;
	padding:0 0 7px 0;
}

h2 {
	font-size:18px;
	font-weight:normal;
	color:#00529b;
	margin:0;
	padding:0;
}

h3 {
	font-size:14px;
	font-weight:normal;
	color:#00529b;
	padding-bottom:2px;
	margin-top:25px;
	border-bottom:1px solid #8ac0e8;
}

table td {
	vertical-align:top;
}

address {
	padding:0;
	margin:0;
	font-style:normal;
	display:block;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

.micro {
	font-size:9px;
	line-height:10px;
}

.success {
	background: url(/images/icons/tick.jpg) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #7ec874;
	margin: 10px;
	border-bottom: 2px solid #7ec874;
	color:#000;
}


/* TEXT STYLES 
____________________________________*/
a:link, a:visited {
	color:#00529b;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/* NAV STYLES 
____________________________________*/
#nav ul a {
	display:block;
	color:#333333;
}

#nav ul {
	list-style:none;
	font-size:14px;
	padding:0;
	margin:0;
}

#nav ul li {
	border-bottom:1px solid #8ac0e8;
	margin:0;
	padding:8px 0;
}

#nav ul li ul {
	border-top:1px solid #8ac0e8;
	margin: 8px 0 0 0;
	padding:0 0 0 15px;
}

#nav ul li ul a {
	display:block;
	color:#00529b;
}

#nav ul li ul li {
	border:none;
	margin:0;
	padding:1px;
	font-size:12px;
}

#footer ul {
	list-style:none;
	font-weight:bold;
	padding:0;
	margin:0;
}

#footer ul li {
	padding:0 0 18px 0;
}

#footer ul ul {
	list-style:none;
	font-weight:normal;
}

#footer ul ul li {
	padding:0;
}

#footer table {
	padding:0 0 0 50px;
}

#footer table td {
	padding: 0 40px 0 0;
}

/* LAYOUT STYLES 
____________________________________*/
#beta { 
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:100; 
	width:80px; 
	height:80px; 
}

#mainwrapper {
	position:relative;
	margin:0px auto;
	width:960px;
}

#header {
	position:relative;
	z-index:2;
}

#body {
	position:relative;
	width:930px;
	padding:20px 10px 15px 20px;
	clear:both;
	z-index:1;
}

#nav {
	float:left;
}

#content {
	float:left;
	padding: 0 0 20px 20px;
}

#footer {
	font-size:10px;
}

#impulseCopyright {
	text-align:center;
	border-top:1px solid #8ac0e8;
	padding:15px;
}

#logo {
	float:left;
	padding: 10px 0 0 0;
}

#background {
	background:url(/images/background_2.jpg) repeat-x;
	width:960px;
	height:364px;
	position:absolute;
	top:110px;
}

.highlightImage {
	padding: 0 7px 0 0;
}

.contentHeader {
	height:93px;
}

.contentHeader .inner {
	float:left;
	background:url(/images/header_2.png) repeat-x;
	height:93px;
	width:705px;
	display:block;
}
.contentHeader h3 {
	font-size:30px;
	float:left;
	padding:0;
	margin:0;
	border:none;
	padding: 25px 0 0 20px;

}

.contentHeader h1 {
	font-size:20px;
	font-weight:bold;
	float:right;
	border:none;
	margin:0;
	padding: 35px 15px 0 0;
}

.contentHeader h2 {
	font-size:20px;
	font-weight:normal;
	float:right;
	clear:right;
	border:none;
	color:#333333;
	padding: 0 15px 0 0;
	
}

#map{
	margin: 20px 20px 0 0;
	float:left;
}

#map2{
	margin: 20px 20px 0 0;
	float:left;
}

.sideBar {
	float:left;
	width:205px;
}

/* CORNERS 
____________________________________*/

.contentTable {
	border-collapse:collapse;
	margin-top:20px;
	width:730px;
}

.sidebarTable {
	border-collapse:collapse;
	margin-top:20px;
	width:195px;
}

.contentLogin {
	border-collapse:collapse;
	margin-top:20px;
	width:354px;
}

.tl {
	height:10px;
	width:10px;
	background:url(/images/corners.png);
}

.t {
	height:10px;
	background:url(/images/top.png) 0 0 repeat-x;
}

.tr {
	height:10px;
	width:11px;
	background:url(/images/corners.png) 13px 0;
}

.l {
	width:11px;
	background:url(/images/sides.png);
}

.c {
	padding:0 23px 23px 23px;
	text-align:justify;
	background:#ffffff;
}

.sidebarTable .c {
	padding:0;
}

.r {
	width:11px;
	background:url(/images/sides.png) -4px 0;
}

.bl {
	height:13px;
	width:10px;
	background:url(/images/corners.png) 0 -10px no-repeat;
}

.b {
	height:13px;
	background:url(/images/top.png) 0 -4px repeat-x;
}

.br {
	height:13px;
	width:11px;
	background:url(/images/corners.png) -10px -10px no-repeat;
}



/* CONTACT PANEL 
____________________________________*/

#contact {
	float:right;
	padding:20px 0 0 0;
}

#contact .cleft {
	float:left;
	background:url(/images/contact_1.jpg);
	width:113px;
	height:71px;
	padding:10px 0 0 20px;
	cursor:pointer;
}

#contact .cmiddle {
	float:left;
	background:url(/images/contact_2.jpg) repeat-x;
	height:60px;
}

#contact .cmiddle .field {
	float:left;
	height:34px;
	border-left:1px solid #333333;
	padding:10px 15px 10px 10px;
	text-align:right;
}

.field img {
	float:left;
	margin:0 5px 10px 0;
}

#contact .cright {
	float:left;
}

#contact address {
	width:230px;
}


#contactBox{
	position:absolute;
	top:100px;
	left:250px;
	z-index:1000;
}

#contactBox .inner {
	float:left;
	background:url(/images/contactBox_2.png) repeat-x;
	height:275px;
}

.contactNav {
	border-bottom:1px solid #8ac0e8;
	width:100%;
	margin:0 0 20px 0;
}

.contactNav ul {
	list-style:none;
	padding:0;
	margin:0;
	height:35px;
}

.contactNav ul li {
	float:left;
	padding: 10px 40px 5px 10px;
}

.contactInfo {
	padding: 0 0 0 15px;
	float:left;
}

.contactInfo .field {	
	border-bottom:1px solid #8ac0e8;
	padding:10px 15px 10px 0;
	width:230px;
}

.contactInfo .last {
	border-bottom:none;
}

.close {
	position:absolute;
	bottom:20px;
	right:20px;
}


/* PUSHUP STYLES
____________________________________*/

#pushup {
  position: fixed;
  top: 10px;
  right: 10px;
  margin: 0;
  padding: 4px;
  background: #ffffc6;
  border: 1px solid #b0dfc8;
  z-index: 9999;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
}

#pushup * {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}
.withReminder { padding-bottom: 6px; }
#pushup a { 
  outline-style: none;
  text-decoration: none;
}

#pushup .pushup_messageLink {
  float: left;
  position: relative;
  color: #4293cd;
  font-size: 12px;
  cursor: pointer;
}

#pushup .pushup_icon {
  position: relative;
  float: left;
  height: 22px;
  width: 22px;
  margin-right: 5px;
  overflow: hidden;
  vertical-align: middle;
}

#pushup .pushup_message {
  position: relative;
  float: left;
  marginRight: 3px;
  line-height: 22px;
  vertical-align: middle;
}

#pushup .pushup_reminder {
  float: left;
  clear: both;
  font-size: 10px;
  color: #84a2ac;
  margin-left: 27px;
  cursor: pointer;
}

#pushup .pushup_messageLink:hover,
#pushup .pushup_reminder:hover { text-decoration: underline; }

/* INPUT FROM STYLES 
____________________________________*/
.inputField{
	border:1px solid #333;
	width:300px;
	padding:5px;
}

.inputField.short {
	width:40px;
}

.inputField2{
	border:1px solid #333;
	padding:5px;
	width:161px;
}

.inputBox {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 12px;
	border:1px solid #333;
	padding:5px;
	width:402px;
}
input.error{
	border:1px dotted #900;
}

td.label {
	vertical-align:middle;
}

em.error {
	background:url('/images/icons/exclamation.jpg') no-repeat;
	display:block;
	padding: 0 0 0 18px;
}

em.success{
	background:url('/images/icons/tick.jpg') no-repeat;
	color:#FFF;
	padding:0;
	border:0;
	margin:0;
}

table table label{
	padding-right:30px;
	display:block;
}

td h3 {
	margin-bottom:0px;
	width:600px;
}

.rs {
	width:220px;
}

.cs {
	width:300px;
}