/* 
Color information:

////////////////////////////
Blue: #1674ba;
Orange: #F26722;
Red: #E31F26;
Green: #44B649;
////////////////////////////*/

body {
	font-size:12px;
	margin:0px;
	padding:0px;
	background-color:#333333;
	font-family:Verdana,Trebuchet,Arial,Helvetica,sans-serif;
	}
	
a { text-decoration:underline; color:#F26722; }
a: hover { text-decoration:none; color:#F26722; }

a img { border:none; }
h1 { font-family:Trebuchet MS; font-size:18px; color:#F26722; height:20px; margin-bottom:20px; }
h2 { font-family:Trebuchet MS; font-size:14px; color:#F26722; margin:10px 0 -10px 0; }
h3 { font-family:Trebuchet MS; font-size:14px; color:#F26722; margin:0 0 0 5px; }

#wrapper {
	width:800px;
	margin-top: 20px;
	margin-right:auto;
	margin-bottom:5px;
	margin-left:auto;
	background-color:#fff;
	padding:10px;
	}
	
/*//////////////////////////////////////////
Top Gradient Bar
//////////////////////////////////////////*/

#top_bar { 
	font-family:Trebuchet MS;
	text-align:center;
	height:30px;
	padding-top:15px;
	color:#666;
	background:#fff url(/resources/images/top_bg.png) no-repeat;
	background-repeat:repeat-x;
	}
	
#top_bar #container { width:810px; margin:0 auto; }
	
#top_bar #left { 
	width:395px; 
	text-align:left; 
	float:left; 
	margin-right:10px;
	}
		
#top_bar #right { 
	width:395px; 
	text-align:right; 
	float:left; 
	margin-left:10px;
		}
		
#top_bar a {
	color:#F26722;
	text-decoration:none;
		}
		
#top_bar a:hover { text-decoration:underline; }

.thinborder img { border:solid #CCCCCC 1px; padding:2px; }
		
/*//////////////////////////////////////////
Headers
//////////////////////////////////////////*/
#large_header {
	height:110px;
	padding:5px;
	margin:0 auto;
	background-color: #fff;
	}
	
#small_header {
	height:80px;
	padding:5px;
	margin:0 auto;
	background: #fff url(/resources/images/top_image_header.gif) no-repeat;
	}
	
/*//////////////////////////////////////////
Menu
//////////////////////////////////////////*/	
#menu {
	width:160px;
	padding:10px 5px 10px 0;
	float:left;
	color:#999;
	font-family:Verdana,Trebuchet,Arial,Helvetica,sans-serif;
	}
	
a.green,a.blue,a.orange,a.red,a.grey {
	color: #999;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	border-left:none; 
	border-right:none;
	background-color:#fff;
	margin:5px 10px 5px 0;
	font-size:13px;
	font-weight:lighter;
	padding:5px;
	display: block;
	text-decoration:none;
	}

	a.green:hover {
		color:#44B649; 
		border-top:1px solid #44B649; 
		border-bottom:1px solid #44B649;
		}
	
	a.blue:hover { 
		color:#1674ba;
		border-top:1px solid #1674ba; 
		border-bottom:1px solid #1674ba;
		}
		
	a.orange:hover { 
		color:#f26722;
		border-top:1px solid #f26722; 
		border-bottom:1px solid #f26722;
		}
	
	a.red:hover { 
		color:#E31F26;
		border-top:1px solid #E31F26; 
		border-bottom:1px solid #E31F26;
		}
		
	#fader { font-family:Trebuchet MS1, Helvetica, sans-serif; font-size:14px; font-style:italic; text-align:center; padding:5px; margin:2px; width:160px; }
		
