@charset "UTF-8";
/* CSS Document */

/* Design and development by Parachute Design – http://www.parachutedesign.ca */

/* PNG Fix for those pesky IE people */
img, div, a, table, tr, td, input, ul, li, { behavior: url(css/resources/iepngfix.htc) }

/* Begin Structure */
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#header {
	display: block;
	height: 245px;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/header-bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#banner {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 135px;
	width: 950px;
}
#banner .logo {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	float: left;
	height: 135px;
	width: 163px;
	margin: 0px;
	padding: 0px;
}
#banner .logo a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 135px;
	width: 163px;
}
#banner .intro {
	text-align: right;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 135px;
	width: 787px;
}
#banner .intro h1 {
	font-family: "Lucida Sans", sans-serif;
	font-size: 18px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #C2A303;
	padding: 0px;
	margin-top: 63px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#banner .intro p {
	font-family: "Lucida Sans", sans-serif;
	color: #666666;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}
#banner .intro a {
	font-family: "Lucida Sans", sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
#banner .intro a:hover {
	font-family: "Lucida Sans", sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #C2A303;
	text-decoration: none;
}
#nav {
	display: block;
	padding: 0px;
	height: 61px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#nav div {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 61px;
	float: left;
	overflow: auto;
}
#nav div a  {
	height: 61px;
	position: block;
	display: block;
}
#nav div.home {
	background-image: url(../images/nav-home.gif);
	background-repeat: no-repeat;
	background-position: 0px -61px;
	width: 93px;
	display: block;
}
#nav div.about {
	background-image: url(../images/nav-about.gif);
	background-repeat: no-repeat;
	background-position: 0px -61px;
	width: 113px;
	display: block;
}
#nav div.work {
	background-image: url(../images/nav-work.gif);
	background-repeat: no-repeat;
	background-position: 0px -61px;
	width: 117px;
	display: block;
}
#nav div.development {
	background-image: url(../images/nav-development.gif);
	background-repeat: no-repeat;
	background-position: 0px -61px;
	width: 195px;
	display: block;
}
#nav div.closings {
	background-image: url(../images/nav-closings.gif);
	background-repeat: no-repeat;
	background-position: 0px -61px;
	width: 162px;
	display: block;
}
#nav div.promotions {
	background-image: url(../images/nav-promotions.gif);
	background-repeat: no-repeat;
	background-position: 0px -61px;
	width: 140px;
	display: block;
}
#nav div.contact {
	background-image: url(../images/nav-contact.gif);
	background-repeat: no-repeat;
	background-position: 0px -61px;
	width: 130px;
	display: block;
}
#nav div:hover {
	background-position: 0px 0px
}


/* Main Content Area */
#content {
	background-image: url(../images/content-bg.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#content .main_top {
	display: block;
	padding: 0px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#content h1 {
	font-family: "Lucida Sans", sans-serif;
	font-size: 30px;
	font-style: normal;
	line-height: 36px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	text-shadow:0 0 0 #FFF;
}
#content h1 strong  {
	font-family: "Lucida Sans", sans-serif;
	font-size: 30px;
	font-style: normal;
	line-height: 36px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
#content h2 {
	font-family: "Lucida Sans", sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	color: #009288;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#content p {
	font-family: "Lucida Sans", sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#bottom {
	background-image: url(../images/content-btm-bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 245px;
	width: 100%;
}
#content .main_btm {
	display: block;
	padding: 0px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.main_btm .left_col {
	display: block;
	width: 650px;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/small-divider.png);
	background-repeat: no-repeat;
	background-position: right 0px;
}
.main_btm .sidebar {
	display: block;
	margin: 0px;
	float: left;
	width: 245px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}



#link {
	display: block;
	padding: 0px;
	height: 35px;
	width: 222px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#link div {
	display: auto;
	height: 35px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}
#link div a {
	display: block;
	height: 35px;
	position: block;
}
#link div.read_more {
	background-image: url(../images/btn-read-more.png);
	background-repeat: no-repeat;
	background-position: 0px -35px;
	display: block;
	padding: 0px;
	height: 35px;
	width: 222px;
	margin: 0px;
}
#link div.promotions {
	background-image: url(../images/btn-promotions.png);
	background-repeat: no-repeat;
	background-position: 0px -35px;
	display: block;
	padding: 0px;
	height: 35px;
	width: 222px;
	margin: 0px;
}
#link div:hover {
	background-position: 0px 0px;
}
#footer {
	display: block;
	height: 140px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #009288;
	background-image: url(../images/footer-bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#holder  {
	display: block;
	padding: 0px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#holder .left_col {
	display: block;
	margin: 0px;
	width: 475px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
#holder .left_col p {
	font-family: "Lucida Sans", sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #8fcfcc;
	text-align: left;
}
#holder   .left_col   #login_form {
	text-align: left;
	height: 15px;
	display: block;
	margin-top: 5px;
	width: 475px;
}
#holder .left_col input {
	text-align: left;
	display: block;
	padding: 2px;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#holder .right_col {
	display: block;
	margin: 0px;
	float: right;
	width: 475px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "Lucida Sans", sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #8fcfcc;
	font-weight: normal;
	text-align: right;
}
#holder .right_col a {
	font-family: "Lucida Sans", sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #8fcfcc;
	text-decoration: none;
}
#holder .right_col a:hover {
	font-family: "Lucida Sans", sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

#content ul {
	text-align: left;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
}
#content li {
	font-family: "Lucida Sans", sans-serif;
	text-align: left;
	font-size: 13px;
	font-style: normal;
	line-height: 19px;
	color: #333333;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


#holder .left_col a {
	font-family: "Lucida Sans", sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #8fcfcc;
	text-decoration: none;
	padding-top: 10px;
}
#holder .left_col a:hover {
	font-family: "Lucida Sans", sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
}

