/* 
	MAIN CSS FOR THE SITE
	AUTHOR: BEAU DURRANT
*/

/* GENERIC TAGS AND CLASSES */
body{
	background: #64748B url(/images/background.jpg) top center no-repeat;
	font-family: "Trebuchet MS", "Arial", "Verdana";
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
}

h1{
	font-size: 20px;
	font-family: "Trebuchet MS", "Arial", "Verdana";
	color: #000000;
}

h5{
	font-size: 16px;
	font-family: "Trebuchet MS", "Arial", "Verdana";
	color: #000000;
	margin: 0px;
	padding: 0px;
}

h3{
	font-size: 14px;
	font-family: "Trebuchet MS", "Arial", "Verdana";
	color: #000000;
}

p{
	text-align: justify;
}

a, a:link, a:hover{
	color: #000000;
	text-decoration: none;
}

#logo{
	height: 105px;
	width: 360px;
	cursor: hand;
	cursor: pointer;
}

.centered{
	margin-right: auto;
	margin-left: auto;
}

.smallPadding{
	padding: 5px;
}

.largePadding{
	padding: 10px;
}

.floatLeft{
	float: left;
}

.floatRight{
	float: right;
}

.justify{
	text-align: justify;
}

.bold{
	font-weight: bold;
}

/* SITE WRAPPER */
.mainContainer{
	width: 1000px;
	border: 1px solid black;
}

/* HEADER */
.header{
	height: 200px;
	padding: 5px;
	width: 990px;
	background: #FFF;
}

#rotatingText{
	padding-left: 20px;
}

.rotatingImageTable{
	border: 1px solid #000000;
}

/* NAVIGATION */
.navigation{
	width: 100%;
	height: 30px;
	background: #FFCC00;
}

.navContainer{
	padding: 0px;
	margin: 0px;
}

.navContainer li{
	padding-right: 24px;
	padding-left: 24px;
	float: left;
	text-align: center;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	font-family: "Arial";
	cursor: hand;
	cursor: pointer;
	list-style: none;
	font-weight: bold;
}

a.navigationLink, a.navigationLink:link{
	color: #000000;
}

a.navigationLink:hover{
	color: #333333;
}

/* CONTENT */
.content{
	background: #D7DFE8 url(/images/contentbackground.jpg) bottom right repeat-y;
	width: 980px;
	padding: 10px;
}


a.contentLink, a.contentLink:link{
	color: #333;
	text-decoration: none;
}

a.contentLink:hover{
	color: #666;
	text-decoration: none;
}

.content .oneColumn{
	width: 980px;
}

.content .leftColumn{
	width: 490px;
	float: left;
}

.content .rightColumn{
	width: 480px;
	float: left;
}

.content .leftColumn .darkContent{
	width: 460px;
	background: #26354A;
	color: #FFF;
	padding: 5px;
}



/* FOOTER */
.footer{
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	padding-right: 10px;
	padding-left: 10px;
	background: #D3DCE6;
}

.bottomLine{
	height: 5px;
	width: 100%;
	background: #000000;
}