/*Azzurro Blu Template by PerreLink 2004*/

body {
	background-color: white;
	background-image: url(../graphics/pageback.jpg);
	background-repeat: repeat-x;
	margin: -10px 0 0 -10px;
/*/*/margin: 0 0 0 0; /* */	
	padding: 0px;
	text-align: center; /*tricks IE5.x into centering the page*/
	font: normal 10px Garamond, Verdana;
}
/*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:125px;
	top:108px;
	width:124px;
	height:77px;
	z-index:5;
	visibility: hidden;
	border: none #666666;
}

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

/*dropwdown 4 div change the co ordinates for left and top if you need to move the dropdown menu*/
#dropdown5 {
	position:absolute;
	left:361px;
	top:108px;
	width:124px;
	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;
	width:750px;
	z-index:1;
	visibility: hidden;
}

/*This is the background image for navbar*/
#navbar td{
	background: #FFFFFF;
}

/* styles the menu table inside the dropdown div*/
.menu{
	background-image: url(../graphics/menubutback.jpg);
	background-repeat: repeat-x;
	font: normal 14px Garamond, Verdana;
	width: 116px;
	color: #000000;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}

.menu a{
display: block;/*needed so that the whole cell is highlighted on mouseover*/
text-decoration: none;
width: 116px;
}

.menu a:link{
	background: url(../graphics/menubutback.jpg) repeat-x;
	color:#000000;
	padding: 2px 2px 2px 2px;
	filter:Alpha(opacity=90);
	moz-opacity:1;
	border: 1px none #9DBB7B;
}

.menu a:visited,.menu a:active{
	background:url(../graphics/menubutback.jpg) repeat-x;
	color: #000000;
	padding: 2px 2px 2px 2px;
	filter:Alpha(opacity=90);
	moz-opacity:1;
	border: 1px none;
}

.menu a:hover{
	background: #D3DAA4 repeat-x;
	border-right:1px none #339900;
	border-bottom:1px none #339900;
	border-left: 1px none #339900;
	color: #000000;
	padding: 2px 2px 2px 2px;
	filter:Alpha(opacity=100);
	moz-opacity:1;
	border-top: none;
}
   /*declares the styles for cells paragraphs and lists*/    
 td, p, ul,ol {
	font: 12px Garamond, Verdana;
	color: #000000;
 
 }
	/*the logo table - setting background image*/	
	#logotbl{
	background-color: #FFFFFF;
	}	
	
	/*mid content - slogan area*/	
#slogansection {
	width: 750px;
	background-color: #FCFCFA;
	background-repeat: no-repeat;
}

/*sets left edge background of outer table*/
.tableleftside {	
background-image: url(../graphics/leftrepeat.jpg);
background-repeat: repeat-y;
}

/*sets right side background of outer table*/
.tablerightside {
	background-image: url(../graphics/rightrepeat.jpg);
	background-repeat: repeat-y;
}
/*main content area*/
#contenttable {
	background-color: White;
	padding: 3px;
	text-align: left;
	font: 14px Garamond, Verdana;
	background-repeat: no-repeat;
	border-top: 1px solid #666666;
	border-right: 1px #666666;
	border-bottom: 1px #666666;
	border-left: 1px #666666;
	background-position: left top;
	color: #333333;
	background-image: url(../graphics/flower_dangle.jpg);
}
/*styles the content area links*/
#contenttable a:link {
	color: #333333;
 font: 14px Garamond, Verdana;
	text-decoration: underline;
}

#contenttable a:visited {
	color: #000000;
 font: 14px Garamond, Verdana;
	text-decoration: underline;
}

#contenttable a:hover {
	color: #000000;
 font: 14px Garamond, Verdana;
	text-decoration: none;
}

#contenttable a:active {
	color: #000000;
 font: 14px Garamond, Verdana;
	text-decoration: underline;
}

/*heading styles*/
  h1 {
 	color: #000000;
	font-size: 14px;
	margin-bottom: -1px;
 }
 
 h2{
 	color: #FF6633;
	font-size:13px;
 }
 
