﻿a, span, font
{
    font-family: verdana;
    font-size: 8pt;
    color: Silver;
}
body
{
    margin-bottom: 0px;
    margin: 0px,0px,0px,0px;
    padding-bottom: 0px;
    background-color: #151515;
}






A:link
{
    text-decoration: none;
}
A:visited
{
    text-decoration: none;
}
A:active
{
    text-decoration: none;
}
A:hover
{
    text-decoration: underline;
    color: White;
}

.clsList
{
    font-family: Verdana;
    font-size: 8pt;
}

a.clsLinkNoSize
{
    color: rgb(67,116,205);
    font-family: Tahoma;
}

.clsHighLightedTextBlue
{
    color: #007ee4;
}

input.clsButton
{
    font-weight: bold;
    font-family: Tahoma;
    font-size: 8pt;
}
input.clsButtonNoBold
{
    font-family: Tahoma;
    font-size: 8pt;
}

input.clsTextBox
{
    font-family: Verdana;
    width: 100%;
    font-size: 8pt;
}
textarea.clsTextBox
{
    font-family: Verdana;
    width: 100%;
    height: 100%;
    font-size: 8pt;
}
.clsStandardText p
{
    color: Gray;
    font-family: Tahoma;
}



.clsStandardText a
{
    color: #E0E0E0;
    text-decoration: underline;
}

.clsStandardText a:link
{
    color: #E0E0E0;
    text-decoration: underline;
}

.clsStandardText li, lu
{
    color: gray;
}

.clsStandardText a:hover
{
    color: white;
    text-decoration: underline;
    font-weight: bold;
}

.gradient
{
    height: 100%;
    padding: 4px;
    width: 100%;
    min-width:1200px;
    margin-left: auto;
    margin-right: auto;
    background: url(img/background.gif) 0% 0% repeat-x;
    color: #fc2;
}

#nav-gradient
{
    width:100%;
    position: absolute;
    height:189px;
    top:160px;
    left:0px;
    background: url(img/sidegradient.gif) 0% 0% repeat-x;
  z-index:-1;
    margin-left:0px;
    margin-right:0px;
   
}



#nav-container
{
    margin: 0xp auto;
    text-align: left;
  
}
#nav-main
{
    width: 1200px;
    left: 0px;
    top: 30px;
    margin-left: auto;
    margin-right: auto;
   
}

#nav-center
{
    float: left;
}
#nav-shadow-left
{
    float: left;
    width: 11px;
}

#nav-shadow-top
{
    background: url("img/shadow_top.gif") no-repeat center;
    height: 11px;
    top: 30px;
    background-color: #434343;
    min-width:1200px;
}
#nav-shadow-bottom
{
    background: url("img/shadow_bottom.gif") no-repeat center;
    height: 11px;
    background-color: #434343;
    position: relative;
    min-width:1200px;
}

#nav-shadow-bottom-header
{
    background: url("img/shadow_bottom_header.gif") no-repeat center;
    height: 11px;
    background-color: #434343;
    position: relative;
    min-width:1200px;
}

#nav-shadow-footer
{
    background: url("img/shadow_footer.gif") no-repeat center;
    height: 11px;
    width:1178px;
    background-color: #434343;
    position: relative;
    margin-left:auto;
    margin-right:auto;
   
    
}

#nav-menu
{
    background-color: #434343;
    margin-left:auto;
    margin-right:auto;
    color: #434343;
    padding-left: 15px;
    height: 30px;
     min-width:1200px;
}


#nav-menu ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    min-width:1200px;
}

#nav-menu li
{
    float: left;
    margin: 0px;
}


/*
        #nav-menu li a
        {
             /*  background: url(img/tab.gif) #434343 bottom left repeat-x;
            height: 2em;
            line-height: 2em;
            float: left;
            width: 9em;
            display: block;
            border: 0.0em solid #434343;
            color: #fff;
            text-decoration: none;
            text-align: center;
        }
        \*/

.nav-menu_selected
{
    background: url(img/tab2.gif) #434343 bottom left repeat-x;
    height: 30px;
    line-height: 30px;
    float: left;
    width: 128px;
    display: block;
    border: 0.0em solid #434343;
    color: #fff;
    text-decoration: none;
    text-align: center;
    text-shadow: 0px 2px 2px #000000;
}

.nav-menu_deselected
{
    /*  background: url(img/tab.gif) #434343 bottom left repeat-x;\*/
    height: 30px;
    line-height: 30px;
    float: left;
    width: 128px;
    display: block;
    border: 0.0em solid #434343;
    color: #fff;
    text-decoration: none;
    text-align: center;
    text-shadow: 0px 1px 1px #000000;
}


.nav-menu_deselected:hover
{
    
  text-decoration: none;
   background: url(img/tab3.gif) #434343 bottom left repeat-x;  
}


/* Hide from IE5-Mac \*/
#nav-menu li a
{
    float: none;
    font-family: Verdana;
    font-size: 10pt;
    font-weight: bold;
    text-decoration:none;
    
}
/* End hide */







.mainIntroTextTitle
{
    font-family: Arial;
    font-size: larger;
    color: White;
}
.mainIntroText
{
    font-family: Verdana;
    font-size: x-small;
    color: White;
}



.roundcontBlack
{
    background-color: black;
    color: white;
}

.roundcontBlack p
{
    margin: 0 10px;
}

.roundtopBlack
{
    background: url(img/black_top_right.gif) no-repeat top right;
}

.roundbottomBlack
{
    background: url(img/black_bottom_right.gif) no-repeat top right;
}

img.corner
{
    width: 15px;
    height: 15px;
    border: none;
    display: block !important;
}


.roundcontGray
{
    background-color: #9d9d9d;
    color: white;
}




.roundcontGray p
{
    margin: 0 10px;
}

.roundtopGray
{
    background: url(img/round_top_right.gif) no-repeat top right;
}

.roundbottomGray
{
    background: url(img/round_bottom_right.gif) no-repeat top right;
}



.roundcontOrange
{
    background-color: #ffd100;
    color: white;
}




.roundcontOrange p
{
    margin: 0 10px;
}

.roundtopOrange
{
    background: url(img/orange_top_right.gif) no-repeat top right;
}

.roundbottomOrange
{
    background: url(img/orange_bottom_right.gif) no-repeat top right;
}





.myUL ul.step li ol.stepindent
{
    list-style-type: decimal;
}

.myUL ul
{
}

.myUL ul li
{
    margin-top: 6pt;
    margin-bottom: 4pt;
    line-height: 1.5;
    margin-left: 16pt;
}

.myUL ol
{
    margin-bottom: 12pt;
}

.myUL ol li
{
    margin-top: 6pt;
    margin-bottom: 4pt;
    line-height: 1.5;
    margin-left: 16pt;
}


#twitter_update_list {
	
	line-height: 21px;
	list-style: none;
	width:200px;
	padding-right:15px;
	padding-left:15px;

	}
#twitter_update_list li {
	background: url(img/twitter_divider.gif) bottom left repeat-x;
	padding-bottom: 7px;
	
	margin-bottom: 9px;
	}
#twitter_update_list span, #twitter_update_list span {
	color: #FFFFFF;
	text-decoration: none;
	}
#twitter_update_list a {
	color: #007de4;
	}
