/*
 
Copyright (c) Enigma Interactive 2004

SOM2
Project:		Atlas
Filename:		layout_common.css
Description:	Site-wide layout elements
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
3	3/10/07		PG			subject list
2	3/10/07		PG			added width to recource row
1	17/7/07		PG			taken from atlas

*/

/* general essentials */
body {
	margin: 0;
	padding: 0;
	font: normal 75% arial,verdana,sans-serif;
	text-align: center; /* centering for IE users */
	color: #333; 
	background-color: #fff;
}

#siteHolder {
	width : 996px;
	margin : 0px auto; /* required by Firefox and Netscape */
	text-align : left; /* re-align text to the left */	
	background: #fff;
	min-height:600px;
	height:auto !important;
	height:600px;
	z-index:5;
	
	display: block;
	position: relative;
	overflow: hidden;
	
}

.print{
	display:none;
}

form {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}
select, input, textarea{
	border:0;
}

#MainWrap select, #MainWrap input, #MainWrap textarea{
	font-family:arial, sans;
	font-size:1em;
	border:1px solid #ccc;
}

#MainWrap input, #MainWrap textarea,
#MainWrap select option{
	color:#000;
	padding:0;margin:0;
}

#MainWrap .rowSubmit{
	padding-top: 30px;
	padding-bottom: 40px;
}
#MainWrap .rowSubmit input{
	color: #fff;
	background-color: #279594;
	border: 1px solid #279594;
	padding: 0.1em 0.7em;
	text-transform: uppercase;
	margin-right: 2em;
	cursor: pointer;
	font-weight: bold;
}



h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0.8em 0em;
}

p{
	margin:0;
	padding:0.5em 0em;
}

h1 {
	/* color: #FA5050; */
	font-size: 1.4em;
}

h2 {
	font-weight: bold;
	font-size: 1.2em;
}

h3 {
	font-weight: bold;
	font-size: 1.15em;
}

h4 {
	font-weight: bold;
	font-size: 1.1em;
}

h5 {
	font-weight: bold;
	font-size: 1.05em;
}

a {
	color: #199997;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


.row{
	width:80%;
	overflow:hidden;
	padding:0.5em 0em;
}

.row .label{
	width:39%;
	padding:0 5% 0 0;
	float:left;
	
}

.row .field{
	width:55%;
	float:left;
}

.row .field input, .row .field select, .row .field textarea{
	width:80%;
}

.row .field textarea{
	z-index:100;
	display:block;
}

.row.long .label{
	width:100%;
	padding:0;
	float:none;
	padding-bottom:0.5em;
}

.row.long .field{
	width:100%;
	padding:0;
	float:none;
}

.row.long .field select{
	width:88%;
}


fieldset{
	margin:1em 0em;
	border:0;
	overflow:hidden;
	width:80%;
	padding:0;
}

fieldset legend{
	padding:1em 0em 1em 0em;
	margin:0;
}
* html fieldset legend{
	margin-left:-7px;
}
.checkArea{
	padding-left:30px;
}

.checkRow{
	width:25%;
	float:left;
	padding:0em 0em 1em 0em;
}

.long .checkRow {
	width:50%;
}

#MainWrap .checkRow input,#MainWrap .checkArea input, #MainWrap .check{
	border:none;
}

.checkRow .label{
	float:left;
	padding-left:3px;
}

.checkRow .field{
	float:left;
}

blockquote{
	
}

hr{
	background-color:#ccc;
	color:#ccc;
	height:1px;
	border:0;
	margin:0;
	padding:0;
}

#MainCol_inner h1#pageTitle{
	font-size: 1.8em;
	color: #333;
	padding: 14px 0px 0px 16px;
	margin: 0;
	background: transparent url('/images/general/header_bg_737.gif') no-repeat top left;
	width: 737px;
	height: 55px;
	font-weight: normal
}

#coSiteFooter hr,
#RightCol hr{
	display:none;
}

#coSiteTool{
	width:100%;
	overflow:hidden;
}

#siteMain{
	width: 996px;
	margin: 0;
	z-index: 10;
	display: block;
	position: relative;
	overflow: hidden;
}

