/* GENERAL STYLES */
#holderBody
{
	background:none;
}

#holderBody strong
{
	font-weight:bold;
}

#holderBody a
{
	text-decoration:underline;
}

#holderBody p
{
	margin:auto;
}

#holder
{
	border: 1px solid #ccc;
	padding: 10px;
	margin: 5px;
	text-align: left;
	font-size:14px;
}



/*
================================================
	Yahoo GUI Reset CSS
	http://developer.yahoo.com/yui/reset/
================================================
*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/*
====================================
Start New Media Styling
====================================
*/

body
{	
	background-color:#ffffff;
	background-image:url(/media/34910/bg-header2.jpg);
	background-repeat:repeat-x;
	/*background-attachment:fixed;*/
	background-position:upper center;		
	font-family:'Corbel','Trebuchet MS','Tahoma','Arial',sans-serif;
	
	/*background-color:#d5d5d5*/
	/*../Data/Assets/theme_one/Misc/stripe_background.png*/
}

#Container
{
	margin:0pt auto;
	text-align:left;
	padding-top:84px;
}

#Header {
margin:auto;
overflow:hidden;
text-align:center;
width:850px;
}

h1#Logo
{
	background-image:url(/media/35130/bglogo3.jpg);
	background-repeat:no-repeat;
	/*background-image:url(/media/20012/bmlogomc2.jpg);*/
	/*../Data/Assets/theme_one/Header/Logo.gif*/
	text-indent:-10000px; /*Used to hide the text off screen */
	height:95px;
	width:385px;
	float:left;
	background-repeat:no-repeat;
	margin-left:60px;
	margin-top:-8px;
	padding-left:159px;
}


h1#Logo a
{
	display:block;
	height:100%;
}
#Header h2{
	margin-bottom:-102px;
	text-align:center;
}

#Navi
{
	/*float:right;*/
	height:91px;
	margin-top:95px;
	margin-left:113px;
	font-size:20px;
	font-family:'Trebuchet MS','Tahoma','Arial',sans-serif;
}

#Navi li
{
	float:left;
	display:block;
	/*background-color:green;*/ /* Used for debug */
	line-height:91px;
	margin:0 0 0 17px;
}


#Navi li a
{
	color:#0099ff;/*#FFFFFF*/
	text-decoration:none;
	display:block;
}

#Navi li a:hover, #Navi li.Selected a
{
	color:black; /*#FF6D00*/
}


#Content
{
	/*background-color:#FFFFFF;*/
	padding:15px 0 0 0;
  	clear:both;
}

#HomeFeature {
	background-image:url(../Data/Assets/theme_one/Feature/Home_Feature.gif);
	background-repeat:no-repeat;
	height:168px;
	text-indent:-10000px; /*Used to hide the text off screen */
}

#ContentContainer {
margin:auto;
text-align:left;
width:800px;
}

.sIFR-replaced {
	color: green;
}

#MainContent {
	float:left;
	font-size:14px;
	margin-top:-31px;
	width:580px;
	/*background-color:purple;*/ /* Used for debug */
}

#MainContent h3 {
	font-size: 20px;
	font-color: #006699; /*#ff6300*/
	font-family: 'Century Schoolbook','Trebuchet MS','Tahoma','Arial',sans-serif;
}

#MainContent p {
	margin:10px 0 10px 0;
	color:#000099;
}

#MainContent a {
	color:#0101Fc;
	text-decoration:none;
}

#MainContent a:hover {
	color:#FF6300; /*#ff04bb #660066*/ 
	text-decoration:underline;
}

.MCTitle {
	color:#006699;
	font-size: 18px;
	font-family: 'Century Schoolbook','Trebuchet MS','Tahoma','Arial',sans-serif;

}

.MCWelcomebody {
	font-size: 16px;
	font-weight: bold;
	font-family: Corbel;
	
}

/*
.MCAbout {
	background-color:#f4ecf5;
	color: #660066;
	padding-bottom:14px;
	padding-left:12px;
	padding-right:11px;
	width: 377pt;
}*/

.MCFAQs {
	color: #1d6318;
	padding-bottom:14px;
	padding-left:12px;
	padding-right:11px;
}

.FAQs {
	color:#006699;
	font-weight:bold;
	font-size: 15px;
	padding-top:10px;
}

/*
==========================================
News List
==========================================
*/

#MainContent ul.NewsList
{
 margin:15px 0 0 0;
}


#MainContent ul.NewsList li
{
 margin:0 0 15px 0;
}

#MainContent ul.NewsList li a
{
 display:block;
}

