@import url("reset.css");
@import url("level1_navigation.css");

/*  /---------------------
   /   Standard Elements
  /----------------------- */
body {
	/* Reduce default font size to 10pt */
    font: 11px  Arial, Verdana, Sans-serif;
	color: #444444;
	line-height: 20px;
	background-color: #f7f7f7;
}

a:link, a:visited, a:hover {
	text-decoration: underline;
}

a {
	color: #055287;
}

a.category {
	font-weight: bold;
}

a:hover {
	color: #0c6bb4;
}

a:visited {
	color: #034069;
}

strong, b {		font-weight: bold; color: #5a5a5a;	}
em, i {			font-style: italic; }

p {
	margin: 14px 0px 14px 0px;
}


/*  /---------------------
   /   Headings
  /----------------------- */
h1 {
	font-size: 16px;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	font-weight: bold;
}

h4 {
	font-size: 11px;
	font-weight: bold;
}

h5 {
	font-size: 10px;
	font-weight: bold;
}

h6 {
	font-size: 10px;
	font-weight: bold;
}


/*  /---------------------
   /   Containers
  /----------------------- */
.container {
	width: 976px;
	margin: 0px auto;
}

.clear {
	clear: both;
}



/*  /---------------------
   /   Navigation / Header
  /----------------------- */
#header {
	height: 347px;
	width: 100%;
	background-color: #ffffff;
	background: #f7f7f7 url(../images/level1/background_spacer.gif) top left repeat-x;
}

#nav_contain {
	background: transparent url(../images/level1/navigation_bg.gif) top left no-repeat;
	padding-top: 15px;
	width: 732px;
	float: left;
}

#logo {
	height: 63px;
	width: 244px;
	float: left;
}



/*  /---------------------
   /   Feature
  /----------------------- */
#feature {
	height: 347px;
	width: 100%;
	background: transparent url(../images/level1/feature_background.jpg) 50% 0px no-repeat;
}

#feature_image {
	height: 284px;
	width: 100%;
}

#feature_content {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
/*	padding: 100px 160px 0px 560px; */
	padding: 37px 0px 0px 560px;
	height: 247px;
	float: left;
	width: 270px;
	line-height: 25px;
}

#feature_content_icon {
	margin: 34px 0px 0px 20px;
	float: left;
	display: block;
}

#feature_content_icon a {
	height: 97px;
	display: block;
	width: 97px;
	background: url(../images/level1/transparent.gif);
	text-indent: -9999px;
}

#feature_flash_content {
	position: absolute;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 100px 160px 0px 560px;
	line-height: 25px;
}

a.feature_link {
	background: transparent url(../images/level1/feature_link_mark.gif) 0px 1px no-repeat;
	padding: 0px 0px 0px 25px;
	text-decoration: none;
	color: #b4d2ec;
}

a.feature_link:hover {
	color: #ffffff;
}



/*  /---------------------
   /   Content
  /----------------------- */
#content {
	width: 100%;
	background: #ffffff url(../images/level1/content_spacer.gif) top left repeat-x;
}



/*  /---------------------
   /   Content
  /----------------------- */
#homepage #column1 {
	color:	#444444;
	width: 242px;
	background: transparent url(../images/level1/header_location.jpg) top left no-repeat;
	float: left;
}

#homepage #column2 {
	color:	#444444;
	width: 243px;
	background: transparent url(../images/level1/header_facilities.jpg) top left no-repeat;
	float: left;
}

#homepage #column3 {
	color:	#444444;
	width: 243px;
	background: transparent url(../images/level1/header_selling.jpg) top left no-repeat;
	float: left;
}

#homepage #column4 {
	color:	#444444;
	width: 243px;
	background: transparent url(../images/level1/header_gallery.jpg) top left no-repeat;
	float: left;
}

#gallery_image {
	padding: 1px;
	border: 1px solid #dddddd;
}

.column_pad {
	padding: 130px 20px 0px 16px;
}

.date {
	color: #055287;
	font-weight: bold;
}


/*  /---------------------
   /   Community Blocks
  /----------------------- */
.community {
	margin: 0px 0px 10px 0px;
	clear: both;
	height: 71px;
	width: 100%;
}

.community img {
	float: left;
	padding: 0px 12px 0px 0px;
	width: 71px;
	height: 71px;
	border: 0px;
}

.community a.view {
	background: transparent url(../images/shared/arrow_grey.gif) 0px 4px no-repeat;
	text-decoration: none;
	color: #009a7b;
	padding: 0px 0px 0px 10px;
}


/*  /---------------------
   /   Footer
  /----------------------- */
#footer {
	border-top: 1px solid #ececec;
	color: #a3a3a3;
	font-size: 10px;
	padding: 8px 0px 10px 0px;
}

#footer a {
	color: #a3a3a3;
	text-decoration: none;
	margin: 0px 6px 0px 6px;
}

#footer a:hover {
	color: #666666;
}

#footer a.first {
	margin-left: 0px;
}

#credit {
	float: right;
}

#credit a {
	margin: 0;
}
