@charset "utf-8";
/*

Secure Futures
domain.com

Layout Stylesheet

Version 1.0
17-April-2008


*/

/* Import external style sheets */
@import "sf_typography.css";


/* -------- Primary Layout Elements --------- */

html, body {
	margin: 0;
	z-index: 1;
	}
	
#container {
	position: relative;
	width: 980px;
	height: auto;
	margin: 0 auto;
	border: 0;
	padding: 0;
	}
	
#topBar {
	position: relative;
	width: 980px;
	height: 50px;
	border: 0;
	margin-top: 30px;
	padding: 0;
	}
	
#leftMenu {
	position: relative;
	width: 198px;
	height: 230px;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	background-color: #c6bfdb;
	margin: 0;
	padding-top: 30px;
	float: left;
	}
	
#photo {
	position: relative;
	width: 780px;
	height: 260px;
	border-bottom: 2px solid #ffffff;
	margin: 0;
	padding: 0;
	background-color: #eeeeee;
	float: left;
	}
	
.horizontalStripe {
	position: relative;
	width: 980px;
	height: 4px;
	border: 0;
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url(../images/horizStripe.gif);
	background-position: top left;
	background-repeat: no-repeat;
	clear: both;
	}
	
#content {
	position: relative;
	width: 980px;
	height: auto;
	border: 0;
	margin: 0;
	padding: 0;
	background-image: url(../images/contentBackground.gif);
	background-position: top left;
	background-repeat: repeat-y;
	}
	
#footer {
	position: relative;
	width: 980px;
	height: auto;
	border: 0;
	margin: 0;
	padding: 0;
	text-align: right;
	}
	
	
/* -------- Secondary Layout Elements --------- */
#logo {
	position: relative;
	width: 222px;
	height: 50px;
	margin: 0;
	border: 0;
	padding: 0;
	float: left;
	}
	
#labelnote {
	position: absolute;
	width: 197px;
	height: 192px;
	margin: 0;
	padding: 0;
	border: 0;
	top: 20px;
	left: 2px;
	}
	
.topMenuItem {
	position: relative;
	width: auto;
	height: 25px;
	margin: 0;
	border: 0;
	padding: 15px 0 0 50px; /*changed from 60px to 50px as an additional menu item was added*/
	text-align: right;
	float: right;
	}
	
.leftMenuItem {
	position: relative;
	display: block;
	width: 156px;
	height: auto;
	border: 0;
	margin: 0;
	padding: 5px 20px;
	}
	
.leftContentBox {
	position: relative;
	width: 390px;
	height: auto;
	margin-left: 200px;
	border: 0;
	padding: 0;
	float: left;
	}
	
.leftContentBoxTop {
	position: relative;
	width: 390px;
	height: 12px;
	margin: 0;
	border: 0;
	padding: 0;
	background-image: url(../images/leftConBoxTop.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}
	
.leftContentBoxMid {
	position: relative;
	width: 350px;
	height: auto;
	margin: 0;
	border: 0;
	padding: 20px;
	padding-top: 5px;
	background-image: url(../images/leftConBoxMid.gif);
	background-position: top left;
	background-repeat: repeat-y;
	}
	
.leftContentBoxBtm {
	position: relative;
	width: 390px;
	height: 12px;
	margin: 0;
	border: 0;
	padding: 0;
	background-image: url(../images/leftConBoxBtm.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}
	
.rightContentBox {
	position: relative;
	width: 390px;
	height: auto;
	margin: 0;
	border: 0;
	padding: 0;
	float: right;
	}
	
.rightContentBoxTop {
	position: relative;
	width: 390px;
	height: 12px;
	margin: 0;
	border: 0;
	padding: 0;
	background-image: url(../images/rightConBoxTop.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}
	
.rightContentBoxMid {
	position: relative;
	width: 350px;
	height: auto;
	margin: 0;
	border: 0;
	padding: 20px;
	background-image: url(../images/rightConBoxMid.gif);
	background-position: top left;
	background-repeat: repeat-y;
	}
	
.rightContentBoxBtm {
	position: relative;
	width: 390px;
	height: 12px;
	margin: 0;
	border: 0;
	padding: 0;
	background-image: url(../images/rightConBoxBtm.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}
	

.allContentBox {
	position: relative;
	width: 780px;
	height: auto;
	margin-left: 200px;
	border: 0;
	padding: 0;
	float: left;
	}	

.allContentBoxTop {
	position: relative;
	width: 780px;
	height: 12px;
	margin: 0;
	border: 0;
	padding: 0;
	background-image: url(../images/bigConBoxTop.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}
	
.allContentBoxMid {
	position: relative;
	width: 740px;
	height: auto;
	margin: 0;
	border: 0;
	padding: 20px;
	padding-top: 5px;
	background-image: url(../images/bigConBoxMid.gif);
	background-position: top left;
	background-repeat: repeat-y;
	}
	
.allContentBoxBtm {
	position: relative;
	width: 780px;
	height: 12px;
	margin: 0;
	border: 0;
	padding: 0;
	background-image: url(../images/bigConBoxBtm.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}



.loginFields {
	border: #999 1px solid;
	background: #fff;
	font-size: 10px;
	font-family: "Lucida Grande", verdana, helvetica, sans-serf;
	color:#999;
}

.login {
	border: #999 1px solid;
	background: #eee;
	font-size: 10px;
	font-family: "Lucida Grande", verdana, helvetica, sans-serf;
	color:#999;
}	


