/* Diamond Country Club CSS 2010 */
body {
	background: url(slices/dccbg.png);
	margin: 0;
}
#dccdebug {
	position: absolute;
	z-index: 1000;
	top: 0;
	margin-left: -550px;
	left: 50%;
	
	width: 1100px;
	height: auto;
	background: #fff;
	padding-bottom: 20px;
}
#dcc {	
	width: 1200px;
	height: auto;
	margin: auto;
}
#dccframe {	
	width: 1200px;
	height: auto;
	float: left;
	background: url(slices/dccbg2.png) repeat-y center;
}
#dccinner {	
	width: 1085px;
	height: auto;
	float: left;
	margin-left: 50px;
	padding-left: 15px;
	padding-bottom: 20px;
	background: #fff;
}
#dcclogo {
	width: 1070px;
	height: 144px;
	float: left;
	margin: 20px 0 0 0;
	background: url(slices/dcclogo.jpg) no-repeat;
}
#dccnav {
	width: 1070px;
	height: 35px;
	background: url(slices/nav_bg.jpg) repeat-x;
	margin: 10px 0 10px 0;
	float: left;
}

#nav00 {
	background:url(slices/nav_el00.jpg);
	width: 76px;
	height: 35px;
	float: left;
}
#nav01 {
	background:url(slices/nav_el01.jpg);
	width: 85px;
	height: 35px;
	float: left;
}
#nav02 {
	background:url(slices/nav_el02.jpg);
	width: 102px;
	height: 35px;
	float: left;
}
#nav03 {
	background:url(slices/nav_el03.jpg);
	width: 85px;
	height: 35px;
	float: left;
}
#nav04 {
	background:url(slices/nav_el04.jpg);
	width: 87px;
	height: 35px;
	float: left;
}
#nav05 {
	background:url(slices/nav_el05.jpg);
	width: 72px;
	height: 35px;
	float: left;
}
#nav06 {
	background:url(slices/nav_el06.jpg);
	width: 97px;
	height: 35px;
	float: left;
}
#nav08 {
	background:url(slices/nav_el08.jpg);
	width: 97px;
	height: 35px;
	float: left;
}
#nav09 {
	background:url(slices/nav_el09.jpg);
	width: 69px;
	height: 35px;
	float: left;
}
#nav00:hover {
	background: url(slices/nav_el00_over.jpg);
}
#nav01:hover {
	background: url(slices/nav_el01_over.jpg);
}
#nav02:hover {
	background: url(slices/nav_el02_over.jpg);
}
#nav03:hover {
	background: url(slices/nav_el03_over.jpg);
}
#nav04:hover {
	background: url(slices/nav_el04_over.jpg);
}
#nav05:hover {
	background: url(slices/nav_el05_over.jpg);
}
#nav06:hover {
	background: url(slices/nav_el06_over.jpg);
}
#nav08:hover {
	background: url(slices/nav_el08_over.jpg);
}
#nav09:hover {
	background: url(slices/nav_el09_over.jpg);
}


