/* Default CSS Document */

/*************** PHOTOS ****************/
@import url("lightbox.css");
@import url("photo.css");
/*************** GENERAL ***************/
body {
	background-image: url(../site-images/bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #c6d3dc;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.header {
	width: 1005px;
	margin-right: auto;
	margin-left: auto;
}
.logo {
	height: 110px;
	width: 280px;
	float: left;
}
.toptxtlinks {
	float: left;
	width: 250px;
	text-align: right;
	color: #FFF;
	margin-top: 5px;
}
.toptxtlinks a {
	color: #627683;
}
.randomtestimonials {
	width: 400px;
	float:left;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 10px;
	border: 1px solid #627683;
	padding: 5px;
	background-color: #e1e6eb;
}
.randomtestimonials p {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.random_testimonial .testimonial_person {
	margin-left: 0px;
}
.testimonial_person {
	font-weight: bold;
	margin-left: 15px;
}
.testimonial_location {
	margin-left: 15px;
	font-style: italic;
}
.testimonial  {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.number {
	text-align: right;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	margin-top: 45px;
	line-height: 26px;
}
.number span {
	font-size: 12px;
	color: #bf2734;
}
.nav-container {
	background-color: #828d98;
	clear: left;
}
.navigation {
	width: 1008px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
}
.content-container {
	width: 1008px;
	margin-right: auto;
	margin-left: auto;
}

.content {
	width: 1005px;
	background-color: #FFF;
	height: auto;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.footer {
	height: 32px;
	width: 100%;
	background-color: #828d98;
	font-size: 11px;
	padding-top: 18px;
}
.footer a {
	color: #FFF;
}
.footer a:hover {
	color: #FFF;
}
.footer-content {
	width: 1015px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
}
.copyright {
	text-align:center;
	width: 100%;
}
.footernav {
	float: left;
	width: 35%;
	text-align: right;
}


h1 {
	color: #ee3325;
	margin-left: 15px;
	font-size: 36px;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 5px;
	line-height: normal;
}
h2 {
	color: #FFF;
	text-transform: uppercase;
	font-size: 18px;
	background-image: url(../site-images/h2-bg.gif);
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 5px;
	padding-left: 5px;
}
h3 {
	color: #ee3325;
	text-transform: uppercase;
	font-size: 18px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
p {
	margin-left: 15px;
	margin-right: 15px;
}
ul {
	margin-right: 15px;
	line-height: normal;
	list-style-image: url(../site-images/bullet.gif);
	margin-left: 15px;
	padding-left: 15px;
}
ul li {
	margin-bottom: 10px;
}
a {
	color: #bf2734;
}
a:visited {
}
a:active: {
}
a:hover {
	text-decoration: none;
	color: #627683;
}
/*************** FORMS ***************/
/* Form Related */
.submitButton {
}
p.error {
}
/* Newsletter Sign Up Form - SIGNUPFORM */
.newsletterSignUp {
}
/*************** NAVIGATION ***************/
/* Site Navigation - MAINSITENAV */
ul.mainsitenav {
}
ul.mainsitenav li {
}
/* Sub Navigation - SUBSITENAV */
ul.subsitenav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.subsitenav li {
	display: inline;
	margin-right: 5px;
}
/* Child Navigation - CHILDNAV */
ul.childitems {
}
ul.childitems li {
}
/* Sibling Navigation - SIBLINGNAV */
ul.siblingitems {
}
ul.siblingitems li {
}
/*************** DROP DOWN ***************/
/* Refer to dropdown.css */

/*************** PHOTO GALLERY ***************/

/* Photos Category List - PHOTOCATLIST */
ul.photoscatlist {
}
/* Photos Category List - THUMBPHOTOCATLIST */
ul.thumb_photoscatlist {
}
/*************** BLOGS ***************/

/* Blog Category List - BLOGCATLIST */
ul.blogcatlist {
}
/* Blog Category List - BLOGARCHIVELIST */
ul.blogarchivelist {
}
/* Blog Comment Form - ADDCOMMENTFORM */
.addcommentform {
}
/***************  Contact Us Form formatting  ***************/
/* Contact Us Form formatting  */

.Contact_Us label {
	background-color: #ECECEC;
	color: #333333;
	padding: 3px;
	margin-right: 4px;
	margin-bottom: 5px;
	float: left;
	width: 180px;
	text-align: right;
	font-size: 13px;
	line-height: normal;
	border: 1px solid #d4d4d4;
}
form.Contact_Us {
	width: 420px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: normal;
}
.Contact_Us textarea {
	height: 80px;
	width: 200px;
	margin-bottom: 5px;
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #d4d4d4;
	color: #333333;
	padding-left: 3px;
}
.Contact_Us input {
	background-color: #FFFFFF;
	border: 1px solid #d4d4d4;
	color: #333333;
	float: left;
	padding-left: 3px;
	width: 200px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
.Contact_Us select {
	margin-bottom: 5px;
}
input.submit {
	background-color: #000000;
	border: 1px solid #000000;
	color: #FFFFFF;
	cursor: pointer;
	float: left;
	width: 200px;
	padding-right: 2px;
	padding-left: 2px;
	margin-bottom: 20px;
}
.Contact_Us p {
	clear: left;
	line-height: 0px;
	margin: 0px;
}
.error {
	background-color: #FF6666;
	font-weight: bold;
	font-size:12px;
	color: #FFFFFF;
	padding: 10px;
	border-top: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	width: 985px;
}
.submitarea label {
	background: none;
	margin-left: 8px;
	background-image: none;
	width: 180px;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
.captcha input {
	color: #333333;
}
.captcha input {
	height: 22px;
	padding-top: 10px;
}
.captcha label {
	background: none;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 7px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
