@import url(home.css);
@import url(type.css);
@import url(nav.css);
@import url(forms.css);
@import url(errors.css);

/*
-----------------------------------------------
Title: cyteworks base styles
Author: Brian Merckens
Version: 	27 March 2006
----------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

html { background: #1d3592 url(../images/bg_base.gif) top center repeat-y; }

body { }

img { border: none; }

hr, .hide { display: none; }


/* =Structure
----------------------------------------------- */

#container {
	background: #FFF url(../images/bg_fade.jpg) top center repeat-x;
	padding: 0;
	margin: 0 auto 0 auto;
	width: 100%;
}


/* =Head
----------------------------------------------- */

#head {
	background: #fff url(../images/bg_mast.jpg) no-repeat;
	width: 798px;
	height: 195px;
	margin: 0 auto 0 auto;
	position:relative;
	z-index:100;
}

#head_region_1 {
	width: 425px;
	height: 25px;
	margin: 0;
	float: left;
}

#head_region_2 {
	width: 100px;
	height: 45px;
	margin: 10px 40px 0 0;
	float: right;
}

#index #head_region_3 {
	background: url(../images/lpa_images.gif) top center no-repeat;
  	clear: both;
  	width: 336px;
  	height: 158px; 
  	position: relative;
  	left: 21px;
  	top: 10px;
}

#head_region_3 {
	background: url(../images/lpa_images_inside.gif) top center no-repeat;
 clear: both;
 width: 336px;
 height: 158px;
	position: relative;
 left: 21px;
	top: 10px;
}

/* =Content
----------------------------------------------- */

#index #content {
	background: #fff url(../images/bg_home_content.gif) top center no-repeat;
	width: 788px;
	min-height: 300px;
	_height: 300px;
	margin: 0 auto 0 auto;
	/*position:relative;
	z-index:200;*/
}

#content {
	background: #fff ;
	width: 788px;
	min-height: 300px;
	_height: 300px;
	margin: 0 auto 0 auto;
/*	position:relative;
	z-index:200; */
}

#index #content_region_1 {
	width: 325px;
	min-height: 200px;
	_height: 200px;
	margin: 25px 0 0 20px;
	padding: 0 10px 0 10px;
	display: block;
	float: left;
	border-left: none;
}

#content_region_1 {
	width: 220px;
	margin: 15px 0 0 0;
	padding: 0 10px 0 10px;
	display: block;
	float:right;
	border-left: 1px solid #cdd1e1;

}

#index #content_region_2 {
	width: 345px;
	min-height: 300px;
	_height: 300px;
	padding: 0;
	margin: 0 0 0 414px;
	display: block;	
	border-right: none;
	position:relative;
	top: 20px;
}

#content_region_2 {
	width: 500px;
	min-height: 200px;
	_height: 200px;
	padding: 15px 15px 0 	0;
	margin: 30px 0 0 0;
	display: block;
}

#index #content_region_3 {
 height: 40px;
	padding: 0;
	margin: 40px 0 0 0;
	display: block;	
	clear:both;
}

#content_region_3 {
  height: 20px;
	padding: 20px 0 10px 0;
	margin: 0;
	display: block;	
	clear:both;
}
#NewsContailer { width:490px;float:left;height:auto; margin-bottom:12px;}
#NewsDate {color: #000;
	font: 12px Arial, sans-serif;
	font-weight:lighter;
	width:55px; 
	float:left;
	height:auto; }

#NewsTitle { color: #000;
	font: 12px Arial, sans-serif;
	font-weight:lighter;
	padding: 0 0 0 10px;
	width:400px;
	float:left;
	height:auto; }

/* =Footer
----------------------------------------------- */

#foot {
	background: #1d3592 url(../images/bg_foot.jpg) top center no-repeat;
	width: 100%;
	margin: 0 auto 0 auto;
	clear: both;
}

#foot_region_1 {
	margin: 0 auto 0 auto;
	width: 798px;
}

#foot_region_2 {
	margin: 0 auto 0 auto;
	width: 735px;
	text-align:right;
	padding: 0;
	position:relative;
	top: -25px;
	z-index:-100px;
}


/* =Misc
----------------------------------------------- */
.superscript {vertical-align: super; font-size:10px; } 