/* Resets
-------------------------- */

body, div, form   , object{
	margin: 0;
	padding: 0px;
}

/* Body Typeset
-------------------------- */

@charset "utf-8";
body {
	background: #fff;
	color: #333;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

td, th {
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px 2px 0px 2px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
h1 {
	margin: 0px 0 5px 0;
	color: #019CB0;
	font-size: 1.6em;
	font-weight: bold;
}
h2 {
	font-size: 1em;
	color: #0492D4;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
}
h3 {
	margin-top: 20px 0px 5px 0px;
	font-size: 0.95em;
	color: #0492D4;
}
h4 {
	font-size: .9em;
}
p {
	margin: 0px 0px 15px;
	padding:0px;
	font-size: .9em;
}
dl {
	font-size:.9em;
	
}
dt {
	font-weight: bold;
}
dd {
	margin-left:0px;
	margin-bottom: 10px;
}
caption {
	font-size: 1.1em;
	color: #039;
	display: block;
}
blockquote {
	margin-top: 0px;
	margin-right: 17em;
	margin-bottom: 5px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 0.9em;
	quotes: "\201C" "\201D";
}
blockquote p {
	font-size: 1.1em;
} 
blockquote:before { content: open-quote; font-weight: bold; } 
blockquote:after { content: close-quote; font-weight: bold; } 

/* Layout - IDs
-------------------------- */
#container {
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	padding: 0px;
}
#t {
	background-image: url(../images/r_gradient.jpg);
	background-repeat: repeat-y;
	background-position: right bottom;
	clear: right;
}

#header {
	padding: 0;
	height: 170px;
	background-image: url(../images/home_banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	/*border-bottom: 1px solid #039;*/
}
#navigation {
	border-right: 1px solid #87D6F5;
	border-bottom: 1px solid #87D6F5;
	border-left: 1px solid #87D6F5;
	border-top: none;
	height: 30px;
}
#mainContent {
	background: #FFFFFF;
	padding: 0 0px 0 10px;
	margin-top: 8px;
	margin-right: 0em;
}
#footer {
	background:#fff;
	clear: both;
	padding: 0 10px 0 10px;
	font-size: 0.9em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #87D6F5;
}
#footer p , #footer ul{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: .9em;
	list-style-type: none;
}

/*Classes for floating
----------------------------*/

.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clearall {
	clear: both;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
p.clearall {
	margin: 0px;
	padding: 0px;
}

div.clearall {
	margin-top: 10px;
}
.left {
	margin: 0px 10px 0px 0px;
	float: left;
	/*width: 20em;*/
	padding: 0px;
}
.right {
	margin: 0px 0px 0px 21em;
	padding: 5px;
	/*width: 26em;*/
	float: right;
}

.middle {
	margin-top: 0px;
	padding: 5px;
	margin-left: 20.5em;
}

/* Navigation - Links
--------------------------*/
#mainContent a {

}

#mainContent a:link, #footer a:link {
	color: #019CB0;
	text-decoration: none;
}
#mainContent a:visited, #footer a:visited {
	color: #09c;
	text-decoration: none;
}
#mainContent a:active, #footer a:active {
	color: #D5268F;
	text-decoration: none;
}
#mainContent a:hover, #footer a:hover {
	border-bottom: 1px dotted #C1D72C;
	color: #C1D72C;
}

