/* Start of CMSMS style sheet 'Index' */
/*--------------------------------------------------------------------------------
//
//	BMD
//
//	by MSM DesignZ - http://www.msmdesignz.com
//
//  Copyright 2007 MSM DesignZ This code cannot be redistributed without
//  permission from http://www.msmdesignz.com
//
//	Date: 24/07/07
//	Version: 1.0
//
// ---------------------------------------------------------------------------------
//	Landing Page Style Sheet
// --------------------------------------------------------------------------- */

* {
	margin: 0 ;
}

img {
	border: 0px;
}

body {
	font: 62.5%/1.8em Georgia, Serif, Arial, Helvetica, sans-serif;
	color: #333333;
	background: url(./uploads/images/index/bg.jpg) repeat-x;
	font-size: 11px;
}

#banner, #contentContainer {
  clear: both;
  padding-top: 2px;
	background: #183765;
}
#homeContainer {

}
#wrapper {
	width: 900px;
	margin: 0 auto;
}

#banner {
	width: 860px;
	padding: 5px 20px 5px 20px;
	height: 120px;
}

#strapline2, #logo {
	float: left;
}

#contentContainer {
	clear: left;
	height: 350px;
	width: 900px;
	vertical-align: top;
}

#strapline1 {
	float: right;
}

#strapline2 {
	width: 900px;
	height: 35px;
	padding: 5px 0px;
	text-align: center;
}

#footer {
	clear: left;
	padding-top: 10px;
}

#footer ul {
	text-align: center;
}

#footer li{
	display: inline;
	padding: 0px 2px;
}

#footer p {
	text-align: center;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #333333;
	text-decoration: none;
}

#footer a:hover {
	color: #183765;
	text-decoration: underline;
}
/* End of 'Index' */

