/* fonts */

/*
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * @vendor:     GUST e-foundry
 * @vendorurl:  http://www.gust.org.pl/projects-1/e-foundry
 * @licenseurl: http://www.fontsquirrel.com/license/TeX-Gyre-Adventor
 *
 *
 */

@font-face {
	font-family: 'TeXGyreAdventorRegular';
	src: url('/css/fonts/Texg/texgyreadventor-regular.eot');
	src: local('TeX Gyre Adventor Regular'), local('TeXGyreAdventor-Regular'), url('/css/fonts/Texg/texgyreadventor-regular.woff') format('woff'), url('/css/fonts/Texg/texgyreadventor-regular.otf') format('opentype'), url('/css/fonts/Texg/texgyreadventor-regular.svg#TeXGyreAdventor-Regular') format('svg');
}

@font-face {
	font-family: 'TeXGyreAdventorItalic';
	src: url('texgyreadventor-italic.eot');
	src: local('TeX Gyre Adventor Italic'), local('TeXGyreAdventor-Italic'), url('/css/fonts/Texg/texgyreadventor-italic.woff') format('woff'), url('/css/fonts/Texg/texgyreadventor-italic.otf') format('opentype'), url('/css/fonts/Texg/texgyreadventor-italic.svg#TeXGyreAdventor-Italic') format('svg');
}

@font-face {
	font-family: 'TeXGyreAdventorBold';
	src: url('texgyreadventor-bold.eot');
	src: local('TeX Gyre Adventor Bold'), local('TeXGyreAdventor-Bold'), url('/css/fonts/Texg/texgyreadventor-bold.woff') format('woff'), url('/css/fonts/Texg/texgyreadventor-bold.otf') format('opentype'), url('/css/fonts/Texg/texgyreadventor-bold.svg#TeXGyreAdventor-Bold') format('svg');
}

@font-face {
	font-family: 'TeXGyreAdventorBoldItalic';
	src: url('texgyreadventor-bolditalic.eot');
	src: local('TeX Gyre Adventor Bold Italic'), local('TeXGyreAdventor-BoldItalic'), url('/css/fonts/Texg/texgyreadventor-bolditalic.woff') format('woff'), url('/css/fonts/Texg/texgyreadventor-bolditalic.otf') format('opentype'), url('/css/fonts/Texg/texgyreadventor-bolditalic.svg#TeXGyreAdventor-BoldItalic') format('svg');
}

/* CSS resets */
* {  
	vertical-align: top;  
	font-family: inherit;  
	font-style: inherit;  
	font-size: 100%;  
	border: none;  
	padding: 0;  
	margin: 0;  
}  

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, ul, ol, dl {  
	margin: 20px 0;  
	}  
li, dd, blockquote {  
	margin-left: 20px;  
	}  
table {  
	border-collapse: collapse;  
	border-spacing: 0;  
	}

BODY {
	font-family: Helvetica, sans-serif;
    font-size:   12px;
    color:       #666;
    background: #8ecfe5 url("../images/siteback.jpg") top left repeat-x;
	text-align: center;
	line-height: 18px;
	letter-spacing: .5px;
}

#grass_back {
	position:fixed;
	bottom: 0;
	left: 0;
	background: url(../images/grass_back.png) bottom left repeat-x;
	height: 400px;
	width: 100%;
	z-index: -1;
}

#main {
	margin: 0 auto;
	margin-top: 15px;
	width: 1000px;
	text-align:left;
	border:1px solid #333;
	border-color: #ffffff;
	-moz-box-shadow: 0 15px 15px #666;
	-webkit-box-shadow: 0 15px 15px #666;
	box-shadow: 0 15px 15px #666;

}

td {
	margin: 0; 
	padding: 0;
 	vertical-align: top;
}

img {
	border: 0px;
}

h1 {
	margin: 10px 0px 10px 0px;
	padding: 5px 10px 5px 0px;
	font-family: TeXGyreAdventorBold, Helvetica, sans-serif;
	color: #660000;
	font-size: 18px;

}

