/* CSS Document */

/* hack for min-height */

#Body{ height: 400px}
#Container>content { height: auto; min-height:400px} 

/*General*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(images/bg.jpg) repeat-x #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:0px;
	}

h1 {
	font-size:1em;
	color:#FFFFFF;
	font-weight:bold;
	}

h3 {
	font-size:1em;
	}
	
h4 {
	font-size:1em;
	}



.MyNewsTitles {
	font-size:1.5em;
	color:#FFFFFF;
	font-weight:bold;
	}

#Container {
	margin: 0 auto;
	width:760px;
	background:#FFFFFF;
	height:auto;
	}

/*Top Links*/

#TopLinks {
	text-align:right;
	height:12px;
	font-size:.75em;
	padding:3px;
	font-weight:bold;
	background:url(images/top_line_bg.jpg) repeat-x;
	color:#FFFFFF;
	width:754px;
	}
	
#TopLinks a {
	color:#FFFFFF;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
		}
	
#TopLinks a:hover {
	color:#000000;
	
	}


/*Header*/

#Header {
	height:202px;
	width:760px;
	}
	
/*Menu*/

#Menu {

	background:url(images/menu_bg.jpg) repeat-x;
	width:750px;
	height:19px;
	padding-top:7px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
	text-align:left;
	color:#003366;
	
	}
	
#Menu a {
	color:#FFFFFF;
	text-decoration:none;
	padding-left:4px;
	padding-right:4px;
	font-size:.92em;
	font-weight:bold;
	
	}
	
#Menu a:hover {
	background:#FF0000;
	padding-bottom:3px;
	padding-top:3px;
	}
	

/*Body*/

#Body {
	margin: 0 auto;
	width:760px;
	min-height:400px;
	height:auto;
	
	
	}
	
/*Content*/

#ContentSingleColumn {
	float:left;
	width:740px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:10px;
	color:#000000;
	height:auto;
	background:#FFFFFF;
	
	width:auto;
	}
	
#ContentSingleColumn h1 {
	background:url(images/heading_bg.jpg) no-repeat;
	width:550px;
	color:#FFFFFF;
	padding-top:20px;
	padding-left:10px;
	height:18px;
	}

#ContentSingleColumn a {
	color:#000000;
	}
	
#ContentSingleColumn a:hover {
	color:#FF0000;
	}

#Content {
	float:right;
	width:560px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:10px;
	color:#000000;
	
	background:#FFFFFF;
	overflow:auto;
	
	}

#Content p {
	}
	
#Content li {
	margin-left:20px;
	}

#Content a {
	color:#000000;
	}
	
#Content a:hover {
	color:#FF0000;
	}

#Content h1 {
	background:url(images/heading_bg.jpg) no-repeat;
	width:550px;
	color:#FFFFFF;
	padding-top:20px;
	padding-left:10px;
	height:18px;
	}

#HomeContent h1 {
	background:url(images/heading_bg.jpg) no-repeat;
	width:550px;
	color:#FFFFFF;
	padding-top:20px;
	padding-left:10px;
	height:18px;
	}

/*HOME CONTENT*/

#HomeContent {
	float:left;
	width:500px;
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;
	padding-bottom:10px;
	color:#000000;
	height:auto;
	}

#HomeContent a {
	color:#000000;
	}
	
#HomeContent a:hover {
	color:#000000;
	}

#HomeSideMenu {
	float:right;
	width:210px;
	margin-top:20px;
	padding-bottom:10px;
	padding-left:0px;
	margin-right:10px;

	color:#000000;
	background:#CCCCCC;
	}
	
#HomeSideMenu a {
	color:#000000;
	text-decoration:none;
	display:block;
	padding-left:5px;
	}
	
#HomeSideMenu a:hover {
	color:#000000;
	}

/*Sidemenu*/

#SideMenu {
	float:left;
	width:150px;
	margin-top:20px;
	padding-top:20px;
	padding-bottom:10px;
	padding-left:0px;
	padding-right:0px;
	background:#CCCCCC;
	min-height:300px;
	color:#000000;
	}
	
