/*------------------------------------------------------------------
[Master Stylesheet]

Project:	
Version:	1.0
Last change:	
Assigned to:	Brandon Houston
Primary use:	Online Reference
-------------------------------------------------------------------*/
@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
	color:#FFF;
	}
	
#content_area p{
	margin-top: 20px;
	font-size: 12px;
	line-height: 20px;
}
#content_area h2 {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 18px;
	font-weight:bold;
	color: #d8a924;
}
#content_area h3 {
	color:#8cc63f;
	font-size: 14px;
	line-height: 16px;
	font-weight:100;
}



/*------------------------------------------------------------------
# [Color codes]
#
# Stuff:							#000000
#
#
# 
# [Dimensions]
# 
# 
# 
# */


body {background:#000;}



* html { height:100%; } /*Footer Hack for IE.*/
html, body {height:100%; padding:0; margin:0; text-align:center;}

div#header {
	position:relative;
	width:100%;
	height:150px;
	border-top:5px solid #8cc63f;
	background:url(../images/linkslogo.jpg) top left no-repeat;
	background-position:10px 10px;
	}
	#header #header_address {
		float:right;
		text-align:right;
		padding:15px;
		line-height:14px;
		font-size:10px;
		}
			#header #header_address h2 { color:#8cc63f; padding-bottom:5px; letter-spacing:1px; font-size:12px;}

#weather {
	width: 150px;
	height: 50px;
	float: left;
	margin-left: 40%;
	margin-top: 20px;
}

.greentext {  color:#8cc63f; }



div#content_wrapper {
	position:relative;
	width:100%;
	}
	
	
div#navigation {
	
	margin-left:10px;
	text-align:left;
	}
	#navigation ul {width:200px;}
	#navigation ul li {
		border-bottom:1px dotted #d8a924;
		padding:7px 0;
		padding-left:20px;
		}
		#navigation ul li a {
			text-decoration:none;
			font-size:14px;
			font-weight:900;
			color:#FFF;
			width:150px;
			line-height: 17px;
			}
		#navigation ul li a:hover {
			color:#d8a924;
			}			
			
div#subscribe {
	position:relative;
	background:#056839;
	padding:10px;
	padding-bottom:40px;
	margin:30px 0;
	width:180px;
	font-size:10px;
	}
	#subscribe p {line-height:16px; margin-bottom:10px;}
	#subscribe form input {
		width:95px;
		float:left;
		margin-right:5px;
		}
	#subscribe form input.submit {
		color:#FFF;
		background:#39b54a;
		border-top:1px solid #7dcf88;
		border-right:1px solid #298336;
		border-bottom:1px solid #298336;
		border-left:1px solid #7dcf88;
		padding:2px;
		width:55px;
		float:left;
		}
	
	
	
	
div#content_area {
	text-align: left;
	margin:0 auto;
	margin-left: 35px;
	margin-right: 30px;
	padding-bottom: 15px;
	}
	#content_area img.welcome {margin:20px;text-align:center;}
	#content_area p.welcome_text {
		width:700px;
	
		font-size:16px;
		line-height:20px;
		}


div#footer {
	bottom:0;
	width:100%;
	background:#8cc63f;
	height:25px;
	padding-top:15px;
	color:#000;
	text-align:left;
	font-size: 10px;
	}
	#footer p {float:left; padding-left:20px;}
	#footer span {float:right; padding-right:20px;}
	#footer a {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;	
	}
	#footer a:hover {
	color:#056839;
	}
.clear {clear:both; float:none;}

.imageborder {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 3px;
	margin-top: 3px;
	padding: 4px;
	background-color:#FFFFFF;
}
.imageborder-left {
float:left;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 3px;
	margin-top: 3px;
	padding: 4px;
	background-color:#FFFFFF;
}
.imageborder-right {
float:right;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 3px;
	margin-top: 3px;
	padding: 4px;
	background-color:#FFFFFF;
}

.map {float:right; display:inline; padding-right:40px;}
.map a {font-size:16px; color:#8cc63f; text-decoration:none;}

hr {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #8cc63f;
}