/*-------------------------------------------------------------------------------
	ARTICLE CONTAINER
-------------------------------------------------------------------------------*/
#article
{
	float:left;
	_float:none;
	margin:8px;
	margin-right:8px;
	_margin:7px;
	_margin-right:6px;
    background:#fff;
    border:1px solid #666;
    _width:633px;
}

/*-------------------------------------------------------------------------------
	ARTICLE HEADING
-------------------------------------------------------------------------------*/
#article #heading
{
	display:block;
    height:100px;
    width:633px;
    border-bottom:0px solid #222;
	margin-bottom:30px;
	background:transparent url(../images/article_heading.jpg) top right no-repeat;
}
#article #heading #corner
{
    float:left;
    height:96px;
	width:203px;
	margin-top:4px;
}
#article #heading #nosub
{
	display:block;
	width:402px;
	float:left;
    margin:0px;
    padding:0px;
    font:bold 1.2em/80px arial;
    color:#eee;
    bottom:0px;
    text-align:center;
}
#article #heading #withsub
{
	display:block;
	width:402px;
	float:left;
    margin:0px;
    padding:0px;
    font:bold 1.2em/40px arial;
    margin-top:6px;
    color:#eee;
    bottom:0px;
    text-align:center;
}
#article #heading .sub
{
	display:block;
	float:left;
	width:402px;
	margin:0px;
    padding:0px;
    color:#eee;
    font:bold 0.9em/20px arial;
    text-align:center;
    font-style:italic;
}

/*-------------------------------------------------------------------------------
	ARTICLE SUB HEADING
-------------------------------------------------------------------------------*/
.sub_heading
{
	height:18px;
	_width:633px;
	margin:20px 0px;
}
.sub_heading h2
{
	height:18px;
	_width:628px;
	_float:left;
    font:bold 0.7em/18px arial;
    margin:0px;
    padding:0px;
    padding-left:5px;
    color:#444;
    background:#eee url(../images/heading_back.jpg) top left no-repeat;
    border-top:0px solid #444;
    border-bottom:0px solid #444;
}

/*-------------------------------------------------------------------------------
	ARTICLE HORIZONTAL RULE
-------------------------------------------------------------------------------*/
#article .horizontal_rule
{
	width:633px;
	margin:20px 0px;
	_margin-top:20px;
	_margin-bottom:0px;
	height:1px;
	background:transparent url(../images/hr_bg.jpg) top center no-repeat;
	border:0px;
}

