/*
 * File:		style.css
 * Created on:	11 Dec 2010
 * 
 * Created by:	Brian O Connor 
 * 
 */
@CHARSET "UTF-8";


/*
 * Tag Over-rides
 */
 
p {
	font-family:Verdana, Geneva, sans-serif;
	color:#6b6257;
	text-align:justify;

}

h1 {
	font-family:Verdana, Geneva, sans-serif;
	color:#6b6257;
	
	font-size: 30px;
	
}

h2 {
	font-family:Verdana, Geneva, sans-serif;
	color:#6b6257;
	font-size: 20px;
	
	margin: 0 0 0 0;
	
}

h3 {
	font-family:Verdana, Geneva, sans-serif;
	color:#6b6257;
	font-size: 15px;
	
	margin: 0 0 0 0;
	
}
 
h4 {
	font-family:Verdana, Geneva, sans-serif;
	color:#6b6257;
	font-size: 15px;
	
	margin: 0 0 0 0;
	
}


ul {
	list-style-type:none; 
	margin:0; 
	padding:0; 
	
	}

a:link,a:visited {
	
	text-decoration:none; 
	color:#6b6257;
	}
	
a:hover,a:active {
	
	text-decoration:none; 
	color:#6b6257;
}

img {
	border:0;
}




/*
 * General Styling
 */


.center {
	text-align:center;
}

.special_heading {
	text-align:center;
	color:black;
}

.home_text {
	text-align:center;
	font-size:150%;
}

.highlight_text {
	color:red;
	font-size:110%;
}


/* 
 * Header Menu Styling
 */
.menu_blocks {
	text-align:center;
	width:8%;
	}
	
.header_menu_links {
	display:block; 
	font-weight:bold;
	text-align:center; 
	padding:2px; 
	text-decoration:none; 
	width:auto;
	}
.header_menu_text {
	color:#656565;
}
	
	
/* 
 * Footer Menu Styling
 */
 
 .footer {
 	font-family:Verdana, Geneva, sans-serif;
	color:#6b6257;
	font-size: 10px;	
	text-align:center; 
	margin: 5px 5px 5px 5px;
	vertical-align:middle;
	
}

 .footer_image {
 
 	vertical-align:text-top;
 	
 }


/* 
 * Image Styling
 */
 
 .gallery_image {
	width:200px;
	display: block;
    margin-left: auto;
	margin-right: auto;
 }

 .header_icon {
    vertical-align:top;
    margin-left: auto;
	margin-right: auto;
	
}