#MainContent ul.NewsList li a.Event
{
	background-image:url(../Data/Assets/theme_one/Misc/event_icon.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
	padding:6px 8px 7px 18px;
}

#MainContent ul.NewsList li a.News
{
	background-image:url(../Data/Assets/theme_one/Misc/news_icon.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
	padding:6px 8px 7px 18px;
}

#MainContent .EventItem strong
{
	display:block;
}


/*
==========================================
Contact Form
==========================================
*/
#MainContent .ContactForm .Error
{
	border-top:2px solid #FFD324;
	border-bottom:2px solid #FFD324;
	background-color:#FFF6BF;
	color:#000000;
	font-weight:bold;
	margin:18px 25px 31px 0;
	padding:9px 0 10px 50px;
	background-image:url(../Data/Assets/theme_one/Misc/error_icon.gif);
	background-repeat:no-repeat;
	/*background-position:15px 50%;*/
	background-position:15px 12px;
}

#MainContent .ContactForm .Error li
{
	font-weight:normal;
}

#MainContent .ContactForm fieldset
{
	border:0px solid #000000;
	display:block;
	margin:15px 0 15px 0;
	width:90%;
}

#MainContent .ContactForm legend
{
	display:none;
}

#MainContent .ContactForm label
{
	color:#000000;
	font-weight:bold;
}

#MainContent .ContactForm .TextBox
{
	border:1px solid #CACACA;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:3px 4px 2px 3px;
	width:100%;
}

#MainContent .ContactForm .TextArea
{
	border:1px solid #CACACA;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:3px 4px 2px 3px;
	height:90px;
	width:100%;
}

/*
==========================================
VCard Styling
==========================================
*/

.vcard .n
{
	font-weight:bold;
}

.vcard .tel
{
	background-image:url(../Data/Assets/theme_one/Misc/phone_icon.gif);
	background-repeat:no-repeat;
	background-position:6px 0px; /* Left:6px Top:0px */
	padding:2px 0 3px 22px;
	margin:15px 0 0 0;
	display:block;
	color:#000000;
}

.vcard .email
{
	background-image:url(../Data/Assets/theme_one/Misc/email_icon.gif);
	background-repeat:no-repeat;
	background-position:0px 2px; /* Left:0px Top:2px */
	text-decoration:underline;
	padding:0 0 1px 22px;
	margin:0;
	display:block;
	color:#000000;
}

.vcard .url
{
	background-image:url(../Data/Assets/theme_one/Misc/web_icon.gif);
	background-repeat:no-repeat;
	background-position:0px 2px; /* Left:0px Top:2px */
	text-decoration:underline;
	padding:1px 0 2px 22px;
	margin:0;
	display:block;
	color:#000000;
}

.vCardDl
{
	background-image:url(../Data/Assets/theme_one/Misc/vcard_icon.gif);
	background-repeat:no-repeat;
	background-position:0px 2px; /* Left:0px Top:2px */
	padding:0 0 0 22px;
	margin:15px 0 50px 0;
	color:#000000;
}


/*
==========================================
Email A Friend
==========================================
*/
#MainContent .EmailFriendForm .Error
{
	border-top:2px solid #FFD324;
	border-bottom:2px solid #FFD324;
	background-color:#FFF6BF;
	color:#000000;
	font-weight:bold;
	margin:18px 25px 31px 0;
	padding:9px 0 10px 50px;
	background-image:url(../Data/Assets/theme_one/Misc/error_icon.gif);
	background-repeat:no-repeat;
	/*background-position:15px 50%;*/
	background-position:15px 12px;
}

#MainContent .EmailFriendForm .Error li
{
	font-weight:normal;
}

#MainContent .EmailFriendForm fieldset
{
	border:0px solid #000000;
	display:block;
	margin:15px 0 15px 0;
	width:90%;
}

#MainContent .EmailFriendForm legend
{
	display:none;
}

#MainContent .EmailFriendForm label
{
	color:#000000;
	font-weight:bold;
}

#MainContent .EmailFriendForm .TextBox
{
	border:1px solid #CACACA;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:3px 4px 2px 3px;
	width:100%;
}

#MainContent .EmailFriendForm .TextArea
{
	border:1px solid #CACACA;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:3px 4px 2px 3px;
	height:90px;
	width:100%;
}



/*
==========================================
Search Results
==========================================
*/


#MainContent #xsltsearch #xsltsearch_summary strong
{
	font-weight:bold;
}

#MainContent #xsltsearch .xsltsearch_description strong
{
	background-color:#FFF6BF;
	padding:0 2px 0 2px;
}

#MainContent #xsltsearch .xsltsearch_form .input
{
	border:1px solid #bcbcbc;
	padding:3px 7px 4px 4px;
	font-size:11px;
}

#MainContent #xsltsearch #xsltsearch_stats
{
	font-size:12px;
	font-style:italic;
}


/*
==========================================
Secondary Content
==========================================
*/


#SecondaryContent
{
	float:right;
	width:200px;
	height:500px;
	margin-top:-31px;
	font-size:13px;
	/*background-color:white;
	background-repeat:repeat-x;
	background-image:url(/media/19515/bg2.jpg);
	padding:23px 11px 0px;*/
}

#SecondaryContent h3
{
	font-size: 20px;
	color: #ff0066;/*ff6300*/
}

#SecondaryContent a
{
	color:#0101FC;
	text-decoration:none;
}

#SecondaryContent a:hover
{
	color:#FF6300;
	text-decoration:underline;
}

#SecondaryContent a.RSSLink
{
	background-image:url(../Data/Assets/theme_one/Misc/rss_icon.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding:0 0 8px 23px;
	text-decoration:underline;
	display:block;
}

#SecondaryContent a.RSSLink:hover
{
	text-decoration:none;
	display:block;
}

#NewsSecondaryHeader
{
	background-image:url(../Data/Assets/theme_one/Misc/rss_icon.gif);
	background-repeat:no-repeat;
	background-position:0 6px;
	padding:0 0 0 23px;
	color:#ff00668;
}

#SecondaryContent ul#NewsList
{
	margin:12px 0 0 0;
}

#SecondaryContent ul#NewsList li
{
	margin:0 0 6px 0;
	font-size:13px;
}

#SecondaryContent ul#NewsList li strong
{
	font-weight:bold;
}

#SecondaryContent ul#NewsList li.Event a
{
	display:block;
	background-color:#F9F9F9;
	border-top:3px solid #E2E2E2;
	border-bottom:3px solid #E2E2E2;
	padding:8px 8px 7px 27px;
	color:#808080;
	text-decoration:none;
	background-image:url(../Data/Assets/theme_one/Misc/event_icon.gif);
	background-repeat:no-repeat;
	background-position:7px 8px;
}

#SecondaryContent ul#NewsList li.News a
{
	display:block;
	background-color:#F9F9F9;
	border-top:3px solid #E2E2E2;
	border-bottom:3px solid #E2E2E2;
	padding:8px 8px 7px 27px;
	color:#808080;
	text-decoration:none;
	background-image:url(../Data/Assets/theme_one/Misc/news_icon.gif);;
	background-repeat:no-repeat;
	background-position:7px 8px;
}

#SecondaryContent ul#NewsList li a:hover
{
	background-color:#FFECCC;
	border-top:3px solid #FFA200;
	border-bottom:3px solid #FFA200;
	color:#FF6300;
	text-decoration:none;
}

#SecondaryContent #SearchSecondaryHeader
{
	margin:30px 0 0 0;
	color:green;
}

#SecondaryContent form
{
	margin:0 0 30px 0;
}

#SecondaryContent form input.Submit
{
	cursor:pointer;
	background-color:transparent;
	background-image:url(../Data/Assets/theme_one/Misc/search_button.gif);
	background-repeat:no-repeat;
	background-position:0px -16px;
	border:none;
	height:16px;
	text-indent:-10000px;
	width:18px;
	padding:0;
	margin:0;
}

#SecondaryContent form input.Submit:hover, #SecondaryContent form input.Submit:active
{
	cursor:pointer;
	background-color:transparent;
	background-image:url(../Data/Assets/theme_one/Misc/search_button.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	border:none;
	height:16px;
	text-indent:-10000px;
	width:18px;
}

#SecondaryContent form input
{
	border:1px solid #bcbcbc;
	padding:3px 7px 4px 4px;
	font-size:11px;
	width:150px;
}

#SecondaryContent a.EmailFriend
{
	background-image:url(../Data/Assets/theme_one/Misc/email_a_friend.gif);
	background-repeat:no-repeat;
	background-position: top left;
	padding:0 0 0 22px;
	text-decoration:underline;
	color:#000000;
}

#SecondaryContent a.EmailFriend:hover
{
	text-decoration:none;
}

#SecondaryContent .SCTitle{
	color:#1D6318;
}

/*
SEO Subdomain
*/

#ManageWork {margin:auto;width:90%;}
#ManageWork #cal {float:right;}
#ManageWork #workResults {float:left}
#ManageWork #workEntryForm {float:left}
#ManageWork #results {float:left;margin-left:20px;}

#Footer {
	clear:both;
	min-height:40px;
	line-height:40px; /* This vertically centers the text */
	font-size:12px;
	/*padding:47pt 0 0 15px;*/
	/*padding:39px 0 0 151px;*/
	text-align:center;
	padding-top:69px;
}

#Footer a
{
	color:#808080;
	text-decoration:none;
}

#Footer a:hover
{
	color:#808080;
	text-decoration:underline;
}

#Footer .ValidXhtml
{
	padding:0 0 0 19px;
	background-image:url(../Data/Assets/theme_one/Misc/valid_icon.gif);
	background-repeat:no-repeat;
	margin:0 0 0 15px;
	color:#61AB49;
}

#Footer a.ValidXhtml:hover
{
	color:#61AB49;
	text-decoration:underline;
}
#Footer p{margin-top:-23px;}

/* EDITOR PROPERTIES */
