/* Concept247 CSS Document */

/* Page Backgrounds/Colours */
body {
	background-color:#92be29;
	background-image:url(images/bkgrd_repeat.jpg);
	background-repeat:repeat-x;
}

#corner_background {
	position:absolute;
	background-image:url(images/main_bkgrd.jpg);
	background-repeat:no-repeat;
	top:0px;
	right:0px;
	height:680px;
	width:992px;
}


/* Page Construction, this includes all the page DIV's */
#main_wrap {
	position:absolute;
	top:0px;
	width:900px;
	left:50%;
	margin-left:-450px;
}

#header {
	position:absolute;
	width:900px;
	margin-left:-30px;
}

/*#header_logo {
	position:absolute;
	float:left;
	width:420px;
	height:108px;
	top:0px;
	left:0px;
}*/

#header_logo {
	position:relative;
	float:left;
	background-image:url(images/concept_header_logo.png);
	background-repeat:no-repeat;
	width:293px;
	height:108px;
	top:0px;
	margin-left:25px;
	margin-top:10px;
}	

#header_right_box {
	float:right;
	background-image:url(images/top_buttons/small_trans_box.png);
	background-position:top;
	background-repeat:no-repeat;
	width:216px;
	height:41px;
}

#login_image_left {
	position:absolute;
	padding-left:19px;
}

#login_image_right {
	position:absolute;
	margin-left:112px;
}

#navigation_bar {
	position:absolute;
	width:931px;
	height:35px;
	top:120px;
	margin-left:-15px;
}

#content_box_wrap {
	position:relative;
	height:auto;
	padding-top:-90px;
	width:800px;
}

#content_box_left {
	position:absolute;
	height:auto;
	width:880px;
}

#left_content_header {
	position:absolute;
	background-image:url(images/parent_portal_header.png);
	background-position:left;
	background-repeat:no-repeat;
	height:45px;
	width:880px;
	top:200px;
}

#left_text_area {
	position:absolute;
	background-image:url(images/text_area_bkgrd.png);
	background-repeat:repeat;
	border:medium #FFFFFF;
	width:880px;
	height:auto;
	top:245px;
	padding:5px 5px 5px 5px;
}

#bottom_bar {
	position:fixed;
	background-image:url(images/bottom_bar.jpg);
	background-repeat:repeat-x;
	bottom:0px;
	left:0px;
	width:100%;
	height:33px;
}


/* Text Styles, links and colours */
.main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
}

.box_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#0b2d83;
}

.powered_by_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	float:left;
	padding:8px 5px 5px 5px;
	font-weight:bold;
}

.right_contact_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	float:right;
	margin-top:8px;
	margin-right:8px;
}

a:link {
	color:#0b2d83;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color:#0b2d83;
}

a:hover {
	text-decoration: none;
	color:#999999;
}

a:active {
	text-decoration: none;
	color:#0b2d83;
}

#concept_header_logo_tagline {
	background-image:url(images/concept_header_logo_tagline.png); background-repeat:no-repeat;
	width:233px;
	height:17px;
	float:left;
	margin-top:100px;

}