#siteMain #MainWrap{
	width: 996px;
	float: left;
	overflow: hidden;
}

#siteMain #LeftCol{
	width:225px;
	float:left;
	overflow:hidden;	
}

#siteMain #MainCol{
	width: 771px;
	float: left;
	padding-bottom: 20px;
	display: block;
	position: relative;
	overflow: hidden;
}

#siteMain #MainCol #MainCol_contents {
	min-height: 31em;
	height: auto !important;	
	display: block;
	position: relative;
	overflow: hidden;
}

#siteMain #MainCol #MainCol_contents form{
	position: relative;
}

#MainCol_inner {
	position: relative;
	margin-left: 34px;
}
/*
#siteMain #MainCol a:hover,
#siteMain #RightCol a:hover{
	text-decoration: none;
}
*/
#siteMain #RightCol{
	width:154px;
	float:right;
	overflow:hidden;
}

/* coSiteFooter */
#coSiteFooter{
	background: transparent url('/res/coSiteFooter/images/footer_bg.gif') no-repeat top left;
	font-size: 0.9em;
	color: #333;
	position: relative;	
	width: 996px;
	height: 125px;
	margin: 0px 0px 20px 0px;	
	display: block;
	overflow: hidden;
	position: relative;
}


#coSiteFooter a { 
	color: #1A9A97;
}

#coSiteFooter p{
	padding:0;
	margin:0;
}

#coSiteFooter .left{
	float: left;
	width: 300px;
	padding: 10px 0px 0px 10px;
}

#coSiteFooter .right{
	float: right;
	width: 600px;
	text-align: right;
	padding: 10px 10px 0px 0px;
}

#coSiteFooter .right a {
	font-weight: bold;
}

#coSiteFooter .footer_links{
	float:left;
	padding:0.4em 0.5em;
}

.related{
	width:100%;
	overflow:hidden;
	margin-left:-1em;
}

.related h2{
	font-size:1em;
	background:transparent url('/images/general/strip_x.gif') repeat-x bottom left;
	padding-bottom:0.3em;
	margin-bottom:0em;
	padding-left:1em;
}

.related ul{
	padding:0em 0em 0em 1em;
	margin:0;
	list-style:none;
}

.related ul li{
	width:80%;
	background:transparent url('/images/general/strip_x.gif') repeat-x top left;
	margin-top:-2px;
	padding:0.3em 0em 0.3em 0em;
}

.related ul li a{
	text-decoration:none;
	color:#000;
}

.related .download,
.related .link{
	overflow:hidden;
	width:100%;
}

.related .download .title,
.related .link .title{
	overflow:hidden;
	width:100%;
}
.related .download .title img,
.related .link .title img{
	float:left;
}
.related .download .title a,
.related .link .title a{
	float:left;
	padding-left:5px;
	width:250px;
}

.relatedOther{
	padding-bottom:2em;
}

.relatedOther h2{
	font-size:1em;
	padding:0;margin:0;
	color:#fff;
}

.relatedOther ul{
	padding:0;
	margin:0;
	list-style:none;
}

.relatedOther ul li{
	border-top:1px solid #fff;
	padding:0.1em 1em 0.1em 2em;
}

.relatedOther ul li.first{
	border-top:none;
}

.relatedOther ul li a{
	text-decoration:none;
	color:#000;
	display:block;
}

#promoZone{
	/*padding-top:2em;*/
	width:100%;
	overflow:hidden;
}

.panelMedia{
	width:100%;
	overflow:hidden;
}

.panelMedia .panel_inner {
	width: 100% !important;	
}

.panelMedia .panel_inner h2{
	color: #333;
	padding-top: 1.5em;
	
}
.panelMedia .item{
	padding:0.2em 0em;
}

.panelMedia .item .link{
	margin-left: 10px;
}

.panelMedia .item .download {
	margin-left: 10px;
}

.panelMedia .item img{
	padding-right:10px;
}

.box{
	width:100%;
	overflow:hidden;
}

