/* Common */
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
}
img {border:0;} 
a {
	outline:none;
	text-decoration:none;
	color: #03F;
}
a:hover {text-decoration:none;}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #333;
	margin: 0px;
	padding: 0px;
}
div#error{
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #C00;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

/* MAIN BANNER AREA */
div#topcontainer {
	width:1000px;
	height:100px;
	padding-left:10px;
	padding-right:10px;
	margin:0 auto;
}
div#toplogo {
	width:264px;
	float:left;
	padding-top:24px;
	margin:0 auto;
}
div#slogantext {
	padding-top:12px;
	font-size: 12px;
	color: #333;
	font-weight: bold;
}
div#slogantext a {
	padding-top:12px;
	font-size: 12px;
	color: #333;
	font-weight: bold;
}
div#toptabs {
	width:736px;
	float:right;
	height:100px;
	margin:0 auto;
}

/*////////////////////////////////////////////////////////// TOP MENU AREA */
div#fullwidthmenu {
	clear:both;
	font-size: 12px;
	width:100%;
	background-color:#C00;
}
div#widthholder {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	width:1000px;
	margin:0 auto;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
	background-color: #C00;
}
#widthholder a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	outline:none;	
	text-decoration: none;
	font-weight: bold;
}
#widthholder a:hover {
	text-decoration: none;
	color: #000;
}
.red {
	color: #C00;
}
.redtext {
	color: #C00;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
.green {
	color: #090;
}
.black {
	color: #000;
}
.blue {
	color: #03F;
}
.standardtext {
font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
}
	/* ///////////////////////////////////////////////////////   TOP MENU  */
div#menuspacer {
	width: 5px;
}
.inactive {
	background-color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.inactive:hover {
	background-color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.menupad {
	padding-top: 10px;
	padding-right: 11px;
	padding-bottom: 7px;
	padding-left: 11px;
}
.menutext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
}
.minitext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height:10px;
}
.active {
	background-color: #C00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C00;
}
/* ///////////////////////////////////////////////////////   BODY RIGHT MENU  */

div#bodyholder {
	clear:both;
	width:1000px;
	margin:0 auto;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:25px;
	padding-top:25px;
}
/* ///////////////////////////////////////////////////////   ROUND CORNERS   */
div#roundtl {
	width:4px;
	height:4px;
	float:left;
	background-image: url(../images/box-tl.png);
	background-repeat: no-repeat;
	margin:0;
	padding:0;
}
div#roundtr {
	width:4px;
	height:4px;
	float:right;
	background-image: url(../images/box-tr.png);
	background-repeat: no-repeat;
	margin:0;
	padding:0;
}
div#roundbl {
	width:4px;
	height:4px;
	float:left;
	background-image: url(../images/box-bl.png);
	background-repeat: no-repeat;
	margin:0;
	padding:0;
}
div#roundbr {
	width:4px;
	height:4px;
	float:right;
	background-image: url(../images/box-br.png);
	background-repeat: no-repeat;
	margin:0;
	padding:0;
}

/* ///////////////////////////////////////////////////////   FOOTER  */
div#footerbox {
	clear:both;
	width:1000px;
	padding-left:10px;
	padding-right:10px;
	margin:0 auto;
}
div#footer {
	width:100%;
	margin:0 auto;
	background-image: url(../images/greyfade.png);
	background-repeat: repeat-x;
}
div#footerinner {
	clear:both;
	margin:0 auto;
	padding:6px 10px 10px 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
}
div#footerlower {
	clear:both;
	margin:0 auto;
	padding: 10px 0 30px 0;
}
div#footheading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666;
	padding-bottom: 6px;
}
div#foottext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
}
div#foottext a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
}
div#foottext a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #C00;
}
/* ///////////////////////////////////////////////////////   INNERS  */
div#articleimage {
	float: right;
	padding: 0 0 15px 20px;
	margin:0 auto;
}
div#mainheading {
	width:100%;
	padding: 0 0 10px 0;
	margin:0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}
div#spacer1 {
	clear:both;
	width:100%;
	height:1px;
	margin:0 auto;
}
div#spacer10 {
	clear:both;
	width:100%;
	height:10px;
	margin:0 auto;
}
div#spacer20 {
	width:100%;
	height:20px;
	margin:0 auto;
}
div#spacer30 {
	clear:both;
	width:100%;
	height:30px;
	margin:0 auto;
}
div#wideinnerleft {
	float:left;
	width:720px;
}
div#wideinnerright {
	float:right;
	width:720px;
}
div#narrowinnerleft {
	float:left;
	width:250px;
}
div#narrowinnerright {
	float:right;
	width:250px;
}
.whiteheading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin:0;
	color: #FFF;
}
div#greybox {
	background:#E2E2E2;
}
.lightgrey {
	color: #E2E2E2;
}
.grey {
	color: #999;
}
.domsearchformfield{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	outline:none;
	text-align:right;
	background-color: #CCC;
	border: 1px solid #CCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.domsearchbutton{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	outline:none;
	background-color: #C00;
	border: 1px solid #FFF;
	padding: 8px;
}
.domsearchbutton:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	cursor:pointer;cursor:hand;
	outline:none;
	background-color: #000;
	border: 1px solid #FFF;
	padding: 8px;
}
.domsearchautext{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.domsearchtable{
	background-color: #CCC;
	border: 1px solid #FFF;
	padding: 0px;
}
.button{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	outline:none;
	background-color: #333;
	border: 1px solid #333;
	padding: 5px 10px 5px 10px;
}
.button:hover{
	cursor:pointer;cursor:hand;
	outline:none;
	background-color: #C00;
	border: 1px solid #C00;
}
.blankbutton{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	outline:none;
	background-color: #CCC;
	border: 1px solid #CCC;
	padding: 5px 10px 5px 10px;
}
/* ///////////////////////////////////////////////////////   VERT MENU  */
div#vertinner {
	margin:0;
	padding: 0px 10px 0px 10px;
}
div#vertheading {
	margin:0;
	padding: 4px 0px 4px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
div#vertitem {
	margin:0;
	padding: 4px 0px 4px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC; 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px; 
	color: #333;
}
div#vertitem a{
	margin:0;
	padding: 4px 0px 4px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}
div#vertitem:hover {
	background-image: url(../images/vert-bg.png);
	background-repeat: repeat-y;
	background-position: right top;
}
div#vertitem a:hover{
	color: #C00;
}
div#rssitem {
	margin:0;
	padding: 4px 0px 4px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC; 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px; 
	color: #333;
}
div#rssitem:hover {
	background-color: #F2F2F2;
}
/*////////////////////////////////////////////////////////// CLIENT AREA */
.itemline {
	background-color: #F5F5F5;
}
.itemline:hover {
	background-color: #EEEEEE;
}
.itemlinetext {
	font-size: 12px;
	color: #333;
}
.itemlinetext a {
	color: #03F;
}
.itemlinetext a:hover {
	color: #333;
}









#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(../lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../lightbox/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: #333; }
#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; }
