@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #191919;
	background-image: url(../images/BG3.jpg);
	background-repeat: repeat-x;
	background-color: #191919;
}
.twoColFixRtHdr #container {
	width: 950px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-bottom: 30px;
} 
.twoColFixRtHdr #header {
	padding: 0 10px 0 5px;  /* 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: 95px;
	background-image: url(../images/head_bg.png);
} 
.twoColFixRtHdr #nav {
	background: #fff;
	padding: 0 10px 0 0px;  /* 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-color: #670001;
	margin-left: -20px;
} 

/* Navigation Script*/
#sddm
{
	margin: 0;
	z-index: 30;
	height: 30px;
	padding-top: 5px;
}

#sddm li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#sddm li a
{
	display: block;
	margin: 0 1px 0 0;
	padding: 5px 10px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	background-color: #60000C;
	float: none;
}
#sddm li li a {
	display: list-item;
	margin: 0 1px 0 0px;
	padding: 5px 10px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	background-color: #60000C;
	float: left;
	font-size: 10px;
	z-index: 2;
}

#sddm li a:hover
{
	background-color: #60000C;
	margin-top: 0px;

}

#sddm div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #fff;
	border: 0px solid #0066ff;
	margin-top: 6px;
	z-index: 30;
}

	#sddm div a
	{
	position: relative;
	display: block;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #fff;
	color: #2875DE;
	font: 12px arial;
	z-index: 30;
}

	#sddm div a:hover
	{
	background: #fff;
	color: #333333
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	color: #FFFFFF;







	background: ; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	margin-right: 35px;
	height: 300px;
	font-size: 12px;
}

.twoColFixRtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	margin-right: 15px;
	height: 229px;
	color: #333333;
	font-size: 12px;
	margin-top: 20px;
	background-image: url(../images/gradient4.png);
	background-repeat: repeat-x;
}
.twoColFixRtHdr #sidebar3 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	margin-right: 20px;
	color: #333333;
	font-size: 12px;
	margin-top: 5px;
}
.twoColFixRtHdr #sidebar3 ul {
	float: right; /* since this element is floated, a width must be given */
	width: 220px;
	margin-right: 0px;
	color: #333333;
	font-size: 12px;
	margin-left: -50px;
	margin-top: 0px;
}

		
/* end navigation script */

.twoColFixRtHdr #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;
}
.twoColFixRtHdr #mainContent {
	margin: 20px 0px 0 20px; /* 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: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
	width: 625px;
	font-size: 12px;
	margin-bottom: 30px;
	background-image: url(../images/gradient4.png);
	background-repeat: repeat-x;
	background-position: top;
} 
.twoColFixRtHdr #mainContent img {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-left: 0px;
	
}
.twoColFixRtHdr #mainContent2 {
	margin: 20px 0px 0 20px;
	width: 665px;
	font-size: 12px;
	margin-bottom: 30px;
} 
.twoColFixRtHdr #mainContent2 ul{
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left: 0px;
	
}
.twoColFixRtHdr #mainContent2 li{
	display: block;
	background-color: #fff;
	padding: 10px 20px 10px 20px;
	border: 0px;
	text-decoration: none;
	margin-bottom: 10px;
	margin-left: 0px;
	background: #fff;
	background-repeat: repeat-x;
	background-image: url(../images/gradient3.png);
	background-position: bottom;
	float: inherit;
	
}
.twoColFixRtHdr  #mainContent2  li img {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-left: 0px;
	text-align: left;
}
.twoColFixRtHdr #mainContent2 a {
	font-size: 12px;
	color: #3399FF;
	font-style: normal;
	text-decoration: none;
}


 

.twoColFixRtHdr #spotlight {
	margin: 0 250px 0 0;
	text-align: left;
	font-size: 11px;
	color: #666666;
	margin-left: -20px;
}



#home_links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left: 0px;
	
}

#home_links li {
	width: 195px;
	display: inline;
	background-color: #fff;
	padding: 10px 10px 10px 10px;
	border: 0px;
	text-decoration: none;
	margin-bottom: 8px;
	margin-right: 10px;
	margin-left: 0px;
	background: #fff;
	background-repeat: repeat-x;
	background-image: url(../images/gradient3.png);
	background-position: bottom;
	float: right;
}
#home_links  a img {
	border: 0px;
	text-align: center;
	margin-left: 3px;
	margin-bottom: 10px;
}


#home_links a {
	border: 0px;
	color: #3399FF;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
#home_links a:hover {
	
}


.twoColFixRtHdr #footer {
	padding: 0 0px 0 0px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: thin;
	margin-left: -5px;
	font-size: 9px;
	background-repeat: repeat-x;
	border: 0px;
	color: #666666;
	height: 60px;
}  
.twoColFixRtHdr #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 */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}
.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;
}
.twoColFixRtHdr #footer a {
	padding: 0;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: thin;
	margin-left: 0px;
	font-size: 9px;
	background-repeat: repeat-x;
	border: 0px;
	height: 150px;
	color: #CCCCCC;
	font-style: normal;
	text-decoration: none;
}
