/* Acia Software Consultant Stylesheet - Please do not copy without asking first */

/***** Body and main content container *****/
body {
	margin: 0px;
	padding: 0px;
	color: #000;
	background: #002C7F;
	font-family: normal small Verdana, "Times New Roman", Serif;
}

/* Page Wrapper Style */
.page-wrapper {
	clear: both;
	width: 766px;
	margin: 40px auto 0px auto;
	background: url(../images/background.jpg) repeat-y;
}

/***** Header Styling *****/
.header {
	width: 760px;
	height: 181px;
	background: url(../images/clouds.jpg) no-repeat;
	margin: 0px auto 0px auto;
	border: 3px solid #FFF;
}
.header h1 {
	float: right;
	margin: 20px 15px 18px 0px;
	font-size: 34px;
	font-weight: normal;
	word-spacing: -2px;
	color: #FFF;
}
.column-wrapper {
	clear: both;
	float: left;
	width: 766px;
	margin: 20px auto 20px auto;
	background: url(../images/navbackground.jpg) repeat-y;
}
/***** Column One Styling *****/
.column-one {
	float: left;
	width: 150px;
}
/* Side Navigation Style */
.column-one .side-nav {
	height: 290px;
}
.column-one .side-nav h2 {
	margin: 3px 0px 0px 20px;
	font-size: x-large;
}
.column-one .side-nav ul {
	list-style: none;
}
.column-one .side-nav ul li {
	margin: 0px 0px 8px 0px;
}
.column-one .side-nav ul li a {
	text-decoration: none;
	color:#000;
}
.column-one .side-nav ul li a:hover {
	font-weight: bold;
}

/***** Main content *****/
.column-two {
	float: right;	
	width: 615px; 
}
.column-two .content {
	color: #000;
	padding: 0px 15px 0px 15px;
}
.column-two .content h2 {
	margin: 0px 0px 0px 0px;
	font-size: x-large;
}
.column-two .content h3 {
	color: #000;
	font-weight: normal;
	font-size: x-large;
}
.column-two .content p {
	color: #000;
	text-align: justify;
	font-style: normal;
}

/* Contacts & Useful Links Style */
.column-two .content td {
	padding: 7px 0px 0px 25px;
	text-align: left;
	border: none;
	vertical-align: text-top;
}
/* Site Map, Accessibility & Terms Style */
.column-two .content a, .column-two .content, .column-two .content a:active {
	text-decoration: none;
	color: #000;
	border: solid 3px #FFF;
}
.column-two .content h3 {
	color: #000;
	font-weight: bold;
	font-size: large;
}
.column-two .content a:hover {
	font-weight:  bold;
}

.footer {
	clear: both;
	width: 760px;
	height: 74px;
	background: url(../images/footer.jpg) repeat-x;
	margin: 0px auto 0px auto;
}
.footer p {
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	color: #FFF;
}
.web-designer {
	clear: both;
	text-align: center;
}
.web-designer p, a {
	color: #FFF;
	text-decoration: none;
}
.web-designer a:hover {
	font-weight: bold;
}
