* {
	padding:				0;
	margin:					0;
}

body, html {
	height: 100%;
}

body {
	margin:					0px;
	padding: 				0px;
	font-family:			Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:				14px;
	background:				#4b4856 url(../images/template/bg.png) repeat-x top left;
	color:					#666666;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* main structure */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#wrap {
	position:				relative;
	width:					980px;
	margin:					0 auto;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* head */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#head {
	clear: 					both;
	height:					140px;
	position:				relative;
	background:				#bbbbbb url(../images/template/paul-evans-header.jpg) no-repeat top left;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* main navigation */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#navi {
	position:				relative;
	background:				#222222 url(../images/template/nav-bg.png) repeat-x top left;
	clear: 					both;
	height:					40px;
	overflow:				hidden;
	padding:				0;
	margin:					0;
}

#navi ul {
	margin:					0;
	list-style-type:		none;
}

#navi ul li {
	display:				inline;
}

#navi ul li a {
	color:					#ffffff;
	background:				url(../images/template/nav-l.png) no-repeat top right;
	text-align:				left;
	text-decoration: 		none;
	font-size:				14px;
	font-weight:			bold;
	float:					left;
	text-align:				center;
	position:				relative;
	/* NEED TO BE THE SAME */
	height:					40px;
	line-height:			40px;
	padding-left:			25px;
	padding-right:			25px;
}

/* hover */
#navi ul li a:hover {
	color:					#444444;
	background:				url(../images/template/nav-h.png) no-repeat top right;
}

/* active */
#navi ul li a.active {
	color:					#458ac9;
	background:				url(../images/template/nav-a.png) no-repeat top right;
	font-weight:			bold;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* content layout */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#content {
	position:				relative;
	background:				#ffffff url(../images/template/content-bg.png) repeat-y top right;
	overflow:				hidden;
	min-height:				500px;
}
#content #br {
	background:				#bfbfbf url(../images/template/content-br-bg.png) no-repeat top right;
	height:					50px;
	width:					200px;
	position:				absolute;
	bottom:					0;
	right:					0;
}

#content #bl {
	background:				#bfbfbf url(../images/template/content-foot-bg.png) repeat-x top right;
	height:					50px;
	width:					778px;
	position:				absolute;
	bottom:					0;
	left:					0;
}

/* left col */
#left-col {
	float:					left;
	width:					780px;
	padding-bottom:			50px;
}
#left-col div {
	padding:				20px;
	padding-bottom:			0;
}

/* right col */
#right-col {
	float:					right;
	width:					180px; /*padding */
	padding:				10px;
	padding-top:			0;
	padding-bottom:			50px;
	background:				url(../images/template/right-bg.png) no-repeat bottom right;
	min-height:				400px;
}
#right-col div {
	padding:				10px;
	background:				#4b4856 url(../images/template/module-bg.png) repeat-x top left;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* foot */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#foot {
	position:				relative;
	clear:					both;
	padding: 				10px;
	padding-top: 			10px;
	text-align:				center;
	color:					#dddddd;
	font-size:				10px;
}

#foot a, #foot a:visited, #foot a:hover {
	color:					#bbbbbb;
	text-decoration:		none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* page elements */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#content h1 {
	color:					#458ac9;
	text-decoration:		none;
	font-size:				16px;
	margin-bottom:			4px;
}

#content h2 {
	color:					#458ac9;
	text-decoration:		none;
	font-size:				14px;
	margin-bottom:			2px;
}

#content h3 {
	color:					#458ac9;
	text-decoration:		none;
	font-size:				12px;
	margin-bottom:			6px;
	margin-top:				6px;
}

#right-col h2{
	color:					#ffffff;
}

a, a:visited {
	border:					0px;
	color: 					#458ac9;
	text-decoration:		none;
}

a:hover {
	border:					0px;
	color: 					#458ac9;
	text-decoration:		underline;
}

#content ul {
	margin-left:			40px;
	list-style-type:		disc;
}

#content ul li {
	margin-bottom:			4px
}

#content table tr td.left {
	padding-right:			10px;
	width:					50%;
}
#content table tr td.right {
	padding-left:			10px;
	width:					50%;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* modules */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#module-contact {
	text-align:				center;
}

#module-contact h2 {
	color:					#eeeeee;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* contact form */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

table.form {
	width:					100%;
}

table.form td {
	padding:				4px!important;
}

input.text, textarea {
	background-color:		#ffffff;
	border:					2px solid #458ac9;
	font-family:			verdana;
	font-size:				12px;
}

.btn {
	background-color:		#458ac9;
	border:					2px solid #458ac9;
	color:					#ffffff;
	font-family:			verdana;
	font-size:				12px;
	font-weight:			bold;
	padding:				4px;
}

textarea {
	width:					100%;
	height:					125px;
}

.error {
	color:					#ff0000!important;
	font-weight:			bold!important;
}

.grecaptcha-badge {
	display:				none;
}

.contact .grecaptcha-badge {
	display:				block;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* MISC HELPERS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* remove dotted line when links are clicked */
a:active { outline: none; }
a:focus { -moz-outline-style: none; }
a { outline:	 none; }

div.clear { clear: both; height: 0; overflow: hidden; }

img { border: 0px; }
table { width: 100%; border-collapse: collapse; }
td { vertical-align: top; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* LIGHTBOX */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 5000; 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(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/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; }