/*//////////////////////////////////////////
Submenu Styling
//////////////////////////////////////////*/		
	a.blue_indent { 
			color: #1674ba;
			border-top:1px solid #fff;
			border-bottom:1px solid #fff;
			border-left:none; 
			border-right:none;
			margin:5px 10px 5px 0;
			font-size:12px;
			font-weight:lighter;
			padding:5px;
			display: block;
			text-decoration:none;
			margin-left:10px;
			}
			
	a.orange_indent { 
			color: #f26722;
			border-top:1px solid #fff;
			border-bottom:1px solid #fff;
			border-left:none; 
			border-right:none;
			margin:5px 10px 5px 0;
			font-size:12px;
			font-weight:lighter;
			padding:5px;
			display: block;
			text-decoration:none;
			margin-left:10px;
			}
		
	a.red_indent { 
			color: #E31F26;
			border-top:1px solid #fff;
			border-bottom:1px solid #fff;
			border-left:none; 
			border-right:none;
			margin:5px 10px 5px 0;
			font-size:12px;
			font-weight:lighter;
			padding:5px;
			display: block;
			text-decoration:none;
			margin-left:10px;
			}
					
a.blue_indent:hover { 
			margin-left:10px;
			color:#1674ba; 
			border-top:1px solid #1674ba; 
			border-bottom:1px solid #1674ba; 
			}
			
a.orange_indent:hover { 
			margin-left:10px;
			color:#f26722; 
			border-top:1px solid #f26722; 
			border-bottom:1px solid #f26722; 
			}

a.red_indent:hover { 
			margin-left:10px;
			color:#E31F26; 
			border-top:1px solid #E31F26; 
			border-bottom:1px solid #E31F26; 
			}
			
/*//////////////////////////////////////////
Content
//////////////////////////////////////////*/
#content {
	font-family:Verdana,Trebuchet,Arial,Helvetica,sans-serif;
	width:610px;
	padding:10px;
	float:left;
	text-align:justify;
	}
	
#content_lower {
	height:5px;
	border-top:1px solid #ccc;
	}
	
#content a { text-decoration:none; color:#F26722; }
#content a:hover { text-decoration:underline; color:#F26722; }

#content a img { border:none; }
/*//////////////////////////////////////////
CSS Table Layouts
//////////////////////////////////////////*/

.table { width:520px; margin:10px auto; border: 1px solid #ccc; padding:5px;}
.table_large { width:580px; margin:10px auto; border: 1px solid #ccc; padding:5px;}

.table_wrap { width:520px; padding:5px; margin:10px auto; border: 1px solid #ccc; }
.header { 
			height:20px; 
			color:#ff6600; 
			font-weight:bold; 
			border-top:none; 
			padding-top:5px; 
			font-size:14px;
			padding-bottom:5px;
			border-bottom: 1px solid #ff6600;
			}

.cost { 
			height:15px;
			color:#ff6600; 
			font-weight:bold; 
			border-top:none; 
			padding-top:10px; 
			}
			
.line { padding-top:10px; padding-bottom:5px; }

/*//////////////////////////////////////////
Footer
//////////////////////////////////////////*/
#footer {
	background-color:#333333;
	color:#666666;
	width:800px;
	margin:0px auto;
	height:30px;
	padding:10px;
	text-align:center;
	}
#footer a { text-decoration:none;}
#footer a:hover { text-decoration:underline;}
	
/*//////////////////////////////////////////
Misc
//////////////////////////////////////////*/

.clearer {
	clear:both;
	}
	
.nice_img {
	border: 1px solid #ccc;
	padding:5px;
	margin:10px;
	clear:both;
	}
	
.nice_img_plain {
	border: 1px solid #ccc;
	padding:5px;
	clear:both;
	}
	
#content_images {
	width:130px;
	float:left;
	padding:5px;
	margin:20px 5px 5px 5px;
	text-align:center;	
	}

.smallprint { font-size:10px;}


	#content_images img { border:1px solid #ccc; padding:5px; margin-bottom:20px;}
	
.orange { color:#F26722; }

/* For the photo gallery and lightbox script */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../resources/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../resources/images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/*//////////////////////////////////////////
Photos Page
//////////////////////////////////////////*/

#PhotoBox {
			width:600px;
			margin: 0 auto;
			padding-left: 10px;
			padding-right:10px;
			border: 1px solid #ccc;
			}
			
#PhotoBox .line { height:170px; text-align:center; margin-top:10px; margin-bottom:10px; padding-bottom:10px;}

#PhotoBox .photo { height:150px; width: 160px; padding-top:10px; padding-bottom:10px; margin:0 20px 0 20px; float:left; }

#PhotoBox img { padding:5px; border:1px solid #ccc; }

