/* CSS Document */


/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
/*
      Created by Identity Solutions, LLC
	  
	  http://www.identitypa.com
	  	  
*/


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(images/back.jpg);
}

p {
 padding: 10px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	padding-left: 10px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-left: 10px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #F01722;
	padding-left: 10px;
}


#wrapper {
	background-image: url(images/wrapper_back.jpg);
	background-position: top left;
	height: auto;
}

#header {
	color: #333;
	height: 200px;
	margin-bottom: 10px;
}

#logo {
	text-align: center;
	padding-top: 15px;
}
#tagline {
	text-align: center;
	color: #FFFFFF;
}

#top-text-right {
	margin-top: 30px;
	margin-bottom: 10px;
}

#top-text-right a{
	padding-right: 10px;
	padding-left: 10px;
}
#leftcolumn {
	color: #333;
	width: 230px;
	background-color: #333333;
	opacity: 0.7;
	border: medium solid #000000;
	margin-left: 45px;
	margin-bottom: 10px;
	margin-top: 20px;
}
	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

/* =-=-=-=-=-=-=-[Menu Three]-=-=-=-=-=-=-=- */
	
#menu3 {
	width: 200px;
	border: 1px solid #ccc;
	margin: 10px;
	}
	
#menu3 li a {
	height: 32px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
	text-decoration: none;
	}	
	
#menu3 li a:link, #menu3 li a:visited {
	color: #000000;
	display: block;
	padding: 8px 0 0 30px;
	background-image: url(images/menu3.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	}
	
#menu3 li a:hover, #menu3 li a:active {
	color: #FFFFFF;
	padding: 8px 0 0 30px;
	background-image: url(images/menu3.gif);
	background-position: 0 -32px;
	}


#address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #000000;
	width: 210px;
	border: thin solid #999999;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}

#content {
	color: #333;
	background-color: #FFFFFF;
	background-image: url(images/content_back.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: left;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#footer {
	color: #CCCCCC;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FF0000;
	background-color: #000000;
}

.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	left: auto;
	top: auto;
	margin-right: auto;
	margin-left: auto;
}
#footer_left 	{
	padding-top: 10px;
	padding-bottom: 10px;
	
}
#copy {
	background-image: url(images/footer_logo.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 137px;
}
#half {
	width: 50%;
}
#half_last {
	width: 50%;
	float: right;
}
.siteby {
	margin-top: 74px;
    display: block;
}
