@charset "utf-8";

body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url(http://domain.iserve.net.nz/orcon_bg.gif);
	font-family: "Trebuchet MS", Airal, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}


#container {
	width:942px;
	margin:0 auto;
}

#logo {
	float:left;
	height:102px;
	margin:0 auto;
}

#main_panel {
	width:100%;
	float:left;
	clear:left;
	margin:0 auto;
	background:#FFF;
	-moz-box-shadow: 2px 2px 5px #000;
	-webkit-box-shadow: 2px 2px 5px #000;
	box-shadow: 2px 2px 5px #000;
}

#nav_bar {
	float:left;
	width:100%;
	height:28px;
	background:#531993;
	margin-bottom:10px;
	line-height:28px;
	color:#FFF;
	font-weight:bold;
}

#nav_bar:hover {
	cursor:hand;
	cursor:pointer;
}

#nav_bar div {
	float:left;
	width:115px;
	text-align:center;
	border-left:1px solid #65319E;
	border-right:1px solid #491781;
}

#nav_bar div.no_left_bord {
	border-left:none;
}

#nav_bar div.no_right_bord {
	border-right:none;
}

#content {
	float:left;
	clear:left;
	padding:10px 10px 0 10px;
	width:100%;
}

#announce {
	float:left;
	clear:left;
	width:830px;
	height:245px;
	margin-left:10px;
	background:#E8E8E8;
	margin-bottom:25px;
	font-size:44px;
	font-weight:bold;
	padding:35px;
	color:#39295D;
}

#announce span {
	color:#9D9795;
}

#content_columns {
	float:left;
	margin-left:10px;
	width:100%;
}

#content_columns div {
	float:left;
	width:235px;
	color:#8D8B87;
	border-right:1px solid #BCBCBC;
	height:190px;
	margin-left:20px;
}

#content_columns div p {
	width:190px;
}

#content_columns #col3 {
	border-right:none;
}

#content_columns div a {
	background:#831B7C;
	color:#FFF;
	font-weight:bold;
	width:125px;
	display:block;
	padding:5px 5px 5px 10px;
}

#footer {
	float:left;
	clear:left;
	width:100%;
	margin:5px 0 20px 0;
	text-align:right;
}

#footer a {
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}

