﻿body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}

#header, #header .content, #header .content .left, #header .content .right,
#navigation, #sitemap, #main, #content, #content .content, #left, #right,
#footer, #footer .content, #footer .content .left, #footer .content .right, #footer .content .item,
#page, #legal, #legal .item, #top-link, #form-nav, #address, #stats
{
    overflow: hidden;
    height: 100%;
}

a
{
    /* color: #59347A; */
    color: #0094EA;
    text-decoration: none;
}
a:Hover
{
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6,
.AspNet-Login .AspNet-Login-TitlePanel,
.AspNet-PasswordRecovery .AspNet-PasswordRecovery-UserName-TitlePanel,
.AspNet-PasswordRecovery .AspNet-PasswordRecovery-Question-TitlePanel,
.AspNet-PasswordRecovery .AspNet-PasswordRecovery-SuccessTextPanel h4
{
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6, .modalHdr
{
    /* color: #583577; */
    color: #0094EA;
}

h3, h2, h1, h3.pg-title, h4.pg-title, h5.pg-title
{
    font-size: 14pt;
}
h4, .AspNet-Login .AspNet-Login-TitlePanel,
.AspNet-PasswordRecovery .AspNet-PasswordRecovery-UserName-TitlePanel,
.AspNet-PasswordRecovery .AspNet-PasswordRecovery-Question-TitlePanel,
.AspNet-PasswordRecovery .AspNet-PasswordRecovery-SuccessTextPanel h4
{
    font-size: 12pt;
}
h6
{
    font-size: 10pt;
}

/************* HEADER STUFF ************/

#header
{
    background: transparent url("header-bg.png") repeat-x bottom left;
    margin-bottom: 2px;
}
#header .content, #footer .content, #navigation, #content, #address
{
    width: 862px;
    margin: 0px auto 0px auto;
}
#header .content .left
{
    float: left;
    width: 49%;
    padding-top: 38px;
}
#header .content .right
{
    float: right;
    width: 49%;
    text-align: right;
    margin-top: 5px;
    color: White;
}
#header .content ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-size: 8pt;
}
#header .content ul li
{
    display: inline;
    border-left: dotted 1px White;
    margin: 0px;
    padding: 5px 8px 0px 8px;
}
#header .content ul li a
{
    color: #FFC963;
}
#header .content ul li a.skip
{
    /*color:White; */
    color: #535350;
}
#header .content .right span.login
{
    color: White;
}
#header .content .right img
{
    margin-top: 20px;
}

/************* NAVIGATION ************/

#navigation
{
    margin-top: 15px;
    padding: 0px;
    overflow: hidden;
}
#navigation ul
{
    margin: 0px;
    padding: 0px;
}
#navigation li
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: inline;
}
#navigation li a
{
    color: Gray;
    text-decoration: none;
    background: transparent url("nav-bg.png") no-repeat top left;
    display: block;
    width: 116px;
    padding: 4px 0px 4px 5px;
    margin: 0px 2px 0px 0px;
    float: left;
    text-transform: lowercase;
    /* border-bottom: solid 2px #563377;
    border-bottom: solid 2px #009DEC; */
    border-bottom: solid 2px #0286D0;
}
#navigation li a span
{
    text-transform: uppercase;
    display: block;
    font-weight: bold;
}
#navigation li a:Hover, #navigation li a.Selected
{

}
#navigation li a.Selected:Hover
{
}
/* Individual Links */
#navigation li a.home
{
}
#navigation li a.home-selected, #navigation li a.home:Hover
{
    background-image: url("home-bg.png");
    color: White;
}

#navigation li a.register, #navigation li a.register-selected, #navigation li a.register:Hover,
#navigation li a.members, #navigation li a.members-selected, #navigation li a.members:Hover,
#navigation li a.about, #navigation li a.about-selected, #navigation li a.about:Hover
{
    border-bottom-color: #0286D0;
}
#navigation li a.register-selected, #navigation li a.register:Hover,
#navigation li a.members-selected, #navigation li a.members:Hover,
#navigation li a.about-selected, #navigation li a.about:Hover
{
    /*background-image: url("make-bg.png");*/
    background-image: url("home-bg.png");
    color: White;
}
#navigation li a.complexwills, #navigation li a.complexwills-selected, #navigation li a.complexwills:Hover
{
    border-bottom-color: #FE4A89;
}
#navigation li a.complexwills-selected, #navigation li a.complexwills:Hover
{
    background-image: url("testimonials-bg.png");
    color: White;
}
/*
#navigation li a.members, #navigation li a.members-selected, #navigation li a.members:Hover
{
    border-bottom-color: #F5A10A;
}
#navigation li a.members-selected, #navigation li a.members:Hover
{
    background-image: url("about-bg.png");
    color: White;
}

#navigation li a.example, #navigation li a.example-selected, #navigation li a.example:Hover
{
    border-bottom-color: #3DB3B7;
}
#navigation li a.example-selected, #navigation li a.example:Hover
{
    background-image: url("example-bg.png");
    color: White;
}
*/

