/* ================================================================================================== */
/* Generic Style Declarations */

body		{	background-color: #ffffff;
			color: #000000;
			font-family: Tahoma, Arial, Helvetica, sans-serif;
			margin: 20px 0; }

b, strong	{	font-weight: bold; }

i, em, cite	{	font-style: italic; }

u		{	text-decoration: underline; }

abbr, acronym	{	border-bottom: 1px dotted #cccccc;
			cursor: help; }

hr		{	color: #0e5899;
			height: 1px;
			background-color: #0e5899; }

h1, h2, h3, h4, h5, h6, legend
		{	font-weight: bold; 
			margin: .5em 0; }

h1		{	font-size: 1.2em;
			margin-top: 0; }

h2, legend	{	font-size: 1.1em; }

h3		{	font-size: 1em; }

h4, h5, h6	{	font-size: .9em; }

h5		{	margin-left: 2em; }

h6		{	margin-left: 4em; }

dt, li		{	margin-top: .3em; }

dt		{	font-weight: bold; }

dd		{	margin-top: 0;
			margin-left: 1em; }

sub, super	{	font-size: 75%; }

code, pre	{	font-family: Courier, "Courier New", fixed-width, monospace;
			font-size: 9px; }

input, select, textarea
		{	font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #000000; }

small		{	font-size: 85%; }

fieldset	{	border: 1px solid #cccccc; }

p, div		{	margin: 1em 0; }

dd p, li p, dt p, dd div, li div, dt div
		{	margin: 0px; }

a:link, a:visited, a:hover
		{	text-decoration: underline;
			color: #ffffff; }

a:visited	{	color: #ffffff; }

a:hover		{	text-decoration: none;
			color: #ffffff; }

/* END Generic Style Declarations */
/* ================================================================================================== */





/* ================================================================================================== */
/* Styles for content containers */

#HomeContent, #HomeSubContent
		{	float: left;
			margin: 0 0 150px 38px;
			padding: 10px 30px;
			width: 240px;
			height: 380px;
			background: transparent url(/files/images/template/home_content_bg.png);
			color: #ffffff;
			font-size: .9em;
			line-height: 2em;
			overflow: auto; }

#HomeSubContent	{	float: right;
			margin: 150px 25px 0 0;
			line-height: 1.7em;
			-moz-border-radius: 20px 20px 0 0;
			-webkit-border-radius: 20px 20px 0 0;
			border-radius: 20px 20px 0 0;
			behavior: url(/js/PIE.htc); }

#HomeContent	{	-moz-border-radius: 0 0 20px 20px;
			-webkit-border-radius: 0 0 20px 20px;
			border-radius: 0 0 20px 20px;
			behavior: url(/js/PIE.htc);  }

ol#SiteMap, ol#SiteMap ol
		{	list-style-type: circle;
			color: #ababab;  }

ol#SiteMap ol	{	border-left: 1px solid #dddddd;
			margin-left: -12px;
			padding-left: 50px;}

/* END Styles for content containers */
/* ================================================================================================== */





/* ================================================================================================== */
/* Layout Styles */

#Wrapper	{	width: 900px;
			height: 550px;
			overflow: hidden;
			margin: 0 auto;
			background: transparent url(/files/images/template/wrapper_bg_2.jpg) 50% 50% no-repeat;
			-moz-border-radius: 20px;
			-webkit-border-radius: 20px;
			border-radius: 20px;
			behavior: url(/js/PIE.htc); }

#Nav		{	float: left;
			margin: 0;
			width: 200px;
			height: 550px;
			overflow: hidden;
			background: transparent url(/files/images/template/nav_bg.png); }

#Nav img	{	padding: 5px;
			border: 0; }

.PrintOnly, #PrintLogo, .Hide
		{	display: none; }

/* END Layout Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Search Styles */

#SearchForm	{	margin: 5px 0px;
			padding: 3px; }

