@charset "utf-8";
body  {
	font: 80% 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: #000000;
}
img {
    border: none;
}
.redText { color: red; }

.thrColFixHdr #container { 
	position:relative;
	width: 900px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	border-top:0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #container #freeConsultationButton {
	position:absolute;
	top:0;
	right:0;
}
.thrColFixHdr #container #freeConsultationButton img {
	border:0;
}
.thrColFixHdr #container #freeConsultationButton a {
	display:block; 
	width:209px; 
	height:193px; 
	background:url(../images/consultation_button3_hover.png) no-repeat;
	text-decoration:none;
}
.thrColFixHdr #container #freeConsultationButton a:hover img {
	position:absolute; 
	left:-999em; 
	top:-999em;
}  
/* ie6 needs his fix*/  
.thrColFixHdr #container #freeConsultationButton a:hover {zoom:1;}  
 
.thrColFixHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px 0 15px;
	border-bottom:1px solid #655244;
} 
.thrColFixHdr #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 */
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#000066;
	letter-spacing:0.3em;
}
.thrColFixHdr #banner {
	background: #DDDDDD; 
	padding: 0;
}

/* Left Column */
.thrColFixHdr #left_nav {
	float: left; 
	width: 200px; /* since this element is floated, a width must be given */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
.thrColFixHdr #left_nav a {
	text-decoration:none;
	color:#666666;
}
.thrColFixHdr #left_nav a:hover {
	text-decoration:underline;
	color:#000066;
}
.thrColFixHdr #left_nav  #contact {
	margin:15px 0 0 1em;
	font-size:0.9em;
	color:#666666;
}

/* Right Column */
.thrColFixHdr #rightcol {
	float: right; 
	width: 13em; /* 13em since this element is floated, a width must be given */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
.thrColFixHdr #left_nav h3, .thrColFixHdr #left_nav p { /* , .thrColFixHdr #rightcol p, .thrColFixHdr #rightcol h3 */
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
.thrColFixHdr #rightcol .box {
	margin:1em 0.5em;
	padding:0;
	border: 1px solid #655244;
}

.thrColFixHdr #rightcol #craftysyntax {
	background:url(../images/gray_glow_back.jpg) repeat-x;
}
.thrColFixHdr #rightcol .pi {
	background:url(../images/gray_grad1.jpg) repeat-x;
	padding-bottom:0.5em;
}
.thrColFixHdr #rightcol .pi p {
	font-size:90%;
	text-align:center;
}

.thrColFixHdr #rightcol h3 {
	margin:0;
	padding:0.25em 0.5em;
	font-size:0.9em;
	font-weight:bold;
	text-align:center;
	border-bottom: 1px solid #655244;
}
.thrColFixHdr #rightcol p {
	margin: 0 0.5em 0 0;
	padding:0.25em 0.5em;
	text-align:left;
}
.thrColFixHdr #rightcol p a {
	text-decoration: none;
	color:#666666;
}
.thrColFixHdr #rightcol p a:hover {
	text-decoration: underline;
	color:#000066;
}
.thrColFixHdr #rightcol p.footnote {
	margin:0.5em;
	font-size:0.8em;
	font-style:italic;
	color:#666666;
}


/* Main Content */
.thrColFixHdr #mainContent { 
	margin: 0 160px 0 200px; /* 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 */
} 
.thrColFixHdr #mainContent h1 {
	font-size:1.4em;
	color:#655244;
}
.thrColFixHdr #mainContent h2 {
	font-size:1.1em;
	color:#999999;
	margin:0;
	padding:0;
}
.thrColFixHdr #mainContent h3 {
	font-size:0.9em;
}
.thrColFixHdr #mainContent p {
	text-align:justify;
}
.thrColFixHdr #mainContent a {
	color:#000000;
}
.thrColFixHdr #mainContent a:hover {
	color:#000066;
}
.thrColFixHdr #mainContent #photos {
	float:right;
	width:125px;
	margin:0 10px;
}

.thrColFixHdr #mainContent #photos img {
	display:block;
	margin:0 0 5px 0;
	border:1px solid #655244;
}
.thrColFixHdr #mainContent #photos_horizontal {
	float:right;
	margin:1em 0;
	padding-left:2em;
	width:400px;
}

.thrColFixHdr #mainContent #photos_horizontal img {
	/* display:inline;
	margin:0 auto; */
	float:right;
	width:125px;
	margin:0 0 0 5px;
	border:1px solid #655244;
}
.thrColFixHdr #mainContent p img.fltRt {
	float:right;
	margin:0 0 2em 2em;
}
.thrColFixHdr #mainContent #flash {
	float:right;
	margin:0 0 2em 2em;
}


.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.thrColFixHdr #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 */
	text-align:center;
	font-size:0.8em;
	color:#666666;
}
.thrColFixHdr #footer a {
	color:#666666;
	text-decoration:none;
}
.thrColFixHdr #footer a:hover {
	color:#000066;
	text-decoration:underline;
}

.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;
}
#byline {
	padding:5px 0;
	width:100%;
	text-align:center;
	font-size:0.8em;
}
#byline a {
	color:#333;
	text-decoration:none;
}
#byline a:hover {
	color:#ccc;
	text-decoration:underline;
}
.printOnly {
	display:none;
}
.icon {
	padding-left: 20px;
	background-position:left 2px;
	background-repeat:no-repeat;
	display:inline-block;
	min-height:20px;
}
.double-arrow { background-image: url(../images/arrow2.gif); background-position:left 6px; padding-left: 12px;}
.pdf-file { background-image: url(../images/pdf.gif) }
.print-page { background-image: url(../images/pc_02.png) }
.blog { background-image: url(../images/blog.png) }
.sitemap { background-image: url(../images/sitemap.png) }
.popup { background-image: url(../images/popup.gif) }
.up-arrow { background-image: url(../images/up_arrow.gif); background-position:left 5px; padding-left: 12px;}

.iso_link {
		text-decoration: none;
		color: #663300;
		font-size: inherit;
		font-weight: normal;
}
.iso_link:hover {
		text-decoration: underline;
		color: #333399;
		font-size: inherit;
		font-weight: normal;
}

.back_to_top {
	margin-bottom:25px;
	text-align: right;
	font-size: 90%;
}
.back_to_top a {
    text-decoration: none;
    color: #333366;
	font-weight: normal;
}
.back_to_top a:hover {
    text-decoration: underline;
    color: #336699;
	font-weight: normal;
}

.olist_roman {
	list-style:upper-roman outside;
}
.olist_decimal {
	list-style:decimal outside;
}


.required {
	color:#FF6600;
}