/*-------------------------------------------------------------------------------
	ARTICLE TEXT BLOCK & BOLD STYLES
-------------------------------------------------------------------------------*/
.centered_text_block
{
    display:block;
    width:580px;
    margin:0 auto;
}
.centered_text_block p
{
    font:normal 13px/16px arial;
    text-align:justify;
    _margin:10px 0px;
}
.strong{font:bold 13px/16px arial;}
.stronger{font:bold 14px/16px arial;}
.strongest{font:bold 16px/16px arial;color:red;}
.emphasis{font-style:italic;color:#0072FF;}
.underline{text-decoration:underline;}
.strikeout{text-decoration:line-through;}
.italic{ font-style:italic; }
a, a:visited{color:blue;}

/*-------------------------------------------------------------------------------
	ARTICLE QUESTION & ANSWER BLOCK
-------------------------------------------------------------------------------*/
.qa_block
{
	margin:0px 15px;
	display:block;
	width:580px;
}
.qa_block .question
{	
	display:block;
	width:580px;
	font:bold 12px/18px arial;
	color:#444;	
	padding-left:5px;
	margin-top:10px;
}
.qa_block .answer
{
	width:560px;
	font:normal 12px/18px arial;
	color:#444;
	font-style:italic;	
	padding-left:15px;
	margin-top:10px;
}

/*-------------------------------------------------------------------------------
	CENTERED PHOTO BLOCK
-------------------------------------------------------------------------------*/
.centered_photo
{
    text-align:center;
    margin:20px auto;
    width:590px;
    padding:0px;
    border:1px solid #222;
	_float:left;
	_margin:10px 10px;
}
.centered_photo img
{
    border:0px;
    padding:0px;
    margin:0px;
    display:block;
	z-index:1;
}
.centered_photo .centered_caption
{
	display:block;
    text-align:center;
    padding-left:5px;
    padding-right:5px;
    height:20px;
    color:#222;
    margin:0px;
    border-top:1px solid #222;
    background:#fff url(../images/photo_caption.gif) top left no-repeat;
    font:bold 11px/20px verdana;
    font-style:italic;
}

/*-------------------------------------------------------------------------------
	CENTERED GOOGLE VIDEO BLOCK
-------------------------------------------------------------------------------*/
.quicktime_video
{	
    text-align:center;
    margin:20px auto;
    width:590px;
    padding:0px;
    border:0px solid #222;
	_float:left;
	_margin:10px 10px;
}
.youtube_video
{	
    text-align:center;
    margin:20px auto;
    width:590px;
    padding:0px;
    border:0px solid #222;
	_float:left;
	_margin:10px 10px;
}
.google_video
{	
    text-align:center;
    margin:20px auto;
    width:590px;
    padding:0px;
    border:1px solid #222;
	_float:left;
	_margin:10px 10px;
}
.google_video #VideoPlayback
{
    border:0px;
    padding:0px;
    margin:0px;
    display:block;
}
.google_video .video_caption
{
	display:block;
    text-align:center;
    padding-left:5px;
    padding-right:5px;
    height:20px;
    color:#222;
    margin:0px;
    border-top:1px solid #222;
    background:#fff url(../images/photo_caption.gif) top left no-repeat;
    font:bold 11px/20px verdana;
    font-style:italic;
}

/*-------------------------------------------------------------------------------
	INLINE LEFT/RIGHT FLOAT IMAGE
-------------------------------------------------------------------------------*/
.inline_float_image
{
	margin-bottom:5px;
	background:#fff;
    border:1px solid #222;
    text-align:center;
}
.inline_float_image img
{
    border:0px;
    padding:0px;
    margin:0px;
    display:block;
}
.inline_float_image .centered_caption
{
	display:block;
	text-align:center;
    
	padding-left:5px;
    padding-right:5px;
    
    height:20px;
    margin:0px;

    color:#222;
	font:bold 11px/20px verdana;
    font-style:italic;
    
	background:transparent url(../images/photo_caption.gif) top left no-repeat;

	border-top:1px solid #222;
}

/*-------------------------------------------------------------------------------
	ARTICLE LISTS
-------------------------------------------------------------------------------*/
.list
{
	display:block;
	list-style:default;
}
.list li
{
	line-height:16px;
	font:normal 12px/16px arial;
}
.list p
{
    margin-top:2px;
    margin-bottom:2px;
}
.list a, .list a:visited
{
    color:blue;
    font-weight:normal;
    text-decoration:none;
}
.list a:hover
{
    color:orange;
}

/*-------------------------------------------------------------------------------
	ARTICLE PHOTO GALLERY BLOCK	
-------------------------------------------------------------------------------*/
#gallery
{
	width:590px;
	margin:20px auto;	
}
#gallery .title
{
	font:bold 14px arial;
	display:block;
	text-align:left;
	padding:10px 0px;
	margin-left:25px;
}
#gallery img
{
	border-width:0px;
	margin-top:10px;
}
#gallery a{text-decoration:none;}
#gallery .album_title
{
	clear:right;
	display:block;
	text-align:center;
	text-decoration:none;
	font:normal 10px arial;
}
/*-------------------------------------------------------------------------------
	Link Strip
-------------------------------------------------------------------------------*/
#link_strip
{
	margin:20px auto;
	padding-bottom:4px;
	border-bottom:1px solid #ccc;
}
#link_strip td
{
	text-align:center;
	padding:2px 5px;
	font:normal 12px arial;
}
#link_strip #link_selected
{
	font-weight:bold;
	color:#444;
}
#link_strip .link_strip_title
{
	display:block;
	text-align:center;
	font:bold 12px arial;
	border-bottom:1px solid #ccc;
	padding-bottom:4px;
}


/*-------------------------------------------------------------------------------
	ARTICLE BASE - FOOTER AND CONTROLS
-------------------------------------------------------------------------------*/
#article_base
{
	display:block;
	float:left;
	height:30px;
	
	margin:0px;
	padding:0px;
	margin-top:20px;
	margin-bottom:0px;

	background:#fff url(../images/article_footer.gif) bottom left no-repeat;
	border-top:0px solid #666;
}

#article_base .footnote
{
    margin:0px;
    float:left;
    padding:0px;
	width:540px;
	text-align:right;
}

#article_base .footnote h2
{
	margin:0px;
    padding:0px;
	padding-right:10px;
    font:bold 0.7em/30px arial;
	color:#fff;
}

#article_base .article_controls
{
    float:left;
    width:93px;
    height:30px;
    padding:0px;
    margin:0px;
}

#article_base .article_controls a, .article_controls a:visited
{
    float:left;
    font:normal 0.7em/30px verdana;
    color:black;
    text-decoration:none;
}

#article_base .article_controls a#back
{
	background:transparent url(../images/back_button.gif) top left no-repeat;
	width:30px;
	height:30px;
}
#article_base .article_controls a#back:hover{
	background:#eee url(../images/back_button_hover.gif) top left no-repeat;
}