#SearchForm input
		{	border: 1px solid #000000; }

/* END Search Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Data Table Styles */

table.Data	{	border-collapse: collapse;
			border: 1px solid #666666;
			background-color: #ffffff;
			margin: 10px 0px; }

table.Data td, table.Data th, #Content table.Data td, #Content table.Data th
		{	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
			font-size: 10px;
			border-bottom: 1px solid #999999;
			border-left:  1px dotted #999999;
			padding: 3px 10px; }

table.Data th	{	background-color: #eeeeee;
			color: #000000;
			font-weight: bold; }

table.Data tr.NewRow td
		{	border-top: 1px solid #000000; }

table.Data .center
		{	text-align: center; }

table.Data .right
		{	text-align: right; }

table.Data .left
		{	text-align: left; }

table.Data .bold
		{	font-weight: bold; }

table.Data .nowrap
		{	white-space: nowrap; }

table.Data .HeaderCol, table.Data th.Vertical
		{	text-align: left; }

table.Data td table.Data td, table.Data td table.Data th, table.Data td table.Data
		{	border-color: #cccccc; }

table.Data tr.Divider th, table.Data tr.Divider td
		{	border-top: 4px double #000000; }

table.Data .Totals
		{	background-color: #eeeeee;
			font-weight: bold; }

table.Data .HideCol
		{	display: none; }

table.SizeChart	{	width: auto; }

/* END Data Table Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Application Error Styles */

.error          {       color: #ff0000; }

input.error, textarea.error, select.error
		{	background-image: url(/files/images/std/input_error.gif);
			background-position: top left;
			background-repeat: no-repeat;
			color: #000000; }

/* END Application Error Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Footer Styles */

#Footer		{	width: 900px;
			margin: 10px auto 0 auto;
			font-size: .6em;
			color: #ffffff;
			line-height: 180%; }

#Footer p	{	margin: 0; }

#Footer	a	{	color: #ffffff; }

#Footer	a:link, #Footer	a:visited, #Footer a:hover
		{	text-decoration: underline;
			color: #ffffff; }

#Footer a:hover	{	text-decoration: none; }

#Footer img	{	float: right;
			margin-top: 5px; }

#Footer p#Credits, #Footer p#Credits a:link, #Footer p#Credits a:visited, #Footer p#Credits a:hover
		{	color: #666666; }

/* END Footer Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Breadcrumb Styles */

#Bread		{	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
			font-size: 10px;
			line-height: 160%; }

#Bread a:link, #Bread a:visited, #Bread a:hover
		{	text-decoration: underline;
			color: #000000; }

/* END Breadcrumb Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Login Form Styles */

#LoginForm	{	font-size: 9px;
			margin: 0px;
			padding: 0px; }

#LoginForm label, #LoginForm input
		{	font-size: 9px; }

#LoginForm p	{	background-image: none;
			line-height: 180%; }

#LoginForm p.error
		{	margin: 20px 0px; }

#LoginForm input
		{	border: 1px solid #0068B3; }

#LoginForm input#cmdLogin
		{	
			font-family: Verdana, Arial, Helvetica, sans-serif;
			background-color: #C9DEF4;
			padding: 3px;
			margin-top: 5px;
			color: #0068B3; }

.b		{	border: 2px solid #34A1DD;
			background-color: #EFFAFF;
			padding: 3px 5px;
			margin: 4px 8px 4px 0px; }

/* END Login Form Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Simple Gallery Styles */

#FGThumbnails	{	margin: 20px 0; }

#FGThumbnails a:link img, #FGThumbnails a:visited img, #FGThumbnails a:active img, #FGThumbnails a:hover img
		{	border: 2px solid #333333; }

#FGThumbnails a:active img, #FGThumbnails a:hover img
		{	border: 2px solid #cccccc; }

#FGThumbnails a.Sel:link img, #FGThumbnails a.Sel:visited img, #FGThumbnails a.Sel:active img, #FGThumbnails a.Sel:hover img
		{	border: 2px solid #ffc000; }

#FGBigPhoto	{	position: relative;
			text-align: center;
			padding: 0;
			margin: 0 auto;
			background: transparent url(/files/images/template/loading.gif) 50% 50% no-repeat;
			min-height: 340px; }

#BigPhoto	{	z-index: 1; }

#PrevImg, #NextImg
		{	position: absolute;
			top: 0;
			display: block;
			width: 49%;
			height: 300px;
			text-indent: -999px;
			overflow: hidden;
			z-index: 20;
			/* Hack for IE7, IE8 */
			background-color: #000000;
			filter: alpha(opacity=0);
			opacity: 0; }

#PrevImg	{	left: 0; }

#NextImg	{	right: 0; }

a#PrevImg:hover	{	background: transparent url(/files/images/template/prevlabel.gif) 0 50% no-repeat; }

a#NextImg:hover	{	background: transparent url(/files/images/template/nextlabel.gif) 100% 50% no-repeat; }

a#PrevImg:hover, a#NextImg:hover
		{	/* Hack for IE7, IE8 */
			filter: alpha(opacity=100);
			opacity: 1; }

/* END Simple Gallery Styles */
/* ================================================================================================== */
