@charset "utf-8";

/* Default Elements */

body {
	background-color: #d3e1ff;
	background-image: url(img/topBgRepeat.gif);
	background-repeat: repeat-x;
	margin: 0px;
}
blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #CDE1F5;
	border: 2px dotted #333;
	padding: 4px;
	margin-right: 14px;
	margin-left: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}
u {
	text-decoration: underline;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
i {
	font-family: Arial, Helvetica, sans-serif;
	color: #003;
}
a {
	color: #3e4d6f;
	text-decoration: none;
}
a:hover {
	color: #000000;
}

/* Header */

#top {
	height: 65px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#toplogo {
	float: left;
	padding-top: 4px;
	padding-left: 25px;
}
#topbutton {
	vertical-align: top;
	float: right;
	margin-right: 24px;
}
#topnav {
	height: 120px;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	text-align: center;
	background-image: url(img/topnavBg.png);
	background-repeat: no-repeat;
}
#flashnav {
	padding-top: 40px;
	padding-right: 23px;
	padding-bottom: 16px;
	padding-left: 217px;
	height: 54px;
	font-size: 9pt;
	text-transform: uppercase;
	font-family: "Lucida Console", Monaco, monospace;
}

/* Content Body */

#outliner {
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	background-image: url(img/contentBg.png);
}
#header {
	height: 150px;
	text-align: center;
	margin-bottom: 10px;
}
#content {
	width: 900px;
	background-image: url(img/contentBg.png);
	background-repeat: repeat-y;
}
#sidebar {
	float: left;
	width: 235px;
	padding-left: 15px;
	padding-top: 5px;
	overflow: hidden;
}
#sidebar a {
	display: block;
	text-decoration: none;
	color: #000;
	background-image: url(img/bullet2.png);
	padding-left: 14px;
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 15px;
	margin-right: 12px;
	margin-left: 12px;
	padding-right: 14px;
	padding-top: 7px;
	padding-bottom: 7px;
}
#sidebar a:hover {
	display: block;
	text-decoration: none;
	color: #000;
	background-color: #b3cbff;
}
#sidebar li  {
	list-style-image: url(img/bullet.png);
	line-height: 12pt;
	margin-top: 2px;
	margin-bottom: 2px;
}
#sidebar ul  {
	margin-top: 0px;
	margin-bottom: 0px;
}
#sidebar p{
	margin-right: 12px;
	margin-left: 12px;
}
#sidebar h3{
	font-family: Tahoma, Geneva, sans-serif;
	text-transform: lowercase;
	color: #333;
	font-size: 11pt;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 18pt;
	padding-left: 27px;
	text-decoration: underline;
}
.sidebarTitle {
	display: block;
	margin-right: 15px;
	margin-left: 15px;
	font-weight: bold;
	line-height: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	background-image: url(img/sidebarTitle.png);
	background-position: center;
}
#sidebarTop {
	background-image: url(img/sidebar-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 35px;
	margin-right: 12px;
	margin-left: 12px;
}
#sidebarCenter {
	background-image: url(img/sidebar-center.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 12px;
	margin-left: 12px;
	padding-right: 7px;
	padding-left: 7px;
	color: #003;
}
#sidebarBase {
	background-image: url(img/sidebar-base.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 25px;
	overflow: hidden;
	margin-right: 12px;
	margin-left: 12px;
}

#main {
	float: right;
	width: 620px;
	padding-left: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
	line-height: 12pt;
	text-align: justify;
	padding-top: 5px;
	border-left-style: dotted;
	border-left-color: #5A9DE0;
	border-left-width: 2px;
	overflow: hidden;
	margin-right: 22px;
}

#mainTitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 28px;
	background-image: url(img/mainTitle.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 245px;
	padding-right: 15px;
	padding-left: 60px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 4px;
}

#main .li-heading {
	font-size: 20px;
	color: #03A;
	list-style-type: none;
	font-weight: bold;
	letter-spacing: -1px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #2F6DFF;
	line-height: 14px;
	margin-top: 16px;
	margin-bottom: 2px;
	background-color: #AEC7FF;
}

.staffphotos {
	height: 160px;
	width: 120px;
	border: 3px ridge #FFF;
}

.mainli {
	list-style-image: url(img/bullet2.png);
	line-height: 12pt;
	margin-top: 2px;
	margin-bottom: 2px;
}


#main ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 10px;
	background-color: #2F6DFF;
}

.break {
	background-image: url(img/hr.png);
	background-repeat: no-repeat;
	height: 12px;
	margin-top: 2px;
	margin-bottom: 5px;
}

#connector {
	clear: both;
	height: 1px;
	width: auto;
	background-image: url(img/contentBg.png);
	background-repeat: no-repeat;
}

/* Footer */

#footer {
	background-image: url(img/footerBg.png);
	text-align: center;
	clear: both;
	height: 63px;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	background-repeat: no-repeat;
}
#footer a {
	color: #272727;
	text-decoration: none;
}
#footer a:hover {
	color: #999;
}
#footertext1 {
	float: left;
	width: 365px;
	margin-top: 28px;
	margin-bottom: 16px;
	height: 19px;
	font-size: 9pt;
	color: #666;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing: -0.7px;
}
#footertext2 {
	text-transform: uppercase;
	color: #FFF;
	height: 26px;
	font-size: 9pt;
	font-family: "Lucida Console", Monaco, monospace;
	float: right;
	width: 535px;
	margin-top: 14px;
	margin-bottom: 23px;
}
/* Easy Slider */
	
#slider1 ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	background-color:#8EB1FF;
}
#slider1, #slider1 li{ 
/* define width and height of list item (slide) entire slider area will adjust according to the parameters provided here */ 
	width:620px;
	height:140px;
	overflow:hidden;
	background-color:#8EB1FF;
}
span#prevBtn{}
span#nextBtn{}