@charset "UTF-8";
* {margin: 0; padding: 0;}
html, body { height: 100%;}
html { /* This creates the ongoing background image running along the top */
    margin: 0;
    padding: 0;
	background-image: url("images/_template/backgroundBlank.gif");
	background-repeat: repeat-x;
	background-position: top;
	background-color: #fff;
}
body  {
	font: .8em Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	background-image: url("images/_template/background3.jpg"); /* This is the background curve */
	background-repeat: no-repeat;
	background-position: left top;
	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 */
	height: auto;
}
.img-shadow {
  float:left;
  background: url(images/_template/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/_template/shadow.gif) no-repeat bottom right;
  margin: 10px 150px 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  margin: -6px 6px 6px -6px;
  padding: 0;
  } 
  
img {
	border:none;
}
p	{
	padding-bottom: 10px;
}
ul {
	padding: 0 0 10px 15px;
}
.ul_l2 {
	padding: 0 0 0 15px;
}

ul ul {
	padding: 0 0 0 15px;
}

ol {
	padding: 0 0 10px 15px;
}
.ol_l2 {
	padding: 0 0 0 15px;
}
li {
	padding: 0 0 5px 0;
	margin: 0 0 0 12px;
}

blockquote {
	padding: 0 0 10px 10px;
}

a:link {
	color:#9E0927;
}
a:visited {
	color:#660000;
}
a:hover {
	color:#660000;
}
a:active {
	color:#9E0927;
}
blockquote {
	padding: 0 0 0 15px;
	}
.h1_logo_span {
	position: absolute;
	top: -1000px;
	}
.h1_logo {
	font: 0em Century Gothic, Apple Gothic, sans-serif;
	color: #666; 
}
h1	{
	font: 2.2em Century Gothic, Apple Gothic, sans-serif;
	background-image: url("images/_template/h1_underline_bkrnd.gif");
	background-position: bottom;
	background-repeat: repeat-x;
	font-weight:normal;
	line-height: 1.2em;
	color: #666; 
	margin-bottom: .7em;
	padding-bottom: .2em;
}
h2	{
	font: 1.8em Century Gothic, Apple Gothic, sans-serif;
	font-weight:normal;
	line-height: 1.2em;
	color: #666;
	margin: .5em 0 .5em 0; 
}
h3	{
	font: normal 1.2em/1.2em Arial, Helvetica, sans-serif;
	color: #666;
	margin: .5em 0 .5em 0;
	text-transform: uppercase;
}

h1.newsFlash {
	font: 1.3em Century Gothic, Apple Gothic, sans-serif;
	background:none;
	text-transform: uppercase;
	font-weight:bold;
	line-height: 1.2em;
	color: #9E0927; 
	padding-bottom: 0em;
	margin-bottom: 0em;
}

hr {
	size:1;
	color: #9E0927;
}

.SWR014 #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 47px 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. */
	padding: 0 0 0 0;
} 
.SWR014 #header { 
	padding: 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. */
	margin: 0;
} 
.SWR014 #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 */
}
.SWR014 #headerLogos {
	float: right;
	width: 290px;
	padding: 17px 0 0 0;
	margin: 0;
}
.SWR014 #headerLogos a { 
	color: #ECEDE5; 
	padding: 0;
	border: 0;
}
.SWR014 #apDiv1 {
	position:absolute;
	left:35px;
	top:24px;
	width:171px;
	height:60px;
	z-index:1;
	visibility: visible;
	display:block;
}
/*************** NAVIGATION *****************************************************/
/* ================================================================ 
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/padding.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
=================================================================== */

/* style the outer div to give it width */
.menu {font-size:1.1em; padding-bottom:45px; width:980px; z-index: 1;

}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0; margin:0; list-style-type:none; height:2.8em; background:transparent; z-index: 1}
.menu li {padding:0; margin:0; list-style-type:none; height:2.8em; background:transparent; z-index: 1}

/* style the sub-level lists */
.menu ul ul {width:17em; z-index: 1}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {float:left; height:100%;line-height:1.1em; display:block; z-index: 1;}
.menu ul li.center { line-height:2.2em;

}
/* style the sub level list items */
.menu ul ul li {display:block;width:12em;height:auto; line-height:1em; z-index: 1}

