/*
*********************************************************************************************
	Main Display Template
*********************************************************************************************
*/
abody {color: #000000;background-color: #BC5B3E;margin-left: 0px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;font-family: Verdana;font-size: 12px;}
a:link {color: #bb5a3e;}
a:visited {color: #bb5a3e;}
a:hover {color: #4d5c9d;}

.searchResult:link {color: #4d5c9d; font-size:10px;}
.searchResult:visited {color: #4d5c9d; font-size:10px;}
.searchResult:hover {color: #bb5a3e; font-size:10px;}
.formInput {
	font-family: Verdana;
	font-size: 10px;
}
/*
*********************************************************************************************
	content Items
*********************************************************************************************
*/

.Normal {
	font-family: Verdana;
	font-size: 12px;
	color: #4d5c9d;
}
.Smaller {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}
.largeHeading {
	font-size:20px;
	font-weight:bold;
	color:#bb5a3e;
	background-color:inherit;
}
.headingOne {
	font-size:14px;
	font-weight:bold;
	color:#bb5a3e;
	background-color:inherit;
}
.headingTwo {
	font-size:14px;
	font-weight:bold;
	color:#4d5c9d;
	background-color:inherit;
}
.subHeadingOne {
	font-size:12px;
	font-weight:bold;
	color:#bb5a3e;
	background-color:inherit;
}
.subHeadingTwo {
	font-size:12px;
	font-weight:bold;
	color:#4d5c9d;
	background-color:inherit;
}

/*
*********************************************************************************************
	page items
*********************************************************************************************
*/
#pageCanvas {width:740px;background-color:#F8D692;}

#pageContent{
	width:537px;
	color: #4d5c9d;
	text-align:left;
	padding-left:18px;
	padding-right:18px;
	padding-top:5px;
	padding-bottom:5px;
	'float:right;
	min-height: 360px;
	_min-height: 360px;
	overflow:hidden;
}
#pageLogo {
	z-index:100;
	top:-435px;
	_top:-181px;
	left:-1px;
	_left:-168px;
	width:204px;
	height:128px;
	margin-bottom:-128px;
	position:relative;
}
#pageMenu {
	float:left;
	background-color: inherit;
}
#pageBannersLarge {
	margin-top: 0px;
	text-align:center;
	background-color:#666666;
	width: 402px;
	height: 90px;
	overflow:hidden;
	float:left;
}
#pageBannersSmall {
	margin-top: 0px;
	text-align:center;
	background-color:#666666;
	width: 173px;
	height: 90px;
	overflow:hidden;
	float:right;
}
#pageSections {
	width:575px;
	height:64px;
	background-image:url('/images/menuSectionsBack.jpg');
	background-repeat:no-repeat;
	float:right;
	overflow:hidden;
	z-index:50;
}

#pageSections a {
	font-family: Arial;
	font-size:15px;
	font-weight:bold;
	color:#3950A0;
	background-color: inherit;
	text-decoration:none;
}

#pageSections a:hover {
	color:#bb5a3e;
	background-color: inherit;
}

#pageTicker {
	background-color:#465FA5;
	width:575px;
	height:25px; 
	float:right;
	/* text color can be changed in the ticker.fla file */
}
#pageFooter {
	float:none;
	font-size:9px;
	margin-top:10px;
}

/*
*********************************************************************************************
	uGallery items
*********************************************************************************************
*/
#categoryNav {
	background-color:#F6CC82;
	padding:5px;
	border: 1px dashed #BC5B3E;
}

#categoryNav a {
	color:#BC5B3E;
}
#categoryNav a:hover {
	color:#4d5c9d;
}

#ImageContainer {
	background-color:#F6CC82;
	padding:5px;
	border: 1px dashed #BC5B3E;
	width:160px;
	height:375px;
}

.imageTitle {
	font-family: verdana;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	text-align:center;
}
.catDescription {
	text-align:left;
	font-size:10px;
}
.Select {
	font-family: verdana;
	color: #3950A0;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
}
.OptionSection {
	font-family: verdana;
	color: #BC5B3E;
	font-size: 11px;
	font-weight: bold;
}