@charset "UTF-8";
/* CSS Document */

/* Begin Global whitespace reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 10;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: disc;
	margin-left: 5%;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End Global whitespace reset */


body {
	font-family: Arial, Helvetica, sans-serif;	
	background-color: #333;
	}
	
#wrapper  {
	width: 955px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	z-index: 1;
}

/* TOP */

#header {
	float: left;
	width: 955px;
	height: 225px;
	position: relative;

}

#topMenu {
	float: left;
	clear: left;
	width: 955px;
	height: 40px;
	position: relative;
	background-image:url(images/testMenuBckgrnd.jpg);
	background-repeat: no-repeat;
	z-index: 500;
}

#topMenuLinks {
	float: left;
	width: 480px;
	color: #f0f3e1;
	padding-left: 475px;
	z-index: 1;
}

#topMenuLinks ul {
	list-style-type: none;
	font-size: 1em;
	
}

#topMenuLinks li {
	display: inline;
	padding-right: 15px;
}


#topMenuLinks ul li a:link, #topMenuLinks ul li a:visited {
	color: #f0f3e1;
	text-decoration: none;
}

#topMenuLinks ul li a:hover, #topMenuLinks ul li a:active {
	color: #00539f;
}


/* MAIN CONTENT */

#searchBox {
	float: left;
	clear: left;
	width: 450px;
	height: 30px;
	
}

#contentTopLeft {
	float: left;
	clear: left;
	width: 475px;
	position: relative;

}
.iconBox {
	float: left;
	width: 115px;
	color: #333;
	padding-top: 10px;
	text-align: center;

}
.iconBox p {
	font-size: .8em;
	margin-top: 2px;
	
}


#contentTopRight {
	float: left;
	width: 460px;
	padding-right: 20px;
	position: relative;
	z-index: 1;
}

#contentTopRight p {
	font-size: .9em;
	color: #333;
	line-height: 1.1em;
	z-index: 1;
}

#contentTopRight p a:link, #contentTopRight p a:visited {
	color: #000;
	text-decoration: none;
}

#contentTopRight p a:hover, #contentTopRight p a:active {
	color: #666;
}


/* TAB PANELS */

/*#tabbedContent {
	float: left;
	width: 955px;
	padding-top: 20px;
	padding-bottom: 20px;
}
*/
#tabbedTextPicContainer {
	float: left;
	width: 900px;
	padding: 15px;
	
}

#tabbedSmallPics {
	float: left;
	width: 120px;
}

#tabbedText {
	float: left;
	width: 760px;
	padding-top: 10px;
}


#tabbedContent p {
	font-size: .9em;
	color: #333;
	line-height: 1.3em;
}

#tabbedContent p a:link, #tabbedContent p a:visited {
	color:#00539f;
	text-decoration: none;
}

#tabbedContent p a:hover, #tabbedContent p a:active {
	color: #000;
}

#tabbedContent img {
	padding-right: 10px;
	padding-top: 10px;
}

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font-size: .95em;
	color: #f0f3e1;
	background-color: #007e70; /* Tab color */
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

.TabbedPanelsTabHover {
	background-color: #00539f;  /* Hover over Tab color  */
}

.TabbedPanelsTabSelected {
	background-color: #00539f;  /* Tab Color when selected */
	border-bottom: 1px solid #EEE;
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #00539f;  /* Border Color for content should be same as selected Tab above */
	border-bottom: solid 2px #00539f;
	border-top: solid 2px #00539f;
	border-right: solid 1px #00539f;
	background-color: #f0f3e1;          /* Light tan color for content box  */
}

.TabbedPanelsContent {
	padding: 10px;
}

.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}


/* FOOTER */

#footer {
	float: left;
	clear: left;
	width: 955px;
	height: 30px;
	background-color: #007e70;
}

#footer p {
	font-size: .9em;
	color: #f0f3e1;
	margin-top: 10px; 
	text-align: center;
}


/* H1 TAGS */


h1 {
	font-size: 1em;
	color: #333;
	margin-top: 10px;
	margin-bottom: 5px;
}
h4 {
	font-size: .9em;
	color: #333;
	margin-top: 6px;
	margin-bottom: 3px;
}

.clearboth {
	clear: both;
}


	
#IntheNews {
	padding: 15px;
	margin-left: 625px;
}
#IntheNews h1, #IntheNews h2, #IntheNews h3 {
	margin-top: 12px;
}
#Headlines h1 {
	font-size: 200%;
	color: #007E70;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #007E70;
	margin-bottom: 10px;
}
#Headlines h3 {
	font-size: 130%;
	clear: both;
}
.AuthorDate {
	font-size: 80%;
	color: #666;
	margin-top: 8px;
	margin-bottom: 8px;
}
.LeftImage {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.RightImage {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}


#Headlines {
	padding: 20px;
	float: left;
	width: 930px;
}

#IntheNews ul li {
	list-style-type: disc;
	margin-left: 20px;
}
bullet {
	list-style-type: circle;
}
bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	list-style-position: inside;
	list-style-type: circle;
}
