/*
----------------------------------------
	NORMALIZE STYLES
----------------------------------------
*/

body, div, td, ul {
	font-size: 95%;
	font-family: "Arial", Arial, Helvetica, sans-serif;
	color: rgb(100,100,100);
}

h1, h2, h3, h4, h5, h6 {
	font-size: 170%;
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: rgb(15,47,81);
}

div, span, img, form, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
}

h3 {
	color: rgb(255,255,255);
}

table {
	border-style: solid;
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

/*
----------------------------------------
	GENERAL
----------------------------------------
*/

body {
	background-color: rgb(220,232,241);
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

#main_container {
	width: 1000px;
	margin: 0 auto 40px auto;
}

#content_holder {
	background-color: rgb(255,255,255);
	padding: 40px;
}

#logo {
	float: left;
	width: 261px;
	margin-bottom: 30px;
}

#nav {
	float: right;
	width: 630px;
	text-align: right;
	color: rgb(146,146,146);
	font-size: 110%;
	margin-top: 23px;
	margin-bottom: 30px;
}

span.nav_pipe {
	margin: 0 5px;
}

#nav a:link,
#nav a:visited {
	color: rgb(146,146,146);
	text-decoration: none;
	padding: 3px 6px;
}

#nav a.current:link,
#nav a.current:visited {
	color: rgb(15,47,81);
	background-color: rgb(220,232,241);
}

#nav a:hover,
#nav a:active {
	color: rgb(255,255,255);
	background-color: rgb(15,47,81);
}

#banner_main {
	float: left;
	width: 610px;
	margin-right: 10px;
	margin-bottom: 30px;
}

#banner_top {
	float: right;
	width: 300px;
	height: 150px;
	margin-bottom: 10px;
}

#banner_bottom {
	background-color: rgb(15,47,81);
	float: right;
	width: 260px;
	height: 120px;
	padding: 15px 20px;
	margin-bottom: 30px;
}

#banner_bottom a:link,
#banner_bottom a:visited {
	color: rgb(255,255,255);
	text-decoration: none;
	font-size: 130%;
}

#banner_bottom a:hover,
#banner_bottom a:active {
	text-decoration: underline;
}

.image_text_horizontal {
	float: left;
	width: 300px;
	margin-right: 10px;
	margin-bottom: 25px;
}

.image_text_horizontal.last {
	margin-right: 0px;
}

.image_text_horizontal img {
	float: left;
}

.image_text_horizontal .text {
	background-color: rgb(15,47,81); /* Fall-back background style */
	background-color: rgba(15,47,81,0.85);
	color: rgb(255,255,255);
	float: left;
	width: 300px;
	margin-top: -29px;
}

.image_text_horizontal .text a:link,
.image_text_horizontal .text a:visited {
	color: rgb(255,255,255);
	text-decoration: none;
	padding: 5px 20px;
	display: block;
	font-size: 130%;
}

.image_text_horizontal .text a:hover,
.image_text_horizontal .text a:active {
	text-decoration: underline;
}

#address {
	color: rgb(146,146,146);
}

#address a:link,
#address a:visited {
	color: rgb(146,146,146);
	text-decoration: none;
}

#address a:hover,
#address a:active {
	text-decoration: underline;
}

.blue {
	color: rgb(15,47,81);
}

#footer{
	margin: 30px 40px;
}

#footer_left {
	float: left;
	width: 610px;
}

#footer_left img {
	vertical-align: middle;
	margin-right: 80px;
}

#footer_left img#scotgate_logo {
	vertical-align: top;
	margin-right: 65px;
}

#footer_left img#last_logo {
	margin-right: 0px;
}

#footer_right {
	float: right;
	width: 300px;
	text-align: right;
	font-size: 90%;
	color: rgb(15,47,81);
	line-height: 1.6;
}

#footer_right a:link,
#footer_right a:visited {
	color: rgb(15,47,81);
	text-decoration: underline;
}

#footer_right a:hover,
#footer_right a:active {
	color: rgb(100,100,100);
}

#content_left {
	width: 610px;
	float: left;
	margin-bottom: 25px;
}

#content_left p {
	line-height: 1.6;
}

#content_left ul li {
	line-height: 1.6;
	font-size: 105%;
	margin-bottom: 10px;
}

#content_right {
	float: right;
	width: 300px;
}

#content_right a:link,
#content_right a:visited {
	color: rgb(100,100,100);
	text-decoration: none;
}

#content_right a:hover,
#content_right a:active {
	text-decoration: underline;
}

.image_text_vertical img {
	float: left;
}

.image_text_vertical .text {
	background-color: rgb(15,47,81); /* Fall-back background style */
	background-color: rgba(15,47,81,0.85);
	color: rgb(255,255,255);
	float: left;
	width: 300px;
	margin-top: -27px;
	margin-bottom: 10px;
}

.image_text_vertical.last .text {
	margin-bottom: 25px;
}

#content_right .image_text_vertical .text a:link,
#content_right .image_text_vertical .text a:visited {
	color: rgb(255,255,255);
	text-decoration: none;
	padding: 5px 20px;
	display: block;
	font-size: 130%;
}

#content_right .image_text_vertical .text a:hover,
#content_right .image_text_vertical .text a:active {
	text-decoration: underline;
}

#content_full {
	margin-bottom: 25px;
}

#gallery {
	margin-top: 30px;
	margin-bottom: -27px;
}

#gallery img {
	margin-right: 7px;
	margin-bottom: 27px;
}

#gallery img.gallery_last {
	margin-right: 0px;
}