@charset "UTF-8";

img { border:none; }
a { outline:none }
html,body,div,form { padding:0px; margin:0px; }
p,h1,h2,h3,h4,h5 { padding:0.5em 0px; margin:0px; }

html,body { background-color: #f5f5f5; color:#333; font-family:Arial, Helvetica, sans-serif; }

.container { width:690px; margin:0px auto; }

#header { background-color:#fff; height:90px; }
#header p#logo { padding-top:36px; }
#header div.search { float:right; font-size:13px; color:#666; width:300px; text-align:right; padding-top:40px; }
#header div.search a { color:#000; text-decoration:none; }
#header div.search a:hover { text-decoration:underline; }

#links ul { list-style:none; padding:0px; margin:0px; }
#links ul li { padding:10px 4px 4px 4px; float:left; margin:0px 7px; }
#links ul li img { padding-bottom:2px; }
#links ul li.selected { background-color:#fff; }
#links ul li.selected img { border-bottom:1px solid #666; }
#links ul li.first { margin-left:0px; }
#links ul li.last { margin-right:0px; }

#sublinks { font-size:11px; clear:both; padding-top:10px; color:#346981; font-weight:bold; }
#sublinks span { color:#333; }
#sublinks a { color:#346981; text-decoration:none; margin-right:12px; }
#sublinks a:hover, #sublinks a.selected { color:#000; } 

#main { clear:both; font-size:13px; padding-top:5px; }
#main div.left { float:left; width:445px; }
#main div.right { float:right; width:215px; margin-top:155px; }
#main div.right div.box { background-color:#cacaca; padding:10px 15px; margin:10px 0px; font-size:12px; }
#main div.right div.box h1 { font-size:15px; }
#main div.right div.box a { color:#5D1B0C; }
#main div.right div.box a:hover { color:#000; }
#main a { color:#346981; font-weight:bold; text-decoration:none; }
#main a:hover { color:#333; }
#main hr { height:0px; border:none; border-bottom:1px dashed #fff; background-color:#333; color:#333; }
#main h1 { font-size:17px; text-transform:uppercase; font-weight:normal; color:#000; }
#main h2 { font-size:16px; font-weight:normal; color:#000; }
#main p.blog-small { font-size:11px; color:#999; }
#main label { color:#fff; font-weight:bold; width:100px; display:block; }

#main div.home-left { float:left; width:225px; padding-right:20px; border-right:1px solid #cacaca; }
#main div.home-right { float:right; width:185px; padding:10px 10px; background-color:#cacaca; }
#main div.home-right a { color:#5D1B0C; }
#main div.home-right a:hover { color:#000; }
#main div.home-center { float:left; padding:0px 20px; width:180px; }

span.searchsmall { font-size:11px; }

#footer { clear:both; color:#999; font-size:11px; padding:20px 0px 30px 0px;  }
#footer .container { border-top:1px solid #666666; padding-top:4px; }
#footer p.rt, #footer div.email { color:#666666; }
#footer div.email { float:right; width:60%; text-align:right; }
#footer form { display:inline; }
#footer p.rt { width:35%; }
#footer p.rt a { color:#666; text-decoration:underline; }

/* Photo
---------------------------------------------*/

#PhotoBox {
	padding: 0px;
}

#PhotoContainer {
	position: relative;
	height: 350px;
	width: 650px;
	margin: 0;
	background-color: #808080;
	border: none;
	font-size: 0px;
}


/* Photo Navigation
---------------------------------------------*/

#Controls {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
	background: transparent url(../images/controls.gif) left top no-repeat;
	height: 28px;
	width: 67px;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
}

#Controls a {
	text-indent: -9000px;
	float: left;
	display: block;
	height: 28px;
}

#PrevLink { width: 25px; background: transparent url(../images/controls.gif) left top no-repeat; }
#PlayToggle { width: 17px; background: transparent url(../images/controls.gif) -25px top no-repeat; }
#NextLink { width: 25px; background: transparent url(../images/controls.gif) -42px top no-repeat; }

#PrevLink:hover { width: 25px; background: transparent url(../images/controls.gif) left -28px no-repeat; }
#PlayToggle:hover { width: 17px; background: transparent url(../images/controls.gif) -25px -28px no-repeat; }
#NextLink:hover { width: 25px; background: transparent url(../images/controls.gif) -42px -28px no-repeat; }


/* Loading
---------------------------------------------*/

#Loading {
	text-align: left;
	padding: 20px 0 0 20px;
	font-size: 11px;
	color: #ccc;
	font-weight: bold;
	vertical-align: middle;
}

#Loading img {
	vertical-align: -30%;
	margin-right: 3px;
}


/* Caption
---------------------------------------------*/

#CaptionContainer {
	margin: 0;
	text-align: left;
	padding: 5px 0;
	width: 650px;
}

#CaptionContainer p {
	font-size: 11px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#Counter {
	padding-right: 5px;
	color: #999;
}


/* Thumbnail View
---------------------------------------------*/

#ViewThumbs {
	margin-top: 2px;
	display: block;
	float: right;
	text-indent: -9000px;
	height: 13px;
	width: 71px;
	overflow: hidden;
	background: transparent url(../images/thumbnails.gif) left top no-repeat;
}

#ViewThumbs:hover, #ViewThumbs:visited:hover {
	background: transparent url(../images/thumbnails.gif) left -13px no-repeat;
}

#ThumbContainer {
	display: none;
}

#ThumbContainer img {
	display: block;
	border: none;
}

#ThumbContainer a {
	float: left;
	margin: 0 4px 4px 0;
}

#ThumbContainer a:link img, #ThumbContainer a:visited img { border: 2px solid #999; }
#ThumbContainer a:hover img, #ThumbContainer a:visited:hover img { border: 2px solid #0063DC; }
#ThumbContainer a.selected:link img, #ThumbContainer a.selected:visited img, #ThumbContainer a.selected:hover img, #ThumbContainer a.selected:visited:hover img { border: 2px solid #FF0084; }

#videolist { list-style:none; margin:10px 0px; padding:0px; }
#videolist li { display:none; }