html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: "Lucida Sans Unicode", verdana, arial, helvetica, sans-serif;
	vertical-align: baseline;
}

html, body{
    background: transparent url('/images/bkg/splash.png') top left repeat-x;
}

label, label span{
	display: block;
	position: relative;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

h2{
	font-size: 24px;
	color: #133c59;
}

h3{
   font-size: 20px;
	color: #133c59; 
}

.clear{
    clear: both;
}
#title_bar{
    height: 25px;
    background-color: #fff;
    text-align: center;
    color:#3372A8;
}

#title_bar a{
    background-color:inherit;
    color: #3372a8;
    font-size:14px;
    line-height:25px;
    text-decoration:none;
}
#signup_container{
    position: absolute;
    z-index: 10000;
    width: 100%;
}
#signup{
    margin:0 auto;
    width:600px;
}
#signup_wrapper{
}

#signup label span{
    color: #fff;
}

#signup textarea, #signup input{
    margin-left:50px;
    width:550px;
    border:1px solid #CECECE;
    padding: 3px 5px;
}

#signup .button{
    cursor:pointer;
    float:right;
    margin:10px 0 0 10px;
    width:auto;
}

#new_captcha{
    position: absolute;
    right: 5px;
    top: 2px;
}

#signup_form{
    position: relative;
}

#message{
    height: 150px;
    width: 300px;
    position: absolute;
    background-color: #fff;
}

.splash_container{
    width: 908px;
    margin: 20px auto;
}
.splash_top, .splash_bottom{
    height: 60px;
    background: transparent url('/images/bkg/splash_top.png') top left no-repeat;
}
.splash_middle{
    background: transparent url('/images/bkg/splash_mid.png') top left repeat-y;
    overflow: hidden;
    display: inline-block;
}
.splash_middle{
    display: block;
}
.splash_bottom{
    background: transparent url('/images/bkg/splash_bottom.png') top left no-repeat;
}
.splash_content{
    margin: 0 60px 0 300px;
}
#register{
    display: block;
    height: 50px;
    width: 216px;
    line-height: 50px;
    color: #fff;
    background: transparent url('/images/button/register.png') top left no-repeat;
    text-align: center;
    float: right;
    text-decoration: none;
}
#register:hover{
    text-decoration: underline;
}
.logo{
    position: absolute;
    top: 5px;
    left: 60px;
}

.splash_left_menu{
    margin-left: 4px;
    width: 220px;
    height: 445px;
    background-color: #000;
    position: relative;
    float: left;
}

.splash_logo_small{
    margin: 30px 0 30px 37px;
}

.splash_left_menu a.menu_option, .splash_left_menu a.selected{
    height: 37px;
    background-color: #000;
    display: block;
    font-family: Georgia;
    text-decoration: none;
    font-size: 13px;
    color: #777;
    padding-left: 47px;
    line-height: 37px;
    border-bottom: 2px solid #2a2a2a;
    border-top: 2px solid transparent;
}
.splash_left_menu a.first{
    border-top: 2px solid #2a2a2a !important;
}
.splash_left_menu a.selected{
    background-color: #262626;
    color: #fff;
}
.splash_left_menu a:hover{
    color: #f53130;
}
#splash_left_menu_bottom{
    padding-left: 47px;
    margin-top: 33px;
}
#splash_left_menu_bottom span{
    color: #fff;
    font-family: Georgia;
    font-size: 13px;
    font-style: italic;
    
}
#signup_btn{
    margin-top: 20px;
    height: 39px;
    color: #fff;
    background: transparent url('/images/bkg/signup_button.png') top left repeat-x;
    display: block;
    width: 133px;
    text-align: center;
    line-height: 39px;
    text-decoration: none;
    font-family: Arial;
    font-size: 10px;
    text-transform: uppercase;
}

#splash_panes{
    float: left;
    margin: 37px 0 0 90px;
}

h1{
    font-size: 40px;
    font-family: Georgia;
}

h1 span.action{
    color: #fa3635;
}

h1 span.verb{
    font-size: 28px;
    color: #8b8b8b;
    font-style: italic;
}

.definition{
    margin-top: 35px;
    width: 473px;
    height: 243px;
    background: transparent url('/images/bkg/definition.png') top left no-repeat;
    padding: 60px 0 0 0px;
}

.defintion_text{
    font-size: 18px;
    font-family: Georgia;
    color: #646464;
    width: 353px;
    margin: 0 auto;
}

#icons{
    height: 55px;
}
#icons img{
    display: block;
    float:left;
    width: 55px;
    height: 55px;
}
.icon_text{
    display: block;
    height: 55px;
    float: left;
    padding-left: 15px;
    color: #84bbc1;
    font-size: 20px;
    font-family: Arial;
    width: 102px;
    line-height: 55px;
}