﻿/******************General Styles ******************/
html
{
	text-align:-moz-center; /*FF*/
	#text-align:center; /*IE */
}
body 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left:auto;
	margin-right:auto;
	padding:2px;
	text-align:-moz-center; /*FF*/
	#text-align:center; /*IE */
	background-color:White;
	width:100%;
	margin-top:0px;
}
p
{
	text-indent:25px;
	text-align:left;
	font-size:small;
	line-height:18px;
}
ul, ol
{
	font-size:small;
	line-height:18px;

}
p.NoIndent
{
	text-indent:0px;
	text-align:left;
	font-size:small;
	line-height:18px;
}

.IE8Fix 
{ 
    z-index: 1000; 

}

.RightImage
{
    float:right;
    padding:5px;
}
.LeftImage
{
    float:left;
    padding:5px;
}

.hidden
{
    display:none;
    font-size:xx-small;
    font-weight:normal;
}

.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalBackground2 
{
	background-color:#D0CFCF;
}

.modalPopup 
{
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:275px;
	text-align:center;
	font-weight:bold;
}

a img 
{
    border-width: 0px;
}

a.SiteLink:link,  a.SiteLink:visited, a.SiteLink:active
{
	color:#0000CC;
	text-decoration:none;
}

a.SiteLink:hover
{
	color:#999965;
}

a.TitleLink:link,  a.TitleLink:visited, a.TitleLink:active
{
	color:#000000;
	text-decoration:none;
}

a.TitleLink:hover
{
	color:#999965;
}

a.SiteLink2:link,  a.SiteLink2:visited, a.SiteLink2:active
{
	color:White;
	text-decoration:none;
}

a.SiteLink2:hover
{
	color:#0000CC;
}

a.ReturnLink:link,  a.ReturnLink:visited, a.ReturnLink:active
{
	display:block;
	background-color:#5d7b9d;
    border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid Black;
	border-right: 1px solid Black;

	color:White;
	text-decoration:none;
	width:75px;
	padding:2px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:small;
}

a.ReturnLink:hover
{
    font-size:x-small;
    background-color:#999967;
	border-top: 1px solid Black;
	border-left: 1px solid Black;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding:4px;
}

.Title
{
    font-weight:bold;
    background-color:#ece9d8;
    border:1px solid #999967;
    color:Black;
    padding: 5px;
    text-align:left;
	clear:both;
	font-size:small;
}
.SubTitle
{
	font-size:large;
    font-weight:bold;
	border:dotted 1px #CCCCCC;
    color:Black;
    padding:5px;
    clear:both;
}
.Field
{
	font-size:x-small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-weight:normal;
	color:#000000;
}
.Label
{
	font-size:small;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-right:3px;
}
.Warning
{
	color:Red;
	font-weight:bold;
	font-size:x-small;	
}
.Caption
{
    font-size:x-small;
    text-align:left;
}
.Instructions
{
    text-align:left;
    width:450px;
	height:250px;
	float:left;
	padding:5px;
	font-size:small;
}
.SiteTableList
{
    font-size:small;
}
.SiteTableList td
{
   border-bottom:1px solid #CCCCCC;
}
.SiteTableList th
{
   border-bottom:1px solid Black;
   font-size:medium;
}

.UpdateTable
{ 
    background-color:#CCCCCC;

}
.UpdateTable #col1
{
    background-color:#f0f0f0;
    width:250px;
}
.UpdateTable #col2
{
    background-color:White;
}

/******************Master Page Styles ******************/
#MasterBody
{
	width:750px;
	border:1px solid #CCCCCC;
	padding:2px;
}
#MasterHeader
{
	width:100%;
	background-image:url(images/bannertile.gif);
	background-repeat:repeat-x;
}
#MasterBanner
{
	width:750px;
	text-align:left;
}

#MasterMenuSystem
{
	text-align:left;
	clear:both;
	background-color:#5D7B9D;
}

#MasterAdminMenuSystem
{
	text-align:left;
	clear:both;	
	background-color:Black;
}
#MasterSitePath
{
	background-color:#999967;
	clear:both;
	width:100%;
	text-align:left;
	font-weight:bold;
	border-bottom:1px solid #CCCCCC;
	padding:5px 0px 5px 0px;
	text-indent:5px;
	height:20px;
}
#MasterCurrentLoc
{
    background-color:#f7f6f3;
    text-align:right;
    font-size:x-small;
    padding:2px;
}
#MasterContent
{
	width:100%;
	min-height:200px;
	padding:5px 0px 5px 0px;
	text-align:left;
	clear:both;
	background-color:#f7f6f3;
}
#MasterCopywrite
{
	background-color:#5d7b9d;
	color:White;
	text-align:center;
	clear:both;
    font-size:x-small;  
	padding:10px;
	text-align:center;
}