.box_top{
	width: 737px;
	overflow:hidden;
	height: 8px; 
	/*background:transparent url('/images/curves/box_top.gif') no-repeat top left;*/
	background:transparent url('/images/curves/box_top_737.gif') no-repeat top left;
}

.box_contents{
	/*background: transparent url('/images/curves/box_content.gif') repeat-y top left;*/
	background: transparent url('/images/curves/box_content_737.gif') repeat-y top left;
}

.box_contents .box_contents_inner{
	padding:0 2em;
}

.box_bottom{
	height: 34px;
	overflow:hidden;
	width:100%;
	/*background:transparent url('/images/curves/box_bottom.gif') no-repeat top left;*/
	background:transparent url('/images/curves/box_bottom_737.gif') no-repeat top left;
}
.ageList{
	margin:0;
	padding:0em 0em 0em 2em;
	list-style:none;
	width:400px;
	float:left;	padding-top:11px;
}

.ageList li{
	background:transparent url('/images/general/arrow.gif') no-repeat top left;
	padding-left:15px;
}

.ageList a{
	text-decoration:none;
	color: #333;
	font-size:1.3em;
}
#siteMain #MainCol .ageList a:hover{
	text-decoration:underline;
}
.subjectImage{
	float:left;
	width:120px;
	font-weight:bold;
	font-size:1.3em;
	padding:10px 15px 0px 20px;
	background:transparent url('/images/general/arrow_large.gif') no-repeat 0px 11px;
}
.ageImage{
	float:left;
	width:80px;
}

.topic{
	width:100%;
	overflow:hidden;
}

.row{
	width:100%;
	overflow:hidden;
}

.row .left{
	float:left;
	width:48%;
}

.row .right{
	float:right;
	width:48%;
}

#MainWrap .rowSubmitLeft{
	padding-bottom:10px;
	padding-top:10px;
}

#MainWrap .rowSubmitLeft .field {
	padding-left:0;
}

#ResourceLib{
	width: 737px;
}
#ResourceLib h2{
	background-color:#562877;
	padding:5px 10px;
	color:#fff;
	margin:1em 0em;
}

#ResourceLib h2 span{
	font-weight:normal;
}

#ListResults{
	list-style:none;
	padding:0;
	margin:0;	
}

#ListResults li{
	border:1px solid #562877;
	margin:1em 0em;
	width: 735px;
	overflow:hidden;
}

#ListResults .image{
	float:left;
	padding:1em;
}

#ListResults .info{
	float:left;	padding:1em;
}

#Useful, .usefulGroup{
	list-style:none;
	margin:0;
	padding:0;
}

#Useful li, .usefulGroup li{
	padding:1em 0em;
	overflow:hidden;
	width:100%;
}
.usefulGroup li .border{
	border:1px solid #562877;
	overflow:hidden;
	padding:1em;
}

.usefulGroup li .content{
	overflow:hidden;
	width:100%;
}

.usefulGroup .image{
	float:left;
	overflow:hidden;
	width:30%;
	padding-right:5%;
}

.usefulGroup .image img{

}

.usefulGroup .info{
	width:65%;
	float:left;
}




.subjectList a{
	text-decoration:none;
	color:#333;
	font-size:1.3em;
}

.subjectList{
	margin:0;
	padding:0em 0em 0em 2em;
	list-style:none;
	width:100%;
	float:left;	padding-top:11px;
}

.subjectList li{ 
	width:100%;
	overflow:hidden;
}

.subjectList .left{
	float:left;
	width:35%;
	background:transparent url('/images/general/arrow.gif') no-repeat top left;	
	padding-left:3%;	
}

.subjectList .right{
	float:right;
	width:40%;
	position:relative;
	height:40px;
}

.subjectList .right .age_29{
	position:absolute;
	left:0px;
	top:0px;		
}

.subjectList .right .age_30{
	position:absolute;
	left:55px;
	top:0px;	
}

.subjectList .right .age_31{
	position:absolute;
	left:100px;
	top:0px;		
}

.subjectList .right .age_32{
	position:absolute;
	left:140px;
	top:0px;	
}

.subjectList .right .age_33{
	position:absolute;
	left:190px;
	top:0px;
}

.formHandlerError{
	color:red;
}
