@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: #fff url(../images/bkg_base.gif) no-repeat center top;
	height:100%;
}

body {
 
 	}

body.lg_image {
	background: #fff url(../images/bkg_base_alt.gif) no-repeat center top;
	height:100%;
}

img {
	border: none;
}

hr, .hide {
	display: none;
}


/* =Structure
----------------------------------------------- */

#container {
	height:100%;
	padding: 0;
	margin: 0 auto 0 auto;
	width: 1005px;
}


/* =Header
----------------------------------------------- */

#head {
 width: 1005px;
 height: 220px;
}

#head_region_1 {
 width: 1005px;
 height: 84px;
}

#head_region_2 {
 width: 315px;
 height: 107px;
 float:left;
}

#head_region_3 {
 width: 690px;
 height: 107px;
 float:right;
}


/* =Content
----------------------------------------------- */

#content {
	width: 1005px;
	min-height: 480px;
}

#content.lg_image {
	padding: 0;
	margin: 0 auto 0 auto;
	width: 900px;
}

#content_region_1 {
	background: transparent url(../images/bkg_nav.gif) no-repeat 1px 160px;
	width: 320px;
	min-height: 480px;
	float: left;
}

#content_region_1.lg_image {
	background: transparent;
	padding: 0;
	margin: 0 auto 0 auto;
	width: 900px;
	min-height: 480px;
	text-align: center;

}


#content_region_2 {
	width: 537px;
	min-height:385px;
	float: right;
	padding: 0 148px 0 0;
}

#content_region_3 {
	width: 685px;
	height: 75px;
	float: right;
}



/* =Footer
----------------------------------------------- */

#foot {
}

#foot_region_1 {
}

#foot_region_2 {
}

#foot_region_3 {
}


/* =Misc
----------------------------------------------- */