/*
-----------------------------------------------
Container
----------------------------------------------- */

#container {
	width:980px;
	margin-left: auto;
	margin-right: auto;
}

body {
	background-image: url(../images/bground.gif);
	background-repeat:	repeat-x;
	background-position:top;
}

.brandlogo a {
	position: relative;
	display:block;
	width: 424px;
	height:107px;
	background-image:url(../images/logo.gif);
	background-repeat: no-repeat;
	margin-top: 19px;
	float: left;
}

.support {
	height: 49px;
	width: 420px;
	float: left;
	background-image:url(../images/support.gif);
	background-repeat:no-repeat;
	margin: 19px 0 0 127px;
}

.headerimage {
	width: 980px;
}

.content {
	width: 980px;
	float: left;
	margin-top: -20px;
	background-image:url(../images/navbg.gif);
	background-repeat:repeat-y;
    margin-left: 10px;
}

.leftcolumn {
	width: 230px;
	float: left;
	background-image:url(../images/navbground.gif);
	background-color:#589D93;
	background-repeat:no-repeat;
}

#container #content #maincontent {
	display: block;
	width: 980px;
	height: 100%;
	position: relative;
}

.centrecolumn {
	min-height: 660px;
	width: 540px;
	float: left;
	margin: 20px 0 0 17px;
	vertical-align: baseline;
	display: block;
}

.centrecolumn table tr td{
    padding: 5px;
}

.address {
	width: 230px;
	height: 200px;
	float: left;
	margin-bottom: -20px;
	margin-top: -220px;
	background-color: #6AA89F;
    margin-left: 10px;
}


#content .rightcolumn {
	width: 152px;
	float: left;
	margin: 20px 0 0 17px;
}

#content .rightcolumn .quicklinks {
	background-image:	url(../images/quickbground.jpg);
	background-repeat:no-repeat;
	background-color: #2C2C2C;
}


#content .rightcolumn .latestnews {
	background-image:url(../images/newsbg.gif);
	background-repeat:no-repeat;
	background-color: #FFF;
}

#content .rightcolumn .partners {
	background-image:url(../images/partnersbgnew.gif);
	background-repeat:repeat-y;
	background-color:#DFDFDF;
}

.breadcrumb {
    display: block;
    width: 550px;
    border-bottom: 1px;
    border-style: solid;
    border-color: #036C5C;
    margin-bottom: 15px;
}

.breadcrumb p {
    color: #000;
}

.breadcrumb a {
    color: #036C5C;
}

.breadcrumb a:hover {
    color: #036C5C;
    text-decoration: none;
}

/* Footer */
.footer
{
	display: block;
	position:relative;
	width: 980px;
	height: 30px;
	float: left;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	line-height: 30px;
	text-align:right;
	margin-top: 10px;
}

.standard
{
	display: inline;
	position: relative;
	width: 470px;
	height: 30px;
	text-align:left;
	float: left;
	margin-top: -5px;
	font-size: 11px;
}

.copyright
{
	display: block;
	position:relative;
	width: 510px;
	height: 70px;
	float: left;
	text-align:right;
	margin-top: -5px;
	font-size: 11px;
	line-height: 15px;
}



/* =Clear Floated Elements
--------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after
{
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix
{
	display: inline-block;
}

* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}

/**********************************

Name: cmxform Styles

***********************************/


form.cmxform legend {
	padding-left: 0;
}

form.cmxform legend, form.cmxform label {
	color: #000;
}

form.cmxform fieldset {
	border: none;
}

form.cmxform fieldset fieldset {
	background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 5px 10px 7px;
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic
}


/* Image fader */

#myslides {
	width: 980px;
	height: 280px;
    padding: 0;
    margin:  0 auto;
} 

#myslides img {
    width: 980px;
    height: 280px;
    top:  0;
    left: 0
}
