* { /* Zero Everything */
	font-family: arial, helvetica, verdana, sans-serif;
}

/* Global Tag Styles */
body {
	background-color: #fff;
	color: #504F4F;
	font-size: small;
}
h1 {
	font-size: 100%;
}
h2 {
	font-size: 110%;
	margin: 10px 0 3px 0;
}
form br {
  clear: left;
}
fieldset {
  border: 0;
}
legend {
  display: none;
}
label {
  font-size: 90%;
  font-weight: bold;
  float: left;
  margin-top: 2px;
  text-align: right;
  width: 120px;
}
input, textarea, select {
  display: block;
  margin-left: 130px;
}
select {
  margin-top: 8px;
}
p {
	font-size: 90%;
	line-height: 1.3em;
	text-align: justify;
}
#sidebar p {
	margin: 3px 0 0 0;
}

table {
  border-collapse: collapse;
}
tr {
  vertical-align: top;
}

/* ============================================================================
	LAYOUT 																																	 
============================================================================*/
#wrap {
	margin: 0 auto;
	width: 780px;
}
#header {
	border: 1px solid #CFCFCF;
    margin-bottom: 5px;
	height: 175px;
}
#nav {
	height: 30px;
	margin: 5px 0;
	width: 780px;
}

#content-wrap {
  clear: both;
	margin: 10px 0 8px 0;
	width: 779px;
}
#content {
	width: 779px;
}
#content .gutter {
	padding: 10px 25px;
}
#sidebar {
	width: 244px;
}
#sidebar .gutter {
	padding: 18px;
}
#sidebar img {
  margin: 20px 0;
}

/* ============================================================================
	DESIGN 																																	 
============================================================================*/
#nav {
	/*background: #939CA3;*/
}
#nav ul {
  background: #9AAAB6 url('../images/background-nav.gif') repeat-x;
	border: 1px solid #CFCFCF;
	list-style: none;
	padding: 9px 10px;
  margin: 0;
	text-align: center;
}
#nav li {
	border-right: 1px solid #C2D4E0;
	display: inline;
	padding: 9px 10px;
	margin-left: -4px;
}
#nav a {
	color: #fff;
	font-size: 85%;
	text-decoration: none;
	text-transform: uppercase;
}
#nav a:hover {
	color: #12274b;
}
#nav #active {
	color: #12274b;
}

#errors {
  color: #111;
  border: 1px solid #c00;
  background: #ccaaaa;
  padding: 15px;
}

#content {
	background-color: #E3E4D8;
	border: 1px solid #CECCCC;
}
#sidebar {
	background: #d4d8dd url('../images/background-sidebar.gif') repeat-x;
	border: 1px solid #CECCCC;
}
#content a, #sidebar a {
	color: #0269C1;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover, #sidebar a:hover {
	color: #0269C1;
	font-weight: bold;
	text-decoration: underline;
}
#sidebar p {
  line-height: 1.7em;
}

#sidebar ul {
	padding: 0;
	margin: 0;
	padding-left: 25px;
}
#sidebar li {
	font-size: 90%;
}
#content ul {
  /* list-style-image: url('../images/bullet.gif'); */
  padding-left: 25px;
  margin: 0;
}
#content li {
	font-size: 90%;
  line-height: 1.3em;
  font-weight: bold;
}


#footer, #subfooter {
	clear: both;
	font-size: 85%;
	text-align: center;
}
#footer p {
	text-align: center;
}
#footer {
	background: #F0EEEF url('../images/grey-square.gif') 763px 90% no-repeat;
	border: 1px solid #CFCFCF;
	padding: 5px;
}
#footer a {
	color: #7E7E7E;
	text-decoration: none;
}
#subfooter a {
	color: #5F5E5E;
	text-decoration: none;
}

/* ============================================================================
	PAGE SPECIFIC LAYOUTS 																																	 
============================================================================*/

.homepage #content { background: #F8EDC7; width: 423px; }
.homepage #sidebar { width: 341px; }
.homepage #sidebar .gutter { padding-left: 40px; }

.calculators #content { background: #F8EDC7; }
.nosidebar #content { background: #F8EDC7; width: 780px; }

.aboutus #content { background: #E7EBE7; }