/*	Jim Hawes - 17/05/2010/
/*  -------------------------------------
	COLOURS
	Browser background	: 	#596674
	Page background		: 	#FFF
	Content area		: 	#332f62
	Text 				: 	#FFF
	Orange				:	#F08936
    --------------------------------------*/

H1 {
	color:#FFF;
	font-size:18px;
	line-height: 24px;
	font-weight: normal;
}
* {
padding:0;
margin:0;
}

html, body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #596674;
	background-image: url(../images/bak.gif);	
}
p {
	color: #FFF;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-top: 10px;
	margin-left: auto;
	
}
#pageHolder {
	background-color:#FFFFFF;
}
/* Menu area */
#left {
	width: 268px;
	background-color: #bcc1c7;
	background-image: url(../images/menuBak.jpg);
	background-repeat: repeat-x;
	background-position: top;	
}
#logo {
	width: 214px;
	height: 58px;
	margin: 35px 0px 90px 25px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;	
}
#logo a{
	width: 214px;
	height: 58px;
	display:block;	
}
/*#imageArea {
	height: 399px;
	background-color: #332f62;
}*/
/* Content */
#content {
	padding: 30px 50px 30px 30px;
	background-color: #332f62;
	font-size: 13px;
}
#title {
	margin: 0px;
	height: 24px;
	background-color: #F08936;
	float:left;
	background-image: url(../images/titleCorner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px 44px 0px 26px;
}
#contact {
	margin: 0px;
	height: 24px;
	background-color: #F08936;
	float:right;
	padding: 0px 20px 0px 10px;
}
#contact a {
	color:#FFF;
	font-size:16px;
	line-height: 24px;
	font-weight: normal;
	display: block;
	text-decoration: none;
}
#contact a:hover {
	color:#000;
}
#corner {
	height: 24px;
	width: 15px;
	float:right;
	background-image: url(../images/contactCorner.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/*Footer*/
#footer {
	margin-top: 10px;
}
#designedBy {
	float: left;
	font-size: 10px;
	color: #AAA;
}
#designedBy a {
	color: #AAA;
	font-size: 10px;
	text-decoration: underline;
	text-align: right;
}
#designedBy a:hover {
	color: #F08936;
	font-size: 10px;
	text-decoration: underline;
}

#copyright p {
	float: right;
	color: #DDD;
	font-size: 10px;
	margin: 1px 0px 0px 40px;
}

#links {
	float: right;
	color: #DDD;
	font-size: 10px;
	display: none;
}
#links a {
	color: #DDD;
	font-size: 10px;
	text-decoration: underline;
}
#links a:hover {
	color: #F08936;
	font-size: 10px;
	text-decoration: underline;
}

/*General settings*/

.clear {
	height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
form {
	margin: 0px;
	padding: 0px;
}
a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	color: #00235d;
	margin: 0px;
	outline: none;
}
a:hover {
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	margin: 0px;
}

input {
	outline: none;
}

hr  {
	margin: 0px;
	height: 1px;
}
ul {
	margin: 5px 0px;
}
ol {
	margin-left: 5px;
}
blockquote {
	padding: 0px;
	margin: 0px 0px 0px 10px;
}
img, img a {
	border: none;
}
