* {
	margin: 0;
	padding: 0;
}

.smaller {
	font-size: 90%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 0.8em;

}

h1 {
	color: #F9C011;
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h2 {
	color: #F9C011;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h3 {
	color: #F9C011;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 0px;
}


h4 {
	font-size: 0.8em;
	font-family: Arial;
}

.blueText {
	font-weight: bold;
	color: #0055A5;	
}




.clearer {
	clear: both;
}
.bolder {
	font-weight: bold;
}
.largerTxt {
	font-size: 120%;
}
.imgLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.imgRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}



/* ---------------------------  CONTAINER   --------------------------- */

#container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	min-height:700px;
	width: 1000px;
	color: #FFFFFF;
}
#logo {
	float: left;
	width: 300px;
}
#slogan {
	height: 78px;
	float: right;
	width: 400px;
	text-align: right;
}


#navigation {
	float: left;
	height: 20px;
	width: 99%;
	padding-top: 10px;
	padding-left: 10px;
}
#mainContentContainer {
	float: left;
	/*background-image: url(/published/9/resources/images/img/leftBG.jpg);
	background-repeat: no-repeat;
	background-position: 12px top;*/
}
#rightContainer  a:link  {
	color: #9FC0ED;
	text-decoration: none;
}
#rightContainer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#imageLeftContainer {
	float: left;
	width: 400px;
	height: 400px;
}
#footer {
	width: 1000px;
	padding-top: 30px;
}
#middleContainer {
	width: 380px;
	float: left;
	background-color: #4B4B4D;
	background-image: url(/published/9/resources/images/img/middleBG.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 10px;
	height: 400px;
}
#rightContainer {
	float: left;
	width: 170px;
	height: 400px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 20px;
	background-color: #0055A5;
}
#topContainer {
	height: 110px;
	margin-top: 15px;
}

#footer a:link {
	color: #FFFFFF;
}

#middleContainerLarge {
	width: 780px;
	float: left;
	background-color: #4B4B4D;
	background-image: url(/published/9/resources/images/img/middleBG.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 10px;
	height: 400px;
}

/*- Menu 2--------------------------- */

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#menu2 {
	width: 155px;
	border-size: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
#menu2 li a {
	height: 14px;
	text-decoration: none;
	margin-bottom: 4px;
	}	
	
#menu2 li a:link, #menu2 li a:visited {
	color: #FFFFFF;
	display: block;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 30px;
	background-image: url(/published/9/resources/images/img/menu2.gif);
	background-position: left top;
	}
	
#menu2 li a:hover {
	color: #3688BA;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3;
	padding-left: 32px;
	background-image: url(/published/9/resources/images/img/menu2.gif);
	background-position: left bottom;
	}




/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
  
  
  
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
  
  
  
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
  
  
  
ul.tabbernav
{
	margin:0;
	padding: 3px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3E3D3F;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
	padding: 3px 0.5em;
	margin-left: 3px;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #7D7D80;
	border-right-color: #7D7D80;
	border-bottom-color: #7D7D80;
	border-left-color: #7D7D80;
}

ul.tabbernav li a:link {
	color: #000000;
}
ul.tabbernav li a:visited {
	color: #39393B;
}

ul.tabbernav li a:hover
{
	color: #FFFFFF;
	background-color: #3A3A3C;
	border: 1px solid #3B3B3D;
}

ul.tabbernav li.tabberactive a
{
	background-color: #F9C011;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}




/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
  
  
  
.tabberlive .tabbertab {
	padding:5px;
	height:345px;
	overflow:auto;
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
	height:200px;
	overflow:scroll;
}

#mainContentContainer table {
	font-size: 1.1em;
}
#mainContentContainer table h1 {
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
}

#container #mainContentContainer #middleContainerLarge table {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

#middleContainerTestimonials {
	width: 980px;
	float: left;
	background-color: #4B4B4D;
	background-image: url(/published/9/resources/images/img/middleBG.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 10px;
}








