/*---------------------------------------------------
Title:		165 Services Langing Page CSS 
Author: 	Josh Hughes - josh@agencyweb.com
Updated: 	January 28 2009
---------------------------------------------------*/

/*---------------------------------------------------
Body Tags
---------------------------------------------------*/

* {
margin:0;
padding:0;
}

#wrapper {
width:934px;
margin:0 auto;
}

body {
background:url(../images/bg.jpg) repeat-x #fff;
font-family:verdana, arial, tahoma, sans-serif;
color:#565656;
font-size:small;
text-align:justify;
letter-spacing:-0.3pt;
}

p {
line-height:1.3em;
}

ul {
margin:0;
padding:0 0 0 40px;
}

li {
margin:0;
padding:0 0 0 5px;
}

hr {
color: #c8c8c8;
width:100%;
margin-top:30px;
margin-bottom:30px;
}

a:link,a:active {
color:#003752;
font-weight:700;
}

a:hover {
text-decoration:none;
}

a:visited {
color:#003752;
}

/*---------------------------------------------------
Headline Tags
---------------------------------------------------*/

h1 {
color:#003752;
font-size:280%;
font-weight:700;
font-family:Trebuchet MS, verdana, arial, tahoma, sans-serif;
}

h2 {
font-size:175%;
font-weight:100;
color:#003752;
line-height:1.1em;
margin:0 0 10px 0;
font-family:Trebuchet MS, verdana, arial, tahoma, sans-serif;
font-style:italic;
}



/*---------------------------------------------------
Layout Tags
---------------------------------------------------*/

#header {
height:125px;
}

#content {
clear:both;
margin:0;
padding:100px 0 25px 0;
width:934px;
}

#left {
float:left;
width:676px;
}

#right {
float:left;
width:258px;
}


#footer {
background:url(../images/footerbg.jpg) repeat-x #fff;
color:#999;
font-size:80%;
text-align:center;
clear:both;
margin:5px 0 0 0;
padding:50px 0 40px 0;
}

#footer a:link,#footer a:visited,#footer a:active {
color:#999;
text-decoration:none;
}

#footer a:hover {
color:#666;
}

/*---------------------------------------------------
Style Tags
---------------------------------------------------*/



.noborder {
border:none;
}


.blue {
color:#003752;
font-weight:700;
}


