body {
	font-family:Arial,helvetica,sans-serif;
	background-color: #4C4C4C;
	background-image: none;
	margin: 0 auto;
	border:0px;
	padding: 0px;
	color:#333;
}

#header {
	background-image: 	url(../images/PageBorder/top-middle-background.png);
	background-repeat: repeat-x;
	overflow:hidden;
	height: 110px;
	width: 990px;
	float: none;
	margin: 0 auto;

}

#header a, .paddedText1 a {
	color:#FFF;
	text-decoration:none;
}

#header a:hover, .paddedText1 a:hover {
	color:#FFC;
	text-decoration:underline;
cursor: hand;
}

#header #logo {
	background-image: url(../images/PageBorder/top-left-background.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 90px;
	width: 525px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	float: left;
}

#header #end {
	background-image: url(../images/PageBorder/top-right-background.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 110px;
	width: 294px;
	float: right;
}

#header #end #login{
	height:35px;
	padding-left:60px;
	padding-right:25px;
	padding-top:20px;
	padding-bottom:5px;
	float:none;
}

.floatedIcon {
	float:left;
	border:none;
}

.paddedText1 {
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	float:left;
}

#body {
	background:url(../images/PageBorder/left-side-background.png) #FFF left top repeat-y;
	padding-left:14px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	min-height:100px;
	background-color: #FFF;
	width: 976px;
	margin: 0 auto;

}

#body .MainText {
	background:url(../images/PageBorder/right-side-background.png) transparent right top repeat-y;
	min-height:100px;
	width:976px;
	float: none;
	padding-bottom:35px;
	min-height: 450px;
	background-color: #FFF;
	
}

.MainText #SecondColumn {
	float:right;
	width:244px;
	padding-right:28px;
	padding-left:30px;
	padding-top:10px;
	padding-bottom:10px;
	background: url(../images/backGradient.jpg) 20px 5px no-repeat;
	min-height: 400px;
}

.MainText #SecondColumn h1, .MainText #SecondColumn h2, .MainText #SecondColumn p {
	padding-right:15px;
}


#footer {
	float: none;
	background-image: url(../images/PageBorder/bottom-middle-background.png);
	height: 64px;
	width: 990px;
	overflow: hidden;
	background-repeat:repeat-x;
	margin: 0 auto;

}

#footerStart {
	background-image: url(../images/PageBorder/bottom-left-background.png);
	float: left;
	height: 64px;
	width: 134px;
	background-repeat: no-repeat;
	background-position: left top;
}

#footerText {
	color:#000;
	height: 34px;
	width: 990px;
	position: relative;
	top: -64px;
	margin: 0 auto;
}

#footerText .Start{
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 20px;
	float: none;
}

#footerEnd {
	float: right;
	background-image: url(../images/PageBorder/bottom-right-background.png);
	height: 164px;
	width: 294px;
	background-repeat: no-repeat;
}

h1 {
	color:#025597;
}

h2 {
	color:#025597;
}

h3, h4 {
	color:#000;
}

h1, h2, h3, h4 {
	padding-left:5px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
	margin:0px;
}

.Item {

	
}

h5,h6,h7{
	color:#000;
	padding-left:5px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
	margin:0px;
}

p {
	padding-left:15px;
	padding-right:45px;
	padding-top:5px;
	padding-bottom:5px;
	margin:0px;
}

#header #logo img {
	position: relative;
	top: 1px;
	border: 0px;
}

#Navigation {
	width:100%;
	height:36px;
	padding-right:0px;
	overflow:hidden;
}

#Navigation .Start{
	width:976px;
	height:32px;
	background:url(../images/PageBorder/right-side-background.png) #9AC35E right top repeat-y;
	overflow:hidden;
}

#Navigation .Fix{
	width:100%;
	background:url(../images/PageBorder/right-side-background.png) #005070 right top repeat-y;
	height:4px;
	overflow:hidden;
}

#Navigation .Start ul {
	float:none;
	padding:0px;
	margin:0px;
	list-style:none;
	height:32px;
}

#Navigation .Start li {
	background:url(../images/NavArrowSelected.png) transparent center top no-repeat;
	font-size:14px;
	padding-left:2px;
	padding-right:0px;
	padding-top:10px;
	padding-bottom:10px;
	float:left;
	height:32px;
}

