/* CSS Document */

/*##############################################################
  Eric Meyer's Latest version of Reset.css (includes Baseline)
##############################################################*/ 

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {border: 0}

table {border-collapse: collapse; border-spacing: 0}

ul {list-style: none}

q:before, q:after,
blockquote:before, blockquote:after {content: ""}

/*#######################
  Element Styles 
#######################*/

body {
	font-size:12px;
	color:#282828;
	background-color: #f4f3f3;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
h1, h2, h3, h4, h5, p, ul, ol, dl {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
h1 {
	font-size: 2em;
	font-weight: bold;
	color: #1C2C81;
	font-weight: normal;
}

h2 {
	font-size:1.5em;
	color: #1C1C81;
	font-weight: normal;
}
h3 {
	font-size:1.25em;
	font-weight: bold;
	color: #1C2C81;
}
h4 {font-size:1.15em}
h5 {font-size:1em; font-style:italic; color:gray}

a {
	color:#0C6D7F;
	outline:none;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

th {
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-align: left;
	padding-right: 20px;
	line-height: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
}

td {
	font-size: 11px;
	color: #000;
	text-align: left;
	padding-right: 20px;
	line-height: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
}

dt {margin:15px 0; font-weight:bold}

dd {margin:5px 0 5px 15px}

ol {margin-left:25px}

.smlText {
	font-size: 0.85em;
	text-align: center;
}

.redText {
	color: #F00;
}

.right {text-align:right}

/*#######################
  Layout Styles 
#######################*/

#wrapper {
	width:930px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: #fff;
	background-image: url(../images/wrapper_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#navigation {margin: 30px 0 30px 5px}
	#navigation li {display:inline; margin-right:65px; text-transform:lowercase}
		#navigation li a {text-decoration:none;color:#CCFFFF}
			#navigation li a:hover {text-decoration:underline; color:#fff}

#content {clear:both; float:left}	
	#content p {
	line-height:1.25em;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
	#content ul {margin-left:25px; list-style-type:disc}
		#content li {
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}	
	#content .two_columns {
	float:left;
	width:430px;
	margin-right:20px
}
	#content .four_columns {float:left; display:inline; width:200px; margin-right:15px}
		#content .four_columns h3 {font-size:1.25em}

	#content .one_column {
	width:880px;
	margin-right:20px
}

.sideLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

#mainImage {
	width: 430px;
	margin-right: 15px;
	height: 240px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.calloutRedborder {
	width: 183px;
	padding: 6px;
	border: 2px solid #F00;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}

.yearOpened {
	font-style: italic;
	font-size: 0.85em;
	margin-top: -4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#voucherImage {
	width: 422px;
	height: 300px;
	text-align: center;
}

#voucherImage.HTMLPanelError {
	background-color: red;
}

#footer {
	clear:both;
	font-size:.85em;
	font-style:italic;
	color:gray;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}

/* Form Styles */
input, textarea {padding:3px; font-size:.95em; font-family:Helvetica, Arial, Verdana, sans-serif; font-style:italic; color:gray}
input {width:250px}
textarea {width:350px; height:150px}
#submit {width:100px; font-weight:bold; color:#000; font-style:normal}
