/* CSS Basic Document */
body
{
margin:0px auto;
padding:0px;
background:url(../images/bg.jpg) left top repeat-x;
}
a {
color: #006cd0;
text-decoration: none;
font-size: 11px;
}

a:hover {
text-decoration: underline;
}
p
{
margin:6px 0px;
}
/* CSS Menu */
#navcontainer {
        margin:0px;
        padding: 0;
        height: 32px;
		padding-top:69px;
}
#navcontainer ul {
        border: 0;
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
}
#navcontainer ul li {
        display: block;
        float: left;
        text-align: center;
        padding: 0;
        margin: 0;
		background: url(../images/menu-normal.gif) center center no-repeat;
		height:32px;
		padding-right:2px;
}
#navcontainer ul li a {
        background: url(../images/menu-normal.gif) center center no-repeat;
        width: 117px;
        height: 32px;
        padding: 0px;
        margin: 0px;
        color: #FFF;
        text-decoration: none;
        display: block;
        text-align: center;
        font: bold 11px/32px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#navcontainer ul li a:hover {
        color: #FFF;
        background: url(../images/menu-hover.gif) center center no-repeat;
		height:32px;
}
#navcontainer li.active a {
        color: #FFF;
        background: url(../images/menu-active.gif) center center no-repeat;
		height:32px;
}
-->
.gray-line
{
border-bottom:1px solid #DBDBDB;
clear:both;
}
.image
{
padding:1px;
border:1px solid #BDBDBD;
}
.body-middle
{
margin-top:10px;
}
.left-menu-line
{
background:url(../images/v-line.gif) right top repeat-y;
padding-right:10px;
}
.welcome-padding
{
padding:0px 19px 0px 15px;
}
.review-padding
{
padding:0px 9px;
}
.left-menu-title
{
border-top:1px solid #006CD0;
border-bottom:1px solid #006CD0;
padding-left:10px;
color:#0B387C;
font-size:13px;
font-weight:bold;
line-height:20px;
height:20px;
background-color:#D4E5FF;
}
.right-title
{
background:url(../images/right-title-bg.gif) left center no-repeat;
height:33px;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
font-style: normal;
line-height: 33px;
font-weight: bold;
font-variant: normal;
text-transform: none;
color: #FFF;
text-decoration: none;
padding-left:23px;
}
.right-title-bg-red
{
background:url(../images/top-red.gif) left center no-repeat;
height:33px;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
font-style: normal;
line-height: 33px;
font-weight: bold;
font-variant: normal;
text-transform: none;
color: #FFF;
text-decoration: none;
padding-left:23px;
}
.round-corner-box-red
{
border-left:3px solid red;
border-right:3px solid red;
padding:16px 16px 0px 16px;
}
.round-corner-box
{
border-left:3px solid #00AE00;
border-right:3px solid #00AE00;
padding:16px 16px 0px 16px;
}

.round-corner-featured-box
{
border-left:3px solid #00AE00;
border-right:3px solid #00AE00;
padding:12px 12px 0px 12px;
}
/* CSS Background image Document */
.box-top-bg
{
background:url(../images/corner-top-bg.gif) left top repeat-x;
height:15px;
}
.box-bottom-bg
{
background:url(../images/corner-bottom-bg.gif) left top repeat-x;
height:15px;
}
.box-left-bg
{
background: url(../images/corner-left-bg.gif) left top repeat-y;
width:15px;
}
.box-right-bg
{
background:url(../images/corner-right-bg.gif) left top repeat-y;
width:15px;
}
.review-box
{
padding:10px;
background:url(../images/review-box-bg.gif) left bottom repeat-x;
}
.review-title-bg
{
background:url(../images/circle-bg.gif) left center no-repeat;
}
.footer-top-bg
{
background:url(../images/footer-top-bg.gif) left top repeat-x;
height:15px;
}
/* CSS Text Document */
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #4B4B4B;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 26px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #B00A0A;
	text-decoration: none;
	margin:0px;
	padding:0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 26px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #006CD0;
	text-decoration: none;
	margin:0px;
	padding:0px;
}
.number {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	margin:0px;
	padding:0px;
}
.review-title{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #006CD0;
	text-decoration: none;
	margin:0px;
	padding-left:6px;
}
.read-more-link
{
color:#5E8B2B;
font-weight:bold;
text-decoration:none;
}
.read-more-link:hover
{
color:#00AE00;
text-decoration:underline;
}
.footer-link
{
color:#4b4b4b;
text-decoration:none;
}
.footer-link:hover
{
color:#000;
text-decoration:underline;
}


/*---------------------------------------------------
LIGHTBOX STYLES
----------------------------------------------------*/
#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; background: url(../images/prevlabel.gif) left 15% no-repeat;}
#nextLink { right: 0; float: right; background: url(../images/nextlabel.gif) right 15% no-repeat;}
#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; }

