@charset "UTF-8";
/* CSS Document */


/******************************************************************************
								Main Layout
******************************************************************************/
* {
	margin: 0;
	padding: 0;
	border: 0;
	}
	html {
		height: 101%
		}
		body {
			background:#7B7978;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			margin:0;
			color:#000;
		}

/******************************************************************************
								 Layout 
******************************************************************************/	

#wrapper {
	width: 801px;
	margin: 0 auto;
	background:#2C639A;
	}
	#header{
		margin-bottom:-3px !important;
		*:margin-bottom:0px !important;
		margin-bottom:0px;
	}
	#contentImageBar{
		margin:0 0 0 0px;
	}
	#contentwrapper {
		margin:0px 0 0px 180px !important;
		*:margin:0px 0 0px 180px !important;
		margin:0px 0 0px 180px;
		padding-bottom:50px;	
		background-color:#fff;
		height:100%;
	}

/******************************************************************************
					Block Positioning and Formatting
******************************************************************************/	

#leftBar {
	float: left;
	position:relative !important;
	*:position:relative !important;
	position:absolute;
	margin:0px !important;
	*:margin:0px !important;
	margin:0px 0 0 -180px;
	width: 180px;
	background:#2C639A;
	height:100%;
	}
	

#content {
	position:relative;
	width:570px;
	margin:30px 0 0 40px;
	
	height:auto;	
	min-height:450px;
	}
	#content ul, #content ol {
		margin: 0 0 8px 30px;
		}
		#content ul li{
			padding:2px 0;
			line-height:16px;
			}
			#content a{
				color: #0055a5;
			}
#suitePhotos{
	padding:0 0 10px 0;}
	#suitePhotos .leftImage{	
		margin:0 3px 3px 0;
	}
	#suitePhotos .rightImage{
		margin:0px 0 3px 3px;
	}
#flashgallery{
	margin-left:100px;}