/* CSS Document */


body {
	text-align:center;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	line-height: 1.5em;
}


/******************** LAYOUT ********************/

#holder {
	width:900px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	text-align:left;
	margin-bottom: 0px;
	background-color: #e1650d;
	padding-right: 50px;
	padding-left: 50px;
}

#header {
	height: 100px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

/******************** WELCOME PAGE ********************/

#welcome_banner {
	height: 400px;
	width: 900px;
	float: left;
}

#welcome_content {
	color: #FFFFFF;
	background-color: #695d54;
	padding-top: 25px;
	padding-bottom: 10px;
	float: left;
	width: 725px;
	padding-right: 0px;
	padding-left: 175px;
}

/******************** MAIN MENU ********************/

#main_menu {
	width: 900px;
}

/******************** MAIN MENU ********************/

#menu2 {
	float: left;
	background-color: #685D54;
	text-align: center;
	color: #FFF;
	width: 900px;
}

#menu2 ul {
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
}

#menu2 li {
	list-style-type: none;
	display: inline;
	padding-right: 35px;
}

#menu2 a:link {
	color: #FFF;
	text-decoration: none;
}

#menu2 a:visited {
	color: #FFF;
	text-decoration: none;
}

#menu2 a:hover {
	color: #DD6616;
	text-decoration: none;
}

#menu2 a:active {
	color: #FFF;
	text-decoration: none;
}

/******************** CONTENT 3 COLUMN ********************/

#content_3col {
	background-image: url(../images/background_3col.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

#content_3col_left {
	width:200px;
	float: left;
	margin-top: 75px;
}

#content_3col_centre {
	width:400px;
	float: left;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 25px;
	background-image: url(../images/background75.jpg);
	background-repeat: repeat-x;
}	

#content_3col_right {
	width:180px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 75px;
}

/******************** CONTENT 2 COLUMN ********************/

#content_2col {
	background-image: url(../images/background_2col.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

#content_2col_left {
	width:200px;
	float: left;
	margin-top: 75px;
}

#content_2col_right {
	width:600px;
	float: left;
	padding-left: 50px;
	padding-top: 25px;
	padding-right: 50px;
	background-image: url(../images/background75.jpg);
	background-repeat: repeat-x;
}	

/******************** CONTENT 1 COLUMN ********************/

#content_1col {
	background-color: #FFFFFF;
	background-image: url(../images/map-800.jpg);
	background-position: 70px 150px;
	background-repeat: no-repeat;
}

#content_1col_map {
	background-color: #FFFFFF;
	background-image: url(../images/map-650.jpg);
	background-position: 225px 200px;
	background-repeat: no-repeat;
	width: 900px;
	float: left;
	height: 1150px;
	margin: 0px;
	padding: 0px;
}

#content_1col_testimonials {
	background-color: #FFFFFF;
	background-image: url(../images/map-250.jpg);
	background-position: 325px 300px;
	background-repeat: no-repeat;
	width: 900px;
	float: left;
	height: 1150px;
	margin: 0px;
	padding: 0px;
}

#content_1col_full {
	width:800px;
	float: left;
	padding-left: 50px;
	padding-top: 25px;
	padding-right: 50px;
	background-image: url(../images/background75.jpg);
	background-repeat: repeat-x;
}

/******************** FOOTER ********************/

#footer {
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	font-size: 9px;
}

/******************** LINKS ********************/


a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:active {
	color: #000000;
	text-decoration: underline;
}

/******************** LINKS WHITE ********************/

#white {
}

#white a:link {
	color: #FFF;
	text-decoration: none;
}

#white a:visited {
	color: #FFF;
	text-decoration: none;
}

#white a:hover {
	color: #FFF;
	text-decoration: underline;
}

#white a:active {
	color: #FFF;
	text-decoration: none;
}

/******************** STYLES ********************/

p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}

h1 {
	font-size: 24px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: normal;
}

h3 {
	font-size: 14px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	font-weight: normal;
}

.red {
	color: #e1650d;
}

.body_14 {
	font-size: 14px;
	font-weight: bold;
}
.indent {
	padding-right: 10px;
	padding-left: 10px;
}
.indent_table {
	position: relative;
	left: 10px;
}
.small {
	font-size: 9px;
}
.white {
	color: #FFF;
}

/******************** TABLE 1 ********************/

#table1 {
	width:180px;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#table1 td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding: 3px;
}

#table1 tr {
	background-color: #695d54;
}

/******************** TABLE 2 ********************/

#table2 {
	width:400px;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#table2 td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding: 3px;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

#table2 tr {
	background-color: #695d54;
}

#table2 th {
	background-color: #E1650D;
	text-align: left;
	padding-left: 5px;
	width: 125px;
	font-weight: normal;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

/******************** TABLE 3 ********************/

#table3 {
	width:600px;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#table3 td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding: 3px;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

#table3 tr {
	background-color: #695d54;
}

#table3 th {
	background-color: #E1650D;
	text-align: left;
	padding-left: 5px;
	width: 125px;
	font-weight: normal;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
