@charset "UTF-8";
/* CSS Document */


body {
	background: #233758;
	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: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	text-decoration: none;
}
#container #leftContent #bottomnav {
	text-align: center;
}
#container #leftContent #bottomnav a {
	color: #FFF;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
}
#container #leftContent #bottomnav a:hover {
	color: #F90;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
}
#container #leftContent #bottomnavGroom {
	text-align: center;
}
#container #leftContent #bottomnavGroom a:hover {
	color: #F90;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
}
#container #leftContent #bottomnavGroom a {
	color: #FFF;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
}
.navNoLInk {
	padding-right: 5px;
	padding-left: 5px;
}
#container  {
	width: 960px;
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height: 580px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
#mainImg {
	margin-top: 60px;
	height: 320px;
	padding-left: 10px;
	overflow: visible;
}
#mainImgGroom {
	height: 320px;
	margin-top: 57px;
	z-index: 1;
	overflow: visible;
	padding-left: 10px;
}
#bottomnav {
	margin-top: 57px;
	background-color: #5C84B2;
	padding: 3px;
	float: left;
	z-index: 10;
	width: 400px;
}
#bottomnavGroom {
	margin-top: 60px;
	background-color: #5C84B2;
	padding: 3px;
	float: left;
	z-index: 10;
	width: 400px;
}
#leftContent  {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
	width: 420px;
	float: left;
	height: 520px;
}

#rightContent  {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 90px;
	margin-left: 40px;
	margin-right: 60px;
	margin-bottom: 30px;
	width: 380px;
	float: left;
}
#container #rightContent a {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#container #rightContentindex a:hover {
	color: #333;
}
#rightContentindex {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 150px;
	margin-left: 40px;
	margin-right: 90px;
	margin-bottom: 30px;
	width: 350px;
	float: left;
}
#rightContentMC {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 60px;
	margin-left: 40px;
	margin-right: 60px;
	margin-bottom: 30px;
	width: 380px;
	float: left;
}




/*-- ajax2 test + FORM STYLES */


#rightbod_contactform {
	width: 380px;
	padding-left: 0px;
	padding-right: 10px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
.bodyText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-align: center;
}
.bold {
	font-weight: bold;
}
.footnote {
	font-size: 9px;
	line-height: 13px;
}

.contactform_rightbod_leftcol {
	width: 80px;
	float: left;
	padding-top: 10px;
}

.contactform_rightbod_rightcol {
	padding-top: 10px;
	float: left;
}
.contactform_titles_top{
	height: 20px;
	text-align: left;
	vertical-align: bottom;
	padding-top: 4px;
}
.contactform_titles_rest{
	margin-top: 3px;
	height: 20px;
	text-align: left;
	padding-top: 3px;
}
.contactform_titles_maintext {
	margin-top: 4px;
	width: 80px;
	height: 80px;
	text-align: left;
	padding-top: 4px;
}
.contactform_input_maintext {
	margin-top: 8px;
	text-align: left;
}
.contactform_fields_top {
	margin-top: 5px;
	text-align: left;
}
.contactform_fields_rest {
	margin-top: 8px;
	height: 20px;
	text-align: left;
}

input.submit {
	background-color: #6283B2;
	font-size: 11px;
	color: #FFF;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

input.text {
	border: 1px solid #6782B2;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	text-align: left;
	font-size: 11px;
	width: 200px;
	line-height: 15px;
}
 
 
textarea {
	border: 1px solid #6782B2;
	background-color: #FFFFFF;
	text-align: left;
	width: 200px;
	margin-bottom: 10px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}
a {
	color: #F60;
	text-decoration: none;
}

#log {
	margin-top: 40px;
}
 
#log_res {
	overflow: auto;
}
 
#log_res.ajax-loading {
	padding: 20px 0;
	background-image: url(img/spinner.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.img_loading {
	background-image: url(img/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
