/* ----------------------------------- */
/* GLOBAL
/* ----------------------------------- */

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
html, body {
	height: 100%;
	font: normal 12px Arial, Helvetica, Verdana, sans;
	background:#000;
	margin:0;
	color: #fff;
}
a:link, a:visited {
	color: #990099;
}
a:hover, a:active {
	color: #fff;
}
li {
	list-style: none;
}
h1 {
	font-size:18px;
}
h2 {
	font-size:16px;
	height:20px;
	font-weight:bold;
}
h3 {
	font-size:14px;
}
h4 {
	color:#FFF;
	font-size:14px;
}
hr {
	width: 100%;
	border: 0;
	background:#999;
	height:1px;
	clear:both;
	margin: 20px 0 20px 0;  /* top right bottom left*/
}
img {
	border:none;
}
#page2, #page3, #page4 {
	display: none;
	clear:both;
	text-align:left;
}
#page3, #page4 {
	margin-left:20px;
}
#globalnav {
	height: 30px;
	width: 900px;
	margin: 0 auto;
	text-align: center;
	font-size:14px;
	font-weight: bold;
}
#globalnav li {
	display:block;
	margin-right:15px;
}
#globalnav li {
	float: left;
	list-style: none;
	_display: inline;		/* fixes IE/Win double margin float bug (safe) */
}
#globalnav a:link, a:visited {
	color: #fff;
	text-decoration:none;
}
#globalnav a:hover, a:active {
	color: #000;
	text-decoration:none;
}
#globalnav .left {
	float: left;
	margin-top:8px;
}
#globalnav .right {
	float: right;
	text-align:right;
}
.left {
	float: left;
}
.right {
	float: right;
	text-align:right;
}
.clear {
	clear:both;
 }
/* ----------------------------------- */
/* MAIN
/* ----------------------------------- */
#container {
	width: 900px;
	margin: 0 auto;
}
#header {
	height: 190px;
	width: 900px;
	margin: 0 auto;
	text-align:left;
	clear:both;
}
#footer {
	width:900px;
	clear:both;
	margin: 0 auto;
	color: #555;
}
#footer_airbox {
	width:900px;
	clear:both;
	margin: 0 auto;
	text-align:center;
}
#widget {
	background:#990099;
	border: dashed #fff 1px;
	padding : 4px;
	width : 190px;
	height : 190px;
	overflow : auto; 
}
	
/*#footer a:link, a:visited {
	color: #555;
	text-decoration:none;
}
#footer a:hover, a:active {
	color: #990099;
	text-decoration:none;
}
*/

/* ----------------------------------- */
/* CONTENT
/* ----------------------------------- */

#left {
	width: 280px;
	margin-right: 20px;
	float:left;
}
#left .box {
	background: url(/images/shim_blk.png);
	width:260px;
	padding: 10px;
	clear:both;
}
#right {
	width: 600px;
	float:left;
}
#right .box {
	background: url(/images/shim_blk.png);
	width:580px;
	padding: 10px;
	clear:both;
}
form.newsletter {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	font:100% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	width:100%;
}
form.newsletter input, select, form.newsletter textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:150px;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	border: 2px solid #fff;
	background:#000;
	color:#fff;
}
form.newsletter input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}
form.newsletter .button {
	width: 40px;
}
.required {
	color:#FF0000;
}
#news img {
	border: solid 5px #000;
}
#news h3 {
	font-size:14px;
	color: #990099;
}
.title {
	color:#FFF;
}

/* ----------------------------------- */
/* CONTENT
/* ----------------------------------- */

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	font:100% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	width: 600px;
	margin: 10px 10px 10px 10px;  /* top right bottom left*/
}
form fieldset {
 / * clear: both;
note that this clear causes inputs to break to left in ie5.x mac, commented out */ border-color: #999;
	border-width: 1px;
	border-style: solid;
	padding: 10px;        /* padding in fieldset support spotty in IE */
	margin: 0;
}
form label {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 150px;
	padding: 0;
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
}
form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left *//* be careful with padding, it'll shift the nice offset on top of border  */
}
form input, select, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
	border: 1px solid #999;
	background:#fff;
}
form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}
textarea {
	overflow: auto;
}
form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}
form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
form .button {
	width: 110px;
}
