﻿/* ---------------------------------------------
Screen Stylesheet for http://www.DomainName.com
Updated: 03/14/09 - Eddie Kasper
Version: 3.50
-------------------------------------------------
::COLORS::
	Black: #333 --example usage--

::TOC::
	Resets
	Defaults
	Typography
	Template 
	Links
	Navigation
	Forms
	Global Classes
	Pages

::Opacity/Transparency CSS

.opaque1 {	// for all other browsers
	opacity: .5;
}

.opaque2 {	// for IE8
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.opaque3 {	// for IE5-7
	filter: alpha(opacity=50);
}


	

--------------- ::Resets:: --------------------- */
body, address, blockquote, dl, ol, ul, li, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre {
margin:0;
padding:0;
}
fieldset, table {
border:none;
}
table {
border-collapse:collapse;
border-spacing:0;
overflow:hidden;
word-wrap:break-word; /* will not validate IE only */
}

caption, th, td {
text-align: left;
}

/*********** ---------- ::Defaults:: --------------------- ***********/
html { 
font-size:100.01%; 
height:100.1%; 
overflow-y:scroll; 
overflow: -moz-scrollbars-vertical; 
}  
 

body { 
height:100%;
font:12px Arial,Tahoma,Geneva,Helvetica,sans-serif;
background: #fff url('../images/body-bg.jpg') repeat-x;
color:#333;
}

/*********** ---------- ::Typography:: ------------------- ***********/
address, h1, h2, h3, h4, h5, h6, li, p, pre {padding: 3px 0px; line-height: 160%;}
h1 {font-size:20px;}
h2 {font-size:16px;}
h3 {font-size:14px;}
h4 {font-size:12px;}
address, li, p {font-size:12px;}
pre {font-size: 12px;}
ul {margin-left: 25px;}

/*********** ---------- ::Template:: --------------------- ***********/
#wrap {
width: 1000px;
margin:0 auto;

}
#masthead {
height: 85px;
}
#logoblock { 
width: 350px;
height: 55px;
float:left;
margin: 25px 0 0 5px;
}
#uppernav {
	width: 500px;
	float: right;
}
#top-menu {
	float: left;
}
#contents {
margin: 0;
}
#contents h1 {
	float: left;
	padding-top: 20px;
	margin-left: 15px;
	font-style:italic;
	font-size: 32px;
	line-height: 120%;
}
#contents.home-image {
	background: transparent url('../images/placeholder-1.jpg') right 60px no-repeat;
}

/* ======== UPDATED/EDITED CSS BELOW ======== */
#contents .intro-box {
	width: 550px;
	height: 195px;
	padding: 15px 0 0 0;
	float: left;
}

#searchplace{
	float:right;
	padding-top: 10px
	}

#searchplace .search-box {
	width: 500px;
	padding: 0px 0 0 0;
	font-color: #ffffff;
}
#searchplace .search-box .choice {
	width: 430px;
	padding: 0px 0px 0 0;
	float: right;
	font-color: #ffffff;
}
#searchplace .search-box .choice h3 {
	color: #ffffff;
	font-size: 12px;
}

#searchplace .search-box .choice input {
	padding-top: 0px;
	margin-top: 0px;
}
#searchplace .search-box .choice p {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	
}

#searchplace .search-box .choice span {
}

#searchplace .phrase {
	float: right;
	width: 475px;
	text-align:right;
	padding: 0px 0 0 0;
}
/* ======== END CHANGES ======== */

#searchplace .search {
	width: 243px;
	height: 28px;
	padding: 5px 0px 0 5px;
	margin: 5px 0 0 0;
	background: #f9f9f9 url('../images/search-bg.jpg') no-repeat;
	border: 0;
	font-size: 20px;
	color: #999;
}
#searchplace #submit {
	width: 45px;
	height: 40px;
	padding: 5px;
	border: 0;
	background: transparent url('../images/bt-go.png') no-repeat;
	cursor:pointer;
	margin-left: 5px;

}

#contents .intro-box img {
	float: left;
	display: inline;
	margin-right: 15px;
}

