@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, Geneva, sans-serif;
	background: #333;
	margin: 0; 	
	padding: 0;
	text-align: left; 
	color: #000000;
}

	#big{float:left;}
	#thumbs{float:left;}
	a{border:none;}
	a img{border:none;}
	
p {
	padding: 0;
	margin: 0 0 10px;
}

h1,h2,h3 {margin:0; padding:0;}

.amproj #container { 
	position: relative; 
	width: 100%;
	margin: 0; 
	border: 0px solid #000000;
	text-align: left; 
	} 

.amproj #header { 
	height: 90px; 
	background: #2c2c2c; 
	padding: 0;
}

.amproj #print{
	display: none;
}

.amproj #print img{
	display: none;
	width: 1px;
	height: 1px;
}


.amproj #header h1 {
	margin: 0; 
	padding: 10px 0; 
}

.amproj #logo {
	display: block;
	margin-left: 180px;
}

.amproj #bar {
	display: block;
	margin-top: 10px;
	background-color: #cc9966;
	width: 100%;
}
.amproj #sidebarlt {
	position: absolute;
	top: 90px;
	left: 0;
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 10px 15px 0;
	}


.amproj #sidebarrt {
	position: absolute;
	top: 90px;
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 10px 15px;
	left: 800px;
}

.amproj #mainContent { 
	margin: 0 190px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 10px 10px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: 1px solid #474747;
	width: 600px;
}

.amproj #bigimage {
	width: 600px;
	height: 470px;
	display: block;
}

/* main text items */

.amproj #maintext {
	display: block;
	margin-left: 50px;
	margin-top: 20px;
	position: relative;
	width: 550px;
}

#leftcol {
	position: absolute;
	width: 100px;
	left: 0;
	display: block;
	padding-right: 15px;
}

#rightcol {
	position: absolute;
	width: 420px;
	left: 100px;
	display: block;
	padding-left: 15px;
}


.spacer {
	height: 100px;
	display: block;
}

.amproj #maintext h1 {
	font: bold 16px/17px Verdana, Arial, Helvetica, sans-serif;
	color: #7ba2aa;
	margin-bottom: 10px;
}

.amproj #maintext h2 {
	font: bold 11px/17px Verdana, Arial, Helvetica, sans-serif;
	color: #7ba2aa;
	margin-top: 10px;
}

.amproj #maintext p {
	font: 11px/17px Verdana, Arial, Helvetica, sans-serif;
	color: white;
}


.amproj #maintext a:link {
	color: #ffffcc;
}

.amproj #maintext a:hover {
	color: #FC9;
	text-decoration: underline;
}

.amproj #maintext a:visited {
	color: #ffffcc;
	text-decoration: none;
}

.amproj #maintext h3 {
	font: 13px/21px Verdana, Arial, Helvetica, sans-serif;
	color: #bebdb7;
	padding-right: 20px;
}

.amproj #maintext h4 {
	font: bold 11px/17px Verdana, Arial, Helvetica, sans-serif;
	color: white;
	margin: 10px 0 0;
}





/* main nav items */

#mainnav {
	margin: 0 0 0 20px;
	padding: 5px 0 0 0px;
	text-indent: 0;
	display: block;
}

#mainnav ul {
	padding-left: 24px;
	text-indent: -24px;
	color: #bebdb7;
	font: 10px/18px Arial, Helvetica, Geneva, sans-serif;	list-style-type: none;
	margin: 0;
}

#mainnav ul.top a:link {	color: #bebdb7;
	padding-left: 8px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: url(../images/arrow_blue.gif) no-repeat 0 3px;
}

#mainnav ul.top a:visited {	color: #bebdb7;
	background: url(../images/arrow_blue.gif) no-repeat 0 3px;
	padding-left: 8px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#mainnav ul.top a:hover {
	color: #99ccff;
}

#mainnav ul.bot a:link {	color: #bebdb7;
	padding-left: 8px;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: url(../images/arrow_rust.gif) no-repeat 0 3px;
}

#mainnav ul.bot a:visited {	color: #bebdb7;
	background: url(../images/arrow_rust.gif) no-repeat 0 3px;
	padding-left: 8px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#mainnav ul.bot a:hover {
	color: #ffcc99;
}

#mainnav ul li.selected a:link {	text-decoration:none;	color:#ffffff;
	font-weight: bold;
	background: url(../images/arrow_wht.gif) no-repeat 0 3px;
}

#mainnav ul li.selected a:visited {	text-decoration:none;	color:#ffffff;
	font-weight: bold;
	background: url(../images/arrow_wht.gif) no-repeat 0 3px;
}

#mainnav ul.sub {
	margin-bottom: 5px;
	font-size: 11px;
}

#mainnav ul.sub a:link {	color: #d5d5b3;
	padding-left: 18px;
	text-decoration: none;
	background: url(../images/subnav_arrow.gif) no-repeat 10px 3px;
}



#mainnav ul.sub a:visited {	color: #d5d5b3;
	background: url(../images/subnav_arrow.gif) no-repeat 10px 3px;
	padding-left: 18px;
	text-decoration: none;
}

#mainnav ul.sub a:hover {
	color: #99ccff;
	text-decoration: underline;
}

#mainnav ul li.selectsub a:link {	text-decoration:none;	color:#ffffff;
	background: url(../images/subnav_sel.gif) no-repeat 7px 3px;
	list-style-type: none;
}

#mainnav ul li.selectsub a:visited {	text-decoration:none;	color:#ffffff;
	background: url(../images/subnav_sel.gif) no-repeat 7px 3px;
	list-style-type: none;
}


#navbar {
	margin: 5px 0 5px 8px;
	display: block;
}



.ob{
	font-style: italic;
}

#address {
	display: block;
	margin-top: 140px;
	color: #cc9966;
	font: 11px/16px Arial, Helvetica, Geneva, sans-serif;
	margin-left: 28px;
	margin-bottom: 100px;
}

#address p {
	margin-top: 5px;
}

#address a:link {
	color: #ffffcc;
	letter-spacing: 1px;
}

#address a:hover {
	color: #FC9;
	letter-spacing: 1px;
}

#address a:visited {
	color: #ffffcc;
	letter-spacing: 1px;
}



#thumbs {

}
	
#thumbs a{
		overflow:hidden;
		height:70px;
		display: block;
	margin-bottom: 10px;
}

#thumbs img{
		border:0px solid white;
		overflow:hidden;
}

	.over	{
		margin-top:-70px;
}	



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}



.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