/* style the links for the top level */
.menu a, .menu a:visited {display:block; float:left; height:100%; font-size:1em; text-decoration:none; color:#fff; padding:.4em 1.3em 0 .9em; border-left:1px solid #46514B; border-right:1px solid #2E3933; z-index: 1}
/* hack IE5.x to get the correct the faulty box model and get the width right */
* html .menu a, * html .menu a:visited {padding:.4em 1.3em 0 .9em; z-index: 1}

/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {display:block; background:#5b8686 url(images/_template/menu_sub_grad.gif); color:#fff;  font-size:.8em; width:16em; height:100%; line-height:1.4em; padding:0.5em 2em; z-index: 1}
* html .menu ul ul a, * html .menu ul ul a:visited  {width:14em; w\idth:12em; z-index: 1}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {border-collapse:collapse; padding:0; margin:-1px; width:0; height:0; font-size:1em; z-index:1; z-index: 1}


/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:url(images/_template/menu_sub_grad.gif); z-index: 1}
/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {background:url(images/_template/menu_sub_grad.gif); z-index: 1}
/* style the sub level 1 background */
.menu ul :hover a.sub1 {background:#590F1C; z-index: 1}
/* style the sub level 2 background */
.menu ul ul :hover a.sub2 {background:#590F1C; z-index: 1}

/* style the level hovers */
/* first */
* html .menu a:hover {color:#fff;background:#d4d8bd url(images/_template/menu_top_grad_2.gif) center center; position:relative; z-index:100; z-index: 1}
.menu li:hover {position:relative; z-index: 1}
.menu :hover > a {color:#fff;background:#d4d8bd url(images/_template/menu_top_grad_2.gif) center center; z-index: 1}
/* second */
* html .menu ul ul a:hover{color:#fff;background:#590F1C; position:relative; z-index:110; z-index: 1}
.menu ul ul li:hover {position:relative; z-index: 1}
.menu ul ul :hover > a {color:#fff;background:#590F1C; z-index: 1}
/* third */
* html .menu ul ul ul a:hover {background:#590F1C; position:relative; z-index:120;}
.menu ul ul ul :hover > a {background:#590F1C; z-index: 1}
/* fourth */
.menu ul ul ul ul a:hover {background:#590F1C; position:relative; z-index:130;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:45px; left:0; width:14em; z-index: 1}

/* position the third level flyout menu */
.menu ul ul ul{left:12em;top:0;width:14em; z-index: 1}

/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{visibility:visible; height:auto; padding:0 3em 3em 3em; background:transparent url(images/_template/menu_trans.gif); left:-3em; z-index: 1}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden; z-index: 1}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{visibility:hidden; z-index: 1}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{visibility:visible; left:9em; z-index: 1}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {visibility:visible; z-index: 1}

/*************** Left hand menu (sidebar 1) *****************************************************/
.SWR014 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* 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 */
	padding: 0px 20px 15px 0px; /* padding keeps the content of the div away from the edges */
	margin: 0;
}
/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sideboxNav{
	float: right;
	margin: 0 0 10px 0;
	width: 180px;
	background: url("images/_template/l2_nav_btm.png") no-repeat bottom right;
	font-size: 100%;
}
.boxheadNav {
	background: url("images/_template/l2_nav_top.png") no-repeat top right;
	margin: 0;
	padding: 0 10px 0 10px;
	text-align: left;
}
.boxheadNav h2 {
	/*background: url("images/_template/headingUnderline_wdgt2.gif") repeat-x bottom;*/
	margin: 0;
	padding: 10px 10px .4em 0px;
	color: #fff;
	font-size: 1.3em; 
	font-weight:normal;
	line-height: 1.2em;
}
.boxbodyNav {
	margin: 0;
	padding: 0 10px 20px 10px;
	text-align: left;
}
.sb1_list { 
	padding: 0 0 0 15px;
	list-style-image: url(images/_template/sb1_arrow_0.png);
}
.sb1_list a { 
	color:#333;
}
* html .sb1_list a:hover {list-style-image: url(images/_template/sb1_arrow_1.png);}
.sb1_list li:hover {list-style-image: url(images/_template/sb1_arrow_1.png);}
.sb1_list :hover > a {list-style-image: url(images/_template/sb1_arrow_1.png);}
/*************** Widget sidebar (sidebar 2) *****************************************************/
.SWR014 #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px; /* 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 */
	padding: 0px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	margin: 0;
}
.sidebox {
	float: right;
	margin: 0 0 10px 0;
	width: 241px;
	background: url("images/_template/widget_btm.png") no-repeat bottom right;
	font-size: 100%;
}
.boxheadWdgt {
	background: url("images/_template/widget_top.png") no-repeat top right;
	margin: 0;
	padding: 0 10px 0 10px;
	text-align: left;
}
.boxheadWdgt h2 {
	/*background: url("images/_template/headingUnderline_wdgt2.gif") repeat-x bottom;*/
	margin: 0;
	padding: 10px 10px .4em 0px;
	color: #333333;
	font-size: 1.5em; 
	font-weight:normal;
	line-height: 1.2em;
}
.boxbody {
	margin: 0;
	padding: 0 10px 20px 10px;
	text-align: left;
}
.sidebar2BtmMargin	{
	margin: 0 0 10px 0;
}
/*************** Main Content *****************************************************/
.SWR014 #col3maincontent { 
	margin: 0px 280px 0px 220px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.SWR014 #col2maincontent { 
	margin: 0px 280px 0px 0px; /* 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.SWR014 #home_col1 {
	float: left;
	width: 290px; 	
	padding: 0px 20px 15px 0px; /* padding keeps the content of the div away from the edges */
	margin: 0;
}
.SWR014 #home_col2 {
	width: 290px;
	margin: 0px 340px 0px 340px; 
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
/*************** Footer *****************************************************/
.SWR014 #footer_a { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ACB0AE;
	color:#FFF;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
} 
.SWR014 #footer_b { 
	margin: 0;
	padding: 0 0 20px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url("images/_template/footerBackground.png");
	background-repeat: repeat-x;
	background-position: left top;
	height: 200px;
}
.SWR014 #footer_b_centered { /* this style is for the div to center the FooterB content inline with the body content */
	width: 980px;
	margin: 0 auto;
}

.SWR014 #footer_b_leftcontent {
	width:245px;
	float: left;
}
.SWR014 #footer_b_centerleftcontent {
	width:245px;
	float: left;
}
.SWR014 #footer_b_centerrightcontent {
	width:245px;
	float: left;
}
.SWR014 #footer_b_rightcontent {
	width:245px;
	float: left;
}
.footer_p_2, .footer_p_2 a	{
	font-weight:bold;
	text-align:left;
	line-height: 1.3em;
	color: #666;
	font-size:1.1em;
	margin: 0;
	padding: 15px 0 0 0;
	text-decoration:none;
}
 .footer_p_2 a:hover {
	color:#333;
}
.footer_p_3, .footer_p_3 a	{
	text-align:left;
	color: #666;
	font-size:1em;
	margin: 0;
	padding: 0;
	text-decoration:none;
}
 .footer_p_3 a:hover {
	color:#333;
}
.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;
}
