@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: #cecfe0;
}

body {

}

img {
	border: none;
}

hr, .hide {
	display: none;
}


/* =Structure
----------------------------------------------- */

#container {
	background: #cecfe0;
	padding: 0;
	margin: 0 auto 0 auto;
	width: 100%;
}

#head_photos {
	padding: 0 18% 0 0;
	width: 215px;
	height: 102px;
	float: right;
	text-indent: -500px;
	position:fixed;
	z-index: 100;
	text-align: center;
}

/* =Head
----------------------------------------------- */

#head {
	background: #0a178c;
	width: 1000px;
	height: 159px;
	margin: 0 auto 0 auto;
	display:block;

}

#head_region_1 {
	background: #e8e8e8 url(../images/bg_fade_grey.gif) top center repeat-x;
	width: 100%;
	height: 120px;
	margin: 0;
	padding: 0;
}


#head_region_1 h1 {
	background: url(../images/logo.png) top center no-repeat;
	padding: 0 18% 0 5px;
	width: 300px;
	height: 100px;
	text-indent: -5000px;
	float: left;
	position: relative;
	z-index: 200;
}


#index #head_region_2 {
	background: #00052f url(../images/bg_fade_blue.gif) top center repeat-x;
	width: 100%;
	height: 5px;
	margin: 0;
	padding: 0;
}

#head_region_2 {
 width: 100%;
	height: 5px;
	margin: 0;
	padding: 0;
}

#head_region_3 {
	background: #00052f url(../images/bg_fade_green.gif) top center repeat-x;
	width: 100%;
	height: 35px;
	margin: 0;
	padding: 0;
}

/* =Content
----------------------------------------------- */

#content {
 background-color: transparent;
	width: 1000px;
	min-height: 163px;
	_height: 163px;
 margin: 0 auto 0 auto;
	display:block;
}


#content_region_1 {
	width: 950px;
	padding: 0;
	margin: 10px 0 0 0;
	display: block;
}


#content_region_3 {

}


/* =Footer
----------------------------------------------- */

#foot {
 background-color: transparent;
	width: 950px;
	height: 40px;
 margin: 0 auto 0 auto;
	display:block;
	clear: both;
}

#foot_region_1 {
	padding: 0;
	margin: 0;
	display: block;
}

#foot_region_2 {

}

#foot_region_3 {

}

/* =Misc
----------------------------------------------- */
