@charset UTF-8;
/* CSS Document */ 
/************************************************************ Body */
body  {
	margin: 0;
	padding: 0;
	background-color: #005C8A;
	font-family: Georgia, Times, serif;
	text-align: center; /* this centers the container1 in IE 5* browsers. The text is then set to the left aligned default in the #container1 selector */
}
/************************************************************ Body Top */
#bodyTop { /*resides above and outside of container1*/
	margin: auto;
	padding: 0;
	height: 8px;
}
/*********************************************************** Page Wrapper */
#container1 { 
	margin: auto;
	padding: 0;
	width: 780px;
	background-image: url(../images_nav/SucSocPage03.gif);
	background-repeat: repeat-y;
	text-align: left;
}
/*********************************************************** Header */

#header { 
	margin: auto;
	padding: 0;
	height: 150px;
	width: 750px;
	border-bottom: solid 2px #005C8A;	
	background-image: url(../images_nav/SucSocHeaderText01.png);
	background-position: 70% 15%;
	background-repeat: no-repeat;
}
#header img {
	margin: 0 0 0 15px;
	padding: 0;
	height: 150px;
	width: 150px;
	float: left;
}
/********************************************************* Main Menu Bar */
#MenuBar1 { /* ul */
	margin: 0;
	padding: 0;
	height: 28px;
	max-width: 750px;
	display: block;
	position: relative;
	top: 110px;
	left: 0px;
	list-style-type: none;
	cursor: default;
}
#MenuBar1 li { /* Main Menu item li containers */
	margin: 0;
	padding: 0;
	height: 28px;
	position: relative;
	/*relative position with float left makes the list horizontal*/
	float: left;
	cursor: pointer;
	background-image:url(../images_nav/SucSocMenuBar03.gif);
	background-repeat: repeat-x;
}
#MenuBar1 a { /* Main Menu anchor items */
	margin: 7px 4px;
	padding: 0px 4px;
	display: block;
	border: none;
	list-style-type: none;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
}
#MenuBar1 a:link {
	color: #004161;
	font-weight: normal;
}
#MenuBar1 a:visited {
	color: #004161;
	font-weight: normal;
	border-style: none;
}
#MenuBar1 a:hover {
	color: #004161;
	font-weight: bolder;
}
#MenuBar1 a:active {
	color: #004161;
	font-weight: bolder;
}
/*********************************************************** Crumbs */
#crumbs {
	margin: auto;
	padding: 4px;
	height: 15px;
	width: 750px;
}
.crumbcaps {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #888;
	font-style: italic;
	text-transform: uppercase;
}
/**************************************************** Headings Defaults */
h1, h3 {
	margin: 0;
	padding: 0;
	text-align:left;
	color: #005C8A;
}
h2 {  /* h2 is for titles inside Crossbars*/
	margin: 0;
	padding: 0;
	text-align:left;
	color: #005C8A;
}
h4 { /* uppercase, italics, logo blue, and font-size=14px */ 
	margin: 0;
	padding: 8px 0 0 0;
	text-align:left;
	color: #005C8A;
	font-style: italic;
	font-size:14px;
	text-transform: uppercase;
	display: inline;
}
h5 { /* uppercase, italics, logo blue, and font-size=11px */ 
	margin: 0;
	padding: 8px 0 0 0;
	text-align:left;
	color: #005C8A;
	font-style: italic;
	font-size:11px;
	text-transform: uppercase;
	display: inline;
}
/************************************************ Big Content Containers */
#content1col { /* 1 col no sidebars */
	margin: auto;
	padding: 15px 0;
	width: 750px;
}
#content2col { /* 2 col - sidebar1 floats on left side*/
	margin: 0;
	padding:0;
	min-height: 600px;
	width: 750px;
}
#content2colright {
	margin-left: 204px;
	padding: 0 0 15px 15px;
	clear: none;
}
#content3col {  /* 3 col - sidebar2 floats on right side*/ 
	margin: 0;
	padding: 0;
	width: 530px;
	float: right;
}
#content3colmiddle { 
	margin: 0;
	padding: 0 0 15px 0;
	width: 310px;
}
/***************************************************** SideBar Containers */
#sidebar1 { /*when present, resides in content2col*/
	margin: 0;
	padding: 25px 15px;
	height: 548px;
	width: 168px;
	float: left;
	clear: none;
	background-image: url(../images_nav/leafy_grays03.gif);
	background-repeat: repeat;
	border-style: solid;
	border-width: thin;
	border-color: #D1D1D1;
}
#sidebar2 { /*when present, resides in content3col*/
	margin: 0;
	padding: 25px 15px;
	height: 548px;
	width: 168px;
	float: right;
	clear: none;
	background-image: url(../images_nav/leafy_grays03.gif);
	background-repeat: repeat;
	border-style: solid;
	border-width: thin;
	border-color: #D1D1D1;
}
/************************************************* Style SideBar Content */
#sidebar2 img {
	margin: 15px 0 0 8px;
	padding: 0;
	height: 150px;
	width: 150px;
	border: solid 2px #B3B3B3;
	background-color: #E1E1E1;
}
#sidebar1 p, #sidebar2 p {
	margin: 0;
	padding: 5px 0 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #000;
}
p.sidebarnarrow {
	padding: 0 15px 0 15px;
}
h3.sidebar_head3 {
	margin: 0;
	padding: 8px 0 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #000;
}
/************************************************************ Crossbars */
.crossbarPage {
	margin: auto;
	padding: 4px 50px 0;
	width: 640px;
	background-image: url(../images_nav/leafy_blue01.gif);
	background-repeat: repeat;
	border-style: solid;
	border-width: 2px;
	border-color: #E1E1E1;
}
.crossbarCenterCol {
	margin: 12px 0 0 0;
	padding-top: 4px;
	padding-left: 5px;
	width: 298px;
	background-image: url(../images_nav/leafy_blue01.gif);
	background-repeat: repeat;
	border-style: solid;
	border-width: 2px;
	border-color: #E1E1E1;
	text-decoration: none;
}
.crossbarCenterColPlain {
	margin: 12px 0 0 0;
	padding-top: 4px;
	padding-left: 5px;
	width: 298px;
	text-decoration: none;
}
.crossbarCenterColTop {
	margin: 0;
	padding-top: 4px;
	padding-left: 5px;
	width: 298px;
	background-image: url(../images_nav/leafy_blue01.gif);
	background-repeat: repeat;
	border-style: solid;
	border-width: 2px;
	border-color: #E1E1E1;
	text-decoration: none;
}
.crossbarWideRight {
	margin: 0;
	padding-top: 4px;
	padding-left: 15px;
	width: 500px;
	background-image: url(../images_nav/leafy_blue01.gif);
	background-repeat: repeat;
	border-style: solid;
	border-width: 2px;
	border-color: #E1E1E1;
}
/******************************************************* Misc. Dot Classes */
.a_plain {
	color:#005C8A;
	text-decoration:none;
}
.divPadLeft {
	margin: 0;
	padding: 0 0 0 15px;
}
.one_col_left {
	margin: 0;
	padding: 5px 25px;
	color: #004161;
}
.one_col_center {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #004161;
}
.list_left {
	margin: 0;
	padding: 5px 40px 25px 40px;
	color: #004161;
}
.list_item_space {
	margin: 0;
	padding: 5px 0;
}
.spotPixLeft {
	margin: 0 15px;
	padding: 0;
	float: left;
	border: solid 2px #B3B3B3;
	background-color: #E1E1E1;
}	
.spotPixLeftTextRight {
	margin: 0;
	padding: 0 20px 15px 0;
	clear: none;
}	
.noReturn {
	display: inline;
}
/************************************************************ Style CenterCol Content */
.pCenterCol {
	margin: 0;
	padding: 8px 0;
}
/************************************************************ Style WideRight Content */
#LinksContent {
	margin: 0;
	padding: 0;
	width: 519px;
}
p.wideRightParaLeft {
	margin: 0;
	padding: 15px 30px 15px 15px;
	text-align: left;
	line-height:20px;
}
p.wideRightCenter {
	margin: 0;
	padding: 15px 30px 15px 0;
	text-align: center;
}
a.anchorStackedSpaced {
	margin: 0;
	padding: 4px;
	display: block;
}
/************************************************************ Arrow Up */
#arrowUp {
	margin: auto;
	padding: 15px 0 0 0;
	height: 20px;
	width: 780px;
	text-align: center;
	clear: right;
	background-image: url(../images_nav/SucSocPage03.gif);
	background-repeat: repeat-y;
}
#arrowUp p {
	margin: 0;
	padding: 0;
}
#arrowUp a {
	margin-top: 0;
	padding: 0;
	font-size: 14px;
	text-decoration: none;
}
/************************************************************ Footer */

#footer {
	margin: auto; 
	padding: 0;
	width: 780px;
	text-align: center;
	font-size: 12px;
	color: #555;
	border-top: solid 2px #005C8A;
	clear: right;	
	background-image: url(../images_nav/SucSocPage03.gif);
	background-repeat: repeat-y;
} 
#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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
/************************************************************ Temps */
/*
#content1col {border-style: solid; border-color: green; border-width: 2px;}
#content2col {border-style: solid; border-color: blue; border-width: 2px;}
#content3col {border-style: solid; border-color: red; border-width: 2px;}
#content3colmiddle {border-style: solid; border-color: yellow; border-width: 2px;}
#arrowUp {border-style: solid; border-color: black; border-width: 2px;}
*/