#Navigation .Start li a {
	background:url(../images/NavButtonBackground.png) #74B233 left top no-repeat;
	color:#FFF;
	text-decoration:none;
	height:36px;
	padding:5px;
}

#Navigation .Start li a:Hover {
	background:url() #5D93A8;
	text-decoration:underline;
	height: 32px;
}

#Navigation .Start #flaotRight {
	background:url(../images/NavArrowSelected.png) transparent center top no-repeat;
	font-size:14px;
	padding-left:2px;
	padding-right:0px;
	padding-top:10px;
	padding-bottom:10px;
	float:right;
	height: 32px;
}

#Navigation .Start #flaotRightFix {
	background:url(../images/NavArrowSelected.png) transparent center top no-repeat;
	font-size:14px;
	padding-left:2px;
	padding-right:22px;
	padding-top:10px;
	padding-bottom:10px;
	float:right;
}

ul.Item {
	list-style-position:outside;
}
.CenterText {
	text-align: center;
	font-weight: bold;
}
#footerText .Start a {
	color: #FFF;
	text-decoration: none;
}
#footerText .Start a:hover {
	color: #FFF;
	text-decoration: underline;
}
#body .MainText .CenterBlock {
	width:750px;
	text-align:center;
}

.CenterBlock .Content {

	width:719

}


#homePageBtmLeftBanner {
	margin:0px;
	padding:0px;
	background:url(../images/banner_btm_left_homepage.png) no-repeat;
	width:241px;
	height:285px;
	float:left;
	
}

#homePageBtmLeftBanner  h2{
	color:#333;
	font-size:20px;
	font-weight:normal;
	margin:0px;
	padding-top:25px;
	padding-left:12px;
	padding-bottom:0px;
	padding-right:0px;
	text-decoration:none;
	text-align:left;

}

#homePageBtmLeftBanner  p{
	color:#333;
	font-size:12px;
	font-weight:normal;
	margin:0px;
	padding-top:0px;
	padding-left:20px;
	padding-bottom:0px;
	padding-right:15px;
	text-decoration:none;
	text-align:left;

}


#homePageBtmCenterBanner {
	margin:0px;
	padding:0px;
	background:url(../images/banner_btm_center_homepage.png) no-repeat;
	width:239px;
	height:285px;
	float:left;
	
}

#homePageBtmCenterBanner  h2{
	color:#333;
	font-size:20px;
	font-weight:normal;
	margin:0px;
	padding-top:25px;
	padding-left:12px;
	padding-bottom:0px;
	padding-right:0px;
	text-decoration:none;
	text-align:left;

}

#homePageBtmCenterBanner  p{
	color:#333;
	font-size:12px;
	font-weight:normal;
	margin:0px;
	padding-top:0px;
	padding-left:20px;
	padding-bottom:0px;
	padding-right:15px;
	text-decoration:none;
	text-align:left;

}


#homePageBtmRightBanner {
	margin:0px;
	padding:0px;
	background:url(../images/banner_btm_right_homepage.png) no-repeat;
	width:242px;
	height:285px;
	float:left;
}

#homePageBtmRightBanner  h2{
	color:#333;
	font-size:20px;
	font-weight:normal;
	margin:0px;
	padding-top:25px;
	padding-left:12px;
	padding-bottom:0px;
	padding-right:0px;
	text-decoration:none;
	text-align:left;

}

#homePageBtmRightBanner  p{
	color:#333;
	font-size:12px;
	font-weight:normal;
	margin:0px;
	padding-top:0px;
	padding-left:20px;
	padding-bottom:0px;
	padding-right:15px;
	text-decoration:none;
	text-align:left;

}

#noFloatFix {
	float:none;
	width:722px;
	height:300px;
}

#bannerFix {

	width:722px;
	height:300px;
}

.Content #quote {
	background-image: url(../images/PayrollForm.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 442px;
	height: 90px;
	padding-left: 280px;
	padding-top: 10px;
}

.inputText {
	border:1px solid #999;
	color:#005FAC;
	font-size:12px;
	background:#eeeeee url(../images/input_back.png) top left repeat-x;
	margin: 2px;

}

