@import url("reset.css");

html {
	margin: 0px;
	padding:0px;
}

body {
	font-family: Verdana;
    font-size: 11px;
    margin:0px;
    padding:0px;
    background:url(../images/pattern.jpg) fixed;
    background-repeat:repeat;
}


.greencolor {
	color: #76C200;
}

.hidden {
	display: none;
}

.clearbg {background-color:none;}

.style3 {
	font-size: medium;
	color: #F1F1F1;
	margin:10px 0 10px 0;
}
.style4 {
	text-align: center;
}

#globalcontainer {
	width:960px; 
	margin:auto;
	padding:0px;
}

#header {
	padding:10px 5px 10px 0;
	height:65px;
}

#topleft {
	float:left;
}

#division {
	height:15px;
	width:180px;
	font-family:Verdana;
	color:#f1f1f1;
	padding:0 0 5px 5px;	
}

#adivisionof{
	padding-top:5px;
	float:left;
}

#texstyles {
	float:right;
}


#logo{
	height:65px;
}


#topright {
	float:right;
	height:65px;
	margin:10x 0 0 0;
}

#searchbar{
	height:25px;
	margin:3px 0 0 0;

}

#socialbuttons {
	margin:6px 0 0 227px;
	height:30px;
}

.buttonspacer{
	padding-left:5px;
	width:24px;
}

#container{
	margin-top:20px;
}

#contentcontainer {

}

#footer p{
	padding:3px 0 3px 0;
	color:#f1f1f1;
}

#footer p a{
	color:#76c200;
}
	
#footer{
	height:120px;
	width:960px;
	padding:10px 0 5px 0;
	background-image:url('/images/footerbg.png');
}

#footer h3{
	font-size:11px;
	font-family:Verdana;
	color:#222;
	text-transform:uppercase;
}

#footerleft {
	width:200px;
	height:80px;
	float:left;
	margin-left:20px;
	margin-top:20px;
}

.footermiddle {
	width:200px;
	height:80px;
	float:left;
	margin-left:30px;
	margin-right:15px;
	margin-top:20px;
}

#footerright {
	float:right;
	width:200px;
	height:80px;
	margin-top:20px;
	margin-right:20px;
	text-align:right;
}

#footerbottom {
	width:960px;
	margin:5px 0 10px 0;
	clear:both;
}

#footerbottom p{
	margin-bottom:30px;
	margin-right:10px;
	text-align:right;
}
