html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend
{
    border: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-size: 12px;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

html, body
{
    height: 100%;
    background-color: #F3F3F3;
}

body
{
    margin: 0px;
    padding: 0px;
}

*
{
    margin: 0;
    padding: 0;
}

body, th, td, input, textarea, select, .InputBox, h1, h2, h3, p, strong, a
{
    color: #707070;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
}

strong 
{
    font-weight: bold;
}

#HeaderWrapper
{
    width: 100%;
    background: #ffffff;
}

#Header
{
    width: 900px;    
    height: 113px;
    margin: 0px auto;
    z-index: 1000;
}

#logo
{
    float: left;
    margin-top: 6px;
    background-image: url(logo.gif);
    background-position: top;
    background-repeat: no-repeat;
    width: 445px;
    height: 63px;
}

#beta
{
    float: left;
    margin-top: 6px;
    background-image: url(beta_badge.gif);
    width: 61px;
    height: 80px;
    background-position: top;
    background-repeat: no-repeat;
}

#TopRightContainer
{
    position: absolute;
    top: 2px;
    left: 0;    
    width: 100%;
    height:1px;
}


#TopRightWrapper
{       
    width:900px;    
    margin-left: auto;
    margin-right: auto;       
}

#TopRight 
{
    float: right;   
    background-color: White;
}



/** Main Content */

#Content
{
    width: 846px;
    margin: 0px auto;
}

/** ----- **/

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}


h1
{
    font-size: 28px;
    padding-top: 20px;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2
{
    font-size: 22px;
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

#PageWrapper
{
    width: 100%;
    background: #ffffff url(banner2_bg.gif) repeat-x;
}

#PageWrapperInner
{
    margin-left: auto;
    margin-right: auto;
    width: 900px;
}

#PageWrapperHome
{
    width: 100%;
    background: #ffffff url(banner_home_bg.gif) repeat-x;
}

#Page
{
    width: 900px;
    padding: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
}


#PageHeader
{
    width: 900px;
    height: 90px;
    background: transparent url(banner2.gif) no-repeat scroll top;
}


#HomePage
{
    width: 900px;
    padding: 0px;
    margin-top: 0px;
    overflow: auto;
    background: transparent url(banner_home.gif) no-repeat scroll top;
}

#PageHeader h1
{
    color: #ffffff;
    font-weight: bold;    
}




#main
{
    float: left;
    padding: 30px 30px 15px 30px;
    background-color: #ffffff;
    margin-bottom: 30px;
}

#Content
{
    float: left;
    width: 650px;
    font-size:14px;
}
#SideBar
{
    float: right;
    width: 220px;
}


#Footer
{
    color: #999;
    height: 50px;
    margin: 0px auto;
    background-color: #F3F3F3;
    padding-top: 10px;
    border-top: solid 1px #C6C6C6;
    border-top: bottom 1px #C6C6C6;
    text-align: center;
    line-height: normal;
    font-size: .9em;
}

#TopTabContainer
{
    position: absolute;    
    top: 78px;    
    *top: 75px;
    left: 0;    
    width: 100%; 
}


#TopTabWrapper
{ 
    width:900px;    
    margin-left: auto;
    margin-right: auto;   
}



#TopTab
{    
    _margin-top: 15px;
    float: right;
}

ul#menu
{
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li a
{
    padding: 8px 20px 3px 20px;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #cee3f7;
    color: #004984;
}

ul#menu li a img 
{
    margin-top: 7px;
    vertical-align: top;
}
ul#menu li a:hover
{
    background-color: #fff394;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #fff394;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff394;
    color: #000;
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

.InputBox
{
    width: 300px;
    border: 1px solid #CCC;
    height: 16px;
    color: #707070;
    font-size: 14px;
    font-weight: bolder;
    padding: 2px 2px 2px 2px;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
}

#menucontainer
{
    margin-top: 40px;
}

div#title
{
    display: block;
    float: left;
    text-align: left;
}

#logindisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: #ffffff;
}

#logindisplay a:link
{
    color: #ffffff;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: #ffffff;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: #ffffff;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}


/* Message
**********************************************************************/

.info, .success, .warning, .error, .validation
{
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.info
{
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../../../../content/images/info.png');
}

.success
{
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('../../../../content/images/success.png');
}

.warning
{
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../../../../content/images/warning.png');
}

.error
{
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../../../../content/images/error.png');
}

.validation
{
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('../../../../content/images/validation.png');
}

/* Forms */


.form
{
    margin: 0 0 7px 0;
}

.form .title
{
    height: 35px;
    margin: 0;
    padding: 10px 0 0 10px;
    background: #A8C3CB;
    font-size: 136%;
    color: #144B6B;
}

.form .content
{
    padding: 20px;
    border: 1px solid #97C984;
}

.field textarea, .field input[type=text], .field input[type=password], .field select, .InputBox
{
    width: 350px;
    height: 16px;
    color: #707070;
    font-size: 14px;
    font-weight: bolder;
    padding: 2px 2px 2px 2px;
}

.input-message
{
    font-size: .7em;
    white-space: nowrap;
    height: 12px;
    display: block;
}

.input-error
{
    color: #ff0000;
}



/** Top Tabs */

#ttab
{
    float: right;
    clear: right;
}

#ttab ul
{
    margin: 0px;
    padding: 49px 0px 0px 0px;
    list-style: none;
}

#ttab li
{
    display: block;
    float: left;
    height: 33px;
    padding-right: 10px;
}

#ttab a
{
    display: block;
    float: left;
    background: url(tab_m.gif) repeat-x left top;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    color: #353535;
}

#ttab a strong
{
    display: block;
    padding: 0px 0px 0px 26px;
    background: url(tab_l.gif) no-repeat left top;
}

#ttab a span
{
    display: block;
    height: 25px;
    padding: 4px 26px 2px 0px;
    background: url(tab_r.gif) no-repeat right top;
}

/* selected tab */
#ttab a:hover, #ttab .selected a
{
    background-image: url(tab_msel.gif);
    color: #FFFFFF;
}

#ttab a:hover strong, #ttab .selected strong
{
    background-image: url(tab_lsel.gif);
}

#ttab a:hover span, #ttab .selected span
{
    background-image: url(tab_rsel.gif);
}

#ttab1
{
    margin-top: 2px;
    width: 90px;
}
#ttab2
{
    margin-top: 2px;
    width: 120px;
}
#ttab3
{
    width: 100px;
}
#ttab4
{
    width: 100px;
}




.wtf
{
    font: Arial;
}


#btnSignUp 
{
    position: relative;
    top: 270px;
    left:20px;
    background: transparent url(Button_Sign_up.png);
    width: 238px;
    height: 70px;
    display: block;
}

#btnLearnMore 
{
    position: relative;
    background: transparent url(Button_Learn_more.png);
    top: 200px;
    left: 300px;
    width:185px;
    height:70px;
    display: block;
}


ul, li
{
    margin: 0pt;
    padding: 0pt;    
    vertical-align: baseline;
}

ul 
{
    list-style-type: square;	
	list-style-position: inside;
	margin-left: 0;
	padding-left: 10px;
	text-indent: -10px;
}

li 
{
    margin-left: 0px;       
}
