/* DEFAULT STYLES FOR (X)HTML ELEMENTS
-------------------------------------------------------------------------------- */

body,ul,ol,dl,h1,h2,h3,h4,h5,h6,td,th,caption,pre,p,blockquote,input,textarea {
  font-family:  Arial, 'Helvetica Neue', sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  color:#3f3f3f;
}


a { 
  color:#3f3f3f;
  text-decoration: underline; 
  outline:none;
  cursor:pointer;
}

a:hover { 
	text-decoration: none;
	background-color: #0B1A5D;
	color:#ffffff;
}


p { margin: 5px 0 15px 0; }


h1, h1 a {
	font:normal 36px Arial, "Helvetica-Nue", sans-serif;
	color:#F7F8FC;
	background-color:#000033;
	padding:13px 0 7px 30px;
	text-transform:uppercase;
	margin:0 0 20px 0;
}

h2, h2 a {
	font:normal 24px Arial, "Helvetica-Nue", sans-serif;
	color:#0B1A5D;
	line-height:32px;
	
}

h3, h3 a {
	font:normal 18px Arial, "Helvetica-Nue", sans-serif;
	color:#0B1A5D;
	line-height:26px;
	
}

h4, h4 a {
	font:normal 16px Arial, "Helvetica-Nue", sans-serif;
	color:#4D5FA3;
	line-height:24px;
	
}

h5, h5 a {
	font:italic 14px Arial, "Helvetica-Nue", sans-serif;
	color:#5f5f5f;
	line-height:22px;
}


h1 a, h2 a {
	background:none;
	margin:0;
	padding:0;
}

ul, ol {
  list-style-position: outside;
  list-style-type: none;
}


ol { list-style-type: decimal; }
dl {
  margin-top: 12px;
  margin-bottom: 12px;
}
dl dt {
  font-weight: bold;
}

dd {
	margin:0 0 5px 0;
}


blockquote {
  margin-top: 18px;
  margin-bottom: 18px;
  padding-left: 17px;
  border-left: 1px solid #666;
  font-style: italic;
}
blockquote * { color: #666; }

strong { font-weight: bold; }

em { font-style: italic; }

hr {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #BBBBBB;
}

/* DEFAULT STYLES FOR COMMON CLASSES
-------------------------------------------------------------------------------- */

.small {
  font-size: 10px;
  line-height: 18px;
}

.large {
  font-size: 16px;
  line-height: 24px;
}

.quiet {
  color:#919191;
  font-weight:100;
}

.accented_text {
   color:#0B1A5D;
}

.small_button {
	background: url(../images/button_bg.gif) no-repeat;
	font-size:12px;
	line-height:32px;
	margin-left:-4px;
	color:#ffffff;
	text-decoration:none;
	width:81px;
	display:block;
	text-align:center;
	border:none;
	padding:6px 0;
}


a.small_button {
	background: url(../images/button_bg.gif) no-repeat;
	font-size:12px;
	line-height:32px;
	margin-left:-4px;
	color:#ffffff;
	text-decoration:none;
	width:81px;
	display:block;
	text-align:center;
	padding:0;
}

.large_button {
	background: url(../images/lg-button.gif) no-repeat;
	font-size:16px;
	line-height:normal;
	margin-left:-4px;
	color:#ffffff;
	text-decoration:none;
	width:148px;
	display:block;
/*	text-align:center;
*/	border:none;
	padding:10px 0;
}


a.large_button {
	background: url(../images/lg-button.gif) no-repeat;
	font-size:16px;
	line-height:normal;
	margin-left:-4px;
	color:#ffffff;
	text-decoration:none;
	width:148px;
	display:block;
/*	text-align:center;
*/	padding:0;
}

a:hover.small_button, a:hover.large_button {
	cursor:pointer;
	text-decoration:none;
	color:#ffffff;
}



/* EXTRA DEFAULT STYLES FOR COMMON TYPOGRAPHIC IDIOMS
-------------------------------------------------------------------------------- */

.caps {	
	text-transform: uppercase;
	}
.serif {
	font-family:Georgia, "Times New Roman", Times, serif;
	}
.italic {
	font-style:italic;
	}
.mini {
	font-size:.88em;
	}
.light {
	font-weight:100;
	}
.heavy {
	font-weight:900;
	}
.highlight {
  	background:#fff9cf;
	border:1px solid #f9ec8f;
	padding:10px 20px;
	margin:15px 0;
  	}


.error {
  	color:#CE4538;
  	}
.clear {
  clear: both;
  }

