/* CSS Document */
html {overflow-y: scroll;}

body {
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 10px;		
	padding: 0px;	
	background-color:#B7CBF0; 
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

a {color:#0459bb; text-decoration: none; font-weight: bold; cursor:pointer;}
a:hover 	{color: #000000; text-decoration: underline;	font-weight: bold;}

h1 {
	padding:0;
	margin:0;
	padding-top:0px;
	padding-bottom:0px;		
	font-size: 24px;
	color:#8E0109;
}

h2 {
	padding:0;
	margin:0;
	padding-top:0px;
	padding-bottom:0px;		
	font-size: 18px;
	color:#8E0109;
}

.image {
	border:2px solid #8E0109;
	margin:10px;
}

.apt_pop {
	display: none; 
	float:right; 
	z-index:1030;  
	position: absolute; 
	margin: -300px 0 0 -300px; 
	padding:8px;
}


/* Start Menu Styling */
/*top menu*/
.top-menu {padding-bottom:10px; padding-top:10px; padding-left:0px; padding-right:0px; margin-left:auto; margin-right:auto; margin-top:0px; margin-bottom:0px; list-style-type:square; list-style:none; width:400px; min-height:28px;}
.top-menu li.top {float:left; background: url(); background-repeat: no-repeat; margin-left:20px; width:180px;}
.top-menu li.top:hover {color:#FFFFFF; background: url(); background-repeat: no-repeat;}
.top-menu li a.top_link {line-height:25px; color:#fff; text-decoration:none; font-size:20px; font-weight:bold; cursor:pointer;}
.top-menu li a.top_link span {font-weight:bold; display:block; padding:0px 0px 0px 0px; text-align:center;}
.top-menu li a.top_link span.down {float:right; display:block; padding:0px 0px 0px 0px; height:80px; background:url() no-repeat right top;}
.top-menu li a.top_link:hover {color:#000000;}



/*regular menu*/
.menu {padding-bottom:10px; padding-top:10px; padding-left:0px; padding-right:0px; margin-left:auto; margin-right:auto; margin-top:0px; margin-bottom:0px; list-style-type:square; list-style:none; width:960px; min-height:40px;}
.menu li.top {float:left; background: url(); background-repeat: no-repeat; margin-left:15px; width:140px;}
.menu li.top:hover {color:#FFFFFF; background: url(); background-repeat: no-repeat;}
.menu li a.top_link {line-height:25px; color:#fff; text-decoration:none; font-size:20px; font-weight:bold; cursor:pointer;}
.menu li a.top_link span {font-weight:bold; display:block; padding:0px 0px 0px 0px; text-align:center;}
.menu li a.top_link span.down {float:right; display:block; padding:0px 0px 0px 0px; height:80px; background:url() no-repeat right top;}
.menu li a.top_link:hover {color:#000000;}
/* End Menu Styling */