h2 {
	color: #660000;
	vertical-align: top;
	font-family: TeXGyreAdventorBold, Helvetica, sans-serif;
	font-size: 16px;

}

.header {
  background: #FFF;
  height: 135px;
  width: 1000px;
}

#container {
	width: 1000px;
	background: #fff;

}


#content {
	float: right;
}

.single_col {
	width: 1000px;

}

.with_sidebar {
	width:730px;
	float: right;
	margin: 10px 20px 0 0;
}

#footer {
  color: #660000;
  background: #fff;
  text-align: center;
  vertical-align: middle;
  padding: 5px 0px 5px 0px;
  border-top: 1px solid #660000;
}



/* Links */
a {
	color: #00688B;
	font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    font-weight: bold; 
    text-decoration: none;
}

a:hover, a:visited {
    color: #50A6C2;
}

h1 a {
	color: #660000;
	font-family: Arial, Helvetica, sans-serif; 
    font-size: 10px; 
    font-weight: normal; 
    text-decoration: none;
	padding-left: 20px;
}

h1 a:visited {
    color: #660000;
	font-family: Arial, Helvetica, sans-serif; 
    font-size: 10px;
    font-weight: normal; 
    text-decoration: none;
	padding-left: 20px;
}

/* Nav Styles */
ul#topnav {
	display: block;
	background: url('/images/nav_back.png') top left repeat-x;
	height: 35px;
	margin: 0;	
	padding: 0;

}

ul#topnav > li {
  color: #FFFFFF;
  text-align: center;
  display: inline;
  
}

ul#topnav > li a {
	color: #FFFFFF; 
	font-family: TeXGyreAdventorBold, Helvetica, sans-serif; 
    font-size: 14px; 
    font-weight: bold; 
    text-decoration: none;
	letter-spacing: 1px;
	line-height: 30px;

}


ul#topnav > li a:hover {
    color: #EEEE00;
}

#sidebar {
	float: left;
	width: 225px;
	margin-right: 20px;
	padding-top: 10px;
}
div.sidenav_container {
	background: rgb(73,191,212);
	background: rgba(12,169,197, .75);
	width: 215px;
	margin: 20px 20px 10px 0;
	padding: 10px 0;
    -moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
 	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border: 1px solid #cccccc;

}


ul.sidenav {
	display: block;
	margin: 5px 5px 5px 0;
	padding: 5px 5px 5px 0px;
	list-style-type: none;
}

ul.sidenav li{
 padding-left: 10px;
}

ul.sidenav li.selected {
  background: rgba(182,230,252, 0.25);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  
}

ul.sidenav li > ul {
  padding: 0;
  margin: 0 0 0 10px;
  list-style-type: none;
  background: rgba(182,230,252, 0.5);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  
}

ul.sidenav li ul > li{
  padding: 0 0 0 10px;
  margin: 0;
  
}

ul.sidenav li a:link, a:active {
	color: #00688B;
	font-family: Arial, Helvetica, sans-serif; 
    font-size: 1.1em; 
    font-weight: normal; 
    text-decoration: none;
}

ul.sidenav li a:visited {
    color: #00688B;
	font-family: Arial, Helvetica, sans-serif; 
    font-size: 1.1em; 
    font-weight: normal; 
    text-decoration: none;
}

ul.sidenav li > a:hover {
    color: #ffffff;
	font-family: Arial, Helvetica, sans-serif; 
    font-size: 1.1em;
    font-weight: normal; 
    text-decoration: none;
}
ul.sidenav li ul li a:link, a:active {
	color: #00688B;
	font-family: Arial, Helvetica, sans-serif; 
    font-size: 1em; 
    font-weight: normal; 
    text-decoration: none;
    
}

ul.sidenav li ul li a:visited {
    color: #00688B;
	font-family: Arial, Helvetica, sans-serif; 
    font-size: 1em;
    font-weight: normal; 
    text-decoration: none;
}

