/* html elements */
body { 
  font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif; 
  font-size: 100%; 
  margin: 0; 
  padding: 0; 
 } 
img {
	border: 0;
}
h1, h2, h3, h4, h5 {
	font-family: georgia, times, serif;  
	font-weight: bold; 
	color: #000; 
	margin-bottom: 0;
	margin-top: -3px
}
h1 {
	font-size: 135%;
}
 h2 { 
 font-size: 110%;  
} 
 h3 { 
 	font-size: 100%;
 } 
 h4 { 
 font-size: 90%;
} 
blockquote {
	padding: 4px;
	background: #efefef;
	border: 1px dotted #999;
}

/* misc formatting classes */
.noshow { 
	display: none; 
} 
.cl { 
	clear:both; 
}

/* page wrapper */
#container { 
	width: 90%; 
	margin: 10px auto; 
	border-right: 14px solid #F7CB33; 

/* header section */
} #header { 
	
	border-bottom: 1px solid #F7CB33; 
	padding: 0; 
	
} 
#top { 
	margin: 0; 
	padding: 0; 
	color: #FFFFFF; 
	width: 223px; 
	height: 139px; 
	background-color: #778CB3; 
	white-space: nowrap; 
	float: left; 
	border-right: 3px solid #fff;
	border-top: 4px solid #F7CB33; 
} 
#topright { 
	margin: 0; 	
	padding: 0; 
	margin-left: 222px; 
	height: 139px; 	
	background: #16275B url("mac_back.jpg") no-repeat;
	border-top: 4px solid #F7CB33; 
} 
#topright form { 
	font-size: 10px; 
	padding: 0;
	height: 30px;
	margin: 60px 12px -20px 0; 
	text-align: right;
	vertical-align: bottom;
} 
#topright input { 
	font-size: 10px; 
} 
#topright h4 { 
	color: #F01E1E; 
	font-size: 100%; 
	margin-right: 12px; 
	padding-top: 20px;
	text-align: right; 
} 


/* menu section */
#gallery { 
	width: 100%; 
	margin-top: 1px;
	background: #323F6F; 
	white-space: nowrap; 
	clear: left;
} 

#menu { 
	display: block;
	float: right;
	padding: 0 1px 1px 1px; 
	background: #323F6F; 
	color:#fff; 
	text-decoration:none; 
	height: 1em; 
	margin: 0; 
	padding: 0; 
	font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif; 
	
	letter-spacing: 1px; 
} 
#menu a { 
	padding: 1px 5px 2px 6px; 
	background-color:#323F6F; 
	margin-right:6px; 
	float:left; 
	vertical-align:baseline; 
	color:#FFFFFF; 
	text-decoration:none; 
	border-left: solid 1px #fff;
	font-size: 11px;
} 
#menu a:hover { 
	background-color:#F7CB33; 
	float:left; vertical-align:baseline; 
	color:#222; 
	text-decoration:none; 
} 
.menu_toppie, .current {
	font-size: font-size: 11px;
}

#menufooter  {
	margin: 0;
	padding: 0;
	background: #efefef;
	border: 1px solid #999;
	clear: both;
	padding-left: 40%;
	border-left: 1px solid #036;
}
#menufooter a, #menufooter a:visited {
	font-size: .8em; 
	text-decoration: none;
	color: #025D41; ;
	padding: 3px 6px 1px 7px;
	background: #ccf;
}
#menufooter a:hover {
	color: #036;
	background: #ddd;
}


/* main content section */
#main { 
	background: #A0AFCB url("Picture-1.gif") repeat-y; 
	
} 
/* Contain the floats using the :after method */
#main:after {
        content: ".";  
        display: block; 
        height: 0; 
        clear: both; 
        visibility:hidden;
}

/*  \*/
* html #main {
        height: 1%;
}
/*  */

#news { 
	width: 215px; 
	float: left; 
	margin-top: 5px; 
	background-color: #778CB3; 
	color: #FFFFFF; padding: 4px; 
	font: 76% arial, helvetica, serif; 
	line-height: 134%; 
} 
#news h1 { 
	font-family: georgia, times, serif; padding: 4px; margin: 4px; 
	font-size: 120%; 
	font-weight: bold; 
	color: #fff; 
	border-bottom-width: 2px; 
	border-bottom-style: dotted; 
	border-bottom-color: #F7CB33; 
}
#news p {
	padding: 2px 5px 3px 7px;
}

#content {
	margin-left: 226px; 
	margin-top: 5px; 
	clear: none !important; 
	font: 82% arial, helvetica, serif; line-height: 137%; 
} 
/* Apply Holly Hack to the non-floated content */

/*  \*/
* html #content {
        height: 1%;
}
/*  */
#content a { 
	color: #025D41; 
	font-weight: bold; 
	text-decoration: underline; 
} #content a:visited { 
	color: #025D41; 
	text-decoration: none; 
} 
#content a:hover { 
	color: #906419; 
	font-weight: bold; 
	text-decoration: none; 
	background-color: white; 
}

#pad { /* padding around main content */
	padding: 20px 30px 12px 18px; 
	color: #000000; 
} 
#pad p, #pad li { 
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif; 
	line-height: 136%;
	margin-top: 3px;
} 

/* footer */
#footer { 
	background-color: #F7CB33; 
	padding: 12px; 
	color:#000000; 
	font-size: x-small; 
	text-align: center; 
	clear:both; 
	border-top: 5px solid #FFFFFF; 
} 
#footer a:link, #footer a:active, #footer a:hover, #footer a:visited { 
	color:#000000; 
} 
#refback {
	margin: -6px 0 5px 9%;
}


