/* 
Job:				        Half a World Away.
Author:				    Ben Lovecek.
Company:			    Sauce Design, http://www.saucedesign.com.au
Email:				    ben@saucedesign.com.au
Last Edit / By:		14.03.08 / Ben Lovecek.
*************************************************************************
Related CSS Files:	interface.css, banner.css
Browser Compatible:	IE5.5+, FF2+ 
*/

#bannerContent a, #bannerContent a:link, #bannerContent a:active, #bannerContent a:visited {
	color: #333030;
	margin-right: 20px;
	text-decoration: none;
	}

#bannerContent a:hover {
	color: #fff;
	text-decoration: none;
	}

#navContent a, #navContent a:link, #navContent a:active, #navContent a:visited {
	color: #fff;
	margin-right: 15px;
	text-decoration: none;
	}

#navContent a:hover {
	color: #dcdcdc;
	text-decoration: underline;
	}

.leftContent {
	float: left;
	width: 217px;
	font-size: 70%;
	padding-left:20px;
	padding-top: 15px;
	}

#pagesCaption {	
	float: left;
	padding-left: 15px;
	}

#menu {
	float: left;
	width: 237px;
	height: 470px;
	padding-top:50px;
	margin-left: -22px;
	}

.menuList li {
	border-bottom: 1px solid #a3a285;
	list-style-type: none;
	width:170px;
	padding: 3px;
	}

.menuList a, .menuList a:link, .menuList a:visited, .menuList a:active {
	text-decoration: none;
	color: #3d3d3d;
	padding: 2px;
	}

.menuList a:hover {
	color: #fff;
	padding: 2px;
	background: #3d3d3d;
	
	}

/* test */

#navcontainer { 
width: 200px; 
}

#navcontainer ul
{
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 170px;
border-bottom: 1px solid #a3a285;
}

#navcontainer a:link, #navlist a:visited
{
color: #3d3d3d;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #3d3d3d;
color: #fff;
}

#contentRightText a, #contentRightText a:link, #contentRightText a:active, #contentRightText a:visited {
	text-decoration: none;
	color: #000;
	padding: 2px;
	}

#contentRightText a:hover {
	color: #fff;
	padding: 2px;
	background: #000;
	}

.caption {
	float: left;
	padding: 5px 15px 5px 15px ;
	background: #efefe0;
	color: #000;
	border: 1px solid #676858;
	width: 485px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
.captionSml {
	float: left;
	padding: 5px 15px 5px 15px ;
	background: #efefe0;
	color: #000;
	border: 1px solid #676858;
	width: 185px;
	margin-top: 10px;
	margin-bottom: 40px;
	}
	
.heading {
	font-size: 110%;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	}

.topHeader {
	font-size: 100%;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	}

.subHeader {
	font-size: 90%;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000;
	}

.ackHeader {
	font-size: 100%;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #40403c;
	}

.quote {
	font-size: 90%;
	}

.searchBox {
	border: 1px solid #535446;
	padding: 3px;
	color: #535446;

	}

.submitBtn {
	background: url(../images/submit.jpg) no-repeat;
	width: 61px;
	height: 23px;
	border: 0 solid #fff;
	cursor: pointer;
}
.submitBtn:hover {
	background-position: 0px -23px;
}

#footer a, #footer a:active, #footer a:link, #footer a:visited {
	color: #fff;
	padding: 2px;
	text-decoration: none;
	}

#footer a:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
	}
