@charset "utf-8";
@import url("offerStyle.css");

/* hide hack from Mac-IE5 \*/* html .mybuggyelement { height: 1%; }/* end hiding */

body  {
	background: #585344;
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}

/* Container Style */

.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid #45493D;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #889EB1;
} 

/* Header Style */

.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	background-image: url(../images/layout/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 125px;
} 
.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 #header p {
	color: #990000;
	text-align: right;
	margin: 0px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

/* Sidebar Navigation Style */

.twoColFixLtHdr #sidebar1 {
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #889EB1;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
	margin: 0px;
	font-size: 90%;
}

.twoColFixLtHdr #sidebar1 ul {
	list-style: none;
	padding: 0px;
	border: none;
	width: 210px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.twoColFixLtHdr #sidebar1 li {
	margin: 0px;
}
.twoColFixLtHdr #sidebar1 li a {
	display: block;
	background-color: #889eb1;
	color: #fff;
	text-decoration: none;
	margin: 0px;
	padding: 5px;
	width: 190px;
	border: 1px solid #889EB1;
}
html>body .twoColFixLtHdr #sidebar1 li a { width: auto; }

.twoColFixLtHdr #sidebar1 li a:hover {
	background-color: #990000;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

/* Flash Anim Style */

.twoColFixLtHdr #flash {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 240px;
	background-color: #889EB1;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* Navigation under Flash Style */

.twoColFixLtHdr #miniflex {
	float: left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #889EB1;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	}

.twoColFixLtHdr #miniflex li {
	float: right;
	display: inline;
	list-style: none;
	width: 180px;
	margin: 0;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	}
	
.twoColFixLtHdr #miniflex a:link, .twoColFixLtHdr #miniflex a:visited {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #889EB1;
	margin: 0;
	padding-right: 10px;
	border: 1px solid #FFFFFF;
	}

.twoColFixLtHdr #miniflex a.active:link, .twoColFixLtHdr #miniflex a.active:visited, .twoColFixLtHdr #miniflex a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #990000;
	border: 1px solid #FFFFFF;
	} 
	
/* Main Content Style */

.twoColFixLtHdr #mainContent {
	background-color: #FFFFFF;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.twoColFixLtHdr #mainContent strong {
	font-weight: normal;
}

.twoColFixLtHdr #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #990000;
	margin-top: 20px;
}
.twoColFixLtHdr #mainContent .backBtn {
	text-align: right;
	font-size: 12px;
}
.twoColFixLtHdr #mainContent a:link, a:visited {
	color: #990000;
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent a:hover {
	text-decoration: none;
}

/* Main Content =Contact Form */

.twoColFixLtHdr #mainContent form {
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 15px;
	border: 1px solid #990000;
}
.twoColFixLtHdr #mainContent #contactForm p {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.twoColFixLtHdr #mainContent #contactForm {
	background-image: url(../images/layout/form.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}


.twoColFixLtHdr #mainContent #contactForm #name, #email, #contact {
	width: 200px;
	border: 1px solid #990000;
}
.twoColFixLtHdr #mainContent #contactForm #message {
	height: 150px;
	width: 500px;
	border: 1px solid #990000;
}
.twoColFixLtHdr #mainContent #contactForm label{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* Main Contant =Contact Coach Form */

.twoColFixLtHdr #mainContent #contactCoach p {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.twoColFixLtHdr #mainContent #contactCoach {
	background-image: url(../images/layout/form2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}


.twoColFixLtHdr #mainContent #contactCoach #name, #email, #contact, #topic {
	width: 200px;
	border: 1px solid #990000;
}
.twoColFixLtHdr #mainContent #contactCoach #message {
	height: 150px;
	width: 500px;
	border: 1px solid #990000;
}
.twoColFixLtHdr #mainContent #contactCoach label{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* Site Map Style */

.twoColFixLtHdr #mainContent #siteMap ul {
	margin: 0px;
}
.twoColFixLtHdr #mainContent #siteMap li {
	list-style-type: none;
	padding-top: 3px;
	padding-bottom: 3px;
	list-style-image: url(../images/layout/rebBullet.gif);
}
.twoColFixLtHdr #mainContent #siteMap ol {
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-size: 14px;
}

/* Footer Style */

.twoColFixLtHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#45493D;
	margin: 0px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	font-size: 12px;
}
.twoColFixLtHdr #container #footer a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
.twoColFixLtHdr #container #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
.twoColFixLtHdr #container #footer a:hover {
	text-decoration: overline;
}


.offer th {
	background-color: #E6DED2;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
}
.offer td {
	background-color: #FFFBE9;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border: 1px solid #E6DED2;
}
.team th {
	color: #FFFFFF;
	background-color: #889EB1;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
}
.team  td {
	border: 1px solid #889EB1;
	padding: 5px;
}


.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: 10px;
	margin-bottom: 10px;
}


.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;
}
