@charset "utf-8";
body  {
	font: 80% Georgia, Times New Roman, Times, serif;
	background: #424242;
	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: #333333;
}
.twoColFixRtHdr #mainContent h1 {
	margin: 10px 0px 0px 0px;
	font-size: 140%;
}

.twoColFixRtHdr #container #header p {
	display: none;
}


.twoColFixRtHdr #container {
	width: 860px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #CCCCCC;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixRtHdr #header {
	background: #424242;
	padding: 10px 0px 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. */
	margin: 0px;
} 
.twoColFixRtHdr #header #nav {
	background: #333333;
	border-top: 1px solid #cccccc;
	border-right: 5px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 5px solid #cccccc;
	color: #FFFFFF;
	text-align: right;
	margin: 0px;
	padding: 10px;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 280px; /* 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: #333333; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 10px 15px;
	color: #CCCCCC;
	border-top: 5px solid #CCCCCC;
	border-left-style: none;
	border-left-color: #CCCCCC;
	border-right: 5px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
}

.twoColFixRtHdr #sidebar1 #filler {
	height: 300px;
	display: block;
}
.twoColFixRtHdr #sidebar1 #fillerMid {
	height: 700px;
	display: block;
}
.twoColFixRtHdr #sidebar1 #fillerMid2 {
	height: 1000px;
	display: block;
}
.twoColFixRtHdr #sidebar1 #fillerMid3 {
	height: 1200px;
	display: block;
}
.twoColFixRtHdr #sidebar1 #fillerMid4 {
	height: 1400px;
	display: block;
}
.twoColFixRtHdr #sidebar1 #fillerMid5 {
	height: 1600px;
	display: block;
}
.twoColFixRtHdr #sidebar1 #fillerMid6 {
	height: 1800px;
	display: block;
}
.twoColFixRtHdr #sidebar1 #fillerMid7 {
	height: 2000px;
	display: block;
}
.twoColFixRtHdr #sidebar1 #fillerMid8 {
	height: 2200px;
	display: block;
}
.twoColFixRtHdr  #sidebar1  #fillerArticle {
	height: 1300px;
	display: block;
}
.twoColFixRtHdr  #sidebar1  #fillerArticleExt {
	height: 2500px;
	display: block;
}
.twoColFixRtHdr #mainContent {
	margin: 0 305px 0 0; /* 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: 5px 5px 0px;
} 
.twoColFixRtHdr #mainContent h2 {
	margin: 10px 0px 0px 0px;
}
.twoColFixRtHdr #mainContent li {
	list-style: url(../images/RightArrowBlack.gif) inside;
	margin-left: -40px;
}
.twoColFixRtHdr #mainContent #print {
	color: #000000;
	display:none
}
.twoColFixRtHdr #mainContent #colFull {
	padding: 0px 5px;
}
.twoColFixRtHdr #mainContent #col2Full {
	padding: 0px 5px;
}
.twoColFixRtHdr #mainContent #col3Full {
	padding: 0px 5px 0px;
}


.twoColFixRtHdr #mainContent #col1 {
	width: 265px;
	float: left;
	padding: 0px 5px;
}
.twoColFixRtHdr #mainContent #col2 {
	width: 260px;
	float: right;
	padding: 0px 0px 0px 10px;
}
.twoColFixRtHdr #mainContent #col3 {
	float: none;
	padding: 0px 0px 0px 10px;
	display: block;
	margin: 370px 0px 0px;
}

.twoColFixRtHdr #mainContent th {
	border-top: 1px outset #666666;
	border-right: 1px none #666666;
	border-bottom: 1px outset #666666;
	border-left: 1px none #666666;
}
.twoColFixRtHdr #mainContent tr {
	border: 1px none #FFFF00;
}
.twoColFixRtHdr #mainContent td {
	border: 1px none #FFFF00;
}
.twoColFixRtHdr #mainContent h4 {
	margin: 10px 0px 0px 0px;
}
.twoColFixRtHdr #footer {
	padding: 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#999999;
	font-size: 90%;
	height: 30px;
	text-align: left;
	border: 5px solid #cccccc;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color: #333333;
	font: 95% Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 5px 0px 0px 0px;
}
p {
	line-height: 25px;
}
.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;
}
.centre {
	text-align: center;
	display: block;
}
.dotLine {
	background: url(../images/button_6_3.jpg) repeat-x bottom;
	color: #999900;
	padding: 0px 0px 10px;
	margin: 0px 5px 0px 3px;
}
.dotLineLight {
	background: url(../images/xGrey_6_3.jpg) repeat-x bottom;
	color: #999900;
	padding: 0px 0px 10px;
	margin: 0px 5px 0px 3px;
	display: block;
}


.greenText {
	color: #999900;
}
.goldText {
	color: #ffcc33;
	font: 120% Georgia, Times New Roman, Times, serif;
}
.twoColFixRtHdr #copywrite {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #999999;
	background: #424242;
	padding: 5px 0px 10px;
}
img {
	border-width: 0px;
	border-style: none;
}
.twoColFixRtHdr #nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixRtHdr #nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.twoColFixRtHdr #nav a:hover {
	color: #CCCCCC;
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
}
.twoColFixRtHdr #nav a:active {
	color: #CCCCCC;
	text-decoration: none;
	border-bottom: 1px dotted #333333;
}
.twoColFixRtHdr #nav a {
	margin: 0 3px;
}
.twoColFixRtHdr #form1 input {
	background: #FFFF99;
}
.twoColFixRtHdr #form1 input: active {
	background: #FFFFFF;
}
.twoColFixRtHdr #footer a:link {
	color: #333333;
	text-decoration: none;
}
.twoColFixRtHdr #footer a:visited {
	color: #333333;
	text-decoration: none;
}

.twoColFixRtHdr #footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
}
.twoColFixRtHdr #footer a:active {
	color: #CCCCCC;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
}
.twoColFixRtHdr #footer a {
	font: 80%;
	margin: 0 3px;
}
.twoColFixRtHdr #mainContent a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #000000;
}
.twoColFixRtHdr #mainContent a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #000000;
}

.twoColFixRtHdr #mainContent a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
		border-bottom: 1px dotted #FFFFFF;
}
.twoColFixRtHdr #mainContent a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #000000;
}

.twoColFixRtHdr #sidebar1 a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #FFFFFF;
}
.twoColFixRtHdr #sidebar1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #FFFFFF;
}
.twoColFixRtHdr #sidebar1 a:hover {
	color: #ffcc33;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #ffcc33;
}
.twoColFixRtHdr #sidebar1 a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #FFFFFF;
}
.bold {
	font-weight: bold;
}
#breadcrumb {
	border-top: 1px solid #333333;
	border-right: 1px none #333333;
	font-size: 80%;
	margin: 5px;
	padding: 5px;
	border-bottom: 1px solid #333333;
	border-left: 1px none #333333;
}
.thumbnail
{
	float: left;
	width: 156px;
	margin: 0 15px 15px 0;
	padding: 0px;
	display: inline;
	overflow: hidden;
}
.darkgrey{
	background: #BBBBBB;
	padding: 5px;
}
.lightgrey{
	font: 100%;	
}
/* CSS Round Corners Testimonials Dark Grey*/
.bl {
	background: #ADADAD url(../profiles/images/greyBL_10x10.jpg) no-repeat 0 100%;
	width: 41em;
	margin-top: 10px;
	margin-left: 5px;
}
.br {
	background: #ADADAD url(../profiles/images/greyBR_10x10.jpg) no-repeat 100% 100%;
}
.tl {
	background: url(../profiles/images/greyTL_10x10.jpg) no-repeat 0 0;
}
.tr {
	background: url(../profiles/images/greyTR_10x10.jpg) no-repeat 100% 0;
	padding:10px;
} 
.clear {
	font-size: 1px; 
	height: 1px;
}
.blLG {
	background: #C9C9C9 url(../profiles/images/LightgreygreyBL_10x10.jpg) no-repeat 0 100%;
	width: 41em;
	margin-top: 10px;
	margin-left: 5px;
}
.brLG {
	background: #C9C9C9 url(../profiles/images/LightgreygreyBR_10x10.jpg) no-repeat 100% 100%;
}
.tlLG {
	background: url(../profiles/images/LightgreygreyTL_10x10.jpg) no-repeat 0 0;
}
.trLG {
	background: url(../profiles/images/LightgreygreyTR_10x10.jpg) no-repeat 100% 0;
	padding:10px;
} 
.message {
	font-size: 1.1em;
	font-weight: bold;
	color: #F00;
}
