/* CSS Document */
html {
	min-height: 100%;
	height: auto;
}

body {
	background-image: url(../../images/pagebg.jpg);
}


body {
	color: #666666;
	font-family: arial;
	font-size: 90%;
	padding: 15px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position:bottom left;
	height:100%;
	
	
}
p
{
	padding: 0px;
	margin-top: 5px;
}

a:link, a:hover, a:visited
{
	text-decoration: underline;
	color: #000000;
	border: none;
}

img
{
	border: 0px;
}

img:hover
{
	 filter:alpha(opacity=50); opacity:.5;
	 
	 
}

h3
{
	padding: 0px;
	margin: 0px;
} 

/* Main Content */

#header
/*Top level page header*/
{
	margin-top: 0px;
	height: 30px;
	font-size: 19pt;
	color: #CCCCCC;
}

#header_index
{
	width:100%;
	padding-top:10px;
	font-size:130%;

}

#page_title
/*Title that appears in the header*/
{
	width: 980px;
	margin: 0px auto;
	text-align: right;
}

#main_content
/*Main container for site*/
{
	margin: 0px auto;
	width: 970px;
	background-repeat:repeat-x;
	height:100%;
	
	
	/*background-image: url( ../images/watermark.png );
	background-repeat: no-repeat; */
}

#content_left
/*container for content on left*/
{
	width: 49%;
	margin-top: 0px;
	padding-top: 20px;
	padding-right:5px;
	float: left;
	background-repeat:repeat-y;
	background-position:right;
	padding-left: 5px;
}

#content_left p{
	margin-top:7px;
	margin-bottom:7px;
	}



#content_middle
/*container for content on left*/
{
	width: 52%;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 10px;
	float: left;
	background-repeat:repeat-y;
	background-position:right;
}

#content_middle p{
	margin-top:9px;
	margin-bottom:9px;
	}

#content_left img:hover
{
	 filter:alpha(opacity=50); opacity:.5;
	 
}

#content_right
/*container for content on the right*/
{
	float: right;
	width: 49%;
	padding-top: 20px;
	padding-right:5px;
	background-repeat:no-repeat;
	background-position:bottom;
}

#content_right  p{
	margin-top:7px;
	margin-bottom:7px;
	}

#content_column
/*column container*/
{
	width: 150px;
	margin-top: 0px; 
	padding-top: 20px;
	padding-right:10px;
	float: left;
	  
}

#content_column li
{
	list-style-type:none;
	font-weight:bold;
	
	padding: 0px;
	margin: 0px;
}

#column_header
{
	width:150px;
	background-color:#000000;
	font-size:12pt;
	font-weight:bold;

}
#content_header
{
	
	background-color:#000000;
	font-size:12pt;
	font-weight:bold;
	

}

#domestic_left
/*container for content on left*/
{
	width: 500px;
	margin-top: 0px; 
	padding-top: 20px;
	padding-right:10px;
	float: left;
	font-weight:bold;
	 
}

/*gallery content*/

#gallery_left
/*container for content on left*/
{
	width: 420px;
	margin-top: 0px; 
	padding-top: 0px;
	padding-right:10px;
	float: left;
	  
}

#gallery
{
	padding-top: 10px; 
}

#gallery img
{
	border: 2px solid #ccc;
}

#gallery img:hover
{
	 filter:alpha(opacity=50); opacity:.5;
	 border: 2px solid #fff;
	 
}

#gallery ul
{
	margin: 0px;
	padding: 0px; 
}

#gallery li
{
	list-style-type: none;
	float: left;
	padding: 5px;
	margin: 0px;
}

#gallery_right
/*container for content on the right*/
{
	float: right;
	width: auto; 
	padding-left: 10px; 
	padding-top: 0px; 
}

/* Text styles*/


/* Hacks*/


#footer
/*page footer*/
{
	margin-top: 0px;
	clear: both;
	width: 100%; 
	font-size: 70%;
	padding-top:20px;
	
}

#footer li
{
	list-style-type: none;
	float: left;
	border-left: 1px solid #fff;
	padding: 0px 5px 0px 5px; 

}

#highlight
{
	margin-top: 20px; 
}

#highlight img:hover
{
	 filter:alpha(opacity=50); opacity:.5;
}

#highlight ul
{
	margin: 0px;
	padding: 0px; 
}

#highlight li
{
	list-style-type: none;
	float: left;
	padding: 0px;
	margin: 0px;
}

.contact_table{
	border: 0;
}
.contact_desc_cell{
	border: 0;
	width: 200px;
	text-align: right;
	valign: top;
	font-size: 90%;
	font-weight: bold;
}
.contact_input_cell{ border: 2px #8a8a8a solid; }
.contact_input{
	border: 1px #666666 solid;
	width: 100%;
	color: #333333;
	background-color: #E9E9E9;
}
.contact_input:focus{ border: 1px solid #000000; }
.contact_textarea{
	font-size: 8pt;
	color: #000000;
	background-color: #E9E9E9;
	border: 1px solid #666666;
	width: 100%;
}
.contact_textarea:focus{ border: 1px solid #000000; }

.contact_input
{
font:"Bitstream Vera Sans", Arial, Verdana, sans-serif;
font-size:12px;
}
.contact_textarea
{
font:"Bitstream Vera Sans", Arial, Verdana, sans-serif;
font-size:12px;
}

.style1 {
	color: #EB1C24;
	font-weight: bold;
}

