#banner_wrapper .left {
	background-image: url('../images/banner-left-blue.png');
	background-repeat: no-repeat;
}

#banner_wrapper .center {
	background-image: url('../images/banner-centre-blue.jpg');
	background-repeat: repeat-x;
}

#banner_wrapper .right {
	background-image: url('../images/banner-right-blue.png');
	background-repeat: no-repeat;
}

#main_left_menu li {
	background-image: url('../images/side-menu-blue.png');
	background-repeat: no-repeat;
}

#main_top_menu li.selected {
	background-image: url('../images/select-tab.png');
	background-repeat: no-repeat;
}

#main_top_menu li {
	background-image: url('../images/non-select-tab.png');
	background-repeat: no-repeat;
}

#main_top_menu a {
	color: #00adee;
}

#main_left_menu a {
	color: #00adee;
}

.search_button {
	background-image: url('../images/bluesearch-button.png');
	background-repeat: no-repeat;
}

h1 {
	color: #00adee;
	
	font-family: arial;
	font-size: 18px;
	text-transform: uppercase;

	border-top: 1px dotted #00adee;
	border-bottom: 1px dotted #00adee;

	padding: 5px;
	padding-left: 0px;
}



h3 {
	color: #00adee;
	
	font-family: arial;
	font-size: 12px;
	text-transform: uppercase;

	padding: 5px;
	padding-left: 0px;
}

h4 {
	color: #00adee;
	
	font-family: arial;
	font-size: 12px;
	text-transform: uppercase;

	padding: 5px;
	padding-left: 0px;
}

.container_blue_content {
	width: 260px;
}

.container_blue_content_top {
	background-image: url('../images/Content-container-top.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
	float: left;

	width: 100%;
	height: 8px;
}

.container_blue_content_center {
	background-image: url('../images/Content-container-center.jpg');
background-color:#0089cf;
background-repeat: no-repeat;
	width: 100%;
	float: left;
}

.container_blue_content_footer {
	background-image: url('../images/Content-container-bottom.jpg');
	background-repeat: no-repeat;

	width: 100%;
	height: 8px;
	float: left;
}

#form_container {

	float:left;
	width:350px;
}
#form_top {
	float: left;
	width: 100%;

	background-image: url(../images/form_top_blue.jpg);
	background-color:#00adee;
	background-position: top left;
	background-repeat: no-repeat;
	display: inline;
	height: 10px;
}
#form_content {
	float: left;
	width: 100%;

	background-image: url(../images/form_content-blue.jpg);
	background-color:#00adee;
	background-position: bottom left;
	background-repeat: no-repeat;
	display: inline;
}

#form_bottom {
	float: left;
	width: 100%;
	
	background-image: url(../images/form_bottom_blue.jpg);
	background-position: top left;
	
	width:100%;
	height:20px;
	background-repeat: no-repeat;
	display: inline;
	
}

	
.cssform p{
	width: 300px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 100px; /*width of left column containing the label elements*/
	border-top: 1px dashed white;
	height: 1%;
}

.cssform label{
		font-weight: normal;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		color:#fff;
		text-transform: uppercase;
		font-size:12px;
		float: left;
		margin-left: -100px; /*width of left column*/
		width: 100px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}
.text{
		font-weight: normal;
		font-family:Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		font-weight:bold;
		color:#fff;
		font-size:12px;
		padding-left:10px;
}

.cssform input[type="text_form"]{ /*width of text boxes. IE6 does not understand this attribute*/
		width: 150px;
		font-weight: normal;
		font-family:Arial, Helvetica, sans-serif;
		color:#0089cf;
		text-transform:none;
		font-size:12px;
}

.cssform textarea{
		width: 210px;
		height: 150px;
		font-weight: normal;
		font-family:Arial, Helvetica, sans-serif;
		color:#0089cf;
		text-transform:none;
		font-size:12px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
*/

* html .threepxfix{
	margin-left: 3px;
}

.buttons {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-transform: uppercase;
	border:0px;
	height: 27px;
	width: 83px;
	background: url(../images/submit.png) no-repeat;
	padding-top:0px;
	padding-right:20px;
	padding-bottom:3px;
	clear: both;

}

.text1 {font-weight: normal;
			font-family:Arial, Helvetica, sans-serif;
			text-transform: uppercase;
			font-weight:bold;
			color:#fff;
			font-size:12px;
			padding-left:10px;
}
.buttons1 {	font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#fff;
			text-transform: uppercase;
			border:0px;
			height: 25px;
			width: 57px;
			background: url(../images/vote.png) no-repeat;
			padding-top:0px;
			padding-right:20px;
			padding-bottom:3px;
			clear: both;
}
ul.textblue{
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		color:#000;
		text-align:left;
		margin-left:5px;
		padding-left:10px;
		line-height:160%;
		list-style-image: url(../images/bullet-blue.jpg); 
		background-repeat: no-repeat;
		}