/*universal reset*/
*
{ 
	margin: 0; 
	padding: 0; 
}
h1, h2, h3, h4, h5, h6
{
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	/*font-size: 100%;*/
	font-size: 1em;
	font-family: inherit;
	vertical-align: baseline;
	font-style:italic; 

}
h1
{
	font-size: 1.5em;
}
/*universal settings*/
html, body 
{	
	height: 100%;
}


body
{
	font-family: Georgia, Arial, Sans-serif;
	font-size: 0.75em;
	line-height:1.4em;

	color: #4a4748;
	border: 0;
	width: 100%;
	
	/*background: #c6c6c6 url('../img/background_small.jpg') top left repeat-y;*/
	
	background: #dbdbdb url('../img/background_small.jpg') top left repeat-y;
}



:focus {
	outline: 0;
}

/*layout definitions*/



#wrapper
{

min-width: 1026px;
width: 100%;
!width: 1026px;
overflow: hidden;

height:auto !important; /* real browsers */
height:100%; /* IE6: treaded as min-height*/
min-height:100%; /* real browsers */

}

#logo
{
	margin-left: 15px;
	margin-top: 14px;
	margin-bottom: 25px;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 0.9em;
	line-height: 2em;
}

#page_title
{
	margin-top: 41px;
	margin-bottom: 15px;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 30px;
	
	border-bottom: 1px solid #bbbbbb;
	
}

#content
{
	margin-left: 20px;
	margin-right: 20px;	
	
}
/*_column definitions*/

#col_1, #col_2, #col_3
{

	padding-bottom: 32767px;
	margin-bottom: -32767px;

	
}
#col_1
{
	position: relative;
	float: left;
	width: 208px;
	
	border-right: 1px solid #e0e0e0;
	
	background-color: #fcfcfc;
	

	z-index: 3;
}
#col_2
{
	float: left;

	width: 486px;
	overflow: hidden;
	
	border-right: 1px solid #c3c1c1;
	
	
	background: #f6f6f6 url('../img/background_col2.jpg') top left repeat-y;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */

	
	z-index: 1;

}
#col_3
{
	position: relative;
	float: left;

	width: 330px;
	text-align: center;
	
	overflow: hidden;
	
	z-index: 0;
}
#col_3 img
{
	margin-bottom: 4px;
	position: relative;
	z-index: 0;
}

#cold_3,#spacer
{
	
	height: 87px;
}

/*link definitions*/

#col_1 a.navheader
{
	font-size: 1.175em;
	font-style: italic;
	color: #2f2a2b;
	display: block;
	padding-left: 16px;
	
	margin-bottom: 5px;
	cursor: pointer;
	
	background: url('../img/arrow.jpg') top left no-repeat;
}
#col_1 ul.nav
{
	font-family: "trebuchet ms", arial, sans-serif;
	margin-bottom: 10px;
	cursor: pointer;
	display: block;
	
}
#col_1 ul.nav li
{
	
	
}
#col_1 ul.nav li a
{
	display: block;
	padding-left:26px;
	text-decoration: none;
	color: inherit;
	
}
#col_1 ul.nav li a.nav_button
{
	background-color: #f4f4f4;

	
}
#col_1 ul.nav li a.nav_button:hover
{
	background-color: white;	
}
#col_1 ul.nav li a.nav_selected
{
	background-color: #dddddd;

	
}
.imageWrapper
{
	position: relative;

	width: 311px;
	overflow: hidden;
	margin-left: 10px;
	
}
.overlay 
{
width:311px;
background-color: black;

position: absolute;
top: 0;
left: 0;
z-index: 10;	

color: white;
text-align: left;

font-family: "trebuchet ms", arial, sans-serif;

opacity: .5;
padding: 5px;

}

#preload_icon
{
	position: fixed;
	top: 10px;
	left: 180px;
	height: 16px;
	width: 16px;
	background: white url('../img/loadingAnimation-whbg.gif') top left no-repeat;
	
}

#img-container {
	margin-left: 208px;
	padding: 10px;
	
}

a img
{
	border: 0;
	
}

#content ul
{
	list-style-type: disc;
}

#content ul li
{
	margin-left: 20px;
}
}