#SideMenu a {
	color:#000000;
	text-decoration:none;
	display:block;
	padding-left:5px;
	margin-left:5px;
	margin-right:5px;
	lis
	}
	
#SideMenu a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background:#FF0000;
	}

/*Quick Links*/

#QuickLinkContainer {
	width:500px;
	height:auto;
	background:#FFFFFF;
	}
	
#QuickLinkPicture {
	width:100px;
	background:#FFFFFF;
	float:left;
	}

#QuickLinkRightContainer {
	width:400px;
	float:right;
	margin-bottom:20px;
	}

#QuickLinkHeading {
	background:url(images/home_linkbox_heading_bg.jpg) repeat-x;
	color:#FFFFFF;
	font-weight:bold;
	padding:1px 3px 1px 3px;
	font-size:.92em;
	}

.Heading {	
	background:url(images/bullet.gif) no-repeat left;
	padding-left:15px;
	
	}

#QuickLinkLinks {
	background:#FFFFFF;
	padding:0px 5px 5px 5px;
	}
	
#QuickLinkLinks a {
	text-decoration:none;
	}
	
#QuickLinkLinks a:hover {
	text-decoration:underline;
	}

#QuickLinkContent {
	min-height:300px;
	
	padding:5px;
	}

#QuickLinkContent a {
	text-decoration:none;
	}
	
#QuickLinkContent a:hover {
	text-decoration:underline;
	}

/*Form*/

#loginform {
height: 9em;
}
#quicklinkform {
height: 6em;
}

#loginform,#quicklinkform {
margin:auto;
}
#loginform fieldset,#quicklinkform fieldset{

}
#loginform legend,#quicklinkform legend{
font-weight:bold;
}
#loginform label,#quicklinkform label {
display:block;
height:2em;
padding:10px 10px 0;
}

#loginform input,#quicklinkform input {
margin-right:20px;
border:1px solid #999999;
float: right;
}
#loginform input:focus,#quicklinkform input:focus,#loginform input:hover,#quicklinkform input:hover {
border:1px solid #333333;
}
.error{
color:red;
font-weight:bold;
}
	

#ContactForm label{
float: left;
width: 120px;
font-weight: bold;
}

#ContactForm input, #ContactForm textarea{
width: 180px;
margin-bottom: 5px;
}

#ContactForm textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

#ContactForm br{
clear: left;
}

/*HomeSideLinks*/

.SideQuickLinkContainer {
	width:180px;
	height:auto;
	
	}


.SideQuickLinkHeading {
	background:url(images/home_linkbox_heading_bg.jpg) repeat-x;
	color:#FFFFFF;
	font-weight:bold;
	padding:1px 3px 1px 3px;
	font-size:.92em;
	}

.Heading {	
	background:url(images/bullet.gif) no-repeat left;
	padding-left:15px;
	
	}

.SideQuickContent {
	padding:0px 0px 5px 5px;
	width:180px;
	}
	
.SideQuickContent a {
	text-decoration:none;
	padding-top:5px;
	padding-bottom:-5px;
	}
	
.SideQuickContent a:hover {
	text-decoration:underline;
	}

/*Admin*/

#AdminMenu {
	width:740px;
	text-align:right;
	background:#CCCCCC;
	height:48px;
	padding-top:2px;
	padding-left:10px;
	padding-right:10px;
	}
#AdminMenu a{
	color:#000000;
	text-decoration:none;
	font-size:.75em;
	font-weight:bold;
	padding-left:10px;
	}

#AdminMenu a:hover {
	color:#FF0000;
	text-decoration:none;
	}

.AdminText {
	color:#FFFFFF;
	}

/*Sitemap*/
	
.SecondLevel {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:10px;
	list-style:none;
	}

/*Footer*/

#Footer {
	margin: 0 auto;
	width:740px;
	padding:5px 10px 5px 10px;
	font-size:.75em;
	text-align:center;
	color:#000000;
	background:#FFFFFF;
	clear:both;
	}

#Footer a {
	color:#000000;
	text-decoration:none;
	padding-left:3px;
	padding-right:3px;
	}

#Footer a:hover {
	color:#FF0000;
	text-decoration:none;
	}
	
.readMoreArrow {
	margin-bottom: -1px;
}
