@charset "utf-8";
/* CSS Document */
/* American Digital Refresh 2008 */

body  {
	font: 80% Arial, Helvetica, sans-serif;
	background: #1B4671 url(images/bigbluebg2.jpg) no-repeat scroll;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #1B4671;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: .6em;
}
p {
	margin-top: 0px;
	margin-bottom: 1.2em;
}
#mainContent p {
	margin-right: 10px;
	text-align: justify;
	line-height: 1.2;
}


.thrColFixHdr #wrapper {
	width: 800px;
	margin: 0 auto;
	border: 2px solid #000;
	background-color: #FFFFFF;
	padding: 4px;
}
.thrColFixHdr #container {
	background: #FFFFFF url(images/sidebar1Background.gif) repeat-y left;
	text-align: left;
} 
.thrColFixHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 128px;
	margin: 0;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	background: url(images/sidebar1CapImage.gif) no-repeat right top;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	margin-top: 10px;
}
#sidebar2 h3 {
	font-style: italic;
	font-weight: normal;
	border-bottom: 2px solid #517DA2;
	font-size: 1.2em;
}
#sidebar2 li {
}

.thrColFixHdr #mainContent {
	margin: 0px 166px 0;
	padding: 0 10px;
	background: #FFFFFF url(images/mainContentBackground.gif) repeat-y right;
} 
.thrColFixHdr #footer {
	height: 79px;
	background-color: #9AA885;
	background-image: url(images/footerGraphic.jpg);
	background-repeat: no-repeat;
} 
.thrColFixHdr #footer p {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
}
#footer a {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	margin-top: 0px;
	font-size: 1.1em;
}
#footer a:hover {
	color: #FFFFFF;
	font-size: 1.1em;
}
#footer p.links {
	margin-bottom: 15px;
	padding-top: 5px;
}
#footer p.address {
	margin-top: 0px;
	margin-bottom: .4em;
}

#footer  p.copyright {
	color: #414A35;
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
	border: 3px solid #2D4D6A;
	margin-bottom: 2px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.CollapsiblePanelContent a {
	display: block;
	margin-top: 2px;
	margin-left: 8px;
	padding: 2px 4px;
	text-decoration: none;
	color: #1B4671;
	background: #fff;
	border-top: 2px solid #215782;
	border-right: 5px solid #215782;
	border-bottom: 2px solid #215782;
	border-left: 2px solid #215782;
	text-align: right;
	font-size: 0.75em;
	text-transform: uppercase;
}
.CollapsiblePanelContent a:hover {

}
.mainList {
	margin-right: 35px;
	margin-left: -15px;
	text-align: justify;
}


#welcome h1 {
	font: 1.4em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 0.3em;
}
#welcome h2 {
	font: italic normal 1.4em Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 0px;
	margin-bottom: .5em;
}
#welcome {
	text-align: center;
	margin-right: 10px;
}

#sidebar1 .simpleNavigation {
	margin-top: 50px;
	margin-bottom: 0px;
}

#sidebar1  .simpleNavigation a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	margin: 15px 4px 15px 10px;
	font-size: 0.8em;
	padding: 2px;
	text-transform: capitalize;
	font-weight: bold;
}
#sidebar1 .simpleNavigation a:hover {
	background-color: #4F7EAE;
}
#sidebar2 a {
	display: block;
	font-weight: bold;
	text-transform: capitalize;
	color: #2D4D6A;
	text-decoration: none;
	font-size: 1em;

}
#sidebar2 a:hover {
	background-color: #E9ECF4;
	border-bottom-color: #E9ECF4;
	border-bottom-width: 3px;
	border-top-color: #E9ECF4;
	border-top-width: 3px;
}
#sidebar2 {
	font-size: 0.9em;
	max-width: 155px;
	margin-right: 4px;
	text-align: left;
}
#sidebar2 .hp {
	margin-bottom: 10px;
}
#sidebar2 li {
	margin-left: -30px;
	margin-right: 6px;
}


.newsitem {
	margin-top: 0px;
	margin-bottom: 2em;
}
#sidebar2 h4 {
	margin-top: 0px;
	margin-bottom: 0.4em;
	font-variant: normal;
}
#sidebar2 p {
	margin-top: 0px;
	margin-bottom: .4px;
}





#content {
	background-image: url(images/sidebar1BottomGraphic.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 0px;
	padding-bottom: 10px;
}
#mainContent .techList {
	text-align: left;
}


.MainRightImage {
	float:right;
	margin-right: 7px;
	margin-left: 10px;
	margin-top: 5px;
	border: 3px solid #2D4D6A;
	}
#mainContent li {
	margin-bottom: 5px;
}
#mainContent a {
	font-family: Arial, Helvetica, sans-serif;
	color: #15619A;
	font-weight: bold;
	text-decoration: none;
}
.thrColFixHdr ul {
	margin-top: 0.6em;
}
.thrColFixHdr  h2  {
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2;
}
.thrColFixHdr h3 {
	font-size: 1.05em;
	font-weight: bold;
	line-height: 1.2;
}

.thrColFixHdr h4 {
	font-weight: bold;
	font-size: 1em;
	line-height: 1.2;
}
p.firstpara {
	margin-top: 20px;
}
