/* resets */
body {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0 0 12px 0;
	font-weight: normal;
}
a img {
	border: 0;
}
a {
	outline: none;
}

/* cms styles */
#main .page_video {
	text-align: center;
	margin: 24px 0;
}
#main .photoset {
	margin: 12px 0;
}
#main .photoset img {
	float: left;
	margin: 6px 15px 9px 0;
	border: 5px solid #ccc;
	padding: 1px;
}
#main .rf-paragraph {
	margin: 0 0 18px 0;
}
#main .rf-paragraph h2 {
	margin-bottom: 9px;
}
#main img.right, #main div.right {
	margin: 0 0 12px 12px;
	border: 5px solid #ccc;
	padding: 1px;
    float: right;
}
#main img.left, #main div.left {
	margin: 0 12px 12px 0;
	border: 5px solid #ccc;
	padding: 1px;
    float: left;
}

/* styles */
body {
	background: #003;
}
#body {
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #000;	
	background: url(../images/bg.jpg) repeat-x;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
#header {
	height: 130px;
	position: relative;
	background: url(../images/headerbg.jpg) no-repeat #fff;
}
#main {
	background: url(../images/footerbg.gif) no-repeat bottom left #fff;
}
#logo {
	position: absolute;
	top: 40px;
	left: 35px;
}
#phone_number {
    position: absolute;
    top: 32px;
    right: 205px;
    width: 240px;
    height: 35px;
    font-weight: bold;
}
#social_media {
	position: absolute;
	top: 20px;
	right: 55px;
	width: 240px;
	height: 35px;
}
#social_media a {
	line-height: 35px;
	padding-left: 30px;
	display: block;
	float: left;
	color: #11155e;
	text-decoration: none;
}
#social_media a:hover {
	text-decoration: underline;
}
#social_media a#twitter {
	background: url(../images/twitter.gif) no-repeat left center;
	margin-right: 20px;
}
#social_media a#facebook {
	background: url(../images/facebook.gif) no-repeat left center;
}
ul#nav {
	position: absolute;
	right: 30px;
	bottom: 10px;
	height: 17px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul#nav li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
ul#nav a {
	text-decoration: none;
	font-size: 15px;
	line-height: 17px;
	height: 17px;
	padding: 0 15px;
	border-left: 2px solid #b0b0b0;
	display: block;
	color: #707070;
}
ul#nav li.first a {
	border-left: 0;
}
ul#nav a:hover, ul#nav a.active {
	color: #11155e;
}



#content {
	min-height: 400px;
}
#content_int {
	padding: 6px 45px 20px;
}

#footer {
	font-size: 10px;
	line-height: 14px;
	padding: 10px 45px 20px;
	color: #acacac;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer_address {
	width: 300px;
	padding-left: 155px;
	float: left;
	background: url(../images/footer_logo.jpg) no-repeat;
}
#footer_address strong {
	color: #fff;
	font-weight: normal;
}
#footer_address p {
	margin-bottom: 9px;
}
#footer_links {
	width: 380px;
	float: left;
	padding-left: 35px;
	text-align: right;
}
#footer_links .redundant_nav {
	margin-bottom: 9px;
}
#footer_links .social_links {
	margin-bottom: 9px;
	float: right;
}
#footer_links .social_links a {
	margin-left: 15px;
	float: left;
	display: block;
	height: 24px;
	line-height: 24px;
	padding-left: 30px;
}
#footer_links .social_links #footer_twitter {
	background: url(../images/footer-twitter.gif) no-repeat;
}
#footer_links .social_links #footer_facebook {
	background: url(../images/footer-facebook.gif) no-repeat;
}
#footer_links .bbb {
	margin-bottom: 9px;
}
#footer_links .footer_info {
	margin-bottom: 12px;
}



/* styles */

#banner {
	padding: 1px;
	background: #fff;
	border: 9px solid #ccc;
	margin: 15px 0 18px 0;
}

#main h1 {
	color: #036;
	font-family: Verdana;
	font-size: 23px;
}
#main h2 {
	color: #111;
	font-family: Verdana;
	font-size: 18px;
}
#main h3 {
	
}
#main h4 {

}

#main a {
	color: #036;
	font-weight: bold;
}
#main a:hover {
	color: #6f6f6f;
}

#main form {
	margin: 24px 0;
}
#main form label {
	width: 100px;
	padding: 3px 15px 3px 0;
	text-align: right;
	float: left;
}
#main form input.text {
	border: 1px solid #999;
	padding: 2px;
	width: 200px;
	font: 14px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #666;
}
#main form textarea {
	font: 14px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #666;
	border: 1px solid #999;
	padding: 2px;
	width: 260px;
	height: 150px;
}
#main form .form_item {
	margin: 0 0 12px 0;
}


/* contact */
#contact_columns {
	margin-top: 18px;
	margin-bottom: 18px;
}
#map_and_directions {
	width: 420px;
	float: left;
	margin-right: 30px;
}
#map_and_directions .map {
	margin-top: 18px;
}
#map_and_directions .map small {
	display: none;
}
#map_and_directions .map iframe {
	width: 416px;
	border: 1px solid #999;
	
}
#contact_form {
	width: 420px;
	float: left;
}

/* homepage styles */

#focus {
	height: 255px;
	position: relative;
	background: url(../images/banner.jpg) no-repeat;
	margin-bottom: 18px;
}
#focus_content {
	width: 560px;
	height: 160px;
	overflow: hidden;
	position: absolute;
	top: 57px;
	right: 38px;
	text-align: right;
}
#focus_content p {
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	line-height: 21px;
	margin-bottom: 18px;
}
#intro_head {
	display: block;
	margin-bottom: 6px;
}
#home_content {
	font-size: 13px;
}
#triptych {
	margin-top: 18px;
	margin-bottom: 18px;
}
#triptych .tri {
	width: 250px;
	float: left;
}
#triptych .tri .head {
	color: #10145d;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
}
#triptych .tri img {
	padding: 1px;
	background: #000;
	border: 5px solid #ccc;
	display: block;
	margin-bottom: 9px;
}
#triptych .tri a {
	text-decoration: none;
}
#triptych #tri_2 {
	margin: 0 60px;
}

/* other styles */
.clear {
	clear:both;
}
.fakelink {
	color: #999;
	text-decoration: underline;
}