@charset "utf-8";
/* CSS Document */

@import url('style-basics.css'); /* general body styles with wrapper */
@import url('style-header.css'); /* header styles i.e. h1 */
@import url('style-sidebar.css'); /* general sidebar styles */

.container{float: left;}
.outter{
	width: 890px;   /* reducing all width mesurments by 90 so that it fits in 800x600 */
	padding: 0 0 10px;
	background: #00496a url(../images/background_4_site/bg-container-outter.gif) no-repeat left bottom;
}

.inner{
	width: 880px;  /*changed from 700px to get the sidebar to the side */
	margin: 0 0 0 10px;
	background: url(../images/background_4_site/bg-container-inner.gif) repeat-y;
	display: inline;
	text-align: left;
}

.inner .top, .inner .bottom{
	float: left;
	width: 700px;
	height: 10px;
	font-size: 1px;
	background: url(../images/background_4_site/bg-container-inner-top.gif) no-repeat;
}

.inner .bottom{
	background: url(../images/background_4_site/bg-container-inner-bottom.gif) no-repeat;
}

#content{
	float: left;
	margin: 16px 10px 0 25px;
	width: 650px;  /* i adjusted this from 500px to make the entire white area usable and to move the sidebar */
	display: inline;
}

#menu{
	float: left;
	width: 700px;
	background: url(../images/background_4_site/bg-menu.gif) no-repeat;
	overflow: hidden;
}

#menu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu ul li{
	float: left;
}

#menu ul li a{
	display: block;
	padding: 12px 20px 12px 22px;
	background: url(../images/background_4_site/bg-menu-li-a.gif) no-repeat right top;
	color: #fff;
}

#menu ul li a span.feed{
	padding: 0 18px 0 0;
}

/* styles to control how the press releases get posted on the site */
.press{
	width: 650px;
	padding: 0 0 16px;
	position: relative;
}

.press h1{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #002E42;
	text-align: center;
	line-height: 2.5ex; 
	font-variant: small-caps;
	text-decoration: none;
}

.press h2{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
	color: #36567A;
	font-weight: bold;
	text-align: center;
	line-height: 2.5ex;
	font-variant: small-caps;
	text-decoration: none;
}

.press p{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10pt;
	color: 000000;
/*	line-height: 2.5ex; */
	text-align: left; 
}

.press td {
	padding: 5px;
}

.press td.alt {
	background: #CCCC99;
}

.manage h1{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	text-align: center;
	line-height: 2.5ex; 
	font-variant: small-caps;
	text-decoration: none;
}

.manage p{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10pt;
	color: 000000;
/*	line-height: 2.5ex; */
	text-align: left; 
}

.manage ul {
	list-style-type: square;
	margin-top: 0;
}

.manage li {
	margin-left: 0px;
}

.news{
	width: 650px;
	padding: 0 0 16px;
	position: relative;
}

.news h1{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 15pt;
	font-weight: bold;
	text-align: center;
	line-height: 3.5ex; 
	font-variant: small-caps;
	text-decoration: none;
}

.news h2{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
	color: #36567A;
	font-weight: bold;
	text-align: left;
	line-height: 2ex;
	font-variant: normal;
	text-decoration: none;
}

.news p{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: 000000;
	line-height: .1ex;
	text-align: justify; 
}

#footer{
	float: left;
	width: 890px;
	padding: 10px 0 10px;
	color: #74715b;
	text-align: left;
}


#footer a{color: #55523d;}
#footer p{padding: 10px 35px;}



/* font styles from old site that I kept for new site */

.body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10pt;
	color: 000000;
	line-height: 3.5ex;
	text-align: justify;
}