/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
@import url("forms.css");
@import url("jargon.css");
@import url("navigate.css");
@import url("text.css");
@import url("timchanges.css");

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #dddddd;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 230px;
	left: 2%;
	right: 2%;
	width:95%;
	background-color: #ffffff;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95%;
	background: #FFFFFF url(../images/index.jpg) no-repeat left top;
	height: 200px;
	
}

#pageNav{
	float: left;
	width:120px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
	display: none;
}

#content{
	border-left: 1px solid #ccd2d2;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #000000;
	font-weight: bold;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.BGa  {
	background-image: url(../images/pagename_02.jpg);
	background-repeat: no-repeat;
}
.BGb {
	background-image: url(../images/pagename_01.jpg);
	background-repeat: no-repeat;
}
.BGc {
	background-image: url(../images/pagename_03.jpg);
	background-repeat: no-repeat;
}





#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}
html>body .feature {height: auto;}


/************** feature styles *****************/

.feature{
	font-size: 80%;
	min-height: 200px;
	height: 200px;
	text-align: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: center 200px;
	background-image: url(../images/csp_big_bg_logo.jpg);
	background-attachment: fixed;
}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.feature img{
	padding: 5px;
	margin: 5px;
}
.feature  img.right  {
	float: none;
	border: 3px solid #CCCCCC;
	background-color: #eeeeee;
}
.feature img.left {
	float: none;
	border: 3px solid #CCCCCC;
	background-color: #eeeeee;
}
#pagecell1 #content .timchanges table {
}









.textbox01 {
	background-color: #CCCCCC;
	width: 400px;
	padding: 5px;
	margin: 10px;
}
.textbox02 {
	background-color: #CCCCCC;
	padding: 1px;
	margin: 5px;
	width: 600px;
}
.textbox02 ul {
	background-color: #eeeeee;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}





/*************** story styles ******************/

.story {
	font-size: 80%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.storyLeft{
	width: 400px;
	background-color: #CCCCCC;
	margin: 10px;
	padding: 5px;
	text-align: justify;
}

.storyRight {
	width: 450px;
	background-color: #CCCCCC;
	margin: 12px;
	padding: 5px;
	float: left;
}



/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}
#pagecell1 .capsule {
	width: 100%;
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
	float: right;
	height: 100%;
	margin-left: 80px;
}

#advert img{
	display: block;
}
