@charset "UTF-8";

/* CSS Layout For The Supporting Frame */
/* Margin and Padding Order: Top Right Bottom Left */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #EEE;
	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;
}
.twoColFixLtHdr #container { 
	width: 996px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #EEE;
	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. */
} 

.twoColFixLtHdr #headerImage { 
	background: #FFF;
	margin:0;
	/*
	padding: 0 10px 0 20px;  /* 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. */
	*/
} 

.twoColFixLtHdr #headerMenu { 
	background: #FFF;
	margin-bottom:15px;
	/*
	padding: 0 10px 0 20px;  /* 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. */
	*/
} 

.twoColFixLtHdr #headerBreadCrumb {
	float:left;
	position:relative;
	top:-50px;
	margin-top:-20px;
	margin-left:10px;
/*
	padding: 0 10px 0 20px;  /* 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. */
	*/
} 

.twoColFixLtHdr #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 */
}

.twoColFixLtHdr #contentContainerTop {
	width:996px;
	height:10px;
	background-image:url(/images/upperbackbar.png);
}

.twoColFixLtHdr #contentContainerBottom {
	width:996px;
	height:10px;
	background-image:url(/images/lowerbackbar.png);
	margin-bottom:15px;
}

.twoColFixLtHdr #contentContainer {
	width:996px;
	background-color:#FFF;
	padding:0;
	margin:0;
  padding-top:5px;
  padding-bottom:5px;
}

.twoColFixLtHdr #sidebar {
	float: left; /* since this element is floated, a width must be given */
	clear:none;
	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 */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin-left:15px;
}

.twoColFixLtHdr #mainContent { 
	float:left;
	width:710px;
	margin-left:15px;
  min-height:400px;
	/*
	margin: 0 0 10px 10px; 
	*/
	/* the left margin on this div element creates the column down the left 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. */
	background-color:#FFF;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLtHdr #centerContent { 
	float:left;
	width:455px;
	margin-left:15px;
  min-height:400px;
	/*
	margin: 0 0 10px 10px; 
	*/
	/* the left margin on this div element creates the column down the left 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. */
	background-color:#FFF;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLtHdr #headerRight {
	width:100%;
	text-align:right;
}

.twoColFixLtHdr #footer { 
	/*
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	*/
	width:auto;
	background:#EEE;
	background-image:url(/images/footerbar.png);
	background-repeat:no-repeat;
	background-position:top right;
} 
.twoColFixLtHdr #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 */
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	padding: 8px 0px 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.twoColFixLtHdr #footer p.copyright {
	font-size:10px;
	font-weight:100;
	color:#FFF;
	padding: 5px 0px 0px 0px;
}

.twoColFixLtHdr #footer a:link {
	color:#FFF;
	text-decoration:none;
}

.twoColFixLtHdr #footer a:visited {
	color:#FFF;
	text-decoration:none;
}

.twoColFixLtHdr #footer a:hover {
	color:#CCC;
	text-decoration:none;
}

.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;
}

.clearBox {
	clear:both;
	height:15px;
}

.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;
	width:%100;
	background-color:#EEE;
  font-size: 1px;
  line-height: 0px;
}

/* These Headers Sit On Top Of a Box */

.headerRight {
	float:right;
	font-size:17px;
	font-weight:bold;
	color: #842B35;
	margin:0;
	margin-right:10px;
}

.headerLeft {
	float:left;
	font-size:17px;
	font-weight:bold;
	color: #842B35;
	margin:0px;
	margin-left:0;
}

/* Bread Crumbs Path Styles */

.breadCrumbs {
	vertical-align:top;
	color:#000066;
	font-size:11px;
}

.breadCrumbs a:link {
	color:#000066;
	text-decoration:none;
}

.breadCrumbs a:visited {
	color:#000066;
	text-decoration:none;
}

.breadCrumbs a:hover {
	color:#000066;
	text-decoration:none;
}

.clear {
	overflow:hidden;
	width:100%;
}

/* List Settings */
ul {
  margin:0;
  margin-left:15px;
  padding:0;
  padding-top:5px;
  padding-bottom:5px;
  font-size:14px;
  color:#333;
  /*
	color: #1E3369;	  
  */
}

/* Remove any images borders by default */
img {  
	border-style: none;
}

.tagimg {
	margin:0;
	margin-top:0px;
	width:24px;
	vertical-align:text-top;
}
	
/* Text Styles */

