

/*
-----------------------------------------------
Title: cyteworks base styles
Author: Brian Merckens
Version: 	27 March 2006
----------------------------------------------- */


* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

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

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

img {
	border: none;
}

hr, .hide {
	display: none;
}


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

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


/* =Head
----------------------------------------------- */


#head {
	width: 896px;
	height: 337px;
	margin: 0 auto 0 auto;
	background: url(../images/bkg_lime_l2.jpg) no-repeat 35px top;
}

#head.home {
	width: 896px;
	height: 600px;
	margin: 0 auto 0 auto;
	background: url(../images/bkg_lime_l1.jpg) no-repeat 35px top;
}

#head_region_1 {
	width: 850px;
	height: 34px;
	margin: 0;
	text-align: right;
}

#head_region_2 {
	width: 896px;
	height: 32px;
	margin: 0;
}

#head_region_3 {
	width: 609px;
	height: 78px;
	margin: 38px 0 0 0;
	position:relative;
	left: 287px;
}

#head_region_3.home {
	width: 402px;
	height: 78px;
	margin: 40px 0 0 0;
	position:relative;
	left: 494px;
}


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

#content.home {
	width: 896px;
  margin: 0 auto 0 auto;
}

#content {
	width: 896px;
	margin: 0 auto 0 auto;
}

#content_region_1 {
	width: 538px;
	margin: 0;
	position:relative;
	top: -100px;
	left: 315px;	
}

#content_region_2 {
}

#content_region_3 {
}




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

#foot {
	width: 896px;
	margin: 0 auto 0 auto;
	clear: both;
}

#foot_region_1 {
	width: 780px;
	height: 50px;
	text-align:right;
  margin: 0 auto 0 auto;
}


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




/*
-----------------------------------------------
Title: cyteworks nav styles
Author: Brian Merckens
Version: 	27 March 2006
----------------------------------------------- */

#nav {
	height: 32px;
	width: 896px;
	margin: 0;
}

#nav ul, #n0 li, #n1 li, #n2 li, #n3 li, #n4 li, #n5 li, #n6 li { list-style-type: none;  margin: 0px;} 

#n0 { display: inline; float: left; width: 74px; height: 32px; margin: 0px; background: transparent url(../images/nav_lime.gif) 0px 0px no-repeat; }
#n1 { display: inline; float: left; width: 180px; height: 32px; margin: 0px; background: transparent url(../images/nav_lime.gif) -74px 0px no-repeat; }
#n2 { display: inline; float: left; width: 89px; height: 32px; margin: 0px; background: transparent url(../images/nav_lime.gif) -254px 0px no-repeat; }
#n3 { display: inline; float: left; width: 139px; height: 32px; margin: 0px; background: transparent url(../images/nav_lime.gif) -343px 0px no-repeat; }
#n4 { display: inline; float: left; width: 145px; height: 32px; margin: 0px; background: transparent url(../images/nav_lime.gif) -482px 0px no-repeat; }
#n5 { display: inline; float: left; width: 142px; height: 32px; margin: 0px; background: transparent url(../images/nav_lime.gif) -627px 0px no-repeat; }
#n6 { display: inline; float: left; width: 54px; height: 32px; margin: 0px; background: transparent url(../images/nav_lime.gif) -769px 0px no-repeat; }

#n1 a { display: inline; background: transparent url(../images/nav_lime.gif) -74px 0px no-repeat; }
#n2 a {	display: inline; background: transparent url(../images/nav_lime.gif) -254px 0px no-repeat; }
#n3 a { display: inline; background: transparent url(../images/nav_lime.gif) -343px 0px no-repeat; }
#n4 a { display: inline; background: transparent url(../images/nav_lime.gif) -482px 0px no-repeat; }
#n5 a { display: inline; background: transparent url(../images/nav_lime.gif) -627px 0px no-repeat; }
#n6 a { display: inline; background: transparent url(../images/nav_lime.gif) -769px 0px no-repeat; }

