/*Azzurro Blu Template by PerreLink 2004*/

body   { font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif; background-color: #eee; background-image: url("../graphics/pageback.jpg"); background-repeat: repeat-x; text-align: left; margin: 0; padding: 0 }
/*wrapper div styles the wrapper around the nav bar*/
#wrapper {	position: relative; margin:auto; width:750px; text-align: left;}

/*dropwdown 3 div change the co ordinates for left and top if you need to move the dropdown menu*/

#dropdown3 {position:absolute; left:240px; top:108px; width:153px; height:96px; z-index:5; visibility: hidden;}

/*dropwdown 4 div change the co ordinates for left and top if you need to move the dropdown menu*/
#dropdown4 {
	position:absolute;
	left:361px;
	top:108px;
	width:153px;
	height:95px;
	z-index:5;
	visibility: hidden;
}

/*this is the closer div -this is needed so that on mouseout the dropdowns close*/
#closer {left:0px; position:absolute; margin-top:108px;visibility:hidden;width:750px;	z-index:1;}

/*This is the background image for navbar*/
#navbar td{
background-image: url(../graphics/buttonback.jpg);
background-repeat: repeat-x;
}

/* styles the menu table inside the dropdown div*/
.menu{
border-right: 1px solid #7F8AA8;
background-image: url(../graphics/menubutback.jpg);
background-repeat: repeat-x;
font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
width: 150px;
}

.menu a    { text-decoration: none; background: #146734; display: block; width: 100% }

.menu a:link    { color: #000033; background: #146734; padding: 2px; border-right: 1px solid #2a3c5b; border-bottom: 1px solid #4c69a6; border-left: 1px solid #4c69a6; filter: Alpha(opacity=90); moz-opacity: 1    }

.menu a:visited,.menu a:active     { color: #fff; background: #146734; padding: 2px; border-right: 1px solid #4c69a6; border-bottom: 1px solid #4c69a6; border-left: 1px solid #4c69a6; filter: Alpha(opacity=90); moz-opacity: 1     }

.menu a:hover{
background-image: url(../graphics/menubackover.jpg);
background-repeat: repeat-x;
background: #E3E2EA;
border-right:#4C69A6 1px solid;
border-bottom:#4C69A6 1px solid;
border-left: #4C69A6 1px solid;
color: #000066;
padding: 2px 2px 2px 2px;
filter:Alpha(opacity=100);   /*remove if you want to have valid css*/
moz-opacity:1;   /*remove if you want to have valid css*/
}
   /*declares the styles for cells paragraphs and lists*/    
 td, p, ul,ol {
 font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
 
 }
	/*the logo table - setting background image*/	
	#logotbl{
		background-image: url(../graphics/logoback.jpg);
		background-repeat: repeat-x;
	}	
	
	/*mid content - slogan area*/	
#slogansection {
background-image: url(../graphics/sloganback.jpg);
width: 750px;
}

/*sets left edge background of outer table*/
/*sets right side background of outer table*/
/*main content area*/
#contenttable {	
background-color: White;
padding: 3px; /*gives a bit of breathing space between the edge and text*/
text-align: left; /*re-aligns the text for IE5+*/
font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/*styles the content area links*/
#contenttable a:link {
	color: #75809E;
 font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

#contenttable a:visited {
	color: #000066;
 font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#contenttable a:hover    { color: #146734; font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif; text-decoration: none }

#contenttable a:active {
	color: #636D90;
 font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

/*heading styles*/
  h1 {
 	color: #404174;
	font-size: 14px;
	margin-bottom: -1px;
 }
 
 h2   { color: #146734; font-size: 13px }
 
h3{
 	color: #75809E;
	font-size: 12px;
 }
	/*copyright styles*/ 
#copyright {
color: #000066;
	font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
 	background-color: #5A678A;
	background-image: url(../graphics/footerback.jpg);
	background-repeat: repeat-x;	 	
/*	padding: 2px;*/
	}
	
	/*to keep NS4 happy define the styles for the td*/
	#copyright td {
color: #000066;
	font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
 	background-color: #5A678A;
	background-image: url(../graphics/footerback.jpg);
	background-repeat: repeat-x;	 	
	padding: 2px;
	}
/*copyright table styles */
#copyright a:link {
	color: White;
	font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-decoration: underline;
}

#copyright a:visited {
	color: #000066;
	font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-decoration: none;
}

#copyright a:hover {
	color: #E7E7E7;
	font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-decoration: none;
}

#copyright a:active {
	color: White;
	font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-decoration: underline;
}
/*styles the bottom text link bar */
 #linkbar  { color: white; background-color: #146734; padding-top: 2px; padding-bottom: 2px }
 /*to keep NS4 happy define styles for the td*/
  #linkbar td     { color: white; background-color: #146734 }
 
 #linkbar a:link {
	color: White;
	font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-decoration: none;
}

#linkbar a:visited {
	color: White;
	font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-decoration: underline;
}

#linkbar a:hover  { color: #aaa; font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif; text-decoration: underline }
#linkbar a:active {
	color: White;
	font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-decoration: underline;
}

/*styles for the contact form*/
form { margin: 0;}

label,span.spacer {width:140px;}
/*styles the form fields*/
label  { color: #146734; font-weight: bold }
fieldset{
padding:10px;
border : 1px solid #000066;
margin-bottom : 15px;
padding : 10px;
}
/*styles the 'contact form' text at top of contact form*/
legend   { color: #146734; font: 14px Arial, Verdana, Geneva, Helvetica, sans-serif; padding: 10px }
/*This styles a bulleted list*/
li   { color: #146734; list-style-type: circle }

ol {
	color: #000066;
}

ul {
	color: #660000;
	list-style-type: square;
}
