* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: Tahoma, Helvetica, sans-serif;
	background: #F0F0EC;
	text-align: center;
}
/*LAYOUT-------------------------------*/
#wrapper {
	display: table;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    text-align: left; /* to realign your text */
	padding:0;
	text-align: left;
	background: url(images/wrapper_bg.gif) repeat-y 50% 0%;
}
#container {
	display: table;
	margin-left: 15px;
	width: 770px;
	background: url(images/container_bg.gif) repeat-x #B8AE9C;
}
.hdr {
	width:770px;
	height:77px;
	background: url(images/hdr_bg.gif) no-repeat 50% 50%;
	margin: 0 0 3px 0;
}
.logo {
	float: left;
	margin: 10px 0 0 15px;
	padding: 0;
}
.info_left {
	float: left;
	width:530px;
	height:194px;
	margin: 0;
	margin: 0 0 0 5px;
	background: url(images/home_pic.gif) no-repeat 0% 0%;
}
.info_top {
	float: left;
	width:530px;
	height:194px;
	margin: 0;
	margin: 0 0 0 5px;
	background: url(images/top.gif) no-repeat 0% 0%;
}
.info_cafe {
	float: left;
	position: relative;
	width:530px;
	height:238px;
	margin: 0;
	margin: 0 0 0 5px;
	
}
#main {
	float: left;
	position: relative;
	width:530px;
	margin: 0;
	padding: 0 0 0 5px;
}
#sub_container {
	float: left;
	width: 535px;
}
.content {
	margin: 0;
	padding: 0;
	background: url(images/content_bg.gif) repeat-y;
	width: 529px;
	display: table;
}
#text_area {
	width: 490px;
	margin: 0 22px;
}
.text_2 {
	width: 300px;
}
#footer {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 20px;
}
#quote_before {
	background: url(images/quotes_top.gif) no-repeat;
	width: 221px;
	height: 15px;	
}
#quote_after {
	background: url(images/quotes_btm.gif) no-repeat;
	width: 221px;
	height: 15px;	
}
#content_before_index {
	background: url(images/content_top_index.gif) no-repeat;
	width: 529px;
	height: 15px;	
}
#content_before {
	background: url(images/content_top.gif) no-repeat;
	width: 529px;
	height: 15px;
}
#content_after {
	background: url(images/content_btm.gif) no-repeat;
	width: 529px;
	height: 15px;
}
/*TEXT ATTRIBUTES----------------------------*/
p {
	margin: 0;
	padding: 0;
	font-size: 9pt;
	line-height: 165%;
	color: #000;
}
h1 {
	font-size:24px;
	color: #fff;
	margin: 0;
	padding: 10px 0;
}
h3 {
	font-size: 16px;
	color: #8A0917;
	margin: 0 0 15px 0;
	padding: 0;
}
ul {
	margin: 10px 0 0 2.5em;
	padding: 0;
	font-size: 9pt;
	line-height: 165%;
	color: #000;
}
.top_image p {
	text-align: center;
	color: white;
	font-size: 18px;
	font-weight:bold;
	margin:10px 0 0 0;
}
.login h2 {
	font:Bold 13pt Tahoma, Helvetica, sans-serif;
	color: #fff;
	margin: 0;
	padding: 0;
}
.login p {
	font: 10pt Tahoma, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #fff;
}
#quotebox p.quote {
	padding: 10px 4px 6px 17px;
	font-size: 9pt;
	font-style: italic;
	font-weight: normal;
	line-height: 125%;
	color: #000;
}
#quotebox p.name {
	float: right;
	padding: 2px 15px 0 15px;
	font-size: 9pt;
	font-style: italic;
	font-weight: bold;
	line-height: 115%;
	color: #000;
}
#sidebar_area p{
	margin-left: 10px;
	font-weight: bold;
	color: white;
}
.sidebar h4 {
	text-align: center;
	font-size: 13pt;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	margin:0 0 5px 0;
	padding:0;
	color: #ACCFCC;
}
/*LOGIN FORM & SIDEBAR---------------------------*/
.login {
	width:221px;
	height:190px;
	margin: 0 0 4px 0;
	background:url(images/login_bg.gif) no-repeat 0% 0%;
}
.login form {
	margin: 0;
	padding: 0;
}
.login input {
	border: 0;
	font: 11px Arial;
	color: #263248;
	padding: 3px;
}
.login a {
	cursor: pointer;
}

#btn_signin {
	float: right;
	margin: 0 5px 0 0;
	padding: 0;
	border: none;
	width: auto;
}
.sidebar {
	width: 221px;
	float: right;
	margin: 0 6px 0 0;
	padding: 0;
}
.sidebar_content {
	min-height: 314px;
	background: url(images/quotes_bg.gif) repeat-y;
	margin: 0px 0 0 0;
}
#sidebar_area {
	width: 205px;
	margin: 0 7px;
}
#quotebox {
	width: 195px;
	height: 106px;
	margin: 10px 0 0 6px;
	background-image: url(images/quote_box.gif);
}
ul.formList {
	margin: 0;
	padding: 0;
	}
	
ul.formList li {
	position: relative;
	margin: 2px 0 2px 0;
	padding: 0;
	list-style-type: none;
	clear: both;
	color: #fff;
	}

	ul.formList li .footNote {
		position: relative;
		display: block;
		float: left;
		width: 160px;
		margin-right: 10px;
		text-align: right;
		}

	ul.formList li.textField input {
		position: relative;
		width: 85px;
		height: 15px;
		float: left;
		color: darkblue;
		margin: 2px 0 2px 0;
		}

	ul.formList li.textField select {
		position: relative;
		width: 90px;
		height: 18px;
		font-size: 12px;
		float: left;
		color: darkblue;
		margin: 2px 0 2px 0;
		}

	ul.formList li image {
		margin: 5px;
		}

	ul.formList li.textField label {
		position: relative;
		float: left;
		width: 70px;
		margin: 4px 10px 4px 0;
		text-align: right;
		color: #fff;
		}	

/*IMAGES-------------------------------*/
#vert_images {
	width: 164px;
	float: right;
	margin: 0 0 0 10px;
}
.first_vert_img {
	margin-top: 0;
}
.vert_img {
	margin-top: 25px;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
#first{
	padding:0;
	margin:86px 0 0 58px;
	float: left;
}
#second {
	padding:0;
	margin:86px 0 0 122px;
	float: left;
}
#third {
	padding:0;
	margin:86px 0 0 128px;
	float: left;
}
.blockImg {
	display:block;
}
/*NAVIGATION-------------------*/
#top_nav ul {
	float: right;
	margin:31px 10px 0 0;
	padding-left: 0;
	display: inline;
	} 
#top_nav ul li {
	margin-left: 0;
	padding:1px 4px 1px 8px;
	border-left: 2px solid #999;
	list-style: none;
	display: inline;
	font-size:11px;
	font-weight:bold;
	color:#263248;
	}
#top_nav ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}
#top_nav li a:link {
	font-size:11px;
	font-weight:bold;
	color:#8A0917;
	text-decoration: none;
}
#top_nav li a:hover {
	text-decoration: underline;
	color:#595241;
	
}
#top_nav li a:active {
	text-decoration: underline;
	color:#595241;
}
#top_nav li a:visited {
	color:#8A0917;
	text-decoration: none;
}
/*LINKS------------------------*/
a:link {
	color:#8A0917;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color:#595241;
	
}
a:active {
	text-decoration: underline;
	color:#595241;
}
a:visited {
	color:#8A0917;
	text-decoration: none;
}
