@charset "utf-8";

* {
	padding:0px;
	margin:0px;
}

body {
	background-color: #37403D;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#page-container #top-container #bottom-container #breadcrumb-bg {
}

#page-container #top-container {
	background-image: url(/images/top_bg.gif);
	background-repeat: repeat-y;
	height: 291px;
	display: block;
}
#page-container #top-container #top-background {
	background-image: url(/images/top_topcell.gif);
	background-repeat: no-repeat;
	height: 28px;
}
#page-container #top-container #top-padding #logo {
	background-image: url(/images/logo.jpg);
	background-repeat: no-repeat;
	height: 76px;
}
#page-container #top-container #top-padding {
	padding-right: 11px;
	padding-left: 11px;
}
#page-container #top-container #top-padding #navigation-bg {
	background-image: url(/images/navigation_bg.gif);
	background-repeat: repeat-x;
	height: 28px;

}
#page-container #top-container #bottom-container {
	background-color: #FFFFFF;
	margin-right:11px;
	margin-left: 11px;
	min-height:400px;
}
#page-container #top-container #bottom-container #breadcrumb-bg {
	background-image: url(/images/breadcrumb_bg.gif);
	background-repeat: repeat-x;
	height: 22px;
	font-size: 10px;
	padding-top: 5px;
	padding-left: 20px;	margin-top:-2px;
}
#page-container #top-container #footer-bg {
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 103px;
	margin-right: 11px;
	margin-left: 11px;

}


#page-container {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
}

#page-container #top-container #bottom-container #content-cell #content {
	width: 580px;
	float: left;
}
#news-container {
	width: 180px;
	height: auto;
	background-color: #e1eef6;
	padding: 10px;
	font-size: 11px;
}

#side-container {
	width: 200px;
	height: auto;
	float:right;
	margin-right:10px;
}

#side-container img{
	margin-left:3px;
}


#news-container h2 {
	font-weight:bold;
}
#news-container h2 a {
	color:#0673ba;
	text-decoration:none;
}
#news-container li {
	list-style:none;
	line-height:20px;
	height:20px;
}

#news-container li a {
	color:#0673ba;
	text-decoration:none;
	font-weight:bold;
}

#copyright {
	font-size:11px;
	line-height: 30px;
	color: #FFFFFF;
	height: 30px;
	padding-left:10px;

}

#page-container #top-container #bottom-container #content-cell {
	padding-left:20px;
	padding-right:20px;
}

#article-container {
	height:150px;
	padding-bottom:10px;
	padding-top:10px;
}

.article-cell {
	width:400px;
	float:left;
	height:100%;	
}

.article-cell p {
	padding:0px;	
}

.article-cell .article-text {
	width: 220px;
	float: right;
}

h1 {
	font-size: 18px;
	color: #0673ba;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	padding-bottom:5px;
	font-weight:normal;
	margin-bottom:10px;
}

h2 {
	font-size:12px;
	color: #0673ba;
	padding-bottom:5px;
	font-weight:normal;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #0673ba;
	padding-bottom:10px;	
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #006666;
	padding-bottom:10px;	
}

.blue-inline-bold {

	color: #0673ba;
font-weight:bold;	
}


p {
	padding-bottom:15px;
}

.news-h1 {
	font-size: 16px;
	color: #616161;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #616161;
	display:block;
	font-weight:normal;
	margin-bottom:5px;

}

.article-cell .article-image {
	height: 100%;
	width: 180px;
	float: left;
	text-align: center;
	vertical-align: middle;
}

.more-button {
	float:right;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#top-buttons {
	position:relative;
	height: 20px;
	width:210px;
	left:640px;
	top: 18px;
}

#slogan {
	display:block;
	height:10px;
	text-align:right;
	background-color:#FFFFFF;
	margin-right:11px;
	margin-left:11px;
	padding-right:5px;
}


.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

div.blog_post {
	border-bottom:1px solid #d9d8d7;
	padding:20px 0;
}

div.blog_post div.info {
	width:130px;
	padding:3px 20px 0 0;
	float:left;
	font-size:1.1em;
	padding-top:24px;
}

div.blog_post div.body {
	width:400px;
	float:left;
}

.blogLink a {
	font-size: 18px;
	color: #0673ba;
	padding-bottom:5px;
	font-weight:normal;
	margin-bottom:10px;
	text-decoration:none;
	padding-bottom:10px;
}

.blogLink {
	font-size: 18px;
	color: #0673ba;
	padding-bottom:5px;
	font-weight:normal;
	margin-bottom:10px;
	text-decoration:none;
	padding-bottom:10px;
}

#blog-view {
	width:440px;
	float:left;
}

#blog-tags {
	width:110px;
	padding:3px 20px 0 0;
	float:left;
	font-size:1.1em;
}

.blog-tags-heading {
	font-size: 12px;
	color: #0673ba;
	font-weight:bold;
	text-decoration:none;
}
.blog-tags-heading-grey {
	font-size: 12px;
	color: #333333;
	font-weight:bold;
	text-decoration:none;
}

