@charset "UTF-8";
/* CSS Document */

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

body {
	background-color: #FFF;
	background-image: url(images/green-stripe-bkgrnd.png);
	background-repeat: repeat-x repeat-y;
	background-attachment: fixed;
	background-position:center; 
	font-family: Verdana, Arial, sans-serif;
	color: #333333;
	font-size: 1em;
}

div#containerwrap {
	width: 950px;
	height: auto;
	background-image: url(images/shadow.png);
	background-repeat: repeat-y;
	text-align: center;
}

div#container {
	width: 900px;
	height: auto;
	text-align: center;
}

div#header {
	display: block;
	width: 900px;
	height: 225px;
	background-image: url(images/header.png);
	background-repeat: no repeat;
	margin: 0px 25px 0px 25px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #666666;
}

div#header p, div#socialmedia span {
	display: none;
}

div#socialmedia {
	text-align: right;
	padding-top: 10px;
	margin-right: 7px;
}

div#socialmedia a.swap1 {
	display: inline-block;
	width: 30px;
	height: 27px;
	background-image: url('images/facebookswap-icon.png');
	background-position: bottom;
	text-indent: 99999px;
}

div#socialmedia a.swap2 {
	display: inline-block;
	width: 30px;
	height: 27px;
	background-image: url('images/twitterswap-icon.png');
	background-position: bottom;
	text-indent: 99999px;
}

div#socialmedia a.swap4 {
	display: inline-block;
	width: 30px;
	height: 27px;
	background-image: url('images/emailswap-icon.png');
	background-position: bottom;
	text-indent: 99999px;
}

div#socialmedia a.swap1:hover, div#socialmedia a.swap2:hover, div#socialmedia a.swap3:hover, div#socialmedia a.swap4:hover  {
	background-position: 0 0;
}











div#menu {
	display: block;
	width: 900px;
	height: 32px;
	/*background-image: url(images/header.png);
	background-repeat: no repeat;
	margin: 0px 25px 0px 25px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #666666;*/
}

div#tabs {
	text-align: right;
	/*padding-top: 10px;
	margin-right: 2px;*/
}

div#socialmedia a.tab {
	display: inline-block;
	background-color: blue;
	/*width: auto;*/
	height: 30px;
	/*background-image: url('images/facebookswap-icon.png');
	background-position: bottom;
	text-indent: 99999px;*/
}

div#socialmedia a.tab1:hover {
	background-color: red;
	/*background-position: 0 0;*/
}

















div#footer {
	display: block;
	width: 900px;
	height: 280px;
	background-image: url(images/footer.png);
	background-repeat: no repeat;
	margin: 0px 25px 0px 25px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #666666;
	
}

div#footer p {
	margin: 10px 10px 0px 10px;
	font-size: 80%;
	line-height: 1.2;
}

div#footer a {
	color: #7a9b49;
}

div#centervideo {
	text-align: center;
	padding: 10px 0px 10px 0px;
}

div#feedback {
	width: 200px;
	height: auto;
	text-align: center;
	float: left;
	padding: 0px 0px 0px 0px;
	margin-right: 15px;
	font-size: 80%;
	border: solid #6DB05A 2px;
	background-color: #FFF;
}

div#feedback img.feebackbutton {
	border: 0px;
}

p.clearboth {
	height: 1px;
	clear: both;
}