ul.sidenav li ul li > a:hover {
    color: #ffffff;
	font-family: Arial, Helvetica, sans-serif; 
    font-size: 1em;
    font-weight: normal; 
    text-decoration: none;
}
a.footlink:link, a.footlink:visited {
	 color: #660000;
	 font-weight: normal;
}

a.footlink:hover {
	 color: #FF9900;
	 font-weight: normal;
}

/* Section Styles */
.testimonials {
	margin: 5px 25px 5px 5px;
	background: rgb(220, 243, 229);
	background: rgba(119, 207, 153, .25);
	border: 1px solid #cdcdcd;
	color: #000000;
	line-height: 18px;
}

.testimonials img {
	background: rgb(169, 225, 191);
	background: rgba(119, 207, 153, .50);
	border: 1px solid #cccccc;
	padding: 3px;
	margin: 3px 10px 3px 0;

}

.testimonials_header {
	margin: 0px;
	padding: 2px 10px 5px 10px;
	border-bottom: 1px solid #660000;
	color: #660000;
	vertical-align: top;
	font-size: 14px;
	letter-spacing: 2px;
}

.testimonials_content {
	padding: 10px 10px 5px 10px;
}

.img_frame {
	margin: 0 20px 20px 20px;
	background: rgb(220, 243, 229);
	background: rgba(119, 207, 153, .25);
	border: 1px solid #cdcdcd;
	
	
}

.img_frame img {
	background: rgb(169, 225, 191);
	background: rgba(119, 207, 153, .50);
	border: 1px solid #cccccc;
	padding: 5px;
	margin: 7px;

}

#display_markets {
	text-align: center;
}

#display_markets th {
	padding: 2px 5px 2px 5px;
	background: #dcf3e5;
	border: 1px solid #49BFD4;
}

#display_markets td {
	padding: 2px 5px 2px 5px;
	border: 1px solid #49BFD4;
	
}

.golf_courses_header {
	margin: 0px 0px 2px 0px;
	padding: 2px 10px 5px 10px;
	border: 1px solid #660000;
	color: #660000;
	vertical-align: top;
	font-size: 14px;
	letter-spacing: 2px;
}
.golf_courses {
	padding: 5px 5px 10px 2px;
}

#contact td {
	padding-bottom: 15px;
	padding-right: 10px;
}

#marketing th {
background: #013300;
padding: 5px;
border: 1px solid #93bc5c;
}

#marketing td {
padding: 5px;
border: 1px solid #93bc5c;

}



/*  HOME PAGE STYLES */
.home {
width: 45%;

}

.home img {
	margin: 5px 15px 15px 5px;
}

br.clear {
	clear: both;
}

/* ADMIN STYLES */
div#adminnav {
	background: #000;
	border-top: 1px solid #034b19;
	height: 20px;
	padding-top: 10px;
}
#adminnav ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	
}

#adminnav li {
	background: #000;
	color: #fff;
	display: inline;

	
}

#adminnav a {
	background: #000;
	color: #fff;
	font-weight: bold;
	padding: 10px 15px 3px 15px;
	border-right: 1px solid #999;
	
}

#adminnav a:hover {
	background: #999;
	color: #000;
	font-weight: bold;
	padding: 10px 15px 3px 15px;
	
}
div#err {
	margin-bottom: 20px;
	border-bottom: 1px solid #fff;	
}



#err li {
	font-weight: bold;
	line-height: 14px;
	
}

/* entity classes */ 
.entity_header {
	margin: 2px 0px 2px 0px;
	padding: 5px 10px 5px 10px;
	color: #660000;
	vertical-align: top;
	font-size: 14px;
	letter-spacing: 2px;
	border-bottom: 1px solid #660000;
	border-top: 1px solid #660000;

}

.entity_header a {
	color: #660000;
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: normal;
}
.entity {
	width: 725px;
	float: right;
	padding: 5px 5px 10px 2px;
}

.indent {
	padding-left: 10px;
}