#n1 a:hover {background-position: -74px -32px;}
#n2 a:hover {background-position: -254px -32px;}
#n3 a:hover {background-position: -343px -32px;}
#n4 a:hover {background-position: -482px -32px;}
#n5 a:hover {background-position: -627px -32px;}
#n6 a:hover {background-position: -769px -32px;}

#n1 a:active, #n1 a.selected {background-position: -74px -64px;}
#n2 a:active, #n2 a.selected {background-position: -254px -64px;}
#n3 a:active, #n3 a.selected {background-position: -343px -64px;}
#n4 a:active, #n4 a.selected {background-position: -482px -64px;}
#n5 a:active, #n5 a.selected {background-position: -627px -64px;}
#n6 a:active, #n6 a.selected {background-position: -769px -64px;}




/*
-----------------------------------------------
Title: cyteworks type styles
Author: Brian Merckens
Version: 	27 March 2006
----------------------------------------------- */


p, dt, dd, li, th, td, label, address {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}	

h1, h2, h3, h4, h5, h6 {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


/* =Formatting
----------------------------------------------- */

/* =Anchors
----------------------------------------------- */

a {
	color: #3e3e3e;
	cursor: hand;
	text-decoration: none;	
}

a:hover {
	color: #000;
	text-decoration: underline;	
}

a.box {
	font: 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #3e3e3e;
	padding: 5px;
	border: 1px solid #3e3e3e;
	text-decoration: none;
	position: relative;
	left: 0;
	top: 20px;
}

a.box:hover {
	color: #FFF;
	background-color: #000;
}

#head_region_1 p a {
	color: #919191;
	text-decoration: none;
	cursor: hand;
}

#head_region_1 p a.lime:hover {
	color: #8ec741;
	text-decoration: underline;
}

#head_region_1 p a.cherry:hover {
	color: #640701;
	text-decoration: underline;
}

#head_region_1 p a.pumpkin:hover {
	color: #af6f29;
	text-decoration: underline;
}


#foot_region_1 a {
	color: #919191;
	cursor: hand;
	text-decoration: none;	
}

#foot_region_1 a:hover {
	color: #2a2a2a;
	text-decoration: underline;	
}


/* =Headings
----------------------------------------------- */
h1 {

}

#head_region_3 h1 {
	background: url(../images/hdr_lime_l2.gif) no-repeat center top;
	text-indent: -5000px;
	height: 78px;
	width: 609px;
}

#head_region_3 h1.home {
	background: url(../images/hdr_lime_l1.gif) no-repeat center top;
	text-indent: -5000px;
	height: 127px;
	width: 402px;
}

#content_region_1 h3 {
	font-size: 16px;
	color: #000;
	padding: 0 0 10px 0;
}

h4 {
	font-size: 14px;
	color: #000;
	padding: 15px 0 0 10px;

}


/* =Paragraphs
----------------------------------------------- */
p {
	font-size: 13px;
	padding: 6px 0;
	line-height: 17px;
}

p.line {
	font-size: 13px;
	padding: 9px 0;
	line-height: 17px;
	border-bottom: 1px solid #999;
}

#head_region_1 p {
	font-size: 11px;
	padding: 5px 0 0 0;
	color: #919191;
}

#head_region_3.home p {
  font-size: 13px;
	color:#fff;
	padding: 25px 60px 0 28px;
}

#foot_region_1 p {
	color: #919191;
	font-size: 10px;	
	padding: 10px 0 0 0;
	}


/* =Lists
----------------------------------------------- */
#content_region_1 ul {
	list-style: none;
	font: 14px/18px Arial, Helvetica, sans-serif;
	padding: 0 0 0 12px;
	margin: 0;
}

#content_region_1 li {
	list-style: none ;
	padding: 5px 0;
	margin: 0;
}

#content_region_1 ol {
	font: 13px/18px Arial, Helvetica, sans-serif;
	padding: 5px 0;
	margin: 0;
}


/* =Tables
----------------------------------------------- */


/* =Other
----------------------------------------------- *//* CSS Document */


