/* CSS Document */

* {
	margin:0; 
	padding:0;
	font-size:100%;
}

body{
	background:#FFFFFF;
	text-align:center;
	background-image: url("images/wallpaper.gif");
	background-repeat: repeat;
}

p
{
     line-height: 17px;
     margin-bottom: 5px;
}

label
{
     font-weight: bold;
}

img 
{
	vertical-align:top;
}

a img  
{
	border:0;
}

ul.smallArrow, ol.smallArrow {
    margin: 10px 0 5px 0;
    list-style-type: none;
}
ul.smallArrow li, ol.smallArrow li {
    background: url(images/bullet-small-arrow.gif) no-repeat 0 50%;
    padding: 0 0 0 10px;
    margin: 0 0 5px 0;
}
ul.smallArrow li a, ol.smallArrow li a {
	color: #333333;
}
ul.checklist, ol.checklist {
    margin: 10px 0 5px 0;
    list-style-type: none;
}
ul.checklist li, ol.checklist li {
    background: url(images/bullet-checklist.gif) no-repeat 0 0;
    padding: 0 0 0 22px;
    margin: 0 0 5px 0;
}
ul.checklist li a, ol.checklist li a {
	color: #333333;
}

.icon
{
     float: left;
     padding-right: 20px;
}

.iconbody
{
     float: left;
     width: 580px;
     margin-bottom: 20px;
}

.servicelogo
{
     float: left;
     width: 180px;
     padding-right: 10px;
}

.servicebody
{
     float: left;
     width: 500px;
     margin-bottom: 20px;
}

.left  
{
	float:left;
}
.right 
{
	float:right;
}
.clear   
{
	clear:both;
}

html, input, textarea
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

h1
{
	font-size: 18px;
	line-height: 2em;
	color: #63bc46;
}

h2
{
	font-size: 15px;
	line-height: 1.5em;
	color: #000000;
}

h3
{
	font-weight: bold;
}

a
{
	color: #63bc46;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline; 
}

#main  
{
	width: 850px; 
	margin: 0 auto; 
	text-align: left;
	background-image: url("images/body_background.gif");
	background-repeat: repeat;
}

#header
{
	padding-left: 50px;
	padding-right: 50px;
}

#header #search
{
	padding-top: 50px;
}

#header #menu
{
	width: 750px;
	background-image: url("images/menu_background.png");
	background-repeat: no-repeat;
}

#content
{
	padding: 10px 50px 20px 50px;
}

#callout
{
	clear: both;
}

.cols
{
	padding: 20px 0 20px 0;
}

.col1of3
{
    width: 200px;
    min-height: 200px;
    padding: 0 20px 0 20px;
    float: left;
}

.col2of3
{
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #d3d3d3;
    width: 200px;
    min-height: 200px;
    padding: 0 20px 0 20px;
    float: left;
}

.col3of3
{
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #d3d3d3;
	width: 200px;
	min-height: 200px;
	padding: 0 20px 0 20px;
	float: left;
}

#footer
{
	width: 850px;
	background-image: url("images/body_footer.gif");
	background-repeat: no-repeat;
	background-position: bottom center;
	color: #999999;
}

#footer #fcols
{
	width: 750px;
	margin: 0 auto;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #d3d3d3;
	padding-top: 10px;
}

#footer #fcols #fcol1
{
    width: 580px;
    float: left;
    padding-bottom: 30px;
}

#footer #fcols #fcol2
{
    width: 170px;
    float: left;
    padding-bottom: 30px;
}

input, select  
{
	vertical-align:middle; 
	font-weight:normal;
}

div#header input.textbox {
	width:190px;
	background: url("images/searchbox-outer.png") no-repeat left top;
	border: none !important;
	padding: 5px 0 1px 5px;
	height: 25px;
	color: #999;
	font-size: 0.9em;
}

div#header input.button {
	position:relative;
	right:4px;
	top: -6px;
	^top:-7px;
	/* top: 0px;  for  IE (7 at least) */
	border:none;
}