
body, html {
	margin:0px 0px 0px 0px;
	padding:0px;
	height: 100%;
	color: #242A36;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	line-height: 140%;
	background:#fff url('images/_white.gif'); 
	background-repeat: repeat-x;
	background-position: top left;
		}
		
#content {
		margin-left: 0px;
		margin-top: 0px;
		width: 100%;
		min-height: 300px;
		height:auto;
		background:#fff url('images/grad_bg.jpg'); 
	background-repeat: repeat-x;
	background-position: top left;
		}	
		
* html #content {
	height: 300px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}		
		
#column1 {
		position:relative;/*ie needs this to show float */
		width:290px;
		float:left;
		margin-right: 20px;
		margin-top: 20px;
		padding: 0px 10px 10px 100px;
		min-height: 270px;
		}
		
#column2 {
		position:relative;/*ie needs this to show float */
		width:460px;
		float:left;
		margin-top: 20px;
		padding: 0px 10px 10px 15px;
		min-height: 215px;
		}
	
#column3 {
		position:relative;/*ie needs this to show float */
		width:200px;
		float:left;
		margin-top: 20px;
		padding: 0px 10px 10px 15px;
		//border-left:1px dotted #ACC314;
		min-height: 215px;}

		
p.white {
	color: #666;
}

a {
	color: #242A36;
	text-decoration: none;
}
a:active{
	color: #242A36;
	text-decoration: none;
}
a:hover{
	color: #242A36;
	text-decoration: underline;
}
a.con {
	color: #666;
	font-size: 11px;
	text-decoration: none;
}
a.con:hover{
	color: #666;
	text-decoration: underline;
}

h1 {
	font-size: 15px; 
	font-weight: normal;
	padding-bottom: 1px;
	padding-bottom: 0px;
	color: #777;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 3px;
	color: #242A36;
}


ul {
	list-style-type: none;
	padding-left: 0;
	padding-top: 10px;
	margin-left: 10px;
	}
li {
	background: url(images/bullet.gif) left top no-repeat;
	padding-left: 15px;
	margin-bottom: 10px;
	
	}
	
hr { color:#555;}

.white {
	color: #fff;
}

.clear { clear: both; }

select, input, menu, list {
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	font-size: 11px;
}
form {
	padding: 2px;
	margin: 0px;
}
/**************************
HEADER
**************************/
#logo {
	padding: 0px;
	margin: 0 auto;
	height: 146px;}

#nav {
	padding: 0px 0px 0px 300px;
	height: 22px;}

#home{
	padding: 0px;
	margin: 0 auto;
	height: 330px;
	background:#242A36 url('_images/_home_bg.gif'); 
	background-repeat: repeat-x;
	background-position: top left;
}
#head{
	padding: 0px;
	margin: 0 auto;
	height: 180px;
	background:#242A36 url('images/head_bg.jpg'); 
	background-repeat: repeat-x;
	background-position: top left;
}


/**************************
FOOTER
**************************/
#footer {
	padding: 10px 10px 10px 100px;
	margin: 0 auto;
	text-align: left; }
	
	  /**************************
opacity
**************************/  
  
  a.opacity img {
filter:alpha(opacity=90);   
-moz-opacity: 0.9;   
opacity: 0.9;
}

a.opacity:hover img {
filter:alpha(opacity=100);  
-moz-opacity: 1.0;   
opacity: 1.0;
}