/* Stylesheet for Greyshore */


/* Styles for BODY */
body {
	background-color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 160%;
}
a {
	color: #CC0000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1 {
	color: #CC0000;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
}


/* Styles for "Parent Container" */
/* This container holds everything within a given page.  It's main job is to maintain the width. */
div#parent-container {
	width: 772px;
}


/* Styels for "Main Container" */
/* This container maintains the bordered area on every page. */
div#main-container {
	background: url(images/background_middle.jpg) repeat-y;
}


/* Styles for "Main Inner Container" */
/* This container pulls all of the content away from extreme edge of the bordered area (this extreme edge is the most transparent edge of the border image). */
div#main-inner-container {
	margin: 0px 10px 0px 10px;
}


/* Styles for "Header Container" */
/* This container holds the site's logo, "call us" information, top-navigation, and header image for each page. */
div#header-container {
	margin: 0px 10px 0px 10px;
	text-align: left;
}
table#header-logo-container td {
	padding-top: 10px;
}
span#call-us-today {
	color: #666666;
	font-weight: bold;
}
span#call-us-today-number {
	color: #CC0000;
	font-size: 16px;
	font-weight: bold;
}
div#header-nav-container {
	font-size: 11px;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
	text-align: center;
}
div#header-nav-container a {
	color: #666666;
	text-decoration: none;
}
div#header-nav-container a:hover {
	color: #CC0000;
}
div#header-nav-container a#active-page {
	color: #CC0000;
}
div#header-image-container {
	margin: 2px 0px 10px 0px;
	position: relative;
	text-align: left;
}
div#header-image-container .flash-header {
	position: absolute;
	top: 0px;
}


/* Styles for "Body Container" */
/* This container holds all of the content for each page */
div#body-container {
	margin: 0px 10px 0px 10px;
	text-align: left;
}
div.divider {
	border: dotted #999999;
	border-width: 1px 0px 0px 0px;
}
/* Style for the home page only */
div#home-subsection-1 {
	float: left;
	width: 238px;
}
div#home-subsection-2 {
	float: left;
	margin: 0px 8px 0px 8px;
	width: 238px;
}
div#home-subsection-3 {
	float: left;
	width: 238px;
}
div.home-subsection-middle {
	background: url(images/subsection_background_middle.jpg) repeat-y;
	color: #666666;
	padding: 0px 14px 0px 14px;
	text-align: center;
}
div.home-subsection-middle h1 {
	font-size: 22px;
	font-weight: normal;
	margin: 0px;
}
div.home-subsection-middle p {
	margin-bottom: 0px;
	text-align: justify;
}
/* Style for other multi-column designed pages */
div#left-column {
	float: left;
	padding: 17px 15px 0px 15px;
	width: 500px;
}
div#right-column {
	float: left;
	width: 200spx;
}
div#right-column div#subsection-middle {
	background: url(images/quick_contact_background_middle.jpg) repeat-y;
	color: #666666;
	padding: 3px 0px 3px 17px;
}
div#right-column div#subsection-middle h1 {
	color: #CC0000;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
}
div#right-column div#subsection-middle input[type=text] {
	width: 160px;
}
div#right-column div#subsection-middle textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	width: 160px;
}
/* Style for other single-column designed pages */
div#single-column-container {
	margin-left: 17px;
	margin-right: 17px;
	margin-top: 25px;
}


/* Styles for "Footer Container" */
/* This container hold all of the lower navigation found at the bottom of each page. */
div#footer-container {
	color: #666666;
	font-size: 11px;
	margin: 20px 0px 0px 0px;
	width: 700px;
}
div#footer-container a {
	color: #666666;
}
div#footer-container a:hover {
	text-decoration: none;
}
div#footer-container #trimark-contact a {
	color: #666666;
	text-decoration: none;
}
div#footer-container #trimark-contact a:hover {
	color: #666666;
	text-decoration: underline;
}