/*
Colors:
Corporate Blue: #f09
Cardboard: #f8f0dd, #ba7
Silver: #eaeaea, #f4f4f4
*/

/* General */

body
{
	font-family: 'Lucida Grande', Verdana, Trebuchet, 'Trebuchet MS', Geneva, Arial, sans-serif;
	background: #fff url(images/bg_graybar.gif) repeat-x top left;
	color: #333;
	font-size: 75%;
	margin: 0;
}

body.Trans
{
	background: #fff url(images/bg_graybar_trans.gif) repeat-x top left;
}

h1
{
	font-family: Trebuchet, 'Trebuchet MS', 'Lucida Grande', Verdana, Geneva, Arial, sans-serif;
	color: #009;
	margin-top: 0;
	padding-top: 1em;
}

.Spacer
{
	clear: both;
	font-size: 1px;
}

img
{
	border: none;
}

fieldset
{
	background: #f4f4f4 url(images/bg_silverblend_light.gif) repeat-x bottom left;
	margin-bottom: 2em;
	border: 1px solid #ccc;
}

legend
{
	font-weight: bold;
	font-style: italic;
	color: #999;
	background-color: #fff;
}

fieldset input,
fieldset textarea
{
	border: 1px solid #bbb;
}

td,
td *
{
	padding: .4em;
	border: none;
	font-size: 12px;
}

a
{
	color: #000;
}

a:visited
{
	color: #000;
}

.FormSubmit
{
	text-align: center;
	background-color: #cec;
	padding: .5em;
	border: 1px solid #ccc;
}

dt
{
	font-weight: bold;
}

dd
{
	margin: 0 0 1em 2em;
}

.SubNav
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.SubNav li
{
	display: inline;
	margin: 0;
	padding: 0 1em 0 0;
}


/* Layout */

/* Main */
#MainContent
{
	padding-top: 130px;
}

#MainContent p,
#MainContent dt,
#MainContent dd,
#MainContent li
{
	line-height: 1.5;
}

#Breadcrumbs
{
}

#Breadcrumbs,
#Breadcrumbs ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
}

#Breadcrumbs li
{
	display: inline;
	margin: 0;
	padding: 0;
	font-size: x-small;
}

#Breadcrumbs li *
{
	color: #999;
}

/* Sidebar */
#MainSidebar
{
	display: none;
}


/* Header */
#Header
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#Logo
{
	z-index: 1;
}


#Navigation
{
	position: absolute;
	top: 0;
	left: 0;
	height: 23px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 170px;
	padding: 0;
	margin: 0;
	z-index: 2;
}

#Navigation li
{
	float: left;
	height: 23px;
}

#Navigation a
{
	color: #ddd;
	display: block;
	padding: .5em .75em .5em .75em;
	font-size: 11px;
	text-decoration: none;
	position: relative;
	top: -1px;
}

body#Home #Navigation #NavHome a,
body#About #Navigation #NavAbout a,
body#FAQ #Navigation #NavFAQ a,
body#Contact #Navigation #NavContact a,
body#SiteMap #Navigation #NavSiteMap a,
body#Privacy #Navigation #NavPrivacy a,
body#MemberArea #Navigation #NavMemberArea a
{
	font-weight: bold;
	color: #fff;
}

#Navigation a:hover,
#NavMemberArea a:hover
{
	text-decoration: underline;
}

#Navigation a:active
{
	color: #fff;
}

#NavMemberArea a
{
	position: absolute;
	top: 0;
	right: 0;
	padding: .25em .5em .25em .5em;
	background-color: #ba7;
	font-size: 13px;
	font-style: italic;
	color: #fff;
	border-top: 2px solid #dc9;
	border-right: 2px solid #763;
	border-bottom: 2px solid #763;
	border-left: 2px solid #dc9;
	text-decoration: none;
}

#NavMemberArea a:active
{
	background-color: #a96;
	border-top: 2px solid #763;
	border-right: 2px solid #dc9;
	border-bottom: 2px solid #c93;
	border-left: 2px solid #76d;
	color: #ccc;
}

#TopImage
{
	position: absolute;
	top: 23px;
	left: 175px;
}

#Tagline2
{
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 23px;
	left: 482px;
}

#Tagline2 li
{
	font-size: 11px;
	font-style: italic;
	padding-top: .75em;
}


/* Footer */
#Footer *
{
	text-align: center;
	color: #999;
	font-size: x-small;
}


/* Page-specific */

td.Question
{
	width: 200px;
	vertical-align: top;
	text-align: right;
}

td.Error
{
	color: #f00;
	padding: 0 0 .5em 0;
}

.Required
{
	font-weight: bold;
	color: #c00;
	padding-right: .5em;
}

.CustQuote p
{
	font-style: italic;
}

.CustQuote p.CustAttribute
{
	font-style: normal;
	margin: 0 2em 0 0;
}

.BackToTop
{
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #ccc;
}

#FAQQuestions
{
	margin-bottom: 4em;
}

#FAQQuestions li
{
	margin-bottom: .5em;
}

.Question
{
	font-weight: bold;
}

.MemberLogin h2
{
	margin: 0 0 .5em 0;
}

.MemberLogin p
{
	margin: 0 0 2em 1em;
}

.SPImage
{
	width: 200px;
	height: 140px;
	float: left;
	text-align: center;
}

.ToolList
{
	float: left;
	width: 200px;
	margin-right: 1em;
}

.ToolList ul
{
	padding-left: 1.5em;
}

.ToolList ul *
{
	font-size: x-small;
}

#FAQTable
{
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#FAQTable td,
#FAQTable th
{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#FAQTable th
{
	background-color: #eee;
}

#FAQTable .Yes
{
	background-color: #efe;
	text-align: center;
}

#FAQTable .No
{
	background-color: #fee;
	text-align: center;
}

.TableHeader1
{
	font-weight: bold;
	background-color: #f3f3f3;
}

.TableHeader2
{
	font-weight: bold;
	background-color: #f6f6f6;
	padding-left: 1em;
}

.TableHeader1 .Note,
.TableHeader2 .Note
{
	font-weight: normal;
	font-style: italic;
}

#Trans
{
	position: relative;
	margin: 0;
	top: 0px;
}