@import url("base.css");
@import url("drop_down_nav.css");

/*
==========================================================================
1 - Default Typography Sizing, Colours and Margins
==========================================================================
*/
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th, a:link, a:visited { /* For Nescape 4.0 and other inheritance intolerant browsers */
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	color: #000;
	line-height: 1.5em;
}
body {
	font-size: 62.5%;
	background-color: #FFFFFF;
}

p, ul, dl, ol, form, blockquote, table {
	margin-bottom: 1.1em;
	color: #666666;
}

h1 {
	font-size: 2.2em;
	margin-bottom: 8px;
	color: #990000;
	font-weight: normal;
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1.shortMargin {
	margin-bottom: 0px;
}

h2 {
	font-size: 1.8em;
	margin-bottom: 4px;
	color: #603c2c;
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
}
h3 {
	margin-bottom: 5px;
	color: #23332f;
	margin-top: 0px;
	font: bold 1.2em Geneva, Arial, Helvetica, sans-serif;
}
h4 {
	margin-bottom: 5px;
	font: bold normal 1.2em Geneva, Arial, Helvetica, sans-serif;
	color: #142725;
	text-transform: capitalize;
}
h5 { font-size: 1.1em; margin-bottom: 5px; }
p {
	font-size: 1.3em;
	margin-bottom: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3C3C3C;
}
.smaller {
	font-size: 1em;
}
dl dt { font-weight: bold; }
ol li { list-style-type: lower-alpha; list-style-position: inside; }
a:link, a:visited  {
	color: #02AAEA;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
}

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



/* blockquotes */
blockquote { background-color: #F5F5F5; margin-bottom: 1em; padding: 5px; }
blockquote p {
	color: #00a5ec;
	margin: 5px 5px 5px 15px;
	font: 1.2em georgia, "times new roman", serif;
	text-indent: -8px;
}
blockquote cite { font-style: normal; color: #CCC; font-weight: bold; }

table {
} 
td { padding: 5px; }
/*
==========================================================================
3 - Main Structural Divs
==========================================================================
*/
html, body { height: 100%; }


#wrapper {
	width:100%;
	background: #FFFFFF url(../images/structure/bg.jpg) repeat-x left top;
}
#header {
	height: 150px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A8A9A4;
	background-color: #FFFFFF;
	background-image: url(../images/structure/drop_shad.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#header-content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 110px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/structure/header.jpg);
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	position: relative;
}
#singleCol {
	width: 920px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#altLeftCol {
	width: 630px;
	float: left;
}
#altRightCol {
	width: 300px;
	float: right;
}
#miniRightCol {
	PADDING-BOTTOM: 30px; PADDING-LEFT: 0px; WIDTH: 286px; PADDING-RIGHT: 0px; FLOAT: right; HEIGHT: 100%; PADDING-TOP: 57px
}


#fancy {
	background-image: url(../images/structure/fancy.jpg);
	background-repeat: repeat-x;
	height: 16px;
	width: 100%;
}
#containerWrapper {
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	background-image: url(../images/structure/bg.jpg);
}



#lefCol {
	float:left;
	width:555px;
	text-align: left;
	padding-top: 2em;
	padding-right: 0.7em;
	padding-left: 4em;
	background-image: url(../images/structure/divider.png);
	background-repeat: no-repeat;
	background-position: right 30px;
}
#rigCol {
	float:right;
	width:310px;
	background: url(../images/structure/rihtCol_bg.jpg) repeat-x;
	padding-top: 3em;
	padding-right: 2em;
	padding-left: 2em;
}




#container_left {
	float: left;
	width: 300px;
	margin-top: 15px;
	margin-bottom: 10px;
}
#container_right {
	float: right;
	width: 280px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#container_bottom {
	clear: both;
	background-repeat: no-repeat;
	background-position: 2% top;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#fancyBox {
	width: 285px;
	background-image: url(../images/structure/rightCol_bot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 40px;
	margin-top: 30px;
}
#fancyBoxSides {
	background-image: url(../images/structure/fancyBoxMid.gif);
	background-repeat: repeat-y;
	width: 255px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#fancyBoxTop {
	background-image: url(../images/structure/FancyBoxTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 285px;
}
#fancyNews {
	background-image: url(../images/structure/leatherBg-news.jpg);
	background-repeat: no-repeat;
	width: 254px;
	height: 94px;
	position: relative;
	margin-bottom: 15px;
}
#thimble {
	background-image: url(../images/structure/thimble.png);
	left: -10px;
	top: 19px;
	height: 64px;
	width: 98px;
	position: absolute;
}
#more {
	position: absolute;
	right: 20px;
	bottom: 10px;
}
#more a {
	background-image: url(../images/structure/btn-more.jpg);
	height: 25px;
	width: 114px;
	display: block;
	text-indent: -9999px;
	background-position: 0px 0px;
}
#more a:hover {
	background-image: url(../images/structure/btn-more.jpg);
	background-position: 0px -25px;
}



#fancyInterior {
	background-image: url(../images/structure/leatherBg.jpg);
	background-repeat: no-repeat;
	width: 254px;
	height: 94px;
	position: relative;
}

#redButton {
	background-image: url(../images/structure/redButton.jpg);
	background-repeat: no-repeat;
	height: 73px;
	width: 74px;
	position: absolute;
	left: -8px;
	top: 10px;
}
#signMeUpButton {
	height: 25px;
	width: 114px;
	position: absolute;
	right: 20px;
	bottom: 10px;
}



#rightColGradBox {
	background-image: url(../images/structure/rightColGradBg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 214px;
	background-color: #EEE9D6;
	margin-top: 15px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 0.9em;
}

.home {
	background-image: url(../images/structure/iconHome.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 33px;
	margin-bottom: 9px;
}
.email {
	background-image: url(../images/structure/iconEmail.jpg);
	padding-left: 35px;
	background-repeat: no-repeat;
	background-position: left;
	height: 21px;
}
.phone {
	background-image: url(../images/structure/iconPhone.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 33px;
	margin-bottom: 11px;
	height: 18px;
}
.clock {
	background-image: url(../images/structure/clock.jpg);
	margin-bottom: 11px;
	padding-left: 33px;
	background-repeat: no-repeat;
	background-position: left top;
}



a.han:link, a.han:visited {
	font-size: .8em;
	color: #999999;
	text-decoration: underline;
}
a.han:hover {
	color: #000000;
	text-decoration: underline;
}
.footerCol {
	background-image: url(../images/structure/dividerTransparent.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 880px;
	margin-top: 20px;
	padding-right: 30px;
	padding-left: 50px;
	padding-top: 20px;
	text-align: center;
}
.underline {
	background: url(../images/structure/horiz_divider.jpg) no-repeat center;
	height: 7px;
	width: 880px;
	margin: 14px auto 10px;
}

.DocStyle {
	background-image: url(../images/structure/doc.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	height: 71px;
	padding-left: 59px;
	text-align: left;
	margin-right: 90px;
}
.MapStyles {
	background-image: url(../images/structure/map.jpg);
	height: 71px;
	float: left;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 80px;
	text-align: left;
}
#FlashOuter {
	background: url(../images/banners/background.jpg) no-repeat;
	height: 314px;
	width: 499px;
	position: relative;
}
#FlashInner  {
	width: 467px;
	height: 258px;
	margin-left: 15px;
	margin-top: 15px;
	position: absolute;
}
.rightFloat {
	float: right;
}
#admin {
	height: 20px;
	width: 20px;
	position: absolute;
	left: 5px;
	top: 5px;
}

