html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.69em;
	line-height: 17px;
	color: #CCCCCC;
	background-color: #0C0C0C;
	height: 100%;
	background-image: url(/site/limestone/images/static/bg.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

p { margin-top: 0px; margin-bottom: 0px; padding-bottom: 10px; }
h1 { font-size: 170%; font-weight: normal; margin-bottom: 6px; margin-top: 1px; color: #FFFFFF; }
h2 { font-size: 160%; font-weight: normal; margin-bottom: 6px; margin-top: 1px; color: #FFFFFF; }
h3 { font-size: 150%; font-weight: normal; margin-bottom: 6px; margin-top: 1px; color: #FFFFFF; }
h4 { font-size: 120%; font-weight: normal; margin-bottom: 6px; margin-top: 1px; color: #FFFFFF; }
hr { width: 100%; border: 0; color: #999999; background-color: #999999; height: 1px; margin-top: 15px; margin-bottom: 15px; padding: 0px; }
a:link, a:visited, a:active { text-decoration: underline; outline: none; color: #CCCCCC; }
a:hover { text-decoration: underline; outline: none; color: #CCCCCC; background-color: #333333; }
.clear { clear:both; margin-top:-1px; height:1px; overflow:hidden; }
img { border: 0; }



#outer_container {
	position: relative;
	width: 940px;
	height: 100%;
	margin: 0;
	padding:0;
}

#inner_container {
	width: 860px;
	margin: 0 0 20px 40px;
}

#logo { margin: 20px 0 40px 0; }

#banner {
	margin: 20px 0 40px 0;

}

#left {
	position: relative;
	float: left;
	width: 180px;
}

#right {
	position: relative;
	float: right;
	width: 660px;
}

#right_inner { }

#content_container {
	position: relative;
	width: 660px;
}


#default_01 {
	position: relative;
	float: left;
	width: 660px;
}
#default_02 {
	position: relative;
	float: left;
	width: 310px;
}
#default_03 {
	position: relative;
	float: right;
	width: 310px;
}
#default_04 {
	position: relative;
	float: left;
	width: 660px;
}




#address { font-size: 90%; color: #999999; line-height: 12px; }
#address a:link, #address a:visited, #address a:active { color: #616065; background-color: transparent; text-decoration: none; }
#address a:hover { text-decoration: underline; }



.section_object { margin-bottom: 20px; }




#nav {
	position: relative;
	padding: 0px;
	margin: 0px;
	color: #CCCCCC;
	margin-bottom: 20px;
}

#nav li {
	list-style: none;
	/*border-bottom: 1px dotted #000000;*/
}

#nav ul li { /*border-bottom: 1px dotted #000000;*/ }
#nav ul li.last { /*border-bottom: hidden;*/ }


/* level 1 */
#nav a {
	color: #CCCCCC;
	text-decoration: none;
	outline: none;
	line-height: 22px;
	padding: 1px;
	text-transform: uppercase;
	font-size: 110%;
}

/* level 2 */
#nav li ul {
	margin-left: 0;
	padding-left: 1.3em;
	/*text-indent: -1em;*/
}

#nav li ul a {
	font-size: 100%;
	color: #CCCCCC;
	outline: none;
	text-transform: none;
}

/* all levels */
#nav li a.current {
	color: #FF9900;
	text-decoration: underline;
}

#nav li a.current:hover {
	color: #CCCCCC;
	text-decoration: underline;
	background-color: transparent;
}

#nav li a:hover {
	color: #CCCCCC;
	text-decoration: underline;
	background-color: transparent;
}


/* mod contact form */
.mod_cf { position: relative; border: 1px solid #000000; width: 310px; margin-bottom: 20px; background-color: transparent; }
.mod_cf_head { border-bottom: 1px solid #000000; background-color: #333333; padding: 6px; }
.mod_cf_head h2 { font-size: 150%; font-weight: normal; font-style: normal; color: #FFFFFF; margin: 0; }
.mod_cf_body { margin: 5px; color: #333333; }
.mod_cf_item { margin-bottom: 3px; }