h1, h2, h3, h4, h5 {
	color: #1E3369;	
	margin:0;
}

p {
	color:#333;
	font-size:14px;
	padding:5px;
  padding-left:0px;
	margin:0;
}

label {
	color:#1E3369;	
	font-size:13px;
	font-weight:bold;
  padding:0;
	margin:0;
}

hr {
  border: none 0;
	border-top: 1px solid #DDD;
	width: 100%;
	height: 1px;
}

.icon {
	margin:0	!important;
	width:18px !important;
  display:inline-table !important;
	vertical-align:text-top !important;
}

.articleText1
	{
	padding:0;
	margin:15px 5px 15px 10px !important;	
	}
	
/* Standard Link Styles */

a:link, a:active {
  text-decoration:none;
 	color:#006699;	
}

a:visited {
  text-decoration:none;
 	color:#006666;
}

a:hover {
  text-decoration:underline;
 	color:#003366;
}

/* Header Links */

h1 a:link, h1 a:active, h2 a:link, h2 a:active, h3 a:link, h3 a:active, h4 a:link, h4 a:active, label a:active {
  text-decoration:none;
 	color:#006699;	
}

h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited {
  text-decoration:none;
 	color:#000066;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
  text-decoration:underline;
 	color:#003366;
}

/* Blog Styles */

.articleImage {
	margin:0;
	margin-right:10px;
	width:24px;
  vertical-align:text-top;
  display:inline-block;
}

/* Blue Button Left (standard) */

a.blbutton {
    background: transparent url(/images/bluebuttonend.png) no-repeat scroll top right;
    color: #FFF;
    display: block;
    float: left;
    font: bold 14px arial, sans-serif;
    height: 25px;
    margin-right: 6px;
    padding-right: 20px; /* sliding doors padding */
    text-decoration: none;
}

a.blbutton span {
    background: transparent url(/images/bluebutton.png) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 6px 18px;
} 

a.blbutton:active {
    background-position: bottom right;
    color: #DDD;
    outline: none; /* hide dotted outline in Firefox */
}

a.blbutton:active span {
    background-position: bottom left;
    padding: 5px 0 6px 18px; /* push text down 1px */
} 

/* Blue Button Right */

a.blbuttonr {
    background: transparent url(/images/bluebuttonend.png) no-repeat scroll top right;
    color: #FFF;
    display: block;
    float: right;
    font: bold 14px arial, sans-serif;
    height: 25px;
    margin-right: 6px;
    padding-right: 20px; /* sliding doors padding */
    text-decoration: none;
}

a.blbuttonr span {
    background: transparent url(/images/bluebutton.png) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 6px 18px;
} 

a.blbuttonr:active {
    background-position: bottom right;
    color: #DDD;
    outline: none; /* hide dotted outline in Firefox */
}

a.blbuttonr:active span {
    background-position: bottom left;
    padding: 5px 0 6px 18px; /* push text down 1px */
} 

/* Red Button Left */

a.redbutton {
    background: transparent url(/images/redbuttonend.png) no-repeat scroll top right;
    color: #FFF;
    display: block;
    float: left;
    font: bold 14px arial, sans-serif;
    height: 25px;
    margin-right: 6px;
    padding-right: 20px; /* sliding doors padding */
    text-decoration: none;
}

a.redbutton span {
    background: transparent url(/images/redbutton.png) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 6px 18px;
} 

a.redbutton:active {
    background-position: bottom right;
    color: #DDD;
    outline: none; /* hide dotted outline in Firefox */
}

a.redbutton:active span {
    background-position: bottom left;
    padding: 5px 0 6px 18px; /* push text down 1px */
} 

/* Red Button Right */

a.redbuttonr {
    background: transparent url(/images/redbuttonend.png) no-repeat scroll top right;
    color: #FFF;
    display: block;
    float: right;
    font: bold 14px arial, sans-serif;
    height: 25px;
    margin-right: 6px;
    padding-right: 20px; /* sliding doors padding */
    text-decoration: none;
}

a.redbuttonr span {
    background: transparent url(/images/redbutton.png) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 6px 18px;
} 

a.redbuttonr:active {
    background-position: bottom right;
    color: #DDD;
    outline: none; /* hide dotted outline in Firefox */
}

a.redbuttonr:active span {
    background-position: bottom left;
    padding: 5px 0 6px 18px; /* push text down 1px */
} 

/* Input Table Settings */