.blog-category a {
	font-size: 12px;
	color: #333333;
	font-weight:bold;
	text-decoration:none;
}

.menu-spacer {
	background-image: url(/images/menu_spacer.gif);
	height: 28px;
	width: 2px;
	float:left;
}

.menu-item {
	line-height:28px;
	font-size:11px;
	color:#333333;
	float:left;
	margin-right: 10px;
	margin-left: 10px;
}
.menu-item a {
	color:#333333;
	float:left;
	text-decoration:none;
}
.menu-item a:hover {
	color:#0673ba;
	float:left;
	text-decoration:underline;
}
#menu-items {
	float:right;
}
ul {
	padding-left:30px;
}
.portHeading {
	background-color: #EFEFEF;
	padding: 5px;
	display: block;
	color: #333333;
}

.portHeading a {
	color: #333333;
}

.portImage {
	padding: 3px;
	border: 1px solid #999999;
	margin-right: 10px;
	margin-left: 10px;
}

.date-font {
	color:#333333;
	font-size:12px;
	font-weight:bold;
}
#breadcrumb-bg a {
	font-size: 10px;
	color:#333333;
	text-decoration:none;
}
#breadcrumb-bg a:hover {
	color:#0673ba;
}

.submit-panel {
	padding:10px;
	border:solid 1px #bedbe9;
}
#errorExplanation {
	padding:10px;
	background-color:#fbc6c8;
}
.show-hide a {
	color:#333333;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
}

#notice {
	padding:5px;
	background-color: #bcd9ec;
	display:block;
	text-align:center;
	font-weight:bold;
}


#content b {
font-weight:normal;
}#noFlash {	display:none;}img {	border:0px;}

http://www.ryanwebsolutions.com.au/stylesheets/prettyForms.css

/*******************
Author: Patrick Ryan
URL: http://www.agavegroup.com

Feel free to use this however you like.  Credit is always appreciated.
*******************/

input, textarea, select{
	border:0;
	margin:3px;
	padding:0px 3px;
	font:90%/180% "Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	color:#666666;

}

label{
	float:left;
	margin:5px;
	width:100px;
	display:block;
}

.clearAll{
	clear:both;
}

/***** Shadows that wrap around ALL elements ***********/
.frmShdwTopLt{
	float:left;
	background:url(/images/shadowUpperLeft.gif) top left no-repeat;
}

.frmShdwBottomRt{
	float:left;
	background:url(/images/shadowLowerRight.gif) bottom right no-repeat;
}

.frmShdwBottomLt{
	float:left;
	background:transparent url(/images/shadowBottomLeft.gif) bottom left no-repeat;
}

.frmShdwTopRt{
	float:left;
	background:transparent url(/images/shadowTopRight.gif) top right no-repeat;
}


/***** styles specific to the CHECKBOX **********/
.frmShdwCheck{
	border:0;
	margin:0;
	padding:0;
}

	.frmShdwCheck img{
		border:0;
		margin:0;
	}

	
/***** styles specific to the RADIO BUTTONS **********/
.frmShdwRadio{
	float:left;
	margin:0;
}

	.frmShdwRadio img{
		border:0;
		margin:0;
	}

	
/***** styles specific to the SUBMIT BUTTONS **********/
.frmShdwSubmit{
	border:0;
	background:#f7f7f7 !important;
	background:transparent;
	float:left;
	font-weight:bold;
	cursor:pointer;
}

	.frmShdwSubmit:hover{
		color:#000000;
	}
	

/***** styles specific to the SELECT BOX **********/
.frmShdwSelectDropChosen{
	margin:3px 3px 3px 5px;
	padding: 0 0 0 2px !important;
	padding: 0 0 3px 2px;
	font-size:.9em;
	float:left;
	border-right:1px solid #cccccc;
	border-left:1px solid #ffffff !important;
	border-left:0;
	display:block;
	cursor:pointer;
	/*some stuff for IE*/
	color:#666666;
	text-decoration:none;
}

.frmShdwSelectDropShown{
	margin:3px 3px 3px 5px;
	padding: 0 0 0 2px;
	font-size:.9em;
	float:left;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	position:absolute;
	background:#ffffff;
}

.frmShdwSelectDrop{
	display:none;
}

.fakeSelectImg{
	border:0;
	margin:2px 5px 0px 0px;
}

.frmShdwSelectDropShown a{
	display:block;
	margin:0;
	padding:0px;
	border-bottom:1px dashed #ffffff;
	text-decoration:none;
	color:#666666;
}
	
	.frmShdwSelectDropShown a.selected{
		background:#f7f7f7;
		color:#000000;
		border-bottom:1px dashed #cccccc;
	}
	
	.frmShdwSelectDropShown a.selected:after{
		content:" <<";
	}
	
	
	.frmShdwSelectDropShown a:hover{
		background:#f7f7f7;
		border-bottom:1px dashed #cccccc;
		text-decoration:none;
		color:#666666;
	}
	
	.frmShdwSelectDropShown a:hover:after{
		content:" <<";
	}
	
	