@import url(nav_menu.css);
@import url(remote.css);

html, body{ 
	margin:0; 
 	padding:0; 
 	text-align:center; 
	font-family: Lucida Grande, "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	background-color:#0080b2;
	font-size: 12px;	
	} 

a {	text-decoration: none; 	}

a:link, a:visited { 	color:blue; 	}

a:hover { color:red; }

strong {
	font-weight: bold;
	color:#009999;
	}

th { 	text-align: center;
	background-color: #d0d0d0
	}

td {
	background-color: #FFFFCC
	}


h2 {  	font-family:  Lucida Grande, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	color:#000000;
	background: #cccccc;
	}

h3 {	font-family:  Lucida Grande, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	color:#ffffff;
	background: #0080b2;
	}

h4 {	font-family:  Lucida Grande, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
	padding: 15px 0px 5px 0px;
	margin: 0px;
	color:#000000;
	}

.disabled {	color:#888888; }

.red {	color:#CC0033; }

.fineprint {
 	text-align:left; 
	font-family: Lucida Grande, "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	color: #888888;
	font-size: 10px;	
}

.submit {
	font-family:  Lucida Grande, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	color:#000000;
	background: #dddddd;
}

#main_contents ol, ul{
	padding: 5px;
}

#main_contents img {
	border: 1px solid black;
}

#faq .question {
	color: #00aa33;
	text-decoration: none;
}

#faq img { border-width: 0px ; }

#page_wrap{ 
 	width:760px; 
	background-color:#ffffff;
 	text-align:left;  
	margin-left:auto; 
	margin-right:auto; 
	position: relative;
	top: 5px;
}

#top_menu { 	
	background: url(../images/top_menu_bg.gif) center top no-repeat; 
	margin: 15px 5px 0px 5px;
 	height:25px;   	
 	width:750px;
	position:relative; 
} 

#top_menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: right;
        right: 140px;
        top: 6px;
        position: relative;
}

#top_menu li {
        display: inline;
}

#top_menu a {
        font-family: Lucida Grande, Verdana,  Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #999000;
}

#top_menu a:hover {
        color: #603f22;
}

#top_menu .separator{
        color: #603f22;
}

#banner {
	background: url(../images/support_banner.gif) center top no-repeat;
	margin: 15px 5px 5px 5px;
	height:50px;
	width:750px;
	position:relative;
}

#main_menu {
	border-style: solid;
	border-color: #0080B2;
	border-width: 1px 0px 1px 0px;
	margin: 5px 5px 0px 5px;
	height:30px;
	width:750px;
	position:relative;
}

#main_menu ul {
	margin: 9px 0px 0px 6px;
	padding: 0px;
	text-align: left;
	position: relative;
}

#main_menu li {
	display: inline;
}

#main_menu a {
	padding-right: 30px;
	padding-left: 8px;
	font-weight:bold;
	color: #0080B2;	
}

#main_menu a:hover {
	background-image: url(../images/main_nav_cursor.gif);
	background-repeat: no-repeat;
	background-position: 0px 55%;	
}

#maintenance {
	display: block;
	margin: 25px 20px 0px 5px;
 	width:150px; 
 	float:right; 
	display:inline;
 	position:relative; 

	text-align: center;

	border-left-style: solid;
	border-left-color: #75a6bd;
	border-left-width: 1px;
	
	border-bottom-style: solid;
	border-bottom-color: #75a6bd;
	border-bottom-width: 1px;

}

#manual li {
	padding: 5px
	}

#notice {
	padding: 10px 10px;
}

#footer {
	margin: 0px 5px 0px 5px;
	height: 40px;
	width:750px;
	position:relative;
	clear:both;
}

#footer ul {
	list-style: none;
	margin: 10px 0px 0px 15px;
	padding: 0px;
	text-align: left;
	position: relative;
}

#footer li {
	color: #999900;
	font-size: 9px;	
	display: inline;
}

#footer a {
	color: #0080B2;
	font-size: 9px;
}

#footer a:hover {
	color:#603f22;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */