body
{
	background-color: #fff;
	color: #585858;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

div#pageFrame
{
	background-color: #fff;
	margin: 0 auto 20px auto;
	width: 700px;
}


a, a:hover
{
	color: #ff4500;
	text-decoration: none;
	font-weight: normal;
}
a:hover
{
	color: #ff0000;
}



h1, h2, h3, h4, h5, h6
{
	color: #000099;
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: normal;
	font-weight: bold;
	margin: 0;
	text-decoration: none;
}
h1 { font-size:16px; margin-top: 20px;}
h2 { font-size: 14px; margin: 15px; }
h3, h4, h5, h6 { font-size: 12px; margin: 10px; }


p 
{
	margin: 10px 0 0 0;
	padding: 0;
}


ul, ol
{
	margin: 7px;
	padding: 0;
	width: 180px;
}
li
{
	margin: 3px 0 0 18px;
	padding: 0;
}


/*
** Header
*/
table#header td
{
	width: 100px;
}

table#header td.logo
{
	width: 300px;
}


table#header tr.top td
{
	background-image: url(/UI/PageTemplates/WebControls/Images/StandardCell.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 8px;
}

table#header tr.top td.logo
{
	background-image: url(/UI/PageTemplates/WebControls/Images/LogoCell.gif);
}
table#header tr.top td.end
{
	background-image: url(/UI/PageTemplates/WebControls/Images/RightCell.gif);
}


table#header tr.links td
{
	vertical-align: top;
}

img#headerLogo
{
	margin: 7px 0 0 7px;
}

table#header  a,
table#header a:hover
{
	border-left: 1px dashed #999;
	color: #585858;
	display: block;
	font-size: 11px;
	font-weight: normal;
	padding: 10px 0 10px 10px;
	text-decoration: none;
}
table#header a:hover
{
	color: #000;
	font-weight: normal;
	text-decoration: none;
}




/*
** Content
*/
div.strapLine
{
	text-align: right;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}


table.contentFrame
{
	border-top: 5px solid #000099;
	margin: 5px 0 0 0;
}

table.contentFrame td
{
	padding: 0;
	vertical-align: top;
}

table.contentFrame td.links
{
	width: 200px;
}

table.contentFrame td.contactInfo
{
	padding-top: 30px;
	vertical-align: bottom;
}


div.sideBar
{
	margin: 0 0 0 10px;
	width: 170px;
}

div.sideBar h1, h2, h3
{
	border-bottom: 1px solid #ddd;
	color: #585858;
	font-size: 12px;
	margin: 35px 0 0 0;
	padding: 0 0 3px 0;
}

div.sideBar a,
div.sideBar a:hover
{
	color: #585858;
	display: block;
	font-size: 11px;
	font-weight: normal;
	margin: 3px 0 0 0;
	text-decoration: none;
}
div.sideBar a:hover
{
	color: #000;
	text-decoration: none;
}




div.contactBlock
{
	margin-left: 10px;
	font-size: 11px;
}


table.contentFrame td.content
{
	width: 500px;
}
table.contentFrame td.content div.content
{
	background-image: url(/UI/PageTemplates/Images/ContentFade.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	background-color: #fcfcfc;
	border: 1px solid #ccc;
	padding: 0 15px 10px 15px;
	line-height: 150%;
}

table.contentFrame td.content img.feature
{
	display: block;
}





/*
** Footer
*/
table#footer
{
	border-top: 1px dotted #ccc;
	color: #999;
	font-size: 11px;
	margin: 25px 0 0 0;
	width: 100%;
}

table#footer td
{
	padding-top: 5px;
}

table#footer td.date
{
	text-align: left;
	padding-left: 5px;
}
table#footer td.copy
{
	text-align: right;
	padding-right: 5px;
}



/*
** Case Studies
*/
table.caseStudy td
{
	padding: 2px 0;
	vertical-align: top;
}
table.caseStudy td.label
{
	width: 110px;
}
table.caseStudy td.content
{
	width: 350px;
}



/*
** Testimonials
*/
dl.testimonial dt
{
	color: #000099;
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	margin: 20px 0 0 0;
	text-decoration: none;
}
dl.testimonial dd
{
	margin: 7px 0 0 0;
	font-style: oblique;
	line-height: 120%;
}
dl.testimonial dd div.sponsor
{
	border-bottom: 1px solid #ccc;
	color: #000;
	line-height: 115%;
	margin: 0 0 0 300px;
	padding: 0 10px 4px 10px;
	width: 130px;
}
