/* CSS Document */

body {
	font: 13px Georgia, "Times New Roman", Times, serif, Trebuchet MS, Tahoma;
	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: #333333;
	background-color: #ffffff;
	background-image: url(../images/body_bgr1.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.oneColFixCtrHdr #container {
	width: 650px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height: 140px;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	padding-top: 6px;
	padding-bottom: 20px;
	line-height: 22px;
	text-align: justify;
}
.oneColFixCtrHdr #footer {
	text-align: center;
	height: 50px;
	padding-top: 10px;
	font-size: 12px;
	background-image: url(../images/footer_bgr.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

a {
	color:#333333;
	text-decoration:underline;
} 
a:hover {
	color:#333333;
	text-decoration: none;
} 

.menu_div {
	padding-top: 110px;
	margin: 0 auto;
}
.menu_div1 {
	padding-top: 110px;
	width: 850px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.clearboth {
	clear: both;
}
.menu_button {
	float: left;
}
.menu_button1 {
}
.menu_button a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 30px;
	padding-bottom: 7px;
	padding-left: 30px;
}
.menu_button1 a {
	display: block;
	text-align:center;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 8px;
	padding-bottom: 7px;
	width:110px;
}
.menu_button a:hover {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 30px;
	padding-bottom: 7px;
	padding-left: 30px;
	background-image:url(../images/button_hover.png);
	background-position: bottom center;
	background-repeat:repeat-x;
}
.menu_button1 a:hover {
	display: block;
	text-decoration: none;
	text-align:center;
	color: #FFFFFF;
	padding-top: 8px;;
	padding-bottom: 7px;
	background-image:url(../images/button_hover.png);
	background-position: bottom center;
	background-repeat:repeat-x;
}
.menu_button1 a.selected {
	display: block;
	text-decoration: none;
	text-align:center;
	color: #FFFFFF;
	padding-top: 8px;;
	padding-bottom: 7px;
	width:115px;
	background-image:url(../images/button_hover.png);
	background-position: bottom center;
	background-repeat:repeat-x;
}
.neck {
	height: 37px;
}
.sendButton {
	background-color: #c24940;
	color: #FFFFFF;
	border:0;
	padding-top: 1px;
	padding-bottom: 1px;
	cursor:pointer;
}
.other_script {
	text-align: right;
	font-weight: bold;
	padding-top: 10px;
	color: #333333;
	font-size: 11px;
}
.script_link {
	color: #336699;
	text-decoration: none;
}
.script_link:hover {
	color: #062758;
	text-decoration: none;
}

