/********** SHARPTACK STYLES ***********/
/* HTML CONTROLS */
body{
margin: 0px;
padding: 0px;
font-family: arial;
font-size: 12px;
color: black;
background-color: #fff;
background-image: url(../images/home_body_bg.jpg);
background-position: left top;
background-repeat: repeat-x;
width:100%;
}

img {behavior: url(iepngfix.htc);}
div {behavior: url(iepngfix.htc);}
textarea {font-family: arial;}
h1{
text-align: left;
margin: 0px;
padding: 13px 0px 0px 95px;
font-size: 35px;
color: #062A42;
font-family: Georgia, Arial;
font-weight: normal;
}
h2{
text-align: left;
margin: 0px;
padding: 2px 0px 0px 97px;
font-size: 18px;
color: #062A42;
font-family: Georgia, Arial;
font-weight: normal;
}

#headerimages{
margin: 0px;
padding: 1px 2px 3px 10px;
}

/* USER DEFINED STYLES */
#main{
margin:0 auto;
padding: 0px;
width: 1000px;
text-align: center;
}

#everything{
width: 1000px;
text-align: center;
border-left: solid 0px;
border-right: solid 0px;
}

#header{
width: 1000px;
height: 227px;
}
#menu{
text-align: right;
padding: 35px 38px 0px 0px;
}
#menu ul{
margin: 0px;
padding: 17px 0px 8px 0px;
cursor: default;
}
#menu ul li{
display: inline;
padding: 0px 13px 0px 13px;
}
#menu ul li a{
text-decoration: none;
color: #000;
}

#menu ul li a:hover, #menu ul li a.sel{
color: #2C5879;
}

#content{
margin: 0px;
padding: 130px 0px;
width: 800px;
height: auto;
border: solid 0px;
text-align: left;
}

#content p{
line-height: 1.5em;
margin: 0px;
padding: 15px 50px 10px 105px;
border: solid 0px;
}
#content span{
line-height: 1.5em;
margin: 0px;
padding: 15px 50px 10px 105px;
border: solid 0px;
font-weight:bold;
color:#305869;
}

#content span.testimonials{
line-height: 1.5em;
margin: 0px;
border: solid 0px;
font-weight:bold;
color:#305869;
padding:0px;
}


#content span a{
 text-decoration:none;
 font-weight:bold;
 color:#305869;
}
#content span a:hover{
text-decoration:underline;
 font-weight:bold;
 color:#305869;
}



#content ul{
line-height: 1.5em;
margin: 0px;
padding: 0px 50px 10px 155px;
border: solid 0px;
}
#content ol{
line-height: 1.5em;
margin: 0px;
padding: 0px 50px 10px 155px;
border: solid 0px;
}

#content .heading{
padding-bottom: 2px;
margin: 0px;
font-size: 20px;
color: #305869;
font-family: Georgia, Arial;
font-weight: normal;
line-height: 0px;
}
#content p.details{
padding-top: 5px;
}
#content p.details a{
font-size: 12px;
font-weight: bold;
text-decoration: none;
color: #305869;
}
#content p a{
color: #2C5E83;
text-decoration: underline;
}
#content ul a{
color: #2C5E83;
text-decoration: underline;
}
form div
{
 padding-bottom:4px;
}

#content2{
height: 400px;
}
#content p img{
 float:left;
 padding-right:30px;
 padding-bottom:50px;
}
#content p img.image{
 float:left;
 padding-right:2px;
 padding-bottom:2px;
 padding-top: 2px;
 padding-left: 2px;
 border: solid 1px silver;
 margin-right: 10px;
}
#content p img.image2{
 float:right;
 padding-right:2px;
 padding-bottom:2px;
 padding-top: 2px;
 padding-left: 2px;
 border: solid 1px silver;
 margin-left: 10px;
}
.input
{
float:left;
width:120px;
}

#footer{
clear: left;
margin-top: 50px;
padding-top: 10px;
color: #A3A3A3;
text-align: center;
border-top: 1px solid #CCCCCC;
font-size: 11px;
padding-bottom: 20px;
}
#footer a{
color: #A3A3A3;
text-decoration: none;
font-size: 11px;
}
#footer a:hover{
text-decoration: underline;
}

#logo{
position: absolute;
width: 200px;
height: 128px;
padding: 0px;
margin: 17px 0px 0px 57px;
background-image: url(../images/logo.png);
background-repeat: no-repeat;
background-position: left top;
display: none;
cursor: pointer;
}
.head
{
 font-weight:bold;
}
.head a
{
 text-decoration:none;
}

/** List styles **/
.list{
margin: 0px;
padding: 0px;
width: 50%;
display: block;
}
.list li{
	list-style: none;
	background-image: url(../images/pointer.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2px 0px 3px 20px;
}