#MasterCopywrite a:Link, #MasterCopywrite a:Active, #MasterCopywrite a:Visited
{
    text-decoration:none;
    color:White;
}

#MasterCopywrite a:Hover
{
    color:#ece9d8;
} 

#MasterQuickNav
{
    float:right;
    text-align:right;
    font-size:small;
    padding-right:5px;
    font-weight:normal;
    vertical-align:bottom;
    color:White;
}

#MasterCurrentLocation
{
    float:left;
}

#masterLogin
{
    text-align:right;
    font-size:x-small;
    float:right;   
}
/******************Main Page Styles ******************/
.wrapper
{
    float:left;
    width:100%;
}
#Column1
{
    width:235px;
    margin-right:240px;
    margin-left:5px;
}
#Column2
{
    width:265px;
    float:left;
    margin-left:-507px;
}
#Column3
{
    width:235px;
    float:left;
    margin-left:-240px;
}
#ColumnSpan23
{
    width:500px;
    float:left;
    margin-left:-507px;
}
#ColumnSpan123
{
    width:735px;
    margin-right:740px;
    margin-left:5px;
}

.Section
{
	margin-bottom:5px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	padding:5px;
}
a.RedLink:Link, a.RedLink a:Active, a.RedLink:Visited
{
    text-transform:uppercase;
    font-size:small;
    color:Red;    
}
.Front
{
    border-bottom:1px solid Black;
    border-bottom-style:dashed;
    padding-bottom:5px;
}
.FrontPreview
{
    clear:both;
    padding-top:3px;
    padding-bottom:3px;
}
.FrontThumbnail
{
    width: 100px; 
    float: right;
    padding:2px;
}
/******************News Styles ******************/
.newsBody
{
	padding-right:10px;
	padding-left:10px;
}
.newsSubject
{
	font-size:large;
	font-weight:bold;
	width:100%;
	text-align:left;
	text-indent:0px;
}

.newsText
{
	font-size:small;
	line-height:18px;

}
.newsFooter
{
	clear:both;
	font-style:italic;
	font-size:x-small;
}
 .newsArchivesDiv a:link,  .newsArchivesDiv a:visited, .newsArchivesDiv a:active
{
	color:#0000CC;
	text-decoration:none;
}
.newsArchivesDiv a:hover
{
	color:#0000CC;
}

/******************Add Content Styles ******************/
.AddContentDiv
{
    clear:both;
    margin:5px;
    padding:5px;
    border:1px solid black;
    width:260px;
    float:right;
    background-color:#CCCCCC;
}
.ContentDetailsDiv
{
	clear:both;
	width:100%;
	font-weight:normal;
	text-align:left;
}

/******************Contact Styles ******************/
.ContactLeft
{
    font-size:small;
    font-weight:bold;}
.Contactmiddle
{
    width:450px;
    text-align:center;
    clear:both
}
/******************Uncategorized Styles ******************/

div#adminContent
{
	text-align:left;
	clear:both;
}

div.contentContent
{
	float:right;
	width:450px;
	font-size:small;
	color:Black;
	padding:5px;
	text-align:left;
}
/*5 Pager and Menus*/
#Pager
{
	border : 1px solid Black;
	border-collapse : collapse;
    background-color:#CCCCCC;
	font : 10px verdana, arial, helvetica, sans serif;
	margin-top:5px;
}
#PagerFrontPage
{
	border-collapse : collapse;
	font : 10px verdana, arial, helvetica, sans serif;
}	

#Pager td
{
	padding : 5px 5px 5px 5px;
}
.PagerNumber
{
	text-align : center;
	color : black;
	font-weight : bold;
}
.PagerField
{
	text-align : center;
	text-decoration : none;
	color : black;
	font-weight : bold;
}
#Pager col.End
{
	width : 100%;
	text-align : right;
}
#Pager col.WideButton
{
	width : 200px;
	text-align : right;
}
.accordionContent
{
    background-color: #F7F6F3;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #ece9d8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeader a
{
	color: Black;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

