@charset "UTF-8";
/* CSS Document */

#header {
	margin: 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. */
	height: 103px;
	width: 780px;
	border-bottom:5px solid #2f3238;
	background-image: url(../img/bkgd_top.jpg);
	background-repeat: no-repeat;
}

#bottompic {
	background-image: url(../img/bkgd_bottom.jpg);
}
#sub_nav { 
	width: 770px;
	background: #fff;
	padding: 5px 0 5px 10px;
	text-align: left;
	font-size: 12px;
}
#sub_nav_small { 
	width: 770px;
	background: #fff;
	padding: 5px 0 5px 10px;
	text-align: left;
	font-size: 10px;
	letter-spacing: -1px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 10px 0 0; /* padding keeps the content of the div away from the edges */
	margin: 0 0 100px 0;
	font-size: 12px;
	line-height: 16px;
}
#sidebar2inner {
	width: 190px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 3px 0 1px; /* padding keeps the content of the div away from the edges */
	margin: 50px 0 0 0;
	background-color: #b50c00;
}
#sidebar2inner1 {
	width: 190px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 3px 0 1px; /* padding keeps the content of the div away from the edges */
	margin: 50px 0 0 0;
}

#mainContent { 
	margin: 20px 200px 50px 10px; /* 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 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 12px;
	line-height: 16px;
	border-left: 1px solid #b50c08;
}
#mainContentnarrow { 
	margin: 20px 210px 50px 10px; /* 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 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 12px;
	line-height: 16px;
	border-left: 1px solid #b50c08;
}
#mainContentwider { 
	margin: 20px 10px 50px 10px; /* 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 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 12px;
	line-height: 16px;
	border-left: 1px solid #b50c08;
}

#mainContentinner { 
	height: 165px;
	margin: 40px 20px 10px 100px;
	padding: 0;
	border: 1px solid #eee;
}
#mainContentinner1 { 
	float: left;
	margin: 10px 20px 10px 10px;
	padding: 0;
}
#mainContentinner2 { 
	float: left;
	margin: 30px 15px 10px 10px;
	padding: 0;
}
#mainContentinner ul {
	margin: 0;
	padding: 10px 10px 10px 10px;
	list-style: none;
}
#mainContentinner ul li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0 20px 0 0;
}
#mainContentinner1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border: solid 1px #e1e1e1;
}
#mainContentinner1 ul li {
	float: none;
	display: block;
	margin: 0;
	padding: 3px 10px 3px 15px;
	background-image: url("../img/diamond_li.gif"); background-position: 3px 6px; background-repeat: no-repeat;
}
#mainContentinner2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border: solid 1px #e1e1e1;
}
#mainContentinner2 ul li {
	float: none;
	display: block;
	margin: 0;
	padding: 3px 10px 3px 15px;
	background-image: url("../img/diamond_li.gif"); background-position: 3px 6px; background-repeat: no-repeat;
}


#mainContent22 { 
	line-height: 22px;
} 
#mainContent h1 {
	font-size: 12px;
	border-top: 1px solid #b50c08;
	border-right: 1px solid #b50c08;
	border-bottom: 1px solid #b50c08;
	border-left: 0px;
	margin: 0 350px 0 -10px;
	padding: 3px 0 3px 20px;
	background-image: url(../img/diamond.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#mainContentnarrow h1 {
	font-size: 12px;
	border-top: 1px solid #b50c08;
	border-right: 1px solid #b50c08;
	border-bottom: 1px solid #b50c08;
	border-left: 0px;
	margin: 0 350px 0 -10px;
	padding: 3px 0 3px 20px;
	background-image: url(../img/diamond.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#mainContentwider h1 {
	font-size: 12px;
	border-top: 1px solid #b50c08;
	border-right: 1px solid #b50c08;
	border-bottom: 1px solid #b50c08;
	border-left: 0px;
	margin: 0 550px 0 -10px;
	padding: 3px 0 3px 20px;
	background-image: url(../img/diamond.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#mainContent h2 { 
	font-size: 12px;
	border-top: 1px solid #b50c08;
	border-right: 1px solid #b50c08;
	border-bottom: 1px solid #b50c08;
	border-left: 0px;
	margin: 20px 320px 0 -10px;
	padding: 3px 0 3px 20px;
	background-image: url(../img/diamond.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#bottomspace {
	height: 1px;
	margin: 0;
}
#btn_link { 
	margin: 5px 0 0 0;
}
.font10narrow {
	font-size: 9px;
	
}