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

/*---------------------------------------------///
/ 	   Default Cascading Style Sheet 
/----------------------------------------------/*/
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	background: #fff;
	padding: 0px;
	margin: 0px;
}

a { color: #fff; }

h1 {
	font-size: 16px;
	margin: 2px;
}

h3 {
	font-size: 12px;
	margin: 3px;
	color: #ee3b33;
}

br.clearfloat { float: none; clear: left; }
/*---------------------------------------------///
/ 	    	  Header and Navigation
/----------------------------------------------/*/
div#header {
	background-image: url(/static/images/nav_bkg.png);
	background-repeat: repeat-x;
	z-index: 10;
}
div#header .hold {
	width: 780px;
	height: 135px;
	margin: 0px auto;
	position: relative;
}
div#header .hold .logo {
	width: 214px;
	height: 106px;
	position: absolute;
	top: 0px;
	left: 0px;
}
div#header .hold .contact {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 16px;
	font-weight: bold;
}
div#header .hold .navigation {
	height: 40px;
	position: absolute;
	width: 520px;
	bottom: 32px;
	right: 0px;
}
div#header .hold .navigation ul {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
div#header .hold .navigation li {
	float: left;
	width: 125px;
	background: url(/static/images/nav_button.png) no-repeat center top;
	height: 30px;
	margin: 0px 2px;
	padding: 13px 0px 0px 0px;
	text-align: center;
}
div#header .hold .navigation li:hover {
	background: url(/static/images/nav_button_hover.png) no-repeat center top;
}
div#header .hold .navigation li a {
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
div#header .hold .navigation li a:hover {
	text-decoration: underline;
}

/*---------------------------------------------///
/ 	     Content Area - Stretchable
/----------------------------------------------/*/
div#contentsurround {
	width: 781px;
	z-index: 20;
	margin-top: -5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#contentsurround .surround {
	margin: 0px;
	padding: 0px;
}
div#contentsurround .contentarea {
	background: #474747 url('/static/images/content_bkg.png') repeat-y;
	padding: 3px 5px;
}

table#homepage { width: 100%; }

table#homepage .image { width: 480px; }

table#change { width: 100%; }

table#change div#leftcolumn a {
	display: block;
	padding: 4px 10px;
	margin: 2px 0px;
	text-decoration: none;
	background: #282828;
	font-weight: bold;
}
table#change div#leftcolumn a:hover {
	background: #d6d6d6;
	color: #000;
}

/*---------------------------------------------///
/ 	     		Lozenges
/----------------------------------------------/*/
div#lozenges {
	width: 781px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#lozenges .loz {
	width: 250px;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

/*---------------------------------------------///
/ 	     		Footer
/----------------------------------------------/*/
div#footer {
	width: 760px;
	margin: 5px auto 0 auto;
	border-top: 1px solid #d6d6d6;
	padding: 8px;
	color: #d6d6d6;
}

/*---------------------------------------------///
/ 	     		INPUT STYLING
/----------------------------------------------/*/
input, select, textarea {
	border: 1px solid #222;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background: #666666;
}
textarea {
	width: 100%;
}
input.contact {
	width: 100%;
}
/*---------------------------------------------///
/ 	     		IMAGE ROTATOR
/----------------------------------------------/*/
#rotator
{
	cursor: pointer;
	overflow: hidden;
	margin: 0px;
	position: relative;
	width: 470px;
	height: 300px;
	border: 2px solid #fff;
}

#rotator img
{
	border: 0;
	cursor: pointer;
	/*width: 480px;
	height: 300px;*/
	text-align: center;
}
/*---------------------------------------------///
/ 	     	    SUBSCRIPTION FORM
/----------------------------------------------/*/

#SignUp .signupframe {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#SignUp .signupframe {
	background: #474747;
	border: none;
}