/* ======== UPDATED/EDITED CSS BELOW ======== */
#contents .intro-box h2 {
	font-size: 38px;
	float: left;
	padding-top: 15px;
	color: #223a8c;
}
#contents .intro-box p {
	font-size: 16px;
	float: left;
	padding-top: 10px;
	color: #223a8c;
	line-height: 140%;
	font-weight: bold;
}
/* ======== END CHANGES ======== */

#contents #locations {
	height: 280px;
	padding-top: 60px;
	
}
#contents #locations p {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
#contents .location-2 {
	margin: 0 19px	
}

#contents .location-1,
#contents .location-2,
#contents .location-3 {
	margin-top: 15px;
}
#contents #locations a.grosse:link, #contents #locations a.grosse:visited {
	width: 318px;
	height: 267px;
	display:block;
	float: left;
}
#contents #locations a.rochester:link, #contents #locations a.rochester:visited {
	width: 319px;
	height: 267px;
	display:block;
	float: left;
}
#contents #locations a.clair:link, #contents #locations a.clair:visited {
	width: 318px;
	height: 267px;
	display:block;
	float: left;
	margin: 0 22px;
}

#contents #locations a.grosse:hover,
#contents #locations a.rochester:hover,
#contents #locations a.clair:hover
 {
	background-position: 0 -267px;
}
#column-boxes-wrap {
	margin-top: 10px;
	position: static;
	background: transparent url('../images/col-boxes-wrap-bg.jpg') bottom repeat-x;
}
#column-boxes-wrap .inner-wrap {
	width: 1000px;
	margin: 0 auto;

}

/* ======== UPDATED/EDITED CSS BELOW ======== */
.column-box {
	width: 241px;
	float: left;
	background: transparent url('../images/detail-box-bg-new.png') no-repeat;
}
.column-box-bottom {
	width: 241px;
	height: 10px;
	float: left;
	background: transparent url('../images/detail-box-bottom-new.png') bottom no-repeat; 
}
.column-box.center {
	margin: 0 12px;
	text-align: left;
}
.column-box.right {
	margin: 0 0 0 11px;
	text-align: left;
}
/* ======== END CHANGES ======== */

.column-box h3 {
	padding: 10px 15px 5px;
	color: #223a8c;
	font-size: 24px;
}
.column-box p {
	padding: 5px 15px;
	color: #333;
	font-size: 12px;
}
.column-box ul {
	list-style:none;
	margin-left: 13px;
	/*list-style-image: url('../images/bullet-arrow2.gif');
	list-style-position:outside;*/
	display: inline-block;
}
	display: inline-block;
}
.column-box li {
	padding: 8px 0 8px 27px;
	background: url('../images/bullet-arrow2.gif') center left no-repeat;
	line-height: 120%;
}
.column-box h4 {
	margin-left: 13px;
	padding: 10px 10px 10px 27px;
	background: url('../images/bullet-arrow.gif') center left no-repeat;
	text-transform:uppercase;
}
#footer-wrap {
	width: 100%;
	background: #223a8c;
	/*position: relative;
	top: -20px;
	margin-bottom: -20px;*/
}
#footer {
clear:both;
width: 1000px;
height: 40px;
padding-top: 10px;
margin: 0 auto;
}
#footer p {
	color: #fff;
}

/*********** ---------- ::Links:: ------------------------ ***********/
a, a:link {text-decoration:underline; color: #213a8c;}
a:visited {text-decoration:underline; color: #213a8c;}
a:active, a:focus, a:hover {
text-decoration:none;
outline:none;
}
a img {border:none;}

/*********** ----------  ::Navigation:: ------------------ ***********/
/*********** Footer Navigation ***********/
#uppernav ul {
	list-style: none;
	float: right;
	margin: 0;
	padding: 10px 0 0 0;
	text-align: right;
}
#uppernav ul li {
	margin: 0;
	padding: 0 10px;
	display: inline;
	font: bold 14px/15px Arial,Tahoma,Geneva,Helvetica,sans-serif;
	color: #fff;
}
#uppernav ul li a, #uppernav ul li a:link, #uppernav ul li a:active, #uppernav ul li a:visited {
	font: bold 14px/15px Arial,Tahoma,Geneva,Helvetica,sans-serif;
	background: transparent;
	color: #fff;
	padding: 0 5px;
	margin: 0;
	text-decoration: none;
	
}
#uppernav ul li.noborder1 {
	border-left: 0;
}
#uppernav ul li a:hover {
	text-decoration: underline;
	color: #fff;
}