h3{
 	color: #75809E;
	font-size: 12px;
 }
	/*copyright styles*/ 
#copyright {
	color: #333333;
	font: 12px/12px Garamond, Verdana;
/*	padding: 2px;*/
	}
	
	/*to keep NS4 happy define the styles for the td*/
	#copyright td {
	color: #333333;
	font: 10px Garamond, Verdana;
	background-repeat: repeat-x;
	padding: 2px;
	background-image: url(../graphics/footer_bkgrnd.jpg);
	background-position: bottom;
	}
/*copyright table styles */
#copyright a:link {
	color: #333333;
	font: 12px Garamond, Verdana;
	text-decoration: underline;
}

#copyright a:visited {
	color: #333333;
	font: 12px Garamond, Verdana;
	text-decoration: none;
}

#copyright a:hover {
	color: #999999;
	font: 12px Garamond, Verdana;
	text-decoration: none;
}

#copyright a:active {
	color: #333333;
	font: 12px Garamond, Verdana;
	text-decoration: underline;
}
/*styles the bottom text link bar */
 #linkbar {
	padding-top: 2px;
	padding-bottom: 2px;
	font: 12px Garamond, Verdana;
	color: #333333;
 }
 /*to keep NS4 happy define styles for the td*/
  #linkbar td{
	background-color: #FFFFFF;
	color: #333333;
	font: 12px Garamond, Verdana;
 }
 
 #linkbar a:link {
	color: #333333;
	font: 12px Garamond, Verdana;
	text-decoration: underline;
}

#linkbar a:visited {
	color: #000000;
	font: 12px Garamond, Verdana;
	text-decoration: underline;
}

#linkbar a:hover {
	color: #000000;
	font: 12px Garamond, Verdana;
	text-decoration: none;
}
#linkbar a:active {
	color: #333333;
	font: 12px Garamond, Verdana;
	text-decoration: underline;
}

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

label,span.spacer {width:140px;}
/*styles the form fields*/
label{
font-weight:bold;
color : #000000;
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:#000066;
font-weight: bold;
font: 14px Arial, Verdana, Geneva, Helvetica, sans-serif;
padding: 10px;  /*gives a bit of padding between the border and the test*/
}
/*This styles a bulleted list*/
li {
	color: #333333;
	list-style-type: circle;
}

ol {
	color: #000000;
}

ul {
	color: #000000;
	list-style-type: square;
}
.body_copy {
	padding-right: 25px;
	padding-left: 80px;
	font: 14px/16px Garamond, Verdana;
	color: #000000;
}
#slogansectionsubpage {
	width: 750px;
	background-color: #FCFCFA;
	background-repeat: no-repeat;
	background-image: url(../graphics/ladypic_subpage.jpg);
}
#contenttablesubpage {

	background-color: White;
	padding: 3px;
	text-align: left;
	font: 14px Garamond, Verdana;
	background-repeat: no-repeat;
	border-top: 1px none #666666;
	border-right: 1px #666666;
	border-bottom: 1px #666666;
	border-left: 1px #666666;
	background-position: left top;
	color: #333333;
	background-image: url(../graphics/flower_dangle_subpage.jpg);
}
.body_copysubpage {

	padding-right: 35px;
	padding-left: 100px;
	font: 14px/16px Garamond, Verdana;
	color: #000000;
}
.columns {
	padding: 5px;
	margin: 10px 15px 10px 10px;
	font: 14px Garamond, Verdana;
	color: #000000;
}
#contenttablesubpage a:link {
	color: #000000;
	text-decoration: underline;
}
#contenttablesubpage a:visited {
	color: #000000;
	text-decoration: underline;
}
#contenttablesubpage a:hover {
	color: #000000;
	text-decoration: none;
}
#contenttablesubpage a:active {
	color: #000000;
	text-decoration: underline;
}
.table {
	font-size: 14px;
}
