/* **************************************************** */
/*   sIFR styles in sIFR-screen.css and sIFR-print.css   */
/* ***************************************************** */

/* ***************************************************** */
/* Global CSS Styles - These are your standard html tags */
/* ***************************************************** */
* {outline: none;margin:0;padding:0;} 
a:link, a:visited {text-decoration:none; color: #6a6866; }
a:hover, a:active {text-decoration:none; color: #000; }

body {
  font-family: arial, verdana, sans-serif;
	font-size: 11px;
  margin: 5px 0px 0px 0px;
	background-color: #eae6de;
}

img { behavior: url(./scripts/iepngfix.htc) } /* PNG fix in IE6 */

/* ********************************************************************************** */
/* Layout CSS - these are author css styles that control the general layout structure */
/* ********************************************************************************** */

#container 
{ 
	margin: 0px auto; /* centers horizontal */
	padding:0;
	margin-top:10px;
 width:1000px;
}

/* IE6 Hack */
/*\*/
* html #container {height: 430px;}
/**/

#left {
	position:absolute
	top:300px;
	left:450px;
	width:343px;
	padding:0;
}

/* Content */
#content {    
	position:relative;
	float:left;
	width:100%;
	min-height:300px;
	float: left;
	text-align: left;
}

#modules {
	float:left;width:100%;height:165px;
}
#modules img {float:left;padding:5px;border:none;}
/* ********************************************************************** */
/* Formatting CSS - these are user css styles that control the formatting */
/* ********************************************************************** */
/* Headers & Titles */
h1 {
  margin:0px 0px 10px 0px;
	font: bold 14px Georgia, 'times new roman', serif;
	color: #000;
	font-variant:small-caps;
}


#content .copy {
	line-height: 1.5;
	text-align:left;	
}

/* ************************************************************************** */
/* Navigation Links - these are main, utility and secondary navigation styles */
/* ************************************************************************** */

/* Main Navigation */
#mainnav {
	clear: left;
  margin: 0px auto; /* centers horizontal */
	width: 100%;
	height: 25px;
	text-align:center;
	font-family: Georgia, Times New Roman, serif;
	font-size: 100%;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	padding-top:11px;
	z-index:1;
} 
#mainnav a:link, #mainnav a:visited  {
	text-decoration:none;
	color: #eeeeee;
	padding: 3px 15px 3px 15px;
}

#mainnav a:hover, #mainnav a:active  {
	text-decoration:underline;
	color: #eeeeee;
	padding: 3px 15px 3px 15px;
}

/* Sub Navigation */
#subnav {
	font-family: arial, verdana, sans-serit;
	font-size:10px;
	padding-left:10px;
}

#subnav a:link, #subnav a:visited  {
	text-decoration:none;
	color: #000;
}

#subnav a:hover, #subnav a:active  {
	text-decoration:underline;
	color: #000;
}

/* ************* */
/* Footer CSS  */
/* ************ */
#bottom {
	position:relative;
	float:left;
	margin:0 auto;
	width:1000px;
	height:20px;
	color:#ccc;}

#footer {
  width:40%;
	float:right;
  text-align:right;
	padding:4px;
}

#footer .copyright {
  font-size: 9px; 
	color: #ccc;
}

/* Utlity Navigation */
#utilitynav {
	width:50%;
	float:right;
	font-family: arial, sans-serif;
	font-size:85%;
	padding:4px;
}

#utilitynav a:link, #utilitynav a:visited  {
	text-decoration:none;
	color: #000;
}

#utilitynav a:hover, #utilitynav a:active  {
	text-decoration:underline;
	color: #CCC;
}


/* ********************** */
/* Form Input Fields CSS  */
/* ********************** */

input, select, option, textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #000000; 
}      


/* ************* */
/* Gallery CSS  */
/* ************ */

#gallery .gallerythumbnail {float:left;margin:5px;}
#gallery .gallerybackborder {border:1px solid black;}
#gallery .galleryback {color:black;} 