/* Global Styles */

body {
	margin:0px;
	background-color: #666666;
	}
	
#container	
	{
		background-color: #778855;		
		margin-left: auto;
		margin-right: auto;
		width: 1000px;
		padding-right: 0px;
		padding-left: 0px;
	}


td {
	font:12px arial;
	color:#221111;
	}
	
hr {
	height:1px; 
	color: #cccccc;
	border: none;
	}
	
a {
	color: #CC3300;
	}
	
a:hover {
	color: #FF3300;
	text-decoration:none;
	}




/* Content */ 

#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: #fff;
	border-style: solid;
	border-color: #000;
	border-width: 1px;
	text-align: justify;
	font-weight: bold;   
	font-size: 90%;
}


#quote 
{
	color:#221111;
	margin-right: 30px;    
	margin-left: 30px;    
	text-align: justify;
	font-style: italic;
	font-weight: bold;    
	font-size: 90%;    
}

#pullquote ol {
	text-decoration: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#quote2 
{
margin-right: 0px;    
margin-left: 0px;    
text-align: center;
font-weight: bold;    
font-size: 90%;    
}

#quote3 
{
margin-right: 50px;    
margin-left: 50px;    
text-align: center;    
font-size: 90%;    
}

#quoteside 
{
	margin-right: 0px;    
	margin-left: 0px;    
	text-align: justify;
	font-weight: bold;   
	font-size: 90%;
}  

#footer 
{
	text-align: center;
	text-decoration: none;
	color:#221111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;   
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	border-top: 1px solid #221111;  
	padding: 20px;    
	clear: both;
	background-color: #778855;
}


/*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.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.floatl { 
  float: left;
  margin-right: 20px;
  margin-bottom: 7px;
}

img.floatr { 
  float: right;
  margin-left: 20px;
  margin-bottom: 7px;
}

#imagecenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#caption {
	font-size: 80%;
	font-weight: bold;
	text-align: center;
}

#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: 25px;
}

#textimg2 {
    position: relative;
    height: auto;
    width: auto;
	text-align: right;
    right: 25px;
    top: 155px;
}

/*Flash Stuff*/

	#info {
		width: 300px;
		overflow: auto;
	}

	#flashcontent {
		border: solid 1px #000;
		width: 300px;
		height: 300px;
		float: left;
		margin: 15px 20px;
	}

	
/* ID Styles */

#navigation a {
	font:12px arial;
	text-align: right;
	color: #CC3300;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border: 1pt solid #778855;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#navigation a:hover {
	color:#221111;
	border: 1pt dotted red;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#sidebarHeader {
	padding: 0px 4px 14px 4px;
	}

#logo {
	font:18px georgia;
	color: #CC3300;
	line-height:24px;
	letter-spacing:.4em;
	}

#tagline {
	font:12px georgia;
	color: #CC3300;
	line-height:18px;
	letter-spacing:.4em;
	}
	
#dateformat a {
	color:#CC3300;
	font:11px georgia;
	color: #CC3300;
	letter-spacing:.2em;
	text-decoration:none;
	font-weight:bold;
	}
	
#dateformat a:hover {
	color: #221111;
	}

/* Class Styles */

.bodyText {
	font:12px arial;
	color:#221111;
	line-height:20px;
	letter-spacing:.1em;
	margin-top:0px;
	}
	
.pageName{
	font:22px georgia;
	text-align: center;
	color: #CC3300;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.subHeader {
	font:16px georgia;
	color: #CC3300;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
.sidebarHeader {
	font:14px georgia;
	color: #221111;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
.detailText {
	font:12px arial;
	color:#ffffff;
	line-height:16px;
	letter-spacing:.1em;
	}
	
.smallText {
	font:10px arial;
	color:#221111;
	}
	

	
  
/*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;      }