

/* ------ sets defaults font and paragraph style ------- */

div
{
font-family:helvetica, sans-serif;
font-weight:normal;
color:#black;
}

p
{
font-size:12px;
line-height:17px;
margin-bottom:16px;
}



/* ------ fixes right-align issue for bodycopy div ------- */

.rightalign
{
text-align:right;
}


/* ------ formats elevator pitch text ------- */

.pitch
{
font-size:13px;
font-style:italic;
line-height:17px;
margin:0 0 15px 20;
text-align:right;
}


/* ------ formats tiny copy at top of home page ------- */


h1
{
font-size:10px;
font-weight:normal;
color:gray;
margin-bottom:30px;
text-align:right;
}

/* ------ formats section subheads ------- */

h2
{
font-size:18px;
font-weight:normal;
margin-bottom:12px;
text-align:left;
}


/* ------ formats "What's your story?" text ------- */


h3
{
font-size:54px;
font-weight:normal;
font-stretch:semi-condensed;
color:gray;
margin-bottom:12px;
text-align:right;
}


/* ------ aligns undercopy text left ------- */

div#undercopy
{
text-align:left;
}


/* ------ aligns bodycopy text right ------- */

div#bodycopy;
{
text-align:right;
}






/* ------ formats mailto link ------- */

a
{
color:red;
}

a:hover
{
color:gray;
}

a:active
{
font-weight:bold;
}


/* ------ formats spanned text ------- */

span
{
color:red;
}


/* ------ formats the bold class ------- */

.bold
{
font-weight:bold;
}



/* ------ formats the italic class ------- */

.italic
{
font-style:italic;
color:gray;
}


/* ------ formats the caption class ------- */

.caption
{
font-size:12px;
color:gray;
line-height:15px;
margin:13 0 0 0;
}

/* ------ formats linked images for notfound page (to keep IE from messing up the layout ------- */

img
{
border:none;
}

a img 
{
border:none;
}








