/* CSS Document */
body { margin: 0; padding: 0; background-color: #dadada; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000; }
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #FF3636;
}
a:active {
	text-decoration: underline;
	color: #666666;
}
#wrapper { width: 900px; margin: 0 auto; }
#wrapper #header { }
#wrapper #header_top { width: 900px; height: 19px; background: url(../images/Site/images/site_02.png) no-repeat; }
#wrapper #header_mid { width: 900px; height: 110px; background: url(../images/Site/images/site_07.png) repeat-y; }
#wrapper #header_mid #header_contact { float: right; text-align: right; margin-right: 63px; line-height: 130%; }
#wrapper #header_mid #logo { margin: 0 0 0 53px; }
#wrapper #maincontent { width: 900px; background: url(../images/Site/images/site_15.png) repeat-y; }
#wrapper #maincontent #navbar { width: 799px; margin: 0 49px 0 51px; height: 34px; background: url(../images/Site/images/site_09.png) repeat-x; line-height: 27px; }
#wrapper #maincontent #navbar a { text-decoration: none; font-weight: bold; margin: 0; padding: 0; color: #000; float: left; display: block; width: 133px; text-align: center; }
#wrapper #maincontent #navbar a:hover, #wrapper #maincontent #navbar a.selected { background-color: #fff; color: #000; }
#wrapper #maincontent #mid { margin: 0 49px 0 51px; }
#wrapper #maincontent #mid #homeimage { margin: 2px auto 0 auto; border: 0; }
#wrapper #maincontent #mid #mid_inner { margin: 15px; line-height: 150%; }
#wrapper #maincontent #mid #mid_inner .testibox {
	float: right; 
	clear: none; 
	margin: 10px 20px; 
	border: solid 2px #FFFF00; 
	background: #FFFFaa; 
	padding: 10px; 
	width: 250px; 
	font-size: 12px; 
	color: #000; 
	font-style: italic; 
	line-height: 125%; 
}
#wrapper #footer { width: 900px; background: url(../images/Site/images/site_18.png) repeat-y; }
#wrapper #footer .footer_nav { margin-top: 5px; color: #333; line-height: 200%; }
#wrapper #footer .footer_nav a { color: #000; }
#wrapper #footer .footer_nav a:hover { text-decoration: none; }
#wrapper #footer_bottom { width: 900px; height: 23px; background: url(../images/Site/images/site_19.png) no-repeat; }
.redH3 {
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
}
.redbold {
	font-weight: bold;
	color: #FF0000;
}
.yellowhighlight {
	background-color: #FFFF00;
}
.redtext {
	color: #FF0000;
}
input[type=text]   {
	color: #333333;
	background-image: url(http://synergyservicescorp.com/OLD/images/Input_Shadow.gif);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	border-left-color: #999999;
}
textarea {
	color: #333333;
	background-image: url(http://synergyservicescorp.com/OLD/images/Input_Shadow.gif);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	border-left-color: #999999;
}
.button {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #FFFFFF;
}
.float_right {
	float: right;
}
.float_left {
	float: left;
}