.inputTable
	{
	padding:0;
	margin:0;
	margin-bottom:5px;
	}
	
.inputTable td {
	padding-right:5px;
	padding-bottom:0px;
}
		
.inputTable label {
	font-size:14px;
	font-weight:bold;
	color:#1e3369;
}
	
.inputTable img {
	margin:0;
	margin-top:20px;
	width:24px;
	vertical-align:text-bottom;
}
		
.inputTable input {
	height:18px;
	font-size:14px;
	font-weight:bold;
	color:#333;
	border-style:solid;
	border-width:1px;
	border-color:#BBB;
	-moz-border-radius:4px 4px 4px 4px;
}

/* Login Table Settings */

.loginTable
	{
	padding:0;
	margin:0;
	}
	
.loginTable td {
  margin:0;
  padding:0;
	padding-right:5px;
}
		
.loginTable label {
	font-size:11px;
	font-weight:bold;
	color:#1e3369;
}
	
.loginTable img {
	margin:0;
	margin-top:10px;
	width:24px;
	vertical-align:text-top;
}
		
.loginTable input {
	height:14px;
	font-size:11px;
	font-weight:bold;
	color:#333;
	border-style:solid;
	border-width:1px;
	border-color:#BBB;
	-moz-border-radius:4px 4px 4px 4px;
}

.loginTable #user_login, .loginTable #user_pass {
  width:170px;
}

.loginTable #rememberme {
  height:15px;
  margin:0;
  margin-bottom:3px;
}

.avatar_container {
}

.avatar_container h3 {
  margin-left:0px;
}
  
.avatar_container img {
  padding:0;
  width:32px;
  height:32px;
  margin: 5px 5px 5px 0px;
  vertical-align:top;
  display:inline-table;
}

.avatar_container span {
  font-size:12px;
}

.commentList {
  padding-top:0px;
  list-style-position:outside;
}

.post-edit-link {
	color:#1E3369;	
	font-size:13px;
	font-weight:bold;
  padding:0;
	margin:0;
}

/* Input Table Fields */

.inputTable #nameField, .inputTable #user_login {
	width:200px;
}

.inputTable #addressField {
	width:200px;
}

.inputTable #cityField {
	width:150px;
}

.inputTable #stateField {
	width:100px;
}

.inputTable #phoneField {
	width:150px;
}

.inputTable #emailField, .inputTable #user_email, .inputTable #subjectField {
	width:300px;
}

.inputTable #comment {
  width:650px;
	font-size:14px;
	font-weight:bold;
	color:#333;
	border-style:solid;
	border-width:1px;
	border-color:#BBB;
	-moz-border-radius:4px 4px 4px 4px;  
}

.inputTable #s {
  width:180px;
}

.inputTable #button {
	text-align:right;
	padding-top:10px;
}
	
/* Colors and Styles */

.red {
	color: #842B35 !important;
}

.blue {
	color: #1E3369 !important;;	
}

.black {
	color: #000 !important;;
}

.white {
	color: #FFF !important;;
}

.gray	{
	color:#999 !important;;
}

.tan {
	color: #cccc99 !important;;
}

.green {
	color: #999966 !important;;
}

.bold, .strong {
	font-weight:bold !important;;
}

.italic {
	font-style:italic !important;;
}

.tiny {
	font-size:10px !important;;
}

.small {
	font-size:12px !important;;
}

.normal {
	font-size:14px !important;;
}

.medium {
	font-size:16px !important;;
}

.large {
	font-size:18px !important;;
}

.margin {
	margin-left:5px !important;;
}
  
#result_report {
	text-align:left;
	padding:3px;
  margin-left:10px;
	font-weight: bold;
  color:#842B35;
	margin-bottom:14px;
}
  
#results {
  margin-left:15px;
  width: %85;
  font-size:14px;
  }  
  
a.title:link, a.title:active {
  text-decoration:underline;
 	color:#006699;	
}

a.title:visited {
  text-decoration:underline;
 	color:#006666;
}

a.title:hover {
  text-decoration:underline;
 	color:#003366;
}

.url {
 	color:#006699;	
	}

.description {
	width:980px;
}

.description b {
  color:#842B35;
}

#other_pages {
  margin-left:15px;
}

#powered_by {
  font-size:12px;
  padding-top:20px;
  padding-bottom:0px;
  text-align:center;
}

.asearch {
  font-size:14px;
}
