body {
	background-color: #FFFFFF;
	margin: 0;
}

#header {
	height: 130px;
	border-top: 3px solid #A00100;
	border-bottom: 1px solid #aaaaaa;
	background: #fcfff4; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcfff4 0%, #e9e9ce 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(100%,#e9e9ce)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcfff4 0%,#e9e9ce 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcfff4 0%,#e9e9ce 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcfff4 0%,#e9e9ce 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcfff4 0%,#e9e9ce 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#e9e9ce',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: 0 0px 2px #000000;
	-webkit-box-shadow: 0 0px 2px #000000;
	box-shadow: 0 0px 2px #000000;
	position: fixed;
	margin: -130px 0px 0px 0px;
	width:100%;
	z-index: 3000;
}

#content-wrapper-1 {
	margin: 130px 0px 0px 0px;
	width: 100%;
    min-height: 390px;
	padding: 5px 0px 5px 0px;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 14px;
	-moz-box-shadow: 0px 3px 3px #000000;
	-webkit-box-shadow: 0px 3px 3px #000000;
	box-shadow: 0px 3px 3px #000000;
}

#content-wrapper-2 {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	width: 100%;
	background-color: #EDEDED;
    min-height: 200px;
	font-family: Arial;
	font-size: 14px;
	-moz-box-shadow: 0px 4px 3px #000000;
	-webkit-box-shadow: 0px 4px 3px #000000;
	box-shadow: 0px 4px 3px #000000;
	border-bottom:2px #111111 dashed;
}

#footer {
	margin: 0px 0px 5px 0px;
	width: 100%;
	padding: 5px 0px 5px 0px;
	background-color: #111111; /*fcfff4*/
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-box-shadow: 0px 3px 3px #000000;
	-webkit-box-shadow: 0px 3px 3px #000000;
	box-shadow: 0px 3px 3px #000000;
	font-family: Arial;
}


#content {
	margin: 0 auto;
	width: 930px;
}

#content hr {
    border: 1px;
    height: 1px;
    background-color: #555555;
	width: 92%;
}

#intro {
	margin-top: 0px;
	background: #FDFCFA;
	padding: 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#content-1 {
	margin: 20px 35px 0px 35px;
}

.section-heading-1 {
	font-size: 28px;
}

.text-red {
	color: #A00100;
}
.section-heading-white {
	color: #ffffff;
}

.telnumber {
	float: right;
	font-family: Arial;
	font-size: 28px;
	margin-top: 25px;
	width: 360px;
}

.logo-text {
	font-family: cursive;
	font-size: 38px;
	margin-top: 40px;
	float: left;
}

#homeimg {
	width: 421px;
}

#content-side-a {
	width: 400px;
	float: left;
}

#content-side-b{
	width: 421px;
	float: right;
}

.formTextbox {
    width: 335px;
    height: 30px;
    padding: 0px 0px 0px 4px;
    font-family: Arial;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #333333;
    background: #1B1B1B;
    color: #ffffff;
}

.formTextbox:hover{
    border: 1px solid #555555;
}

.formTextbox-textarea {
    padding: 5px 5px 0px 4px;
    font-family: Arial;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #333333;
    background: #1B1B1B;
    color: #ffffff;
	width: 330px;
}

.formTextbox-textarea:hover{
    border: 1px solid #555555;
}

.footertext {
	font-family: Arial;
	font-size: 12px;
	color: #aaaaaa;
	text-align: center;
	margin: 0px 5px 0px 5px;
}

.footertext a {
	font-family: Arial;
	font-size: 12px;
	color: #777777;
	text-align: center
}

#navigation ul {
    font-family: Arial, Verdana;
    font-size: 18px;
    margin-top: -5px;
    padding: 0;
    list-style: none;
}

#navigation ul  li{
    display: block;
    position: relative;
    float: left;
    width: 120px;
    text-align: left;
    margin-left: 0px;
}

