/*---------------------------------------------------- Defaults */
*{
	margin: 0;
	padding: 0;
}

body{
 	font-family: "trebuchet ms", sans-serif;
	font-size: 10pt;
	background-color: #fff;
	color: #555;
	margin:0px; 
	padding:0px;
}

h1,h2,h3,h4{
	font-weight: normal;
	color: #072F3B;
	margin: 0px 0 5px;
    text-align: center;
}

h1{
    padding-top: 8px;
	font-size: 18px;
	font-weight: bold;
}

h2{
	font-size: 15px;
	font-weight: bold;
}

p{
	margin: 2px 0 6px;
}

hr {
    color: #609224;
    margin: 20px;
}
a{
	color: #007788;
	text-decoration: underline;
}

a:hover{	
	text-decoration: none;
}

a img{
	border: none;
}

ul{
	margin: 5px 0;
}

li{
    margin: 1px 1px;
    font-size: 11px;
}

th{
	text-align: left;
}

input[type=text]{
	padding: 2px;
}

input[type=submit]{
	padding: 2px 4px;
}

/*---------------------------------------------------- Re-Usables */

.safe_clear{
	clear:both;
}

form.default_form dl dt{
	clear: both;
}

form.default_form dl dt{
	float: left;	
	width: 100px;
}

form.default_form dl dd{
	margin-bottom: 5px;
}

table.default_table{
	border: 1px solid #5ba43e;
	width: 75%;
}

table.default_table th{
	padding: 6px 10px;	
	color: #3d9224;
	background: #e5f7be url(../img/table_th.png) repeat-x;
	border-right: 1px solid #d3e893;
}

table.default_table td{
	padding: 6px;
	background: #fcfcf2;
	color: #325c1c;
	border-right: 1px solid #d3e893;
	border-bottom: 1px solid #d3e893;	
}


/*-------------------------------------------------------------  Main Containers */


#header {
	position: absolute;
	top: 4.5em;
	background: #073C4C url('../img/header.jpg') top right no-repeat;
	height: 120px;
	width: 100%;
}
#header h1 {
	position: absolute;
	top: 1.2em;
	left: 1.0em; 
	font-size: 2.5em;
	color: #fff;
}

#header h2 {
	position: absolute;
	top: 6em;
	left: 2.5em; 
	font-size: 1.0em;
	font-weight: normal;
	color: #fff;
}

#header a {
	color: #fff;
	text-decoration: none;
}


#menu {
	position: absolute;
	width: 100%;
	top: 0em;
	left: 0em;
	background: #007788 url('../img/x3.gif') top left repeat-x;
	height: 4em;
}

#menu ul {
	list-style: none;
	position: absolute;
	bottom: 0em;
	left: 1em;
}

#menu li {
	display: block;
	float: left;
}	

#menu li a {
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 0.75em 1.25em 1.25em 1.25em;
	text-decoration: none;
}

#menu li a:hover {
	background: #007788 url('../img/x4.gif') top left repeat-x;
}


#right {
	position: absolute;
	top: 12px;
	right: 10px;
}

#content {
    width: 1000px;
	line-height: 1.7em;
	padding-top: 188px;
	text-align: left;
}

#content p {
	margin-bottom: 1.5em;
}

#content h2,h3,h4,h5,h6 {
	width: 100%;
	position: relative;
	left: -14px;
	margin: 0em -22px 1.2em 0em;
	color: #333;
	padding: 1.1em 14px 0.0em 14px;
	font-size: 1.1em;
	background: #fff url('../img/x2.gif') top left repeat-x;
}

#content h2 span, #content h3 span {
	position: absolute;
	top: 0em;
	right: 0em;
	background: #fff url('../img/x1.gif') top right no-repeat;
	width: 16px;
	height: 28px;
}

#content ul {
	margin-bottom: 1.5em;
	padding-left: 1em;
}

#content blockquote p {
	margin-bottom: 0em;
}

#content table {
	margin-bottom: 1.5em;
}

#content table th {
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#content table td {
	padding: 20px;
}

#content table tr.rowA {
	background: #FDFEFE url('../img/x6.gif') top left repeat-x;
	color: inherit;
}

#content table tr.rowB {
	background: #FFFEFC url('../img/x7.gif') top left repeat-x;
	color: inherit;
}


#footer{
	background: #fff url('../img/x2.gif') top left repeat-x;
	text-align:center;
	padding: 15px 0;
	text-align: center;
	color: #748900;
}

/*-------------------------------------------------------------  Layout Header */

#element_breadcrumb{
	padding: 10px;
    color:#072F3B;
    font-size:14px;
    font-weight:bold;
}
.heading {
    color:#072F3B;
    font-size:16px;
    font-weight:bold;
}
.subheading {
    font-size: 15px;
    font-weight: bold;
    color: #072F3B;
}
.featured {
    background: #f3f9ee;
    width: 700px;
    padding: 20px 20px;
}
.featured a {
    font-size: 14px;
    font-weight: bold;
}
.featured span {
    float: left;
    width: 220px;
    color: #aaaaaa;
}
.featured li {

}

.pageNavigation {
    text-align: center;
    font-size: 13px;
    padding: 10px;
}
.pageNavigation span{
    padding:10px 10px;
}
.submenu{
    padding: 10px;
    border-style: solid;
    border-color: #ccdddd;
    border-width: 1px;
}
.ad_block{
    width: 1000px;
    padding: 10px;
    background: #edf5f0;
    border-style: solid;
    border-color: #ccdddd;
    border-width: 1px;

}
.standard_block{
    width: 1000px;
}
.home_subcats{
    color: #448844;
}

.error-message {
    color: #993333;
}
.contact-form {
    background: #f3f9ee;
    text-align: center;
    padding: 20px 100px;
    color: #1E7115;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #ddddcc;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ddddcc;
}

.contact-form td{
    text-align: left;
    padding-bottom: 20px;
}
.contact-form input, select, textarea{
    font-size: 14px;
    color: #332244;
}
.terms {
    padding: 10px 100px;
    color: $332244;
}
.terms ul{
    padding: 10px 10px;
}
.submit-form {
    background: #EDF5F0;
    text-align: center;
    padding: 20px 100px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #ddddcc;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ddddcc;
}
.submit-form b{
    font-size: 13px;
}
.submit-form td{
    padding-bottom: 20px;
    text-align: left;
}
.submit-form td span{
    color: #332244;
    padding-left: 40px;
}
.submit-form input, textarea{
    font-size: 11px;
    color: #332244;

}
.submit-form select{
    font-size: 11px;
    color: #332244;
}
.error_notice{
    text-align: center;
    font-size: 14px;
    color: #993333;
}
#authMessage{
    padding: 20px;
    color: #885555;
    font-size: 14px;
}
.list {
    border-style: solid;
    border-color: #ccdddd;
    border-width: 1px;
}
.list a{
    font-size: 12px; 
    font-weight: bold; 
}

.list tr.row {
	background-color: #ffffff;
}

.list tr.row-alt {
	background-color: #edf5f0;
}

.list span {
    color: #aaaaaa;
}