#navigation li a.faqs, #navigation li a.faqs-selected, #navigation li a.faqs:Hover,
#navigation li a.example, #navigation li a.example-selected, #navigation li a.example:Hover,
#navigation li a.why, #navigation li a.why-selected, #navigation li a.why:Hover,
#navigation li a.testimonials, #navigation li a.testimonials-selected, #navigation li a.testimonials:Hover
{
/*    border-bottom-color: #89BF33; */
    border-bottom-color: #F5A10A;
}
#navigation li a.faqs-selected, #navigation li a.faqs:Hover,
#navigation li a.example-selected, #navigation li a.example:Hover,
#navigation li a.why-selected, #navigation li a.why:Hover,
#navigation li a.testimonials-selected, #navigation li a.testimonials:Hover
{
/*    background-image: url("faqs-bg.png"); */
    background-image: url("about-bg.png");
    color: White;
}
/*
#navigation li a.about, #navigation li a.about-selected, #navigation li a.about:Hover
{
    border-bottom-color: #FE4A89;
}
#navigation li a.about-selected, #navigation li a.about:Hover
{
    background-image: url("testimonials-bg.png");
    color: White;
}

#navigation li a.testimonials, #navigation li a.testimonials-selected, #navigation li a.testimonials:Hover
{
    border-bottom-color: #FE4A89;
    margin-right:0px;
}
#navigation li a.testimonials-selected, #navigation li a.testimonials:Hover
{
    background-image: url("testimonials-bg.png");
    color: White;
}
*/
#navigation li a.ctf, #navigation li a.ctf-selected, #navigation li a.ctf:Hover
{
    border-bottom-color: #89BF33;
}
#navigation li a.ctf-selected, #navigation li a.ctf:Hover
{
    background-image: url("faqs-bg.png");
    color: White;
}


/************* SITE MAP ***********/
#sitemap
{
}

/************* CONTENT ************/
/* This is the main area of the page consisting of two columns - #left and #right */

#content
{
    min-height: 280px;
    margin: 36px auto 0px auto;
}

#left
{
    float: left;
    width: 600px;
}

#right
{
    float: right;
    width: 250px;
}
#right h3, #right h2, #right h1
{
    font-size: 12pt;
}

#left a, #form-nav a, #content .home a, #right .register a.normal
{
    margin: 0px;
    padding: 0px 0px 0px 20px;
    background: transparent url("home-arrow.gif") no-repeat left center;
}


/************* FOOTER ************/

#footer
{
    background: transparent url("footer-bg.png") repeat-x top left;
    margin-top: 2px;
    /*color: #FB9F0E;*/
    color: #CFE590;
    padding: 15px 0px;
    font-size: 8pt;
}
#footer .content
{
    text-transform: lowercase;
}
#footer .content ul, #legal ul
{
    margin: 0px;
    padding: 0px;
}
#footer .content li, #legal ul li
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: inline;
}
#footer .content ul.nav li a
{
    color: White;
    /*border-left: solid 1px #FB9F0E;*/
    border-left: solid 1px #CFE590;
    padding: 0px 5px;
}

#footer .content .left
{
    width: 670px;
    float: left;
}
#footer .content .right
{
    width: 190px;
    float: right;
    text-align: right;
}
#footer .content .item
{
    margin-bottom: 13px;
}

#legal
{
    text-transform: none;
}
#legal a
{
    /*color: #FB9F0E;
    border-left: solid 1px #FB9F0E;*/
    color: #CFE590;
    border-left: solid 1px #CFE590;
    padding: 0px 2px 0px 6px;
}
#legal .item
{
    width: auto;
    float: left;
    margin-right: 15px;
}
#address
{
    margin-top: 5px;
}
#address a
{
    color: #CFE590;
    text-decoration: underline;
}
#address a:Hover
{
    text-decoration: none;
}
#stats
{
    width: 90px;
    height: 60px;
    float: left;
    padding-left: 10px;
}

/* PAGE SPECIFIC */
/* 1. Misc */

/* Form Headings (i.e. Help Search Facility) */
table.Form caption
{
}

/* Search Results */
/* Defined below with .Menu */
.search
{
}

/* Defined above */
div.description
{
}

/* 2. MENU and PAGE ITEMS */
/* All page elements for this style inherit the same properties so are defined with Menu */
.Menu, .section
{
    overflow: hidden;
    height: 100%;
}
#right .Menu h3
{
    padding-bottom: 15px;
}

.Menu
{
    padding: 0px 5px;
}
.Menu ul, .home ul.Links, .about ul.Links, .faqs ul.Links,
.members ul.Links, .example ul.Links
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.Menu ul.Links li, .home ul.Links li, .about ul.Links li, .faqs ul.Links li,
.members ul.Links li, .example ul.Links li
{
    margin: 0px;
    padding: 0px 0px 0px 20px;
    background: transparent url("home-arrow.gif") no-repeat left center;
}
.Menu li a
{
    padding: 2px;
}
#right .Menu li a:Hover
{
    text-decoration: underline;
}
#right ul.Links li.Selected
{
    background-image: url("selected.gif");
}
#right ul.Links li a.Selected
{
    color: Red;
}

/*********** SPECIFIC STYLES ***********/

/* Defines the link at the bottom of the page to us */
#page
{
    background: transparent url("content-bg.png") repeat-x top left;
}

/* Inner area of all the sections - moved to content.css */
div.content
{
}

/* Top of page link */
#top-link
{
    background: transparent url("content-footer-bg.png") repeat-x top left;
    height: 36px;
}

/* Form Navigation */
#form-nav
{
    margin-bottom: 20px;
    display: block;
}
#form-nav ul, .form-nav li
{
    margin: 20px 0px 0px 0px;
    padding: 0px;
    list-style-type: none;
}
#form-nav li
{
    margin: 0px;
    padding: 0px;
    display: inline;
}

#form-nav ul li a
{
    padding: 0px 8px 0px 17px;
}
#form-nav ul li a.Selected
{
    background-image: url("selected.gif");
    color: Red;
}
#form-nav img.main
{
    float: left;
    margin-right: 8px;
}

