body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #FFFFFF;
}

.wrapper {
	padding: 0px;
	width: 840px;
	margin: 0 0 0 -420px;
	position: relative;
	left: 50%;
	background-image: url(images/bg.gif);
	background-position: center;
	background-repeat: repeat-y;
}

#long {
	height: 1100px;
}

#short {
	height: 1000px;
}

#cheating {
	height: 4000px;
}

.clear {
	float: none;
}

.flash_header {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -390px;
	position: relative;
	left: 50%;
	height: 140px;
	width: 780px;
	top: 0px;
}

.menu {
	height: 35px;
	width: 780px;
	margin-left: -390px;
	position: relative;
	left: 50%;
	top: 0px;
	text-align: center;
}

.menu_list {
	padding:0 0 0 32px;
	margin:0;
	list-style:none;
	height:35px;
	position:relative;
	border:1px solid #000;
	border-width:0 1px;
	border-bottom:1px solid #444;
	background-color: #fff;
	background-image: url(images/button1.gif);
}

.menu li {
	float:left;
	list-style-type: none;
}

.menu li a {
	display:block;
	float:left;
	height:35px;
	line-height:35px;
	color:#aaa;
	text-decoration:none;
	font-size:11px;
	font-family:arial, verdana, sans-serif;
	font-weight:bold;
	text-align:center;
	padding:0 0 0 8px;
	cursor:pointer;
}

.menu li a b {
	float:left;
	display:block;
	padding:0 16px 0 8px;
}

.menu li.current a {
	color:#fff;
	background:url(images/button3.gif);
}

.menu li.current a b {
	background:url(images/button3.gif) no-repeat right top;
}

.menu li a:hover {
	color:#fff;
	background:#000 url(images/button4.gif);
}

.menu li a:hover b {
	background:url(images/button4.gif) no-repeat right top;
}

.menu li.current a:hover {
	color:#fff;
	background:#000 url(images/button3.gif);
	cursor:default;
}

.menu li.current a:hover b {
	background:url(images/button3.gif) no-repeat right top;
}

.content {
	width: 740px;
	margin-left: -370px;
	position: relative;
	height: auto;
	left: 424px;
	top: 10px;
}

.intro_text {
	float: left;
	width: 534px;
}

.intro_text2 {
	float: left;
	width: 620px;
}


.text_title {
	font-size: x-large;
	font-weight: bolder;
	color: #3DC9CB;
}

.bullet_benefits {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
	font-size: 8pt;
	color: rgb(0, 153, 255);
	float: right;
	width: 180px;
	background-color: #FFF;
	border: 1px solid #CCC;
	/*	margin-right: -32px;
	margin-top: -31px;
*/	padding: 3px;
	z-index: 4;
}

#bullet_benefits2 {
	position: absolute;
	left: 680px;
	top: 230px;
}

#bullet_benefits3 {
	position: absolute;
	left: 630px;
	top: 25px;
}


.bullet_benefits li {
	color: #847772;
	margin-left: -12px;
}

.footer {
	text-align: center;
	height: 30px;
	width: 840px;
	position: relative;
	margin: 10px 0 0 0;
}

.emphasis {
	color: #17365D;
	text-decoration:underline;
	font-weight:bold;
}

/* Contact Extras */
.required {
	font-weight:bold;
	color:red;
}

.error-div {
	border:1px solid #FF0000;
	background-color:#FFDEDE;
	padding:10px;
	margin-bottom:5px;
	color:#CC0000;
}

.success-div {
	border:1px solid #09BD00;
	background-color:#EEFFED;
	padding:10px;
	margin-bottom:5px;
	color:#006600;
}


.portfolio {
	height: 300px;
	width: 550px;
	position: absolute;
	top: 110px;
	left: 30px;
	overflow: hidden;
}

.quote {
	background: #FFFFCC;
	padding: 15px;
	border: thin dashed #000000;
}