.logo {
	margin-right: 10px;
	padding: 2px;
	float:left;
}

.desc_logo {
	
	margin-left: 10px;
}


.featured_entity_image {
	padding: 1px;
	margin: 5px 0px 5px 5px;
	float: right;
	width: 191px;

}

.entity_image {
	padding: 1px;
	margin: 5px 0px 5px 5px;
	border: 1px solid #ffffff;
	float: right;
	width: 191px;
	height: 141px;

}

.entity_image img {
	width: 190px;
	height: 140px;
}

.pad_top {
	padding-top: 10px;
}

div.button {
	border: 2px solid #80D3FF;
	background: #ADD8E6;
	color: #fff;
	width: 120px;
	height: 15px;
	padding: 5px;
	font-weight: bold;
	font-size: 12px;
	margin: 5px;
	text-align: center;
}


div.button a {
	color: #660000;
	font-weight: bold;
	font-size: 12px;
}

div.button a:active {
	color: #660000;
	font-weight: bold;
	font-size: 12px;
}


/* New site styles */
#home_movie {
	height: 275px;
	vertical-align: top;
	padding: 0;
	margin: 0;
	width: 700px;

}

.look_sign {
	font-family: Helvetica, Arial, sans-serif;
	width: 280px;
	padding: 0px 10px 5px 10px;
	vertical-align: top;
	height: 270px;
	
	

}



.look_sign img {
	height: 175px;
	width: 225px;
	padding-left: 10px;
	-moz-box-shadow: 7px 7px 7px #d4d4d4;
	-webkit-box-shadow: 7px 7px 7px #d4d4d4;
	box-shadow: 7px 7px 7px #d4d4d4;

}

.look_sign .text {
	margin-top: 15px;
	
	
}

.col1 {
	width: 700px;
	float: left;

}

.col2 {
	width: 300px;
	float: right;

}

.gray_gradient {
	background: url('../images/gray_gradient.jpg') top left repeat-x;

}

.callout {
	float: left;
	width: 300px;
	padding: 0 10px 5px 10px;
	margin: 20px 0 0 10px;
}

.callout h1 {
	padding: 0;
	margin: 0 0 5px 0;
	
}

.gutter {
	margin-top: 20px;
}

.map {
	float: left;
	width: 280px;
	padding: 0 10px 20px 10px;

}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.boxsize {
	width: 745px;
}

.logo {
	float: left; 
	width: 200px; 
	padding: 10px;"
}

ul.slideshow {
	list-style-type:none;
	width:700px;
	height:275px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
	margin: 0;
	padding; 0;
	list-style-type: none;
}

ul.slideshow li.show {
	z-index:500;
	margin: 0;	
}

ul img {
	border:none;	
}

ul.slideshow_small {
	width: 350px;
	height: 250px;
	margin-right: 10px;
	margin-left: 0;
	list-style-type: none;
}

#slideshow-caption {
	width:700px;
	height:70px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#000;
	z-index:500;
}

#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;	
	z-index:1000;
	margin: 0;	
}

#slideshow-caption h3 {
	margin:0 0 0 10px;
	padding:0;	
	font-size:14px;
}

#slideshow-caption p {
	margin:5px 0 0 10px;
	padding:0;
}

input, select, textarea {
	border: 1px solid #0CA9C5;
	background: #B6E6FD;
	padding: 3px;
}

input[type="button"],input[type="submit"] {
	background: #80D3FF;
	padding: 3px;
	cursor: pointer;
}

select>option {
	padding: 2px;
}

.look_sign_container {
	margin-top: 40px;
}

.look_sign_header {
	font-weight: bold;
	color: #ffffff;
	background: #000000;
	width: 207px;
	padding: 5px;
	margin: 0;
	text-align: center;
}

.look_sign_sidebar {
	height: 160px;
	width: 215px;
	border: 1px solid #aaa;
}

.caption_workaround {
	background: #fff;
	margin-top: 50px;
}

.address_left {
	float: left;
	width: 45%;
}