@charset "utf-8";

html {
	height:100%;
	width: 100%;
}
body, #container {height: 100%;
}
body > #container {height: auto; min-height: 100%;}

body  {
	background: #666666;
	margin: 0; 
	padding: 0;
	text-align: left; 
	color: #000000;
}
p {
	font-family:'Arial', Helvetica, sans-serif;
	font-size:16px;
	font-weight:400;
}
a {
	font-family:'Arial', Helvetica, sans-serif;
	font-size:16px;
	font-weight:400;
	color:#FF0000;
	text-decoration:none;
}

h1 {
	margin: 0;
	padding: 0;
	font-size:28px;
	color:#FF0000;
	font-family:'Arial', Helvetica, sans-serif;
}
h2 {
	font-size:24px;
	color:#FF0000;
	font-family:'Arial', Helvetica, sans-serif;
}
ul {
	list-style-image: url(../Images/bullet_red.png);
	background-position: center center;
}
li {
	font-family:'Arial', Helvetica, sans-serif;
	font-size:16px;
	font-weight:400;
	line-height:25px;
}	
#container {
	width: auto;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
	background-color: #333;
} 
#header {
	text-align:center;
	width: 100%;
	padding: 0;
	height: 115px;
	background-color: #333333;
} 
#header h1 {
	margin: 0; 
	padding: 0;
	font-size:48px;
	color:#E21D1D;
	font-family:Georgia,"Times New Roman",Times,serif;
}
h2.black {
	margin: 0;
	padding: 0;
	font-size:18px;
	color:#000;
	font-family:Georgia,"Times New Roman",Times,serif;
}
#banner {
	width: 1024px;
	margin: 0 auto;
	height: 115px;
}
#bannerleft {
	width:512px;
	float:left;
	text-align:left;
}
#bannerright {
	width:502px;
	float:right;
	margin-top: 17px;
	padding-left:10px;
	
}
#bannerright p {
	margin:0;
	padding-top:2px;
	color:#FFF;
	text-align:left;
	font-size:32px;
	font-family:Georgia,"Times New Roman",Times,serif;
}
span.textlarge {
	font-size:24px;
}
span.textright {
	padding-left: 135px;
	font-size:24px;
}
	
#contactcard {
	width: 420px;
	height:175px;
	margin-left: -3px;
	background:#333333;
	border-top-width: 6px;
	border-right-width: 6px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-left-color: #fff;
}
#contactcard p {
	padding:5px;
	margin:0;
	color:#FFF;
	font-size:20px;
	font-family:Georgia,"Times New Roman",Times,serif;
}
#contactcard2 {
	width: 420px;
	height:175px;
	margin-left: -3px;
	background:#333333;
	border: 6px solid #fff;
}
#contactcard2 p {
	padding:5px;
	margin:0;
	color:#FFF;
	font-size:20px;
	font-family:Georgia,"Times New Roman",Times,serif;
}
#youtube {
	float:left; 
	width:410px;
	height:300px;
 	margin-left: -3px;
	padding:5px; 
	border:6px solid #fff; 
	background:#AAA;
}
#sidebar1 {
	float: right;
	width: 425px;
	background: #F1F1F1;
	padding: 10px 10px;
	height: 600px;
	clear: right;
	margin-bottom: 10px;
	margin-top: 5px;
}
#sidebar1 h2{
	margin:0;
	padding:0;
}
#sidebar1small {
	float: right;
	width: 425px;
	background: #F1F1F1;
	padding: 10px 10px;
	height: 520px;
	clear: right;
	margin-bottom: 10px;
	margin-top: 5px;
}
#sidebar1small h2{
	margin:0;
	padding:0;
}
#sidebar1long {
	float: right;
	width: 425px;
	background: #F1F1F1;
	padding: 10px 10px;
	height: 815px;
	clear: right;
	margin-bottom: 10px;
	margin-top: 5px;
}
#sidebar1long img {
	margin-left:8px;
	margin-top: 10px;
	border: 5px solid #fff;
}
	
#mainContent {
	width: 1000px;
	height: auto;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-left: 10px;
} 
#content {
	width: 510px;
	background-color: #F1F1F1;
	height: auto;
	background-image: url(../Images/spanner_background2.png);
	background-position: top right;
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	
}
#footer {
	width:auto;
	padding: 0 10px 0 20px;
	position: relative;
	margin-top: 25px; /* negative value of footer height */
	height: 175px;
	clear:both;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E21D1D;
	text-align:center;
	color:#FFF;
	background-image: url(../Images/stripe.gif);
	background-repeat: repeat;	

} 

#footer p {
	
	margin: 0; 
	padding: 10px 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#mapsearch {
	font-size:10px;
	width:200px;
}
#navcontainer {
	height:50px;
	width:1018px;
	background-color:#AAAAAA;
	margin: 0 auto;
}
#nav {
	margin-left: 10px;
	width:1007px;
	height:50px;
	line-height:45px;
	background-color: #AAAAAA;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav li {
	margin: 0;
	padding: 0;
	display:inline;
}
#nav li a {
	color:#FFF;
	width:94px;
	height:43px;
	display:block;
	text-decoration:none;
	float:left;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:19px;
	font-weight:400;
	margin-top:7px;
	margin-right:2px;
	text-align:center;
	background-image:url(../Images/tab_new_deselected.png);
	background-repeat:no-repeat;
	line-height:45px;
}
#nav li a.current {
	background-image:url(../Images/tab_new.png);
	background-repeat:no-repeat;
	color:#000;
}
#nav li a:hover {
}
#promotion {
	padding: 0 20px;
	width: 510px;
	background-color: #F1F1F1;
	height: 150px;
	background-image: url(../Images/green_button_lime2.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#promotion p.top {
	padding: 15px 5px 0 135px;
	margin: 0;
	color: #FFF;
	font-size:22px;
}
#promotion p.bottom {
	padding: 5px 5px 0 135px;
	margin: 0;
	color: #FFF;
	font-size:22px;
}
#promotion h2 {
	padding: 10px 0;
	margin: 0;
	color: #FFF;
}
#promotion a {
	padding: 10px 0;
	margin: 0;
	color: #FFF;
}
#promotion li {
	padding: 2px 0;
	margin: 0;
	color: #FFF;
}
.roundedCorners{

width: 1020px;
background-color: #DDEEF6;
border-top:1px solid #DDEEF6;
border-left:1px solid #DDEEF6;
border-right:1px solid #DDEEF6;

/* Do rounding (native in Safari, Firefox and Chrome) */
/*-webkit-border-radius: 6px;*/
/*-moz-border-radius: 6px;*/
}
form {
	font:'Arial', Helvetica, sans-serif;
	font-size:20px;
}
input { 
 background-color: #EBEBEB; 
}
textarea { 
 background-color: #EBEBEB; 
}
.ggslogo {
	line-height:0;
	margin-left:477px;
	border:none;
}
.godsterlink {
	color:#FFF;
}