#dccinfobar {
	width: 1070px;
	height: 25px;
	margin: 10px 0 0 0;
	float: left;
}
#dccfoot {
	width: 1070px;
	height: 80px;
	float: left;
	background: url(slices/footbg.jpg) top center no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999;
	text-align: center;
}
#dccfoot a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999;
	text-decoration: none;
}
#dccfoot a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: underline;
}
.dccsb {
	width: 260px;
	height: auto;
	float: left;
}
.dccsbhead {
	width: 236px;
	height: 35px;
	float: left;
	line-height: 35px;
	padding-right: 12px;
	padding-left: 12px;
	text-decoration: none;
	color: #ADBEB5;
	font-size: 12pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	background: url(slices/nav_bg.jpg) repeat-x;
	cursor: pointer;
	display:inline-block;
}
.dccsbshade {
	width: 260px;
	height: 10px;
	background: url(slices/nav_shade.jpg) center no-repeat;
	float: left;
}
.dccsbcontent {
	width: 236px;
	height: auto;
	float: left;
	background: url(slices/dccbg_nav.png) repeat #B5C1B7;
	padding: 10px;
	font: 11pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ECF0EE;
	/* margin-bottom: 10px; */
	margin-left: 2px;
}
.dccsblink {
	width: 230px;
	height: auto;
	float: left;
	padding: 3px;
	font: 11pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow: #124936 0px 1px 2px;
	margin-bottom: 5px;
}
.dccsblink:hover {
	width: 230px;
	height: auto;
	float: left;
	padding: 3px;
	font: 11pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow: #124936 0px 1px 2px;
	margin-bottom: 5px;
	background: url(imgs/pages/sb_hoverbg.png) repeat-y;
}
.dccsbcontent a {
	font: 11pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow: #124936 0px 1px 2px;
	text-decoration: none;
}
.dccsbcontent a:hover {
	font: 11pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	text-shadow: #124936 0px 1px 2px
}
#dccpage {
	width: 800px;
	height: auto;
	background: #fff;
	margin: 0 0 30px 10px;
	float: left;
	font: 10pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	color: #3C3C3C;
	z-index:11;
}
#dccpage a {
	font: 10pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #0F8C47;
	text-decoration: none;
}
#dccpage a:hover {
	font: 10pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #0F8C47;
	text-decoration: underline;
}

#startflash1 {
	width: 800px;
	height: 415px;
	float: left;
	margin-bottom: 30px;
	position:relative;
	z-index: 0;
}

#pageIllustration {
	width: 800px;
	height: 340px;
	float: left;
	margin-bottom: 25px;
}
#pageText {
	margin-left: 18px;	
}

#box_weatherinfo {
	position: relative;
	top: 0px;
	left: 0px;
	width: 231px;
	height: 172px;
	/*height: 172px;*/
	border: 2px solid #fff;
	cursor: pointer;
}
#box_weatherinfo_text {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 231px;
	height: 172px;
	/*height: 172px;*/
	background: url(slices/sidebar_weatherbg.png) no-repeat;
}
#box_weatherinfo_image {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 231px;
	height: 172px;
	/*height: 172px;*/
}

/* TEXT */
.pageH1 {
	font: 14pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #073F2C;
	text-shadow: #9EC5AC 0px 1px 2px;
}
.pageH2 {
	font: 11pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 1.6em;
}
.pageH3 {
	font: 11pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 1.6em;
}
.pagesmaller {
	font: 9pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #587C6B;
}
.pagecryl {
	font: 13pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #587C6B;
}


/* IMGS */
.rollover {
	cursor: pointer;
	border: none;
}
.pageillustration {
	border: 1px solid #B5C1B7;
	-moz-border-radius: 4px;
	background: #EFF8F2;
	padding: 6px;
}
.listseparator1 {
	width: 600px;
	height: 20px;
	background: url(imgs/sites/listseparator1.png) center no-repeat;
}

.picsImg {
	width: 130px;
	height: 130px;
	background: url(slices/gallery_imgbg.png) no-repeat;
	margin: 2px;
	text-align: center;
	cursor: pointer;
	float: left;
}
.picsImg:hover {
	width: 130px;
	height: 130px;
	background: url(slices/gallery_imgbg_over.png) no-repeat;
	margin: 2px;
	text-align: center;
	cursor: pointer;
	float: left;
}
.picsImg img {
	margin: 15px;
	border: none;
}


/* FORMS */
input.form1 {
	border: 1px #99CCCC solid;
	-moz-border-radius: 3px;
	font: 10pt Arial, Helvetica, sans-serif;
	background: #fff;
	padding: 2px;
	height: 22px;
	color: #333;
	margin: 2px;
}
textarea.form1  {
	border: 1px #99CCCC solid;
	-moz-border-radius: 3px;
	font: 10pt Arial, Helvetica, sans-serif;
	background: #fff;
	padding: 2px;
	height: auto;
	color: #333;
	margin: 2px;
}
select.form1  {
	border: 1px #99CCCC solid;
	-moz-border-radius: 3px;
	font: 10pt Arial, Helvetica, sans-serif;
	background: #fff;
	padding: 2px;
	height: 24px;
	color: #333;
	margin: 2px;
}

