/* CSS Document */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form,dl, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	color: #3c2415;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 12px;
	background-color: #006f8f;
	background-image: url(/common/images/bg.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
}

p {
	padding-bottom: 12px;
}

a:link {
	text-decoration: underline;
	color: #006f8f;
	border:0px;
}

a:visited {
	text-decoration: underline;
	color: #006f8f;
	border:0px;
}

a:hover {
	text-decoration: underline;
	color: #006f8f;
	border:0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	margin: 0px;
	color: #006f8f;
	font-weight: bold;
	padding-bottom: 12px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	color: #3c2415;
	padding-bottom: 12px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
	font-size: 12px;
	color: #3c2415;
	padding-top: 8px;
	margin: 0px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	padding-bottom: 10px;
	font-size: 16px;
	color: #3c2415;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	color: #006f8f;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3c2415;
	margin-bottom: 10px;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 12px;
	color: #3c2415;
	font-weight: bold;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#logo {
	width: 764px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	padding-left: 6px;
}

#nav {
	height: 31px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}

#content {
	padding-top: 30px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 30px;
	background-image: url(/common/images/dropShadow.gif);
	background-repeat: repeat-y;
	width: 690px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#homeContent {
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url(/common/images/dropShadow.gif);
	background-repeat: repeat-y;
	width: 762px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-right: 4px;
	padding-left: 4px;
}

#dsoat {
	background-image: url(/common/images/dsoat_bg.jpg);
	background-repeat: no-repeat;
	height: 257px;
	width: 646px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 27px;
	padding-left: 25px;
}

#dsoat p {
	width: 204px;
	font-size: 11px;
}

#dsoat h1 {
	font-size: 14px;
}

.readmore {
	width: 128px;
	height: 28px;
	margin-left: 80px;
	margin-top: 25px;
}

#buckets {
	width: 671px;
	margin-right: auto;
	margin-left: auto;
	height: 120px;
	padding-top: 15px;
}

.homebtn {
	padding-right: 35px;
}
#footer {
	text-align: center;
	padding: 0px;
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 12px;
}

#copyright {
	margin-bottom: 20px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


#copyright li {
	margin: 0px;
	padding: 0px 4px 0px 4px;
	list-style-type: none;
	display: inline;
	color: #FFFFFF;
}

#copyright a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}

#copyright a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}

#copyright a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 11px;
}

#copyright p {
	color: #FFFFFF;
	padding-top: 10px;
	font-size: 11px;
}


#nav ul {
	margin: 0px;
	padding: 0px 0px 0px 342px;
	list-style-type: none;
}

#nav li {
	list-style-type: none;
	display: inline;
	padding: 0px 1px 0px 0px;
	margin: 0px;
	float: left;
}

.except {
	padding: 0px;
}

/***********************************************/
/* Other Styles                                */
/***********************************************/

.errorMsg {
	color: #CC0000;
	margin-bottom: 15px;
}

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

.images {
	float: right;
	margin-bottom: 30px;
	margin-left: 50px;
	padding: 2px;
	border: 1px solid #006f8f;
}
.highlight {
	color: #006f8f;
}
