@charset "utf-8";
/* CSS Document */
/* GLOBAL CSS */
html, body, form { 
    margin: 0; 
    padding: 0; 
}
a {
	color:#999;
}
.png{ 
	behavior: url(iepngfix.htc) 
}
object, a { 
	outline:none; 
}
.quote img {
	float:left;
	margin-right:6px;
}
.textPadsm{
	padding-left:5px;
	padding-top:5px;
	font-size:12px;
}
.quote {
	font-family:"Times New Roman", Times, serif;
	color:#999;
	margin-bottom:10px;
	line-height:15px;
	border-bottom:1px dashed #999;
	background:url(../images/bg_tablerow.gif) bottom repeat-x;
}
#articlesMenu a{
	display:block;
	margin-bottom:4px;
}
#articlesMenu {
	margin-top:10px;
}
.more {
	text-align:right;
	font-size:10px;
	margin-bottom:10px;
}
/*FORM CSS */
.contactForm {
	border: 1px #ccc dashed;
	background-color:#f2f5f7;
	padding:6px;
	color:#666;
}
.textField {
	width:212px;
}
.fixedWidth {
	width:149px;
}
.selectBox {
	width:152px;
}
.phone1 {
	width:30px;
}
.phone2 {
	width:52px;
}
input, .textField, select, textarea, .selectBox {
	background-color:#FFFFFF;
	border:1px solid #999;
	color:#5d7282;
}
.inputLong {
	width: 200px;
}
/*OLD CSS FROM PREVIOUS VERSION*/
body {
	background:url(../images/bg.jpg) no-repeat top center;
	font-family:Verdana;
	font-size:13px;	
	color:#666666;
	background-color:#FFFFFF;
}
a {
	outline:none;
}
#wrapper {
	margin:auto;
	width:980px;	
}
#header {
	height:91px;
}
#header_L {
	width:295px;
	float:left;
	padding-top:10px;	
}
#header_R {
	width:685px;
	float:left;
	text-align:right;
	color:#FFFFFF;
	padding-top:10px;
}
#panel_L {
	width:204px;
	border-right:1px solid #FFFFFF; /*old color ccc*/
	float:left;
}
.pageTitle {
	text-transform:uppercase;
	float:right;
	display:inline;
	font-size:16px;
	color:#CCC;
	margin:0px;
	margin-bottom:4px;
	padding-right:4px;
	line-height:14px;
}
h1 {
	text-transform:uppercase;
	color:#d5b24d;
	font-size:16px;
	margin-bottom:4px;
	margin-top:0px;
}
h2 {
	color:#999;
	font-size:14px;
	display:inline;
	font-weight:bold;	
}
#content{
	border-top:17px solid #CCC;
	float:left;
	width:596px;
}
#panel_R {
	width:178px;
	float:left;
	border-top:17px solid #CCC;
	border-left: /*1px solid #FFFFFF; */ /*old color CCC*/
	color:#999;
}
.contentPad {
	padding:20px;
}
.padRight {
	padding-right:10px;
}	
.padLeft {
	padding-left:10px;
}
#footer {
	height:77px;
	background:url(../images/footer.jpg) no-repeat;
	padding-top:30px;
}
.clear {
	clear:both;
}	
.floatR {
	float:right;
	margin-left:20px;	
}
.floatL {
	float:left;
	margin-right:20px;
}
/*MENU CSS*/
#menu {
	height:31px;
	border-top:1px solid #CCC;
	margin-bottom:15px;
	text-align:center;
}
#menuContainer {
	width:984px;
	margin:auto;
}
.menuItem, .menuItem a, .menuItemActive a {
	display:block;
	width:120px;
	float:left;
	color:#999;
	height:31px;
	text-decoration:none;
	line-height:24px;
}
.menuItem, .menuItem a, .menuItemActive, .menuItemActive a {
	background:url(../images/menuItem.jpg) no-repeat;
}
.menuItem a {
	background-position:top;
}
.menuItem a:hover, .menuItemActive a:hover, .menuItemActive a {
	background-position:bottom;
	color:#FFFFFF;
}
.menuItem a:hover {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	color:#333;
}
.menuItemActive, .menuItemActive a {
	font-weight:bold;
}
.breadcrumbs {
	text-align:center;
	font-size:10px;
	color:#999;
}
.breadcrumbs a {
	color:#999;
}
#headerSub {
	padding-top:30px;
	text-align:right;
}
.copyright {
	font-size:10px;
	color:#999;
}
.spacer {
	height:20px;
}