@import url(/includes/css/main-modern.css);
* { margin: 0px; padding: 0px; }
body {
	padding-bottom:30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* arial, helvetica, sans-serif 	font-family: Verdana, Arial, Helvetica, sans-serif;*/
}

/* LAYOUT STYLES */
/* ------------------------------------------- */
#container {
	background-color: #FFFFFF;
	width: 100%;
	min-width:770px;
	/* IE Dynamic Expression to set the width */
/* makes msie6.0 on win 98 crash on resize */    
/*	width:expression(document.body.clientWidth < 770 ? "780px" : "100%" ); */
}
#top {
	background-color: #90BED5;
}
#content {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
}
#leftnav {
	float: left;
	width: 155px;
	padding-bottom: 20px;
}
#content-inside {
	margin-left: 156px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 35px;
}
#content-inside img {
	margin-left: 15px;
	margin-bottom: 20px;
}
#footer {
	background-color: #90BED5;
	clear: both;
}

/* OVERRIDE STYLES */
/* These styles are variations used to override foundation - default styles - in the foundation.css */
/* If you're having trouble with something check foundation.css for clashes */
/* ------------------------------------------- */

h1 {
	font-family: Comic Sans MS, arial, helvetica, sans-serif;
	color: #1577A6;
	margin-top: 15px;
	border-bottom: 1px solid #1577A6;
	margin-bottom: 15px;
}
h3 {
	color: #1577A6;
}
h4 {
	color: #90BED5;
}

/* TOP MENU STYLES */
/* ------------------------------------------- */
.menurow {
	background-image:url(/images/menu-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom left; 
}
.menulinks {
    vertical-align: top;
    padding-top:6px;
    background-image:url(/images/menu-top-right.gif);
    background-repeat: no-repeat;
    background-position: bottom left; 
}
.home-menulinks {
    vertical-align: top;
	padding-top: 6px;
}
.menu-bg {
	display: inline;
}
.menu {
    display:inline;
}
.menu a:link, .menu a:visited {
	text-decoration: none;
    padding-left:5px;
    padding-right:5px;
	color: #FFFFFF;
}
.menu a:hover {
	text-decoration: none;
	color: #BBFAFF;
}
.home-menulink {
	padding-left: 12px;
	background-image:url(/images/metalogowebaddress.jpg);
	background-repeat: no-repeat;
}
.home-menulink a:link, .home-menulink a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.home-menulink a:hover {
	text-decoration: none;
	color:  #BBFAFF;
}
.inside-menulink {
    vertical-align: top;
	padding-left: 15px;
	background-image:url(/images/metalogowebaddress.jpg);
    background-repeat: no-repeat;
}
.inside-menulink a:link, .inside-menulink a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.inside-menulink a:hover {
	text-decoration: none;
	color:  #BBFAFF; 
}

/* LEFTNAV STYLES */
/* ------------------------------------------- */
.leftnav-title {
	background-image:url(/images/leftnav-title-base.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top:5px;
	padding-left:15px;
	padding-right:10px;
	padding-bottom:5px;
}
.leftlink {
	border-left: 1px solid #90BED5;
	border-right: 2px solid #90BED5;
	border-top: 1px solid #90BED5;
	border-bottom: 1px solid #90BED5;
	font-size: 10px;
	font-weight: bold;
}
.leftlink a:link, .leftlink a:visited {
    padding: 4px 10px 4px 15px;
    color: #000000;
    background-color: #FFFFFF;
    display: block;
    width:127px;
    text-decoration: none;
}
.leftlink a:hover {
	color: #000000;
	background-color: #ECFDFF;
	display: block;	
	text-decoration: none;
}

/* BASIC STYLES */
/* ------------------------------------------- */
.search-bg {
	padding-right: 30px;
}
.searchbox {
	border: 1px solid #1577A6;
	height: 24px;
	padding-top:3px;
}
.searchbutton {
	background-color:#EE6699;
	color: #FFFFFF;
	height: 24px;
}
.square-bg-title {
	background-image:url(/images/square-top-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.square-bg {
	padding-top: 5px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	border-left: 2px solid #90BED5;
	border-right: 2px solid #90BED5;
	border-bottom: 2px solid #90BED5;
}
.square-bg-top {
	padding-top: 5px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	border-left: 2px solid #90BED5;
	border-right: 2px solid #90BED5;
	border-bottom: 2px solid #90BED5;
	border-top: 2px solid #90BED5;
	background-color: #90BED5;
	color: #FFFFFF;
}
.square-bg b {
	color: #CC3366;
}
#bigtext p, #bigtext ul, #bigtext ol, #bigtext li {
	font-size: 16px;
}
#bigtext img {
	margin-left: 10px;
}
.more {
	float:right;
	margin-bottom: 5px;
}
.footer-text {
	font-size: 11px;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	color: #333333;
}