/*--- HTML TAGS ------------------------------------------------------------------------------------------*/
/* Clear elements for complete formatting control later. */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, sup
{  
    margin: 0; 
    padding: 0; 
    border: 0; 
}

body
{
	background-color:#fff;
	background-image:url(../images/background.jpg);
	background-position: top;
	background-repeat:repeat;
}

div
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#222;
	font-size:14px;
}

p
{
	padding:10px 0px;
}

h1
{
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
	color: #039;
}

h2
{
	font-size:14px;
	font-weight: bold;
	margin-bottom:4px;
}

hr
{
	background-color: #aba27c;
	border:none;
	height:1px;
}

ul, ol
{
	margin: 10px 0px 10px 20px;
	line-height: 14px;
}

ul li, ol li
{
	margin-top: 6px;
}

a:link, a:active, a:visited
{
	color:#039;
	text-decoration:underline;
	font-weight:bold;
}

a:hover
{
	color:#039;
	text-decoration:none;
}
/*--------------------------------------------------------------------------------------------------------*/



/*--- Classes --------------------------------------------------------------------------------------------*/
.header
{

}

.subHeader
{
	font-size:14px !important;
	font-weight:bold;
	color:#039;
	text-align:center
}

.clearfloat
{
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.quote
{
	font-size:11px;
}

/*--- Use on object when object is aligned left ---*/
.leftPadding
{
	margin-right:10px;
}

/*--- Use on object when object is aligned right ---*/
.rightPadding
{
	margin-left:10px;
}

/*--- Text under photos ---*/
.caption
{
	font-size:9px; 
	text-align:center;
}

/*--------------------------------------------------------------------------------------------------------*/




#calloutColumn p, #calloutColumn ul, #calloutColumn ol
{
	font-size:11px;
	color:#039;
}

#calloutColumn a:link, #calloutColumn a:active, #calloutColumn a:visited
{
	color:#039;
	text-decoration:underline;
	font-weight:normal;
}

#calloutColumn a:hover
{
	text-decoration:none;
	color:#ffffff;
	font-weight: normal;
}

#footer
{
	padding:3px 0px;
	font-size:11px;
	color:#ffffff;
	line-height:12px;
}

#footer a:link, #footer a:visited, #footer a:active
{
	color:#ffffff;
	text-decoration:none;
}

#footer a:hover
{
	text-decoration:underline;
}

/*--- Pop Ups --------------------------------------------------------------------------------------------*/

a span.popup1 {
	display: none;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	color:#FFF
}

a:hover {
/** fix for IE6 popup bug.  nice one Microsoft! */
	overflow: hidden;
	text-decoration: none;
}

a:hover span.popup1 {
	display:block;
	border: 2px solid #FFF;
	-moz-border-radius:8px; /* Firefox */
	-webkit-border-radius:8px; /* Safari and Chrome */
	position: absolute;
	background-color:#039;
	width:300px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:10px;
	padding-bottom:10px;
	margin-left: -10px;
	margin-top: -57px;
	overflow: hidden;
}

a span.popup2 {
	display: none;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	color:#FFF
}

a:hover {
/** fix for IE6 popup bug.  nice one Microsoft! */
	overflow: hidden;
	text-decoration: none;
}

a:hover span.popup2 {
	display:block;
	border: 2px solid #FFF;
	-moz-border-radius:8px; /* Firefox */
	-webkit-border-radius:8px; /* Safari and Chrome */
	position: absolute;
	background-color:#039;
	width:600px;
	padding: 10px;
	margin-left: -10px;
	margin-top: -140px;
	overflow: hidden;
}

div.popup2 {
	margin-top:10px;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	color:#FFF
}
