@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(_images/bg-page.png);
	background-repeat: repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
}
.twoColFixLtHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background-color: #DDDDDD;
	background-image: url(_images/HMS.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 80px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	position: relative;
} 
.twoColFixLtHdr #container #header #topNavigation{
	float: left;
	position: absolute;
	left: 240px;
	bottom: 20px;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	background-color: #DDDDDD;
	font-size: 0.8em;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 0.9em;
	line-height: 22px;
} 
.twoColFixLtHdr #container #mainContent #titleImage img {
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 20px;
}

.captionStyle {
	font-size: 0.8em;
	font-style: italic;
	line-height: normal;
	margin-right: 75px;
	margin-left: 75px;
	margin-top: -10px;
	text-align: center;
}

.twoColFixLtHdr #container #mainContent img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	border: 1px groove #000;
}
.twoColFixLtHdr #container #mainContent h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #F00;
	letter-spacing: 1em;
	padding-bottom: 5px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	margin-bottom: 25px;
}
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #footer p {
	font-size: 0.7em;
	text-align: center;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0px;
	margin: 0;
	padding-bottom: 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h3 {
	color: #F00;
	padding-bottom: 5px;
	padding-top: 2px;
}
.twoColFixLtHdr #container #header #contactUs {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.twoColFixLtHdr #container #mainContent h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #F00;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	width: 85%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
table th {
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	line-height: 30px;
	padding-left: 10px;
	color: #FFF;
	background-color: #903;
}
table td {
	line-height: 20px;
	padding-left: 10px;
	border: 1px solid #fff;
}
table tr {
	line-height: 20px;
	padding-left: 10px;
	background-color: #C38D91;
}
table caption {
	font-size: 1.2em;
	font-weight: bold;
	color: #C38E92;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 5px;
	padding-top: 10px;
}
.twoColFixLtHdr #container #mainContent #frmShuttle p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #444;
}
.twoColFixLtHdr #container #mainContent #frmShuttle fieldset {
	background-color: #C38D91;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #666;
	border-bottom-color: #666;
}
.twoColFixLtHdr #container #mainContent #frmShuttle fieldset legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-transform: uppercase;
	background-color: #C38D91;
	letter-spacing: 0.1em;
	margin-top: -5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.twoColFixLtHdr #container #mainContent #frmShuttle input.text:focus {
	background-color: #CCC99E;
	border: 1px solid #9D9853;
}
.twoColFixLtHdr #container #mainContent a:link, .twoColFixLtHdr #container #mainContent a:visited {
	color: #F00;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent a:hover, .twoColFixLtHdr #container #mainContent a:active {
	color: #FFF;
	text-decoration: none;
	background-color: #F00;
}
.twoColFixLtHdr #container #mainContent h4 {
	color: #F00;
	text-decoration: overline;
	margin-bottom: -15px;
}
.twoColFixLtHdr #container #mainContent #frmService p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #444;
}
.twoColFixLtHdr #container #mainContent #frmService fieldset {
	background-color: #C38D91;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #666;
	border-bottom-color: #666;
}
.twoColFixLtHdr #container #mainContent #frmService input.text:focus {
	background-color: #CCC99E;
	border: 1px solid #9D9853;
}
