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

body  {
	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;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixRt #container {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFF;
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #FFF;
}
.twoColFixRt #mainContent {
	margin-top: 0;
	margin-right: 300px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.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: 8px;
}
.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;
}
#head_nav {
	padding-top: 0px;
	padding-left: 20px;
	margin-top: 30px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #F60;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4C4C4C;
	line-height: 120%;
}
#footer {
	padding-left: 20px;
	padding-right: 12px;
}
p2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-align: right;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #F60;
}
a:link {
	text-decoration: none;
	color: #666;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #F60;
}
a:active {
	text-decoration: none;
}
a2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #F60;
}
a2:link {
	text-decoration: none;
	color: #666;
}
a2:visited {
	text-decoration: none;
}
a2:hover {
	text-decoration: underline;
	color: #F60;
}
a2:active {
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F60;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #F60;
}
#twitter 
	#twitter span {
			font: 10px Helvetica, Arial, Sans-Serif; color: #060; 
		}
			#twitter span a {
				font: 12px Helvetica, Arial, Sans-Serif;
			}
			#twitter ul li span {
			font: 12px Helvetica, Arial, Sans-Serif; color: #4C4C4C;
		}
		#twitter ul {
		list-style: none; padding: 0 0 0 0px;
	}


.copyright {
	float: right;
}
.socialnetwork {
	padding-right: 9px;
	padding-left: 9px;
	padding-bottom: 1px;
}
.serviceicon_right {
	float: right;
}
#container #mainContent #servicetxt h6 {
	padding-bottom: -5px;
}
#servicetxt {
	width: 450px;
	list-style: none; padding: 0 0 0 0px;
}
.submit_bottom {
	padding-bottom: 15px;
}
.floatright {
	float: right;
}
 
