@charset "utf-8";
/* CSS Document */
body {
margin:0px;
padding:0px;
background:#010201 url(/templates/default/body_bg.gif) repeat-x;
}
a {
-moz-outline-style: none;
}
a img {
border:none;
}
table#container {
border-collapse:collapse;
font:11px Arial, Helvetica, sans-serif;
color:#666666;
}
td#header {
height:313px;
}
#headerlinks ul {
margin:50px 0px 0px 480px;
padding:0px;
}
#headerlinks ul li {
display:inline;
text-transform:uppercase;
font:10px Arial, Helvetica, sans-serif;
color:#666666;
margin-left:15px;
}
#headerlinks ul li a {
color:#666666;
text-decoration:none;
}
#headerlinks ul li a:hover {
color:#000000;
text-decoration:none;
}
#tagline {
color:#ffffff;
font:12px Arial, Helvetica, sans-serif;
margin:225px 0px 0px 432px;
}
td#middle {
background:#f2f0f0;
}
td#footer {
height:25px;
}
td#footer ul {
margin:0px 0px 0px 0px;
padding:0px;
}
td#footer ul li {
display:inline;
font:11px bold Arial, Helvetica, sans-serif;
color:#ffffff;
margin-left:15px;
line-height:25px;
}
td#footer ul li a {
color:#ffffff;
text-decoration:none;
}
td#footer ul li a:hover {
text-decoration:underline;
}
#breadcrumbs {
width:320px;
float:right;
font:11px Arial, Helvetica, sans-serif;
color:#ffffff;
line-height:25px;
padding-left:10px;
}
#breadcrumbs a {
color:#ffffff;
text-decoration:none;
}
#breadcrumbs a:hover {
color:#ffffff;
text-decoration:underline;
}
/* Dropdown Navigation Start */
td#mainnav {
height:25px;
background:url(/templates/default/nav_bg.gif) no-repeat;
}
ul#tmenu {
font: 12px Arial, Helvetica, sans-serif;
font-weight:bold;
color:#666666;
margin:0px 0px 0px 0px;
padding:0px;
float:left;
height:25px;
width:500px;
}
ul#tmenu li {
float:left;
list-style:none;
padding-right:10px;
}
ul#tmenu li a.toplevel {
	color:#f2f0f0;
	text-decoration:none;
	padding:0px 10px 0px 10px;	/* global padding */
	line-height:25px;
	display:block;
}
ul#tmenu li a.toplevel:hover, ul#tmenu li a.toplevel.active {
background:#000000;
color:#ffffff;
}

#tmenu li ul {
	font: 11px arial, helvetica, serif;
	color:#ffffff;
        position: absolute;
	border: solid #000000 0px;
	background:#4a4a45;
	left: -999.0em;
	height:auto;
	width: 160px;
/*	width: 14.5em;*/			/* width of sub-layer background */
	font-weight: normal;
	margin:0px 0px 0px 0px;			/* vertical distance of layers from main menu bar */
	padding:5px 0px 10px 0px;
        z-index:999;
}
#tmenu li li {
	width: 160px;
	padding:0px 0px 0px 0px;
	margin-bottom:0px;
}
#tmenu li ul a {
    display:block;
	text-decoration:none;
	color:#f2f0f0;
	line-height:20px;
    padding-left:6px;
}
#tmenu li ul a:hover {
	font-weight: normal;
	color:#ffffff;
	background:#000000;
}
#tmenu li ul ul {
	margin: -1.75em 0 0 12.0em;
}
#tmenu li:hover ul ul, #tmenu li:hover ul ul ul, #tmenu li.sfhover ul ul, #tmenu li.sfhover ul ul ul {
	left: -999em;
}
#tmenu li:hover ul, #tmenu li li:hover ul, #tmenu li li li:hover ul, #tmenu li.sfhover ul, #tmenu li li.sfhover ul, #tmenu li li li.sfhover ul {
	left: auto;
}
/* Dropdown Navigation End */
#rightcol {
background:#e1e1e1;
padding:15px;
min-height:250px;
}
#rightcol h1 {
font:16px Arial, Helvetica, sans-serif;
text-transform:uppercase;
margin:0px 0px 5px 0px;
padding:0px;
}
#contactinfo h1 {
font:14px Arial, Helvetica, sans-serif;
text-transform:uppercase;
margin:0px 0px 5px 0px;
padding:0px;
}
#contactinfo {
background:#a19f8c;
padding:15px;
color:#000000;
}
#contactinfo a {
text-decoration:none;
color:#000000;
}
#contactinfo a:hover {
text-decoration:underline;
color:#000000;
}
#content {
padding:20px;
width:627px;
overflow:hidden;
min-height:300px;
}
#content a {
text-decoration:none;
color:#000000;
}
#content a:hover {
text-decoration:underline;
}
#content label {
width: 100px;
float: left;
text-align: left;
margin-right: 10px;
margin-bottom: 5px;
display: block
}
#content input {
margin-left: 20px;
margin-bottom: 5px;
font:11px Arial, Helvetica, sans-serif;
color:#666666;
border:1px solid #dedede;
}  
#content textarea {
margin-left: 20px;
margin-bottom: 15px;
font:11px Arial, Helvetica, sans-serif;
color:#666666;
border:1px solid #dedede;
}
#content h1, .itemheadline {
font:16px Arial, Helvetica, sans-serif;
text-transform:uppercase;
margin:0px 0px 5px 0px;
padding:0px;
}
#content h2 {
font:12px Arial, Helvetica, sans-serif;
text-transform:uppercase;
margin:0px 0px 3px 0px;
padding:0px;
}

