@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 35px;
}
#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 26px;
}
#locationtool select {
	margin: 10px 0 0 0;
}
#locationtool p {
	margin: 0;
	padding: 0 10px 0 26px;
}
#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;
}

/* Ground Handling Request Module */
#ghrmodule {
	height: 128px;
	margin-top: 8px;
	background: url(../images/ghr_module.gif) no-repeat;
}
#ghrmodule h3 {
	padding: 6px 10px 0 10px;
}
#ghrmodule img {
	margin: 10px;
}

/* Mystery Shopper Program Module */
#mspmodule {
	margin-top: 10px;
	padding: 0 5px;
}