/*********** Top Menu Navigation ***********/
#top-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#top-menu td {
	margin: 0;
	font: bold 16px/30px Arial,Tahoma,Geneva,Helvetica,sans-serif;
	color: #213a8c;
	text-align: center;
}
#top-menu td a, #top-menu ul li a:link, #top-menu ul li a:active, #top-menu ul li a:visited {
	font: bold 16px/30px Arial,Tahoma,Geneva,Helvetica,sans-serif;
	background: transparent;
	color: #213a8c;
	padding: 0 10px;
	margin: 0;
	text-decoration: none;
}

#top-menu ul li {
	margin: 0;
	padding: 0 40px;
	display: inline;
	font: bold 16px/30px Arial,Tahoma,Geneva,Helvetica,sans-serif;
	color: #213a8c;
}
#top-menu ul li a, #top-menu ul li a:link, #top-menu ul li a:active, #top-menu ul li a:visited {
	font: bold 16px/30px Arial,Tahoma,Geneva,Helvetica,sans-serif;
	background: transparent;
	color: #213a8c;
	padding: 0 10px;
	margin: 0;
	text-decoration: none;
	
}
#top-menu ul li.nopadding {
	padding-right: 0;
}
#top-menu ul li a:hover {
	text-decoration: underline;
	color: #213a8c;
}



/* ---------- ::Forms:: ------------------------ */
label {cursor:pointer;}
input,label,select,textarea {
vertical-align:middle;
font-size:inherit;
font-family:inherit;
}
input, textarea {padding:.2em;}
textarea {overflow:auto;}

/*********** ---------- ::Global Classes:: --------------- ***********/
.center {text-align:center;}
.clear {
clear:both;
padding:0;
margin:0;
line-height:normal;
}
.floatleft {float:left;}
.floatright {float:right;}
.hidden {display:none;}
.inline {display:inline;}
.large {
font-size:20px;
font-weight:bold;
}
.light {color:#999;}
.small {
font-size:10px;
font-weight:normal;
}

/*********** ---------- ::Pages:: ------------------------ ***********/

/*********** /// place specific page rules here if needed /// ***********/

#logolink {
	margin: 10px 0 0 0;
	padding: 0;
	width: 240px;
	height: 75px;
	display: block;
}

.int-contents {
min-height: 300px;
background: #fff;
border: 1px solid #213a8c;
margin-bottom: 1px;
}
.left-col {
	width: 320px;
	float: left;
	padding: 20px 10px;
}
.left-col img {
	border: 1px solid #999;
	margin-bottom: 10px;
}
.right-col {
	width: 625px;
	float: right;
	padding: 20px 10px;
}

.int-contents .directory-wrap td {
	width: 680px;
	vertical-align: top;
	padding-bottom: 10px;
}

.int-contents .directory-wrap td.right {
	border-left: 1px solid #213a8c;
	width: 318px;
}
.int-contents .left-table {
	width: 680px;
	float: left;
}
.int-contents .right-table {
	width: 313px;
	float: left;
}
.int-contents .left-table .even-row {
	background: #f7fefe;
}
.int-contents .left-table td.col-one {
	width: 220px;
	padding: 5px 10px;
}
.int-contents .left-table td.col-two {
	width: 220px;
	padding: 5px 10px;
}
.int-contents .left-table td.col-three {
	width: 200px;
	padding: 5px 10px;
}

.int-contents .theading-left {
	width: 660px;
	height: 50px;
	background: #213a8c;
	color: #fff;
	text-align: left;
	padding: 0 10px;
}
.int-contents .theading-right {
	width: 293px;
	height: 50px;
	background: #213a8c;
	color: #fff;
	text-align: left;
	padding: 0 10px;
}
.int-contents .right-table td {
	width: 293px;
	padding: 2px 10px;
	font-size: 11px;
	
}
.int-contents .spacer10 {
	height: 10px;
}
.int-contents .spacer15 {
	height: 15px;
}
select { 
 background-color: #f4f4f4; 
 color: #444; 
 border: 2px solid #999;
}

option { 
 background-color: #f9f9f9; 
 color: #222; 
}