/* Modal Box Start */
.description, span.currentText {
font:11px Arial, Helvetica, sans-serif;
color:#666666;
}
div.pictureHolder .top .left { 
background: url(/templates/default/tl.gif) top left no-repeat;
} 
/* Top left corner */
div.pictureHolder .top .middle { 
background: #fff; 
} 
/* Top pattern/color */
div.pictureHolder .top .right { 
background: url(/templates/default/tr.gif) top left no-repeat; 
} 
/* Top right corner */
	
div.pictureHolder .content { 
background-color: #fff; 
} 
/* Content background */
div.pictureHolder .content a.next:hover { 
background: url(/templates/default/btnNext.gif) center right no-repeat; cursor: pointer; 
} 
/* Next button */
div.pictureHolder .content a.previous:hover { 
background: url(/templates/default/btnPrevious.gif) center left no-repeat; cursor: pointer; 
} 
/* Previous button */
div.pictureHolder .content a.close { 
width: 61px; height: 22px; background: url(/templates/default/btnClose.gif) center left no-repeat; 
cursor: pointer; 
} 
/* Close button */
div.pictureHolder .bottom .left { 
background: url(/templates/default/bl.gif) top left no-repeat; 
}
/* Bottom left corner */
div.pictureHolder .bottom .middle { 
background: #fff; 
} 
/* Bottom pattern/color */
div.pictureHolder .bottom .right { 
background: url(/templates/default/br.gif) top left no-repeat; 
} 
/* Bottom right corner */
div.pictureHolder .loaderIcon { 
background: url(/templates/default/loader.gif) center center no-repeat; 
} 
/* Loader icon */
div.prettyPhotoTitle div.prettyPhotoTitleLeft { 
background: url(/templates/default/ttl.gif) top left no-repeat; 
}
div.prettyPhotoTitle div.prettyPhotoTitleRight { 
background: url(/templates/default//ttr.gif) top left no-repeat; 
}
div.prettyPhotoTitle div.prettyPhotoTitleContent { 
background: url(/templates/default/ttp.gif) top left repeat-x; 
font:11px Arial, Helvetica, sans-serif;
color:#ffffff;
}

/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

	div.prettyPhotoOverlay {
		background: #000;
		position: absolute; top: 0; left: 0;
		z-index: 9500;
		width: 100%;
	}
	
	div.pictureHolder {
		position: absolute; z-index: 10000;
		width: 100px;
	}
		
		div.pictureHolder .top {
			position: relative;
			height: 20px;
		}
			* html div.pictureHolder .top { padding: 0 20px; }
		
			div.pictureHolder .top .left {
				position: absolute;
				left: 0;
				width: 20px; height: 20px;
			}
			div.pictureHolder .top .middle {
				position: absolute;
				left: 20px; right: 20px;
				height: 20px;
			}
				* html div.pictureHolder .top .middle { position: static; }
			
			div.pictureHolder .top .right {
				position: absolute;
				top: 0; left: auto; right: 0;
				width: 20px; height: 20px;
			}
		
		div.pictureHolder .content {
			position: relative;
			text-align: left;
			width: 100%; height: 40px;
		}
		
			div.pictureHolder .content .details {
				display: none;
				margin: 10px 15px 0 20px;
			}
				div.pictureHolder .content .details p { float: left; clear: left; margin: 0; }
		
		div.pictureHolder .content div.hoverContainer {
			position: absolute; z-index: 10000;
			top: 0; left: 0;
			width: 100%;
		}
		
		div.pictureHolder .content a.next {
			position: relative; z-index: 2000;
			display: block; float: right;
			text-indent: -10000px;
			width: 49%; height: 100%;
			background: url(/templates/default/btnNext.gif) 10000px 50% no-repeat; /* Need to be defined that way to fix an IE bug */
		}	
			
		div.pictureHolder .content a.previous {
			cursor: pointer;
			display: block;
			text-indent: -10000px;
			width: 49%; height: 100%;
			background: url(/templates/default/btnNext.gif) 10000px 50% no-repeat; /* Need to be defined that way to fix an IE bug */
			
		}
			
		div.pictureHolder .content a.close {
			float: right;
			display: block;
			text-indent: -10000px;
		}
		
		div.pictureHolder .bottom {
			position: relative;
			height: 20px;

		}
			* html div.pictureHolder .bottom { padding: 0 20px; }
			
			div.pictureHolder .bottom .left {
				position: absolute;
				left: 0;
				width: 20px; height: 20px;
			}
			div.pictureHolder .bottom .middle {
				position: absolute;
				left: 20px; right: 20px;
				height: 20px;
			}
				* html div.pictureHolder .bottom .middle { position: static; }
				
			div.pictureHolder .bottom .right {
				position: absolute;
				top: 0; left: auto; right: 0;
				width: 20px; height: 20px;
			}
		
		div.pictureHolder .loaderIcon {
			display: none;
			position: absolute;
			top: 50%; left: 50%;
			margin: -12px 0 0 -12px;
			width: 24px; height: 24px;
		}
		
		div.pictureHolder #fullResImageContainer { width: 100%; text-align: center; }
	
		div.prettyPhotoTitle {
			display: none;
			position: absolute;
			top: 0; left: 0;
			z-index: 9999;
			color: #fff; font-size: 13px;
		}
		
			div.prettyPhotoTitle div.prettyPhotoTitleLeft,
			div.prettyPhotoTitle div.prettyPhotoTitleRight { float: left; width: 19px; height: 23px; overflow: hidden; }
			
			div.prettyPhotoTitle div.prettyPhotoTitleContent { float: left; line-height: 23px; }
/* Modal Box End */

.headline a{
color:#666666;
text-decoration:none;
}
.headline a:hover {
color:#666666;
text-decoration:underline;
}