@charset "utf-8";

a:link, a:visited, a:hover, a:active { color: #003399 }

h1 {
	font-size: 125%;
	color: #003399
}
h2 {
	font-size: 125%;
	color: #003399
}
h3 { font-size: 140%; font-weight: normal; color: #3399FF }

body  {
	font: 73% Tahoma, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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: #333366
}
#container {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/*       HEADER     */
#header { 
	padding: 20px 10px 5px 0;  /* 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: 7.80em;
	border-bottom: 1px sold white;
	text-align: right;
	font: 85% Tahoma, Arial, Verdana;
	color: #333366
} 
#header .logo {
	float: left;
	margin: 0;
	padding: 0;
	border: 0px solid blue;
}
#header a {
	color: #959595;
	padding: 0 5px;
	font-weight: bold;
}
#header form {
	margin: 0;
	padding-bottom: 15px;
/*	float: right;*/
}
#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 */
}


/*       SIDEBAR       */
#sidebar1 { 
	float: right; /* since this element is floated, a width must be given */
	width: 193px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EFF3F6 url(images/sidebar-bg.gif) top left repeat-y; /* the background color will be displayed for the length of the content in the column, but no further */
/*	padding: 15px 10px 0 10px;*/
	margin: 3px 0 10px 0;
	border: 0px solid #1c3594;
}
#sidebar1 img.heading {
	/*margin: -1px auto auto -1px;*/
}
#sidebar1 .press-release-section {
	margin-bottom: 15px;
}
#sidebar1 .press-release-section p {
margin-top: 5px;

}
#sidebar1 .press-release-section a {
	font-weight: bold;
	color: #3399CC
}
#sidebar1 p.pr-title, #mainContent p.news-title {
	font-weight: bold;
	color: #339933
	margin-bottom: -2px;
}
#sidebar1 p {
	margin: 8px auto;
	padding: 0 15px;
}
#sidebar1 p a {
	font-weight: bold;
	color: #333399
}

/*       BREADCRUMBS        */
#breadcrumbs {
	margin-top: 5px;	
	font-size: 85%;
}



/*       MAIN CONTENT       */
#mainContent { 
	margin: 0 194px 5px 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: small;
}

/*       MAIN CONTENT 2 COLUMN BOX       */
#mainContent-2ColBox {
	border: 0px solid black;
	margin: 0;
	padding: 0;
}

#mainContent-2ColBox .col1, #mainContent-2ColBox .col2 {
	float: left;
	display: block;
	margin: 0;
	padding: 0 10px 15px 10px;
	width: 219px;
	background-color: #e7e7e7;
}
#mainContent-2ColBox .col1 {
	margin-right: 5px;
}
#mainContent-2ColBox h2 {
	margin-top: 5px;
	margin-bottom: -8px;
	padding: 0;
	font-size: 100%;
	color: #A28800;
	background-color: #ffffff;
	text-transform: uppercase;
	padding: 5px 0 5px 10px;
	margin-right: -10px;
}
#mainContent-2ColBox p {
	font-size: 88%;
}

#mainContent p.news-title {
	margin-bottom: -15px;
	font-size: 125%;
}

p.title {
	border-bottom: 1px solid #003399
}



/*       COLUMNS BEFORE FOOTER       */
td.bottom-content-title {
	padding-left: 15px;
	color: #ffffff;
	font: bold 11px/25px arial;
	text-transform: uppercase;
	background-color: #0F2E8B;
	height: 25px;
	vertical-align: middle;
}
td.bottom-content-content {
	padding: 15px;
/*	border-left: 1px solid #0F2E8B;*/
	vertical-align: top;
}

#bottom-content, #bottom-content-home {
/*	border-left: 1px solid #0E2D8A;
	border-right: 1px solid #0E2D8A;*/
	/*margin: 0;
	padding: 0;*/
	height: 300px;
	width: 663px;
	background: url(images/3col-top.jpg) top left no-repeat;
	margin-bottom: 10px;
}
#bottom-content-home .col1, #bottom-content-home .col2, #bottom-content-home .col3 {
	float: left;
	display: block;
	margin: 0 0 5px 0;
	padding: 0;
	width: 220px;
	height: 300px;
	min-height: 300px;
}
#bottom-content-home .col1, #bottom-content-home .col2 {
	border-right: 1px solid #0E2D8A;
}
#bottom-content-home .col1 {
	background: url(images/3col-bl-corner-.jpg) bottom left no-repeat;
}
#bottom-content-home .col3 {
	background: url(images/3col-br-corner-.jpg) bottom right no-repeat;
}
/*#bottom-content .col5, #bottom-content .col6 {
	float: left;
	display: block;
	margin: 0 0 5px 0;
	padding: 0 10px 5px 10px;
	width: 424px;
	border-right: 1px solid #666666;
}*/
#bottom-content-home .col1, #bottom-content .col5 {
	padding-left: 0px;
}
#bottom-content-home img.heading {
	width: 100%;
	background-color: #0E2D8A;
}
#bottom-content h2, #bottom-content-home h2 {
	margin: 0 auto;
	padding: 0;
	font-size: 100%;
	color: #ffffff;
	text-transform: uppercase;
/*	background-color: #e7e7e7;*/
	padding: 5px 0 5px 10px;
/*	margin-right: -10px;*/
}
#bottom-content p, #bottom-content-home p {
	font-size: 88%;
	padding: 0 10px 25px 15px;
}

/*#bottom-content-home {
	display: none;
}*/


/*       BOTTOM NAVIGATION       */
#navcontainer {
/*background-color: #76242C;*/
border-top: 2px solid #1c3594;
padding-top: 2px;
}
#navcontainer ul
{
padding: .25em 0;
margin: 0;
list-style-type: none;
/*background-color: #76242C;*/
color: #000000
/*width: 708px;*/
font: bold 100%/17px arial, helvetica, sans-serif;
text-align: center;
}

#navcontainer ul li
{
display: inline;
border-right: 1px solid #3366CC
}

#navcontainer ul li a
{
color: #0033FF
margin: .75em 1.5em;
}

#navcontainer ul li a:hover
{
/*background-color: #76242C;
color: #fff;*/
}


/*       FOOTER       */
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
	font-size: 85%;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


/*       MISCELLANEOUS CLASSES       */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#homepage-flash-demo {
		width: 670px;
		height: 215px;
	}
.x-small { font-size: x-small; }
.small { font-size: small; }
.medium { font-size: medium; }
.large { font-size: large; }