@charset "utf-8";
/* CSS Document */
/*March 2010 Styles Creek Productions*/

html,
body {
   margin:0;
   padding:0;
   height:100%;
   background-image:url(../images/bg_3.jpg);
   font-family:Arial, Helvetica, sans-serif;
}
#container {
   min-height:100%;
   position:relative;
}

#header {
 	padding:0px;
	height: 125px;
	top: 0px;
	position:absolute;
	left: 50%;
	margin-left:-480px;
}

#menucontainer {
	top: 141px;
	position: absolute;
	left: 50%;
	margin-left: -480px;
	height: 30px;
	width: 958px;
	border-bottom:thin solid #006600;
	border-left:thin solid #006600;
	border-right: thin solid #006600;
	background-image: url("../images/menu_bar.gif");
}

#menu {
	left: 50%;
	margin-left: -265px;
	height: 30px;
	width: 530px;
	position: absolute;
}

#content{
	left: 50%;
	margin-left: -475px;
	top: 171px;
	width: 950px;
	position:absolute;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom:60px;
	padding-left: 5px;
	z-index: 1;
}

#links {
	position:absolute;
	left: 50%;
	margin-left: -156px;
}

#bodyform {
	left: 50%;
	margin-left: -200px;
	top: 171px;
	width: 500px;
	position:absolute;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom:60px; /* Height of the footer */
	padding-left: 5px;
}

#phone {
	position: absolute;
	left: 50%;
	margin-left: -120px;
	padding-bottom:100px;
	z-index: 2;
}

#footer {
   position:absolute;
   bottom:0;
   padding-left: 5px;
   width:100%;
   height:100px;   /* Height of the footer */
}

h1 {
	font-size: 110%;
	font-style: normal;
	color: #000000;
}

.header {
	font-size: 110%;
	font-weight:bold;
	color: #000000;
}

.maintext {
	text-align: left;
	font-size: 95%;
	color:#000000;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.floatleft {
	float:left;
	width: 250px;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
	clear: left;
}
.floatright {
	float:right;
	width: 250px;
	margin-left: 5px;
	margin-right: 0px;
	margin-top: -20px;
	margin-bottom: 5px;
	clear: right;
}

.links_1 a {
	font-size: 90%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}

.links_1 a:link{
	text-decoration: none;
	color: #000000;
}

.links_1 a:visited {
	text-decoration: none;
	color: #666666;
}

.links_1 a:hover {
	text-decoration: underline;
	color: #000000;
}

.links_1 a:active {
	text-decoration: none;
	color: #006600;
}

/* used for links in stylescreek link text  */
.links_2 a {
	font-size: 70%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-style: italic;	
}
	
.links_2 a:link{
	text-decoration: none;
	color: #000000;
}
.links_2 a:visited {
	text-decoration: none;
	color: #666666;
}
.links_2 a:hover {
	text-decoration: underline;
	color: #000000;
}
.links_2 a:active {
	text-decoration: none;
	color: #006600;
}

/* used for links in main text */
.links_3 a {
	font-size: 100%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.links_3 a:link{
	text-decoration: none;
}
.links_3 a:visited {
	text-decoration: none;
	color: #000000;
}
.links_3 a:hover {
	text-decoration: underline;
	color: #000000;
}
.links_3 a:active {
	text-decoration: none;
	color: #006600;
}

