@charset "utf-8";
/* CSS Document */

body {
width: 980px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
background-color: #002639;
background-image: url(/images/top_bg.jpg);
background-position: top;
background-repeat: repeat-x;
margin: 0px auto;
text-align: center;
line-height: 140%;
}

#container {
width: 980px;
border-left: 5px solid #FFF;
border-right: 5px solid #FFF;
background-color: #FFF;
}

ul {
   padding: 10px 0px 0px 20px;
   margin: 0px;
   }
   
li {
   list-style-image: url(/images/to_use/list_icon.jpg);
   padding: 0px 3px 6px 0px;
   }

h1 {
font-size: 14px;
font-weight: bold;
color: #000;
padding: 0px;
margin: 0px;
}

p {
padding: 0px;
margin: 0px;
}

.menu_padding {
padding-right: 30px;
}

a:link {
color: #1671a1;
text-decoration: none;
}

a:visited {
color: #1671a1;
text-decoration: none;
}

a:hover {
color: #1671a1;
text-decoration: none;
font-weight: bold;
}

#lineup a:link {
color: #0c5d88;
text-decoration: none;
}

#lineup a:visited {
color: #0c5d88;
text-decoration: none;
}

#lineup a:hover {
color: #0c5d88;
text-decoration: none;
font-weight: bold;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.advertise	{
			float: left;
			Clear: both;
			margin-right: 5px;
			}	
			
.advertise2
{
    height: 47px;
    margin-bottom: 10px;
}			

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
/* Container */

.topspacer {
width: 936px;
height: 35px;
clear: left;
}

#row1 {
width: 980px;
height: 160px;
}

#row1_left {
width: 287px;
height: 160px;
float: left;
}

#row1_right {
width: 693px;
height: 140px;
padding-top: 20px;
float: left;
background-image: url(/images/code_02_bg.jpg);
}

#row1_right1 {
width: 231px;
float: left;
padding-top: 50px;
}

#row1_right2 {
width: 231px;
float: left;
padding-top: 25px;
}

#row1_right3 {
width: 231px;
float: left;
}


#row2 {
width: 980px;
height: 40px;
clear: left;
}

#row2 a:link {
color: #FFF;
text-decoration: none;
font-weight: bold;
font-size: 13px;
}

#row2 a:visited {
color: #FFF;
text-decoration: none;
font-weight: bold;
font-size: 13px;
}

#row2 a:hover {
color: #FFF;
text-decoration: underline;
font-weight: bold;
font-size: 13px;
}

#row2_1 {
width: 980px;
height: 30px;
float: left;
background-image: url(/images/code_04_bg.jpg);
background-repeat: repeat-x;
padding-top: 10px;
}

#row2_1_left {
width: 592px;
float: left;
text-align: left;
padding-left: 22px;
}

#row2_1_right {
width: 344px;
float: left;
text-align: right;
padding-right: 22px;
color: #ff6603;
font-weight: bold;
}


#row3 {
width: 980px;
height: 36px;
clear: left;
}

#row3_1 {
width: 843px;
height: 25px;
float: left;
background-image: url(/images/code_06_bg.jpg);
background-repeat: repeat-x;
text-align: left;
padding: 11px 0px 0px 22px;
}

#row3_2 {
width: 115px;
height: 36px;
float: left;
background-image: url(/images/code_05.jpg);
}

#row4 {
width: 980px;
height: 166px;
clear: left;
}

#row4_1 {
width: 865px;
height: 166px;
float: left;
background-image: url(/images/code_08_bg.jpg);
background-repeat: repeat-x;
}

#row4_2 {
width: 115px;
height: 166px;
float: left;
background-image: url(/images/code_07.jpg);
}

#row5 {
width: 936px;
padding: 22px;
text-align: left;
clear: left;
border-top: 1px solid #ccc;
}

#row6 {
width: 990px;
height: 35px;
text-align: left;
clear: left;
background-color: #000;
}

#row6_left {
width: 573px;
text-align: left;
float: left;
padding-left: 22px;
padding-top: 10px;
color: #7d7d7d;
font-size: 11px;
}

#row6_right {
width: 373px;
text-align: right;
float: left;
padding-right: 22px;
padding-top: 10px;
color: #002639;
font-size: 11px;
}

input[type=button], input[type=submit], input[type=reset] {
		 background-color: #ff6600;
		 font-family: Arial, Helvetica, sans-serif;
		 font-size: 11px;
		 color: #fff;
		 border-color: #ff6600;
		 }
		 
input[type=text], input[type=password] {
		 background-color: #fff;
		 border: 1px solid #464646;
		 font-family: Arial, Helvetica, sans-serif;
		 font-size: 11px;
		 color: #464646;
		}
.point_cursor 
{
cursor:pointer;
cursor:hand;
}