/*	RESET:
------------------------------------------------------------------------------------------*/

* {
	font-family:Verdana, Geneva, sans-serif;
}

body, ul, ol, li, h1, h2, h3, h4, p{
	margin: 0;
	padding: 0;
}


/*	CORE CSS:
------------------------------------------------------------------------------------------*/

body {
	font-size: 62%;
}

body.awards table{ 
	font-style:normal;
}

img {
	border:none;
}

#content {
	margin: 30px auto 0px auto;
	height: 100%;
	width: 780px;
	text-align: left;
}

#main_content {
	width: 780px;
}

#branding {
	background-color:#cf0019;
	padding: 40px 0px 0px 40px;
	height: 85px;
	position: relative;
}

#branding p{ 
	position: absolute;
	color: #FFF;
	font-size: 1.1em;
	top: 80px;
	right: 40px;
}


/*	MAIN MENU ITEMS:
------------------------------------------------------------------------------------------*/

#navlist{
	list-style: none;
	line-height: 1;
	font-size: 1.3em;
}

#navlist a, #navlist li {
	width: 85px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

#navlist li {
	width: 85px;
	margin-bottom: 10px;
}

#navlist li ul {
	position: absolute;
	width: 85px;
	left: -999em;
}

ul#navlist li a {
	padding-right: 10px;
}

ul#navlist li a:hover, ul#navlist li a#active{
	background:url(../images/slash.gif) no-repeat right; 
}


/*	SUBMENU ITEMS:
------------------------------------------------------------------------------------------*/

ul#galleryMenu, ul#aboutMenu {
	border-top: 1px #000 solid; 
	margin-top: 5px; 
	padding-top: 5px;
}

ul#galleryMenu, ul#aboutMenu {
	left: 1px;
	list-style: none;
	font-size: 0.7em;
	font-weight: normal;
	margin-bottom: 14px;
	padding-top: 10px;
	text-transform: uppercase;
	
}

ul#galleryMenu li, ul#aboutMenu li{
	margin-bottom: 10px;
}

ul#galleryMenu li a, ul#aboutMenu li a{
	color: #555;
}

.hide{
	display: none;
}

.show{
	display: block;
}

.drop {
	cursor: pointer;
}


/*	GENERAL STYLES:
------------------------------------------------------------------------------------------*/

h1, h2, p, ul#navlist li{
	font-style:italic;
}

h1 { 
	font-size:1.5em;
}

h2 {
	font-size:1.2em;
}

h1, h2 {
	color:#333333;
	margin-bottom:1px;
	font-weight:normal;
}

p, p a, body.awards table {
	color:#333;
	font-size:1em;
	line-height:1.6em;
}

p {
	padding-bottom:8px;	
}

p a:hover {
	color: #C00
}

p.motto { 
	border-bottom:thick solid #000;
	padding-bottom:15px;
	margin-bottom:15px;
	width:85px;
	font-weight:bold;
	color:#666;
}


/*	COLUMNS:
------------------------------------------------------------------------------------------*/

#left_column, #centre_column, #right_column, #gallery_column{float:left;}

#centre_column, #right_column{
margin-top:30px;
height:510px;
position:relative;
}

#left_column{
width:305px;
border-right:5px #000 solid;
}

#centre_column{
width:295px;
padding:0px 50px 0px 35px;
}
	
#right_column{width:85px;}

#right_column_gallery{ position:relative; height:400px; top:-380px; left:670px;}

#right_column_gallery #navlist {
	height: 667px;
}

#gallery_column, #right_column_gallery{width:85px;}


/*	AUTHOR:
------------------------------------------------------------------------------------------*/

.footer{
	position:absolute;
	bottom:0px;
}

.footer2{
	position:absolute;
	top:530px;
	clear:both;
}

.footer p a, .footer2 p a{
	color:#333; text-decoration:none;
}

.footer p a:hover, .footer2 p a:hover{
	color:#C00;
}

.BeckandCaul {
	color:#999;
}
.BeckandCaul:hover {
	color:#cf0019;
}

#copyright {
	font-size:.9em;
	margin-top:5px;
}
