/* Import the style sheet that resets all browsers. */
@import url("reset.css");
/* Colors:
Off White: #EDF1F2
Light Grey: #E5E5E5
Grey: #4C4C4C
Light Blue: #4C99E9
Darker Blue: #003099
Light Green: #92C45A
Dark Green: #73B32B
Grey: #5F858E
Lighter Grey: #82A0A7
*/


body {
	color: #4C4C4C;
	font: 12px/1.53 Helvetica, Arial, Geneva, sans-serif;
	background: #a6bbc1 url(../images/bg.jpg) repeat-x top left;
	text-align: center;
}

img, td, object {
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: top;
}

h2, 
h3, 
h4 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1.26;
}

h3 {
	text-transform: uppercase;
}

h4 {
	text-transform: uppercase;
	font-size: 13px;
}

h5 {
	text-transform: uppercase;
}

a:link, 
a:visited, 
a:active {
	color: #4C4C4C;
	text-decoration: underline;
	font-style: italic;
	background: none;
}

a:hover {
	background: none;
}

h2 a:link,
h2 a:visited,
h4 a:link,
h4 a:visited {
	font-style: normal;
	text-decoration: none;
}

h2 a:hover,
h4 a:hover {
	text-decoration: underline;
}

p {
	margin-top: 0px;
}

ul li {
	font-size: 9px;
}

ul li span {
	font-size: 12px;
	color: #4C4C4C;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
}

div#wrap {
	margin: 0px auto;
	text-align: left;
	width: 924px;
}

div#mainTop {
	height: 18px;
	background: url(../images/main_top.png) no-repeat left top;
}

div#main {
	padding: 0px 12px;
	background: url(../images/main.png) repeat-y left top;
	position: relative;
	min-width: 0;
}

/* @group Header */

div#header {
	padding: 0px 36px;
	height: 134px;
	background: url(../images/header_bg.jpg) repeat-x left top;
}

div#header h1 {
	margin: 0px;
	width: 198px;
	height: 56px;
	float: left;
	margin-top: 30px;
}

div#header h1 a {
	background: url(../images/logo.png) no-repeat left top;
	width: 198px;
	height: 56px;
}

div#header p {
	float: right;
	margin-top: 35px;
	width: 191px;
	height: 45px;
	overflow: hidden;
	text-indent: -999px;
	background: none no-repeat left top;
}

/* @end */

/* @group Footer */

div#footer {
	clear:both;
	background: url(../images/main_bottom.png) no-repeat left top;
	padding: 40px 0px 10px;
	text-align: center;
	font-size: 11px;
}

div#footer a {
	font-style: normal;
}

/* @end */
 
/* @group Classes */

.btn {
	display: block;
	overflow: hidden;
	text-indent: -999px;
	background-position: left top;
	background-repeat: no-repeat;
}

.btn:hover {
	background-position: left bottom;
	background-color: transparent;
}

a.button,
a.button:link,
a.button:hover {
	display: block;
	background: url(../images/btn_bg.jpg) repeat-x;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	height: 30px;
	line-height: 30px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
display: inline-block;
}

html[xmlns] .clearfix {
display: block;
}

* html .clearfix {
height: 1%;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}

.hide {
	display: none;
}

td.right {
	text-align: right;
}

.left {
	float: left;
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

table.stripe {
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 100%;
}

table.stripe th {
	text-transform: uppercase;
	font-size: 13px;
	background: #E0EAED;
}

table.stripe td {
	padding: 4px 5px;
}

table.stripe tr.odd td {
	background: #eaf4f7;
}

/* @end */

/* @group Select Replace */

select {
	margin-bottom: 10px;
}

select.replaced {
	display: none;
}

ul.selectReplacement {
	margin: 0px 0px 10px;
	padding: 0;
	height: 22px;
	border: 1px solid #4D7882;
	border-width: 2px 0px 0px 2px;
	background: #fff;
}

ul.selectReplacement li {
	position: relative;
	background: #fff;
	color: #4C4C4C;
	cursor: pointer;
	display: none;
	list-style: none;
	margin: 0;
	line-height: 22px;
	height: 22px;
	padding: 1px 12px;
	font-size: 11px;
	z-index: 10;
}

ul.selectReplacement li.selected {
	display: block;
	font-weight: bold;
}

ul.selectOpen {
	position: relative;
}

ul.selectOpen li {
	display: block;
	background: #fff;
	background-image: none !important;
	border-bottom: 1px solid #EDF1F2;
	padding: 1px 12px;
	font-size: 11px;
}

ul.selectOpen li.selected {
	display: block;
}

ul.selectOpen li:hover,
ul.selectOpen li.hover,
ul.selectOpen li.selected:hover {
	background: #EDF1F2;
	border-bottom: 1px solid #fff;
}


/* @end */
