/* CSS Document */

a:link {
	color:#999999;
	text-decoration:none;
	}
a:visited {
	color:#999999;
	text-decoration:none;
}
a:hover {  
	color:#CC0000;
	text-decoration:none;
	}
	

/* Generic Styles */

.h1 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color: #666666;
	font-weight:bold;
	}

h2 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 14px; 
	color: #666666;
	font-weight:bold;
	}

h3 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	line-height: 16px; 
	color: #CC0000;
	font-weight:bold;
	}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #666666;
	}
	

/* Special Styles */

.highlight_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #666666;
	font-weight:bold;
	}
	
.small_links { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #b7b1a6; 
	}

.small_links a:link { 
	text-decoration: none;
	color:#b7b1a6;
	}
.small_links a:visited
	{
	color:#b7b1a6;
	}
	
.small_links a:hover { 
	text-decoration: none;
	color:#cc0000;
	}

.photo {
 background-color: #efece7;
 border: 1px solid #c5c5c5;
 padding: 2px;
}

.breadcrumb { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	line-height: 12px; 
	color: #999999;
	background: url(images/title_bottom.gif) bottom left repeat-x;
	padding: 0px 0 0px 0;
	margin: -8px 0 18px 0;
	}

/* Field Styles */

.fields {
	color: #000000;
	font-size: 11px;
	width: 175px;
	height: 16px;
	background-color: #e1d9cc;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #c7bba8;
	}


.fields_multi {
	color: #000000;
	font-size: 11px;
	width: 430px;
	height:100px;
	background-color: #e1d9cc;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #c7bba8;
	}

/* Below is the gallery nvaigation */

#small_nav {
	clear: both;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	color: #CCCCCC;	
	text-decoration: none;
	background-color: #666666;
	padding-top: 3px;
	padding-bottom: 4px;
}

#small_nav a:link, #small_nav a:visited, #small_nav a:hover, #small_nav a:active{
	color: #CCCCCC;	
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 18px;
	padding-right: 18px;
}

#small_nav a:hover{
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat-x;
}

/* Below is the main top navigation */

#main_nav li{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	line-height: 15px;
	font-style:normal;
	color: #999999;	
	text-decoration: none;
	list-style-image:url(images/square.gif);
	list-style-position:outside;
	margin-left:10px;
}

#main_nav li a:link, #main_nav li a:visited, #main_nav li a:active{
	color: #999999;
	text-decoration: none;
}

#main_nav li a:hover{
	color:#cc0000;
	}

/* Gallery Table Background */

.gallery_table_bg {
	background-image:url(images/table_bg.jpg);
	background-attachment:fixed;
	background-position:right;
	background-position:top;
	background-repeat:no-repeat;
	}
	
