/*--
*******************************************
TYPOGRAPHY CSS
AUTHOR: MATTHEW LLOYD
LAST EDITED: 10/10/2007
*******************************************
--*/


body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10pt;
color:#4d4d4d;
}

h1, h2, h3, h4, h5{
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#3399ff;
margin:5px 0 20px 0px;
}

h1, h2, h3, h4, h5{
font-size:200%;
border-bottom:dotted 1px #444;
}

h2{
font-size:180%;
}

h3{
font-size:150%;
}

h4{
font-size:120%;
}

h5{
font-size:110%;
}



a:link, a:hover, a:visited, a:active{
color:#444444;
}

a:hover, a:active{
color:#888888;
}


/*-----NAVIGATION-----*/
#nav li{
text-align:left;
position:relative;
margin:0px 0 10px 0;
}

#nav a{
text-decoration:none;
font-weight:bold;
color:#444444;
font-size:105%;
line-height:120%;
}

#nav a:hover{
text-decoration:none;
font-weight:bold;
color:#888888;
}

#nav #thispage a:link{
color:#3399ff;
}

#nav #thispage{
color:#FFFFFF;
filter:alpha(opacity=80);
-moz-opacity:.8;
}

#caseStudies{
}

#caseStudies h3{
margin:0 0 5px 0;
}

.story p{
line-height:170%;
text-align:justify;
}


/*-----FOOTER-----*/

#footer a:link, #footer a:visited{
text-decoration:none;
color:#4d4d4d;
}

#footer a:hover, #footer a:active{
text-decoration:none;
color:#666666;
}

#footer .largeLink{
font-size:11pt;
}

#footer{
text-align:center;
color:#6D6E70;
font-size:9pt;
line-height:13pt;
}