@import "color.css";

/* CSS Document */

*
{
	margin: 0;
	padding: 0;
}

body, span,  div, img, form, 
p, a, class, table, tr, td, ul, ol, li  {
	padding:0;
	margin:0;
}
h1,  h2, h3, h4, h5	{
	margin:2px;
	padding:0;
}
body	{
	/* background color is selected in include file color.php */
	font-family:Helvetica, sans-serif; 
	font-size:10px; 
	color:#333;
}
ul, li{
list-style:none;
}

img	{
	border:0
}

p		{ 
	font-size:11px; 
	font-weight:normal; 
	text-align:justify;
}
h1		{ 
	font-size:16px; 
	font-weight:bold; 
	color:#0073a2; 
	margin:2px; 
	padding:0
}
h2		{ 
	font-size:16px; 
	font-weight:normal; 
	text-transform:uppercase; 
}
h3		{ 
	font-size:12px; 
	font-weight:normal; 
	line-height:150%;
}
h4		{ 
	font-size:12px; 
	font-weight:normal; 
	text-transform:uppercase; 
}
h5		{ 
	color: #e28f26;
	font-size:11px; 
	font-weight:bold; 
	text-transform:uppercase; 
}

a		{ 
	text-decoration:none; 
	color:#666;
}
a:hover	{ 
	text-decoration:none; 
	background:url(../images/img_nav_hover.png) repeat-x bottom left;
	color:#000;
}

#mainwrapper	{ 
	position:relative;
	width:1000px; 
	margin:0;
}

#mainheader		{ 
position:relative;
width:1000px; 
height:110px; 
background:url(../images/img_banner.png) no-repeat;
}


/*Navigation
-------------------------------------------*/

/* -------------- NAVIGATION ---------- */
#NavBox{
height:110px; /* 90px */
width:1000px;}
	#Nav{
	height:55px;
	padding:55px 0 0 250px;
	}
	#Nav li{
	float:left; /* Places the list items in a horizonatal format */
	background:url(../images/img_plus.png) no-repeat top right;
	}
	#Nav a{
	display:block; /* This tag allows the entire block to show up rather than just a portion of the hyperlink */
	font-weight:bold;
	margin:0 0 0 20px;
	padding:10px 10px 5px 10px; /*Defines space around text links */
	text-transform:uppercase;
	white-space: nowrap;
	}
/*End of navigation*/

#leftpic p	{
margin:10px; 
font-size:10px}

#content	{ 
	position:relative;
	width:960px; 
	padding:0 20px;
}
#content .lalign	{ 
	text-align:left
}
#content .calign	{ 
	text-align:center
}
#content .ralign	{ 
	text-align:right
}

#contentleft	{
	position:absolute;
	left:20px;
	top:20x;
	width: 300px;
	padding:0;
}
#contentcenter{
	width: 300px;
	height:450px;
	margin:0 0 0 330px;
	
}
#contentcenter img	{
	border:10px solid #fff;
}


#contentright	{
	position:absolute;
	top:20px;
	width:300px;
	margin:0 0 0 660px;
}
#subgalleryframe	{
	text-align:center;
	width: 680px;
	padding:20px;
}

/*--------------------------------------------
End of content */

#footer	{
	margin-top:15px;
	padding:5px 0;
	border-top:1px solid #999;
}
#footer p	{
	font-size:9px;
	line-height:170%;
	text-align:right;
	color:#666;
	margin:0 20px;
}
#footer a	{
	text-transform:uppercase;
	padding:0 0 3px 0; /*Defines space around text links */
	color:#666;
	text-decoration:none
}
#footer a:hover	{
	color:#e28f26;
	background:url(../images/img_nav_hover.png) repeat-x bottom;

}

/*--------------------------------------------
End of footer */


/* classes */
p.note					{ font-style:italic}
.formbtn, .formstyle	{ font-family:"Courier New", Courier, monospace; font-size:11px; padding:3px; margin:2px}
.formbtn				{ background-color:#cccccc; border:1px solid #666666; font-weight:bold}
.formerror				{ background-color:#da8c2a; font-weight:bold; text-transform:uppercase; line-height:150%; width:230px;}
.floatmeL				{ float:left; margin-right:20px;}
.floatmeR				{ float:right; margin-left:20px;}
.subgalpicpad			{ padding:0 25px 25px 0}
.textemphasis			{ color:#e28f26;}
