/* HOME SYTLES */

#container {
    width: 765px;
    margin: 30px auto 0 auto;
    text-align: left;
    font-size: 12px;
	background-color: #FFFFFF;
}

#header {
	position: absolute;
	top: 20px;
	width: 769px;
	/*border-bottom: 1px solid  #008AC4;*/
	margin: 0 0 0 -1px;
	height: 72px;
	background: url(../media/images/ZanzicoLogo.png) no-repeat top left; 
}


/* LOGO */

h2#logo, h2#logo span.replace {
	display: block;
	width: 150px;
	height: 75px;
	position: relative;
	overflow: hidden;
}

h2#logo span.replace {
	position: absolute;
	top: 0;
	left: 0;
}

h2#logo a {
	display: none;
}

h2#logo {
	float: left;
	text-transform: lowercase;
	font-size: 170%;
	text-align: center;
	padding-top: 24px;
	height: 26px;
	margin-left: 15px;
	_margin-left: 10px;
	cursor: pointer;
}

/* END OF LOGO */


/* TEXT CONTAINER */

#textContainer {
	top: 425px;
	width: 765px;
	/*padding-top: 20px;*/
	position:absolute;
	background-color: #FFFFFF;
}

#textContainer .right {
	float: right;
	width: 230px;
	min-height: 500px;
	max-height: 2000px;
	/*background:  url(../media/images/list.jpg) repeat-y;*/

}

#textContainer .left {
	float: left;
	width: 500px;
}

/* END OF TEXT CONTAINER */


/* FAUX COLUMN */

#fauxColumn {
	width: 761px;
	background: transparent url(../media/images/grey_box_773.jpg) repeat-y;
}
	
/* END OF FAUX COLUMN */



/* SUB NAV */



#subNav ul {
	float: right;
	padding-top: 50px;
	font-size: 10px;
	margin: 0 10px 0 0;
}

#subNav ul li {
	display: inline;
	float: left;
	padding: 0 0 0 5px;
}

#subNav ul li span {
	color: #FFFFFF;
}

#subNav a {
	float: left;
	padding: 0 5px 0 0;
	line-height: 13px;
	color: #FFFFFF;
	text-decoration:none;
}


#subNav ul li.last {
	padding: 0 0 0 5px;
	margin-right: -5px;
}

#subNav ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


/* END OF SUB NAV */


/* FLASH PIECE */
#flash {
  position: absolute;
  top: 135px;
  width: 765px;
  height: 275px;
  z-index: 1;
  background-color: #FFFFFF;
  padding-top:20px;
}

#noscript {
	top: 185px;
	width: 763px;
	height: 235px;
	position: absoulute; 
	z-index: 1;
}
/* END OF FLASH PIECE */


/* MAIN HEADLINE */

#mainHeadline h1 {
	font-weight: bold; 
	font-size: 18px;
	padding-bottom: 10px;
	/*padding-left: 15px;*/
	margin: 0 0 0 20px;
	border-bottom: 1px solid #004375;
	width: 745px;
	background-color: #FFFFFF;
	/*text-indent:20px;*/
}

/* END OF MAIN HEADLINE */


/* BODY TEXT */

#bodyText h2 {
	margin: 18px 0 8px 0; 
	width: 485px;
	font-size: 13px;
	clear: right;
}

#bodyText {
	margin: 0 0 20px 20px; 
	width: 485px;
	font-size: 12px;
	line-height: 21px;
	clear: right;
}

#bodyText p{
	margin: 5px 0 8px 0px; 
	width: 485px;
	font-size: 12px;
	line-height: 21px;
	clear: right;
}


#bodyText .header1 {
	margin: 10px 0 0 0;
	width: 485px;
	font-size: 13px;
	clear: right;
	font-weight: bold;
}



/* END OF BODY TEXT */

/* LIST */

#list {
	font: 10px verdana, sans-serif; 
	width: 224px; 
	float: right;
}

#list .mainListHeadline {
	margin: 0 0 10px 0px;  
	width: 218px; 
	height: 20px;
	background-color: #c6c7bc; 
	color: #000000;
	font-weight: normal;
	padding: 3px;
	text-align: center;
	line-height: 18px;
}

#list img {
	margin: 0 0 0 0;
}


#list h3.title {
	margin: 20px 0px 0 0; 
	width: 210px; 
	font-weight: bold;
	font-size: 12px;
}

#list ul {
	margin: 0 10px 0 10px;
	_margin: 0 0px 0 0px;
}

#list li {
	list-style-type: none;
	width: 205px;
	margin: 5px 0 5px 0px;
	line-height: 14px;
	_margin: 10px 0 5px 10px;
}

#list .article {
	margin-top: 15px;
}


#list .last {
	border-bottom: 1px dotted #000000;
	width: 200px
}

/* END OF LIST */


/* FOOTER */

#footer {
	/*clear: both;*/
	padding-top: 15px;
	padding-bottom: 25px;
	padding-left:20px;
	font-size: 10px;
	color: #000010;
}

/* END OF FOOTER */