#article_base .article_controls a#next
{
	background:transparent url(../images/next_button.gif) top left no-repeat;
	width:30px;
	height:30px;
}
#article_base .article_controls a#next:hover{
	background:#eee url(../images/next_button_hover.gif) top left no-repeat;
}

#article_base .article_controls a#top
{
	background:transparent url(../images/top_button.gif) top left no-repeat;
	width:30px;
	height:30px;
}
#article_base .article_controls a#top:hover{
	background:#eee url(../images/top_button_hover.gif) top left no-repeat;
}

/* ---------------------------------------------------------------------------
	COMPETITION RESULTS TABLE
----------------------------------------------------------------------------*/
.results
{
	margin:10px auto;
	border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.results tr
{
    height:15px;
}
.results th
{
    padding-top:0px;
    font:bold 0.7em arial;
    text-align:left;
    padding-left:2px;
    color:#444;
    border:1px solid #ccc;
    border-left:0px;
    border-right:0px;
    background:#eee;
}
.results .num
{
    color:blue;
    font:normal 0.7em verdana;
    text-align:right;
    padding-left:15px;
	width:40px;

}
.results .name
{
    color:black;
    font:normal 0.7em verdana;
    text-align:left;
	padding-left:30px;
}
.results .state
{
    color:black;
    font:normal 0.7em verdana;
    text-align:right;
    padding-right:5px;
	width:200px;
}
.results .spacer
{
  height:5px;
}

/* ---------------------------------------------------------------------------
	PAGE LINKS
----------------------------------------------------------------------------*/
.page_links
{	
	display:block;
	width:633px;
	height:30px;
	margin:20px 0px;
	border-top:1px solid #444;
	border-bottom:1px solid #444;
	background:#fff url(../images/page_links_bg.jpg) top left no-repeat;
	text-align:center;
}
.page_links .links_table
{
	height:30px;
}
.page_links a, .page_links a:visited
{
	margin:0px;
	padding:0px;
	font:normal 12px/20px arial;
	padding-left:2px;
	padding-right:2px;
	float:left;
	text-decoration:none;
	color:black;
}
.page_links a:hover
{
	font-weight:bold;
}

.page_links #bbutton
{
	width:12px;
	background:transparent url(../images/prev_button.gif) top left no-repeat;
}
.page_links #nbutton
{
	width:12px;
	background:transparent url(../images/next_button.gif) top right no-repeat;
}
.page_links #sbutton
{
	color:blue;
	font-weight:bold;
}

/* ---------------------------------------------------------------------------
	MISC
----------------------------------------------------------------------------*/
#article #cpage_header
{
	position:relative;
	left:-1px;
	top:-1px;
    width:633px;
    height:50px;
	z-index:0;
}
#article #cpage_header #corner{width:635px;}

.weather_link
{
	background:#fff url(../images/weather_icon.jpg) top left no-repeat;
	width:300px;
	height:40px;
}
.weather_link a, .weather_link a:visited
{
	text-decoration:none;
	color:blue;
	font:normal 0.9em/18px verdana;
	margin-left:30px;
}
.weather_link a:hover{
	color:red;
}

/* ---------------------------------------------------------------------------
	FORM STYLES
----------------------------------------------------------------------------*/
#dyn_form
{
	margin:0px auto;
	display:block;
	margin:0px;
	padding:0px;
}
#dyn_form_table { margin:0px auto; }
#dyn_form .ff_submit_button
{
	float:right;
	padding:10px 0px;
}
#dyn_form .ff_submit_button input
{
	font:bold 12px/20px arial;
	padding-bottom:2px;
	background:#fff url(../images/article_footer.gif) top left repeat-x;
	border:1px solid #666;
	height:22px;
	color:#fff;
}

/* -------------------------------------------------------------- TextInput */
#dyn_form .ver_ff_textinput_label
{
	font:bold 12px arial;
	color:#444;
	float:left;
	display:block;
	padding-top:10px;
}
#dyn_form .ver_ff_textinput_error
{
	font:normal 12px arial;
	color:red;
	float:right;
	display:block;
	padding-top:10px;
	margin-left:10px;
}
#dyn_form .ver_ff_textinput_control
{
	border:1px solid #aaa;
	height:22px;
}
#dyn_form .ver_ff_textinput_control input
{
	font:normal 12px/18px arial;
	border:0px;
	display:block;
}


/* --------------------------------------------------------------- TextArea */
#dyn_form .ver_ff_textarea_label
{
	font:bold 12px arial;
	color:#444;
	float:left;
	display:block;
	padding-top:10px;

}
#dyn_form .ver_ff_textarea_error
{
	font:normal 12px arial;
	color:red;
	float:right;
	display:block;
	padding-top:10px;
	margin-left:10px;
}
#dyn_form .ver_ff_textarea_control
{
	border:1px solid #aaa;
	font:normal 12px arial;
	height:150px;
}


#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(../images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/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; }
