@charset "utf-8";
/* CSS Document */
/*
-----------------------------------------------
Universal Weather and Aviation, Inc.
Name:		Home Styles
Version:	20070913
Dev:		David Rudzinski
Origin:		20070827
----------------------------------------------- */

/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */
 
/* Template shell */
 
#content {
	width: 952px;
}
#content ul, #content dl, #content ol, #content p {
	margin: 12px 0;
	font-size: 12px;
}
#shell {
	float: left;
	width: 952px;
	background: url(../images/shell3.gif) 1px 0 repeat-y;
}
#footer {
	border-top: none;
}
 
 /* Main content area */

#maincontent {
	float: left;
	width: 685px;
}
#maincontent ul {
	padding: 0 0 0 15px;
}
#maincontent li {
	list-style: square;
	margin: 0 35px 5px 20px;
	line-height:16px;
}
#maincontent caption {
	margin: 2px 10px 2px 0;
	padding-bottom: 2px;
	border-bottom: solid 1px #f2f2f2;
	font-size: 12px;
	color: #013e7d;
	line-height: 15px;
}
#maincontent h1 {
	border-bottom: solid 1px #e7e7e7;
	margin: 4px 10px 4px 0;
	padding-bottom: 2px;
	font-size: 18px;
	color: #013e7d;
	line-height: 24px;
}
#maincontent h2 {
	margin: 3px 20px 3px 20px;
	font-size: 16px;
	color: #5f8297;
	line-height: 19px;
}
#maincontent h3 {
	margin: 2px 20px 2px 20px;
	padding-bottom: 2px;
	border-bottom: solid 1px #5f8297;
	font-size: 12px;
	color: #013e7d;
	line-height: 15px;
}
#maincontent p {
	margin-right: 20px;
	margin-left: 20px;
	font-size: 12px;
	line-height: 16px;
}
#maincontent table {
	margin-right: 20px;
	margin-left: 20px;
}
#maincontent caption {
	border-bottom: none;
	padding-bottom: 5px;
	margin-right: 20px;
	margin-left: 20px;
}

/* Location Tool */
#locationtool {
	margin-top: 8px;
	height: 127px;
	background: url(../images/location_tool_back.gif) no-repeat;
}
#locationtool fieldset {
	border: none;
}
#locationtool form {
	margin: 0;
	padding: 0 10px 8px 33px;
}
#locationtool select {
	margin: 10px 0 0 0;
}
#locationtool p {
	margin: 0;
	padding: 0 10px 0 33px;
}
#locationtool a {
	color: #000;
}
#locationtool label {
	display: block;
	padding: 8px 10px 3px 0;
	font-size: 14px;
	color: #fff;
	line-height: 31px;
	text-indent: -9999px;
	font-weight: bold;
}

/* Ground Handling Request Module */
/* Mystery Shopper Program Module */

#ghrmspmodule {
	height: 230px;
	margin-top: 8px;
	background: url(../images/ghrmspmodule_back.gif) no-repeat;
}
#ghrmspmodule h3 {
	padding: 6px 10px 0 10px;
}
#ghrmspmodule img {
	margin: 10px;
}

/* Feature FBO */
#FeaturedFBOModule {
	height: 138px;
	margin-top:5px;
	padding-top:30px;
	background: url(../images/featured_fbo2.jpg) no-repeat;
}
#FeaturedFBOModule h3 {
	text-indent:-9999px;
}
#FeaturedFBOModule h4 {
	padding: 5px 10px 5px 17px;
	color:#1c3062;
	font-size: 15px;
	line-height: 18px;
}
#FeaturedFBOModule h4 a {
	color:#1c3062;
	text-decoration: none;
}
#FeaturedFBOModule p {
	margin: 0;
	padding: 5px 10px 5px 17px;
}
#LinkModule {
	height: 169px;
	margin-top: 10px;
	background: url(../images/hotline_link.jpg) 29px 0 no-repeat;
}
#LinkModule h3 {
	text-indent:-9999px;
	border:none;
}
	
/* UVair Location Tool */
#uvairlocationtool {
	height: 157px;
	margin-top: 10px;
	background: url(../images/uvair_location_tool_back.gif) no-repeat;
}
#uvairlocationtool h3 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	line-height: 1px;
}
#uvairlocationtool p {
	margin: 0;
	padding: 5px 10px 10px 15px;
}
#uvairlocationtool form fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
#locationform {
	margin-top: 62px;
	padding-left: 15px;
}
#uvairlocationtool form {
	margin: 0;
	padding: 0;
}
#uvairlocationtool form input {
	margin: 2px 0 0 0;
}
#uvairlocationtool form input.sbutton {
	width: 55px;
	height: 20px;
	margin: 0;
	padding: 0;
	border: none;
	background: url(../images/yellow_button_search.gif) no-repeat;
	color: #fff;
	font-family: Tahoma, Arial;
	font-size: .7em;
	font-weight: bold;
	text-align: center;
}