#navigation ul li a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    margin-left: 1px;
    white-space: nowrap;
	text-align: center;
	width: 119px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #9e2222; /* Old browsers */
	background: -moz-linear-gradient(top,  #9e2222 0%, #9e2222 45%, #ebecd3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e2222), color-stop(45%,#9e2222), color-stop(100%,#ebecd3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9e2222 0%,#9e2222 45%,#ebecd3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9e2222 0%,#9e2222 45%,#ebecd3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9e2222 0%,#9e2222 45%,#ebecd3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9e2222 0%,#9e2222 45%,#ebecd3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e2222', endColorstr='#ebecd3',GradientType=0 ); /* IE6-9 */

	}

#navigation ul li a:hover {
	background: #9e2222; /* Old browsers */
	background: -moz-linear-gradient(top,  #9e2222 47%, #a00100 100%, #a00100 100%, #a00100 100%, #a00100 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(47%,#9e2222), color-stop(100%,#a00100), color-stop(100%,#a00100), color-stop(100%,#a00100), color-stop(100%,#a00100)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9e2222 47%,#a00100 100%,#a00100 100%,#a00100 100%,#a00100 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9e2222 47%,#a00100 100%,#a00100 100%,#a00100 100%,#a00100 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9e2222 47%,#a00100 100%,#a00100 100%,#a00100 100%,#a00100 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9e2222 47%,#a00100 100%,#a00100 100%,#a00100 100%,#a00100 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e2222', endColorstr='#a00100',GradientType=0 ); /* IE6-9 */
}

#navigation ul li a:active {
	background: #a00100; /* Old browsers */
	background: -moz-linear-gradient(top,  #a00100 0%, #a00100 0%, #a00100 0%, #a00100 0%, #9e2222 53%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a00100), color-stop(0%,#a00100), color-stop(0%,#a00100), color-stop(0%,#a00100), color-stop(53%,#9e2222)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a00100 0%,#a00100 0%,#a00100 0%,#a00100 0%,#9e2222 53%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a00100 0%,#a00100 0%,#a00100 0%,#a00100 0%,#9e2222 53%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a00100 0%,#a00100 0%,#a00100 0%,#a00100 0%,#9e2222 53%); /* IE10+ */
	background: linear-gradient(to bottom,  #a00100 0%,#a00100 0%,#a00100 0%,#a00100 0%,#9e2222 53%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a00100', endColorstr='#9e2222',GradientType=0 ); /* IE6-9 */
	color: #aaaaaa;
}

.detLink{
	text-decoration: none;
	color: #111111;
	font-family: Arial, Helvetica, sans-serif;
}

.detLink:active {
	color: #303030;
	text-decoration: none;
}

.detLink:hover {
	color: #444444;
	text-decoration: none;
	border-bottom:1px dashed;
}

.detLink:visited {
	color: #555555;
	text-decoration: none;
}

.detLink:visited:hover {
	color: #444444;
	text-decoration: none;
	border-bottom:1px dashed;
}

.detLink:visited:active {
	color: #303030;
	text-decoration: none;
}


.data-table {
	border: 0px;
	font-family: Arial;
	font-size: 12px;
    font-weight: bold;
}

.data-table  td{
	margin: 1px;
	background-color: #75BCDD;
	padding: 4px 10px 4px 10px;
	height: 25px;
}

.rounded-left {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.rounded-right {
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.community-header-nav {
	background: #f1da36; /* Old browsers */
background: -moz-linear-gradient(top,  #f1da36 0%, #f2f3e0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1da36), color-stop(100%,#f2f3e0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f1da36 0%,#f2f3e0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f1da36 0%,#f2f3e0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f1da36 0%,#f2f3e0 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f1da36 0%,#f2f3e0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1da36', endColorstr='#f2f3e0',GradientType=0 ); /* IE6-9 */

	padding: 10px 10px 10px 10px;
	float: left;
	font-weight: bold;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}