body
{
		padding-bottom: 20px;    
		padding-top: 20px;
/*		background-color: #758E88; */
		background-color: #758e88;		
		color: #000;
		text-align: center;
}

#container	
	{
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: auto;
		margin-right: auto;
		border-right: solid 0px #000000;
		border-left: solid 0px #000000;
		border-bottom: solid 0px #000000;
		width: 850px;
		padding-right: 0px;
		padding-bottom: 0px;
		background-color: #fff;
		color: #000;
		font-family: Arial, Helvetica, sans-serif;
	}


a:link {
/* color: #758E88; */
color: #330033;
text-decoration: none;
}
a:visited {
color: #758E88;
text-decoration: none;
}
a:hover {
color: #758e88;
text-decoration: none;
}
a:active {
color: #758E88;
text-decoration: none;
}       


/* Menu Bar */

.bl {background: url(bl.gif) 0 100% no-repeat #e68200; width: 20em}
.br {background: url(br.gif) 100% 100% no-repeat}
.tl {background: url(tl.gif) 0 0 no-repeat}
.tr {background: url(tr.gif) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px}
   
#menuhead
{
width:850;
background-color: #000;
margin-right:auto;
margin-left:auto;   
padding-bottom: 0px;    
padding-top: 0px;    
border-top: solid 30px #000;    
text-align: center;
}

#navcontainer    
{
width:850;
background-color: #000;
margin-right: auto;
margin-left: auto;   
border-top: solid 2px #000;    
border-bottom: solid 2px #000; 
}    

#navcontainer ul    
{    
font-family: Arial, Helvetica, sans-serif;    
font-weight: bold;    
color: #cccc66;    
text-align: center;    
margin: 0;    
padding-bottom: 5px;    
padding-top: 5px;    
font-size: 10pt;    
line-height: 16px;    
}    

#navcontainer ul li    
{    
display: inline;    
margin-left: -4px;    
}    

#navcontainer ul li a    
{    
padding: 5px 10px 5px 10px;    
color: #cccc66;    
text-decoration: none;    
border-right: 0px solid #fff;    
}    

#navcontainer ul li a:hover    
{    
background-color: #000;    
color: #003366;    
}    

#active a 
{ 
border-left: 0px solid #fff;     
background-color: #000;    
}


/*Sidebar menu*/

#menuleft {
	margin-top: 0px;
	margin-left: 0px;
	float: left;
	width: 180px;
	padding: 20px;
	background-color: /*#ccff99;*/
	border-style: solid;
	border-color: #000;
	border-right-width: 0px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	text-align: right;
	font-style: none;    
	font-size: 75%;
}

#menuleft ul {
	text-decoration: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
	border-top: 1px solid;
}

#menuleft ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted;
	}
			
#menuleft ul li.last {
	border-bottom: none;
	}

/* Content */    

#content 
{
	background-color: #fff;
	margin-right: 0px;    
	margin-left: 220px;    
	padding: 20px;
	font-size: 75%;
	text-align: justify;
	border-left: 2px solid #333;
}

#header 
{
	width: 100%;
	margin-right: 0px;    
	margin-left: 0px;    
	text-align: center;        
}

#pullquote
{
	margin: 0px 0px 10px 20px;
	float: right;
	width: 150px;
	padding: 10px;
	background-color: #ccff99;
	border-style: solid;
	border-color: #000;
	border-width: 1px;
	text-align: justify;
	font-weight: bold;   
	font-size: 90%;
}


#quote 
{
	color: #003366;
	margin-right: 30px;    
	margin-left: 30px;    
	text-align: center;
	font-style: italic;    
	font-size: 100%;    
}

#pullquote ol {
	text-decoration: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#quote2 
{
margin-right: 0px;    
margin-left: 0px;    
text-align: center;
font-style: none;    
font-size: 75%;    
}

#quote3 
{
margin-right: 50px;    
margin-left: 50px;    
text-align: center;
font-style: none;    
font-size: 75%;    
}

#quoteside 
{
	margin-right: 0px;    
	margin-left: 0px;    
	text-align: justify;
	font-weight: bold;
	font-style: none;    
	font-size: 90%;
}  

#footer 
{
	text-align: center;
	font-size: 65%;   
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 15px;
	border-top: 0px solid #333;  
	padding: 20px;    
	clear: both;
	background-color: #fff;
}


/*Bottom Navbar*/

#pipe ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;

	font-weight: bold;

	text-align: center;

	font-size: 100%;
	} 

#pipe ul li {
	margin-left: 0;
	padding-right: 5px;
	padding-left: 10px;
	border-left: 1px solid #000;
	list-style: none;
	display: inline;
	}
	
		
#pipe ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}
   

/*Images*/

img.floatl { 
  float: left;
  margin-right: 20px;
  margin-bottom: 7px;
}

img.floatr { 
  float: right;
  margin-left: 20px;
  margin-bottom: 7px;
}

#imgtext {
    background-image: url(images/beach2.jpg);
    background-repeat: no-repeat;
    height: 281px;
    width: 488px;
	padding-top: 10px;
	padding-left: 10px;
}

#textimg1 {
    position: relative;
    height: auto;
    width: auto;
	text-align: left;
    left: 25px;
    top: 20px;
}

#textimg2 {
    position: relative;
    height: auto;
    width: auto;
	text-align: right;
    right: 25px;
    top: 165px;
}

  
/*Shadow Effect*/

.img-shadow 
{      float:left;      
background: url(images/shadowAlpha.png) no-repeat bottom right    !important;      background: url(images/shadow.gif) no-repeat bottom right;      margin: 10px 0 0 10px !important;      margin: 10px 0 0 5px;      }    

.img-shadow img {      display: block;      position: relative;      background-color: #fff;      border: 1px solid #a9a9a9;      margin: -6px 6px 6px -6px;      padding: 4px;      }


.list-item { list-style-type: none; list-style-image: url('images/g-icon-pdf.gif'); padding: 5px 0px 5px 0px; }

.list-item-audio { list-style-type: none; padding: 0px 0px 30px 0px; }

/* Get Adobe Acrobate Reader callout style */
.asterisk { font-size: 1em; font-weight: bold; color: maroon; }

.note { width: 90%; border: 1px dashed #B5B0A2; font-family: verdana, arial, sans-serif; font-size: 11px; color: #666; padding: 5px 10px 5px 15px; margin: 5px; text-align: justify; line-height: 1.3em; }

.get-acrobat-icon { float:right; margin: 0.3em 0.3em 0em 0.7em; border:none; }