﻿body,td {font-family: calibri, arial, helvetica, sans-serif; margin: 0; padding: 0; font-size: 16px; color: black; background-color: white;}

h1 {font-size: 25px; color: #324976; font-weight: normal; margin: 0 5px 10px 0; border-bottom: 1px solid #324976;}
h2 {font-size: 20px; color: #333333; font-weight: bold; margin: 20px 0 0 0;}
h3 {font-size: 17px; color: #324976; font-weight: bold; margin: 0;}

img {border: 0}

.top {margin-top: 0;}
.bottom {margin-bottom: 0;}
.topbot {margin-top: 0; margin-bottom: 0;}

.blue {color: #324976;}

.small {font-size: 13px;}
.large {font-size: 18px;}

a {color: #324976;}
a:hover {color: black;}

#topbluebar {
	width: 100%; 
	height: 26px;
	background-color: #324976;
}
	#topbluebar .topbar {
		width: 970px;
		margin: 0 auto;
		padding-top: 3px;
	}
	#topbluebar .login a {
		float: left;
		margin-top: -2px;
		margin-left: 35px;
		color: white;
		font-size: 12pt;
		text-decoration: none;
	}
		#topbluebar .login a:hover {color: #E46C0A;}
	#topbluebar .search {float: right;}

#header{
	clear: both;
	position: relative;
	width: 970px;
	margin: 0 auto;
}
	#header .logo {float: left; display: block; position: relative; width: 310px;}

#content {
	clear: both;
	width: 970px;
	min-height: 300px;
	margin: 1px auto 0 auto;
	padding-top: 22px;
	border-top: 3px solid #324976; 
}
	#submenu {
		float: left;
		width: 150px;
	}
	#content .textarea {
		float: right;
		width: 774px;
		min-height: 300px;
		padding-left: 20px;
		border-left: 3px solid #324976;
	}

#bottom {
	clear: both;
	width: 970px;
	margin: 0 auto 17px auto;
	padding-bottom: 22px;
	border-bottom: 3px solid #324976; 
}

/* Home Page Layouts */
#photo {
	width: 970px; 
	height: 360px;
	background-color: black; 	
	font-size: 15pt;
}
	#photo p {
		margin-top: -6px;
		padding-right: 15px;
		color: white;
		text-align: right;
	}
	#photo a {
		color: white;
		text-decoration: none;
	}


/* Navigation Layouts */

#menu ul {
	display: block;
	position: absolute; 
	/*top: 82px;*/
	top: 70px;
	right: 0;
	z-index: 500;
	height: 93px;
	list-style: none;
}
	
#menu {
	display: block;
	position: absolute; 
	/*top: 82px;*/
	top: 70px;
	right: 0;
	z-index: 500;
	height: 93px;
	list-style: none;
}
	#menu li {
		display: block;
		float: right;
		position: relative;
		height: 93px;
		padding: 0 7px 0 7px;
		border-right: 1px solid #dee5e5;
		color: #324976;
		font-size: 13pt;	
		font-weight: normal;
	}
	.spacing {margin-top: 21px;}
	.spacing2 {margin-top: -22px;}
	#menu a {
		display: block;
		padding-top: 48px;
		color: #324976;
		text-decoration: none;
	}
		#menu a:hover {color: #E46C0A;}

#submenu h1 {
	margin: 0;
	padding: 0 0 5px 0;
	border: none;
	font-size: 13pt;
	font-weight: bold;
}

#submenu ul {
	margin: 0 auto;
	list-style: none;
}
	#submenu li {
		margin-left: -40px;
		padding: 3px;
		font-size: 11pt;
		font-weight: normal;
		color: #324976;
	}
		#submenu li li {
			margin-left: -40px;
			padding: 2px 2px;
			font-size: 10pt;
			line-height: 10pt;
			font-weight: normal;
			color: #dee5e5;
		}
	#submenu a {
		display: block;
		color: #324976;
		text-decoration: none;
	}
	#submenu li li a {
		display: block;
		color: #999999;
		text-decoration: none;
	}
		#submenu a:hover {color: #E46C0A;}

#footerbar {
	clear: both;
	width: 100%; 
	height: 22px;
	background-color: #324976; 
}
	#footerbar .footer{
		width: 970px;
		margin: 0 auto;
	}
	#footerbar a {
		float: right;
		height: 21px;
		color: white;
		padding: 4px 10px 0 10px;
		border-left: 1px solid white;
		font-size: 8pt;
		text-decoration: none;
	}
		#footerbar a:hover {color: #E46C0A;}
	#footerbar .copyright {
		float: left;
		/*width: 200px;*/
		padding-top: 4px;
		color: white;
		font-size: 8pt;
	}
		#footerbar .copyright a {
			float: none;
			height: auto;
			color: white;
			padding: 0;
			border-left: 0;
			font-size: auto;
			text-decoration: none;
		}
			#footerbar .copyright a:hover {color: #E46C0A;}
#social {
	width: 970px;
	margin: 10px auto 0 auto;
}

#sitemap td li {margin-left: -35px; font-size: 15px; list-style: none;}
