@charset "utf-8";
body  {
	font: 12px Georgia, "Times New Roman", Times, serif;
	background-image:url(images/bg_rpt.jpg); background-repeat:repeat-x;
	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: #000000;
	line-height:24px;
}
.thrColFixHdr #container { 
	width: 935px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
		background-image:url(images/content_bg_rpt_y.jpg); background-repeat:repeat-y;
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
	
} 
a img {
	border:none;
	}
a {
	color:#59812e;
	}
a:hover {
	color:#5c2e91;
	}
	
.thrColFixHdr #header { 
	padding: 0 0 0px 14px;  /* 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. */
	background-image:url(images/header_bg.jpg); background-repeat:no-repeat;
	margin-bottom:-2px;
} 
.thrColFixHdr #header h1 {
	margin: 0 0 0 80px; /* 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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align:left;
}
.thrColFixHdr #header h1 a img {
	width:241px;
	height:113px;
	background-image:url(images/logo-sovereign.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	}
.thrColFixHdr #header h1 a:hover img {
	background-position: -249px 0;
	}
	
#tagline {
	float:right;
	width:236px;
	margin:10px 80px 0 0;
	text-align:right;
	color:#5c2e91;
	}
#tagline h3 {
	margin:0; padding:0;
	}	
	
#nav {
	background-image:url(images/nav_bg.jpg); background-repeat:no-repeat;
	padding:0;
	margin:0;
	height:80px;
	border-top:1px solid transparent;
	
	}

#nav ul {
		list-style:none; 
		height:51px;
		padding:20px 0 0 70px;
		}

#nav ul li{
		display:inline;
		float:left;
		display:block;
		}
#nav ul li a{
		color:#5c2e91; 
		font-size:13px;	
		text-decoration:none;
		padding:18px 15px 20px 15px;	
		}																																	        
#nav ul li a:hover, #footer ul li a:hover {
		color:#bb387f;
		}
#nav ul li.active a {
	color:#bb387f;
	font-weight:600;
	text-decoration:underline;
	}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 186px; /* 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-image:url(images/header-left.jpg); background-repeat:no-repeat; background-position:top;
	padding:0px; /* padding keeps the content of the div away from the edges */
	margin:32px 20px 20px 56px;
	line-height:18px;
}
.thrColFixHdr #sidebar1 p{
	padding-right:20px;
	}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 186px; /* 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-image:url(images/header-right.jpg); background-repeat:no-repeat; background-position:top;
	padding:0px; /* padding keeps the content of the div away from the edges */
	margin:32px 50px 20px 20px;
	line-height:18px;
	}
.thrColFixHdr #sidebar2 p,.thrColFixHdr #sidebar2 h3 {
	padding-left:20px;
	}

.thrColFixHdr #sidebar1 h2, .thrColFixHdr #sidebar1 h3, .thrColFixHdr #sidebar2 h2, .thrColFixHdr #sidebar2 h3 {
	margin-top:8px;
	margin-left:5px;
	color:#bb387f;
	}

.thrColFixHdr #sidebar1 h2 a, .thrColFixHdr #sidebar1 h3 a, .thrColFixHdr #sidebar2 h2 a, .thrColFixHdr #sidebar2 h3 a {
text-decoration:none;
color:#bb387f;
}
.thrColFixHdr #sidebar1 h2 a:hover, .thrColFixHdr #sidebar1 h3 a:Hover, .thrColFixHdr #sidebar2 h2 a:hover, .thrColFixHdr #sidebar2 h3 a:hover {
	color:#5c2e91;
	}

#featured {
	width:298px;
	height:248px;
	background-image:url(images/featured_bg.jpg); background-repeat:no-repeat;
	margin-left:272px;
	text-align:center;
	
	
	}
	
#featuredtext {
	padding:0 25px;
	font-size:12px;
	line-height:18px;
	}
#featuredtext h2 {
	margin:5px 0 8px 0;
	color:#bb387f;
	padding-top:3px;
	}
#featuredtext p {
	margin:5px 0 5px 0;
	}
#hero {
	margin-top:0px;
	padding:0 0 1px 0;
	}

	
.thrColFixHdr #mainContent { 
	margin-top:-7px;
	padding: 0 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(images/maincontent-bg-top.jpg); background-repeat:no-repeat; background-position:top;
	 min-height:300px;
  height:auto !important;
  height:300px;
	
	}

.thrColFixHdr #mainContentInside { 
margin-top:-17px;
	padding:0 100px;
	background-image:url(images/maincontent-bg-top.jpg); background-repeat:no-repeat; background-position:top;
	 min-height:500px;
  height:auto !important;
  height:500px;

	}
	
	
	
	
.thrColFixHdr #footer { 
	padding: 1px 0 75px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(images/content_bg_rpt_y.jpg); background-repeat:repeat-y;
	text-align:center;
	width:935px;
	}
	
#footer ul {
		background-image:url(images/footer_line.jpg); background-repeat:no-repeat; background-position:top;
		list-style:none; 
		padding-top:30px;
		}

#footer ul li{
		display:inline;
		}	

.thrColFixHdr #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:0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:12px;
	line-height:18px;
}

.thrColFixHdr #footer ul li a {
		font-size:12px;
		color:#5c2e91; 
		text-decoration:none;
		padding:18px 10px 10px 10px;
	}
.thrColFixHdr #footer ul li a:hover {
	color:#bb387f;
	}



.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;
}
.padright {
	padding-right:10px;
	margin-right:10px;
	}
.printonly {
	display:none;
	visibility:collapse;
	}
.fblogo {
	float:left; 
	margin-left:80px; 
	margin-top:5px;
}
