/* CSS Document */
/* Global
------------------------------------------------------------------*/
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
}

ul,li {
	list-style-type:none;
}

.clear {
	clear:both;
}

hr {
	clear:both;
	visibility:hidden;
}

img {
	border:0;
}

body {
	background:#fff url("/website/images/body-bg.gif") repeat-x 0 0;
	font:68%/140% Verdana,Arial,Helvetica,sans-serif;
	color:#515151;
}

input.txt {
	font-size:1.1em;
	color:#515151;
}

/*---------------------------------------------------------------*/

#container-wrap {
	position:absolute;
	left:50%;
	width:774px;
	margin:0 0 20px -387px;
}

#container {
	background:url("/website/images/entry/container-bg.jpg") no-repeat top;
	width:774px;
	min-height:400px;
	z-index:500;
}

#header h1 {
	/*background:url("/website/images/opal-logo.gif") no-repeat;*/
	width:140px;
	height:60px;
	position:relative;
	top:8px;
	left:27px;
}

#header h1 span {
	display:none
}

#header h2 {
	/*background:url("http://opalgroup.base360.com/website/images/opal-property-group.gif") no-repeat;*/
	width:248px;
	height:10px;
	position:absolute;
	top:55px;
	left:188px;
}

#header h2 span {
	display:none
}

#content {
	position:relative;
	right:7px;
	margin:40px 0 0 0;
	padding: 0 0 0 0;
	width:774px;
	float:right;
}

.text-hidden {
	display:none;
}

#content-body-full {
	width:100%;
	position:relative;
	float:left;
}

#bannertext{
	margin-left:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.7em;
	font-style:normal;
}

#banner {
	width:100%;
	height:auto;
	margin-left:5px;
}
	
#student-entry {
	background-image:url("/website/images/entry/student3.jpg");
	background-position:0 0;
	background-repeat:no-repeat;
	width:387px;
	height:315px;
	float:left;
	margin-left: 7px;
}

#professional-entry {
	background-image:url("/website/images/entry/professional3.jpg");
	background-position:0 0;
	background-repeat:no-repeat;
	width:387px;
	height:315px;
	float:right;
	margin-right:-7px;
}