/************************
CSS Document
Stylesheet for FRCAC
************************/

/*--- Standard Tags ---*/
body
{
	margin: 5px 0 5px 0;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	/*color: #36c;*/
	color: #330;
	background-color: #798a2e;
	text-align: center;
}
ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

a:link {
	color: #798a2e;
	text-decoration: none;
	
}

a:visited {
	color: #798a2e;
	text-decoration: none;
}
a:hover
{
	color: #330;
	text-decoration: none;
	
}
a:active {
	color: #798a2e;
	text-decoration: none;
}


/*--- Custom Tags ---*/
#centering
{
	background-color: #fff;
	text-align: left;
	width: 800px;
	margin: 0px auto 4px auto;
	padding: 0px 0px 0px 0px;
	
}

#header
{
	font-size: 105%;
	border-bottom: #798a2e;
	border-width: 0 0 2px 0;
	border-style: none none solid none;
	background-image: url(../images/sunrise.gif);
	background-repeat: no-repeat;
	height: 200px;

}

#header dl
{
	background-image: url(../images/ul.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

#headerSmall
{
	font-size: 75%;
}

#header dt { }

#header dd
{
	background-image: url(../images/ur.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 50px;
	padding-left: 150px;
	padding-top: 20px;
}

#header h1 { }

#leftbar
{
	float: left;
	text-align: center;
		padding: 0 0 0 5px;
	width: 150px;
	
	
}

#leftbar ul
{
	padding-left: 0;
	
	margin-left: 0;
}

#leftbar a:link, #leftbar a:visited
{
	display: block;
	vertical-align: middle;
	font-weight: bold;
	color: #798a2e;
	text-align: center;
	
	width: 100%;
	text-decoration: none;
	font-size: 85%;
}

#leftbar a:hover
{
	text-decoration: none;
	color: #330;
}

/*************************
ROUNDED BOXES
**************************/
/* Indestrucible box */

.box {
  width: 150px;
  background: url(../images/div-bottom.gif) no-repeat bottom left;
  }
.box h3 {
  margin: 0;
  padding: 6px 8px 4px 10px;
 font-size: 90%;
  color: #333;
  border-bottom: 1px solid #E0CFAB;
  background: url(../images/h3-bg.gif) no-repeat top left;
  }
.box ul {
  margin: 0 0 0 5px;
  padding: 14px 10px 14px 10px;
  list-style: none;
  }
.box li {
  margin: 0 0 6px; 
  padding: 0;
  } 




#content {
	float: right;
	width: 625px;
	font-size: 90%;
	
	

}

#contentPadding { padding: 10px;}
	

#content h1{
	font-size: 150%;
}

#content h2{
	font-size: 130%;
}

#content h3{
	font-size: 120%;
}

#content h4{
	font-size: 110%;
}

#content img {
border:0;
}

.floatimgleft
{
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.floatimgright
{
	float: right;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#clear { clear: both;
}

#footer
{
	height: 27px;
	font-size: 90%;
	color: #fff;
	text-align: center;
	background-color: #634d42;
	margin-top:2x;
	clear:both;	
}

#footer a:link, #footer a:visited {
	color:#33CC00;
}

#footer a:hover {
	color:#ocf;
}

#footer dl
{
	background-image: url(../images/bl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	border-top: 2px solid #798a2e;
	
}

#footer dd
{
	background-image: url(../images/br.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 25px;
}

#womanPhoto
{
	background-image: url(../images/woman.png);
	background-repeat: no-repeat;
	height: 314px;
	width: 150px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* Definition List Styles */

#product {
  	float: left;
  	width: 304px;
  	padding: 10px 0;
  	background: url(img/bg.gif) no-repeat top left;
  	}
#product dl {
  	float: left;
  	width: 260px;
  	margin: 10px 20px;
  	padding: 0;
  	display: inline; /* fixes IE/Win double margin bug */
  	}
#product dt {
  	float: right;
  	width: 162px;
  	margin: 0;
  	padding: 0;
  	font-size: 130%;
  	letter-spacing: 1px;
  	color: #627081;
  	}
#product dd {
  	margin: 0 0 0 98px;
  	padding: 0;
  	font-size: 85%;
  	line-height: 1.5em;
  	color: #666;
  	}
#product dl dd.img {
   	margin: 0;
   	}
#product dd.img img {
  	float: left;
  	margin: 0 8px 0 0;
  	padding: 4px;
  	border: 1px solid #D9E0E6;
  	border-bottom-color: #C8CDD2;
  	border-right-color: #C8CDD2;
  	background: #fff;
  	}

/* reverse float */

#product .alt dt {
  	float: left;
  	}
#product .alt dd {
  	margin: 0 98px 0 0;
  	}
#product .alt dd.img img {
  	float: right;
  	margin: 0 0 0 8px;
  	}
#photoCredit{
text-align:right;
padding-right: 4px;
font-size:80%;
}

/* Dojo Styles */

#explode {
	position : absolute;
	background-color: #fff;
	left : 50px;
	top : 210px;
	width: 972px;
	text-align : center;
	display : none;
	height: 576px;
}