#payrollQuote #submit {
	font-size: 12px;
	width: 55px;
	padding-right: 25px;
	padding-bottom: 0px;
	float: right;
	display: block;
}

#payrollQuote {
	text-align: left;
	font-size: 14px;
}
.MainText div {

}
#noFloatFix a {
	text-decoration: none;
}
#body .MainText #row {
	float: none;
	width: 100%;
	padding-left: 10px;
	padding-top: 10px;
}
#body .MainText #row #flash {
	float: left;
}

#body .MainText #row #secCol {
	float: left;
	width: 200px;
	height: 284px;
	background: url(../images/backGradient-2.jpg) 10px 0px  no-repeat;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

#body .MainText #row #secCol:hover {
	background: url(../images/backGradient-2-hover.jpg) 10px 0px  no-repeat;
}

.clearAll {
	clear: both;
}

#row #item {
	float: left;
	height: 150px;
	width: 210px;
	background: url(../images/homepage_item.jpg) center top no-repeat;
	padding-left: 28px;
}

#row #item:hover {
	background: url(../images/homepage_item_hover.jpg) center top no-repeat;
	text-decoration: none;
	border: none 0px #fff;
}

#row #item .header h2 {
	position: relative;
	left: -10px;
	padding-top: 15px;
	margin: 0px;
	font-size: 32px;
	text-align: center;
	color: #00287B;
	width: 202px;
	text-decoration: none;
	padding-left: 0px;
	padding-right: 0px;
}
#row #item .content {
	position: relative;
	left: -10px;
	font-size: 12px;
	text-align: center;
	width: 202px;
	top: -5px;
}
#logoGreen {
	color: #57A127;
	text-align: none;
}
#body .MainText #row #item #image {
	position: relative;
	left: -10px;
	text-align: center;
	padding-top: 0px;
	width: 202px;
	border: none 0px #fff;
}
a .noBorder {
	text-decoration:none;
	border: thin none #FFF;
}

a .noBorder:hover {
	text-decoration: none;
	border: thin none #FFF;
}
.image {
	border: thin none #FFF;
}
.noBorder {
	text-decoration: none;
	color: #025597;
}
#secCol #payrollQuote div {
	padding-left: 5px;
}
#centerImage {
	text-decoration: none;
	width: 680px;
	text-align: center;
}
.floatLeft {
	float: left;
	padding: 5px;
}
#SecondColumn #fix1 {
	padding-left: 10px;
}
#body .MainText #SecondColumn #payrollQuote div h3 {

}
#body .MainText #SecondColumn #payrollQuote {
	width: 200px;
	padding-left: 25px;
}
#body .MainText div .ItemFix {
	padding-left: 15px;
	color: #025597;
}
.floatRight {
	float: right;
}
strong {
	color: #025597;
}
h1 {
	font-size: 30px;
}
li {
	padding-top: 0px;
	padding-right: 45px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#text {margin:50px auto; width:500px}
.hotspot {color:#900; padding-bottom:1px; border-bottom:1px dotted #900; cursor:pointer}

#tt {position:absolute; display:block; background:url(images/tt_left.gif) top left no-repeat}
#tttop {display:block; height:5px; margin-left:5px; background:url(images/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF}
#ttbot {display:block; height:5px; margin-left:5px; background:url(images/tt_bottom.gif) top right no-repeat; overflow:hidden}
#body .MainText #row #secCol a, #body .MainText #SecondColumn a {
	font-size: 24px;
	text-align: center;
	display: block;
	text-decoration: none;
}
#body .MainText #SecondColumn div {
	text-align: center;
}
#body .MainText #row #secCol p a {
	text-decoration: none;
	width: 225px;
	position: relative;
	left: -25px;
}
#body .MainText #row #secCol p #linkRel {
	text-decoration: underline;
}
#linkRel {
	text-decoration: underline;
}
#linkRel {
	text-decoration: underline;
}
#body .MainText #SecondColumn p #linkRel {
	text-decoration: underline;
}
.Item .noBorder {
	font-size: 12px;
}
#body .MainText #SecondColumn p .Item .noBorder {
	font-size: 16px;
}
#body .MainText #SecondColumn p .noBorder {
	font-size: 14px;
}
#row #flash-2 {
	float: left;
	width: 720px;
}
