/* Air Main CSS File - Hag Designs */
* { margin: 0; padding: 0; }

html { overflow-y:scroll; }

body {
	background: url(images/bg.jpg) repeat-x #fff;
	font-size:12px;
	color: #003300;
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 26px;
	font-weight:lighter;
}

h2 {
	font-size:16px;
	margin:0px;
	border-bottom:1px solid #EEEEEE;
}

h3 {
	font-size:16px;
	margin:0px;
}

a {
	text-decoration: none;
	color:#17495f;
	font-weight:bold;
}

a:hover {
	text-decoration: underline;
}

.caption {
	font-size:10px;
	color: #999999;
}
/* Div Styles */
#wrap {
	margin: 0 auto;
	width:910px;
	background:url(images/body.png) repeat-y;
}

div#topbar {
	background:url(images/topbar.jpg);
	height:21px;
	width:910px;
}

div#menu {
	background: url(images/menu.jpg);
	height: 46px;
	width: 910px;
	color:#FFFFFF;
	font-size:14px;
}

div#menu ul {
	float:left;
	list-style:none;
	margin:9px;
	margin-left:26px;
}

div#menu ul a {
	color: #fff;
	font-weight:normal;
}

div#menu li {
	display:inline;
	margin-right:13px;
}


div.menu {
	background: url(images/menu.jpg);
	height: 46px;
	width: 910px;
	color:#FFFFFF;
	font-size:14px;
}

div.menu ul {
	float:left;
	list-style:none;
	margin:9px;
	margin-left:26px;
}

div.menu ul a {
	color: #fff;
	font-weight:normal;
}

div.menu li {
	display:inline;
	margin-right:13px;
}


div#header {
	background:url(images/header.jpg);
	height:164px;
	width:910px;
}

div#left {
	width: 90%;
	margin-left:42px;
	margin-bottom:5px;
	float:left;
	min-height:300px;
}

.articleIMG {
	margin:5px;
	margin-left:0px;
	padding:3px;
	background:#EEEEEE;
	border:1px solid #D1D1D1;
}

.right {
	float:right;
	width: 207px;
	height: 164px;
	margin-right:18px;
	border: 9px solid #ecf1f2;
	margin-bottom:9px;
}

.right-inner {
	padding:4px;
}

.right-inner ul {
	margin-left:16px;
	margin-top:4px;
}

.right-inner ul a {
	color: #17495f;
	text-decoration:none;
	font-weight:bold;
}

.right-inner ul a:hover {
	color: #17495f;
	text-decoration:underline;
}

div#footer {
	background: url(images/footer.jpg);
	height:37px;
	width:885px;
	color:#fff;
	padding-top:9px;
	clear:both;
	padding-right:25px;
	text-align:right;
}

div#footer a {
	font-weight:bold;
	color:#FFFFFF;
}

div#shadow {
	background:url(images/shadow.jpg) repeat-x;
	height:25px;
	width:910px;
}

div#newsflash {
	float:right;
	width:197px;
	height:132px;
	margin-top:12px;
	margin-right:32px;
	padding:3px;
}

div#banner {
	width: 582px;
	height:125px;
	border: 9px solid #ecf1f2;
}

/* Form Styles */
input {
	border:1px solid #D1D1D1;
	background: #fff url(images/form_bg.jpg) repeat-x;
	font-family: Optima, Lucida, 'MgOpen Cosmetica', 'Lucida Sans Unicode', sans-serif;
	font-size: 11px;
	padding:3px;
	padding-bottom:none;
}

textarea {

	background: url(images/form_bg.jpg) repeat-x #fff;
	border:1px solid #D1D1D1;
	font-family: Optima, Lucida, 'MgOpen Cosmetica', 'Lucida Sans Unicode', sans-serif;
	font-size: 11px;
	padding:3px;
}

.loginbtn {
	margin-top: 7px;
}

ol {
padding-left:30px;
}