@charset "UTF-8";
body  {
	font: 12px Myriad Pro, Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	background: #fff;
	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: #292929;
}
a {
	text-decoration: none;
}
a img {
	border: 0;
}
p {
	margin: 5px 0;
}
h1 {
	font: 400 18px Myriad Pro, Arial, Helvetica, sans-serif;
	color: #584f4f;
}
h2 {
	font: 600 13px Myriad Pro, Arial, Helvetica, sans-serif;
	color: #ff731f;
	margin: 18px 0 9px;
}
.thrColFix #container { 
	width: 961px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 70px auto 0; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/*********************************************************************************************************************************************************************************************
	
	SEARCH BOX -->>

*********************************************************************************************************************************************************************************************/
#searchContainer {
	width: 961px;
	height: 70px;
	margin: 0 auto;
	text-align: right;
}
#searchContainer #searchInput {
	width: 255px;
	height: 35px;
	background: #cecece;
	float: right;
}
#searchContainer #searchInput #searchText {
	float: left;
	width: 197px;
	height: 13px;
	border: 0;
	margin: 7px 4px 0 15px;
	padding: 2px;
	font: normal 12px Myriad Pro, Arial, Helvetica, sans-serif;
	color: #292929;
}
#searchContainer #searchInput #searchBtn {
	float: left;
	width: 18px;
	height: 17px;
	background: url(../images/search_btn.png) top no-repeat;
	border: 0;
	margin: 7px 0 0;
}
#searchContainer #searchInput #searchBtn:hover {
	background: url(../images/search_btnOn.png) top no-repeat;
}
#searchContainer #searchTab {
	float: right;
	width: 70px;
	height: 18px;
	background: #cecece;
	padding: 3px 0;
	text-align: center;
	color: #fff;
}
#searchContainer #searchTab:hover {
	background: #666;
}

/*********************************************************************************************************************************************************************************************
	
	SIDE BAR 1 -->>

*********************************************************************************************************************************************************************************************/
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 361px; /* 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: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	/* padding: 15px 10px 15px 20px;  padding keeps the content of the div away from the edges */
}
.thrColFix #sidebarMenu {
	width: 960px;
	margin: 0 0 2px;
}
.thrColFix #sidebarMenu .divider {
	float: left;
}
.thrColFix #menu1, .thrColFix #menu2, .thrColFix #menu3 {
	float: left;
	overflow: hidden;
	height: 21px;
}
/*.thrColFix #menu1 a, .thrColFix #menu2 a, .thrColFix #menu3 a {
	vertical-align: middle;
	line-height: 0;
}
.thrColFix #menu1 a:hover, .thrColFix #menu2 a:hover, .thrColFix #menu3 a:hover {
	vertical-align: bottom;
	line-height: 0;
}*/
.thrColFix #sidebar1 #portrait {
	margin-bottom:-14px;
	float: left;
}

/*********************************************************************************************************************************************************************************************
	
	SIDE BAR 2 -->>

*********************************************************************************************************************************************************************************************/
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 174px; /* 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: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 10px;  /* padding keeps the content of the div away from the edges */
	color: #666;
}
.thrColFix #sidebar2 ul {
}
.thrColFix #sidebar2 ul li {
	margin: 4px 0 0 10px;
	list-style: none;
}
.thrColFix #sidebar2 ul.sideMenu {
	padding-bottom: 35px;
	margin-bottom: 15px;
	border-bottom: 1px #eee solid;	
}
.thrColFix #sidebar2 p {
	margin: 5px 0;
}
.thrColFix #sidebar2 a {
	color: #666;
}
.thrColFix #sidebar2 a:hover {
	color: #fff;
	background: #000;
}
.thrColFix #sidebar2 .bold {
	font-weight: 600;
	color: #333;
}
.thrColFix #sidebar2 ul li ul {
	font-weight: normal;
	color:#292929;	
}

/*
Submit Form
*/
.thrColFix #sidebar2 input {
	height: 18px;
	line-height: 16px;
	color: #c1c1c1;
	padding-left: 12px;
	margin-bottom: 10px;
	border: 1px #cdcdcd solid;
}
.thrColFix #sidebar2 input#submitBtn {
	width: 91px;
	height: 18px;
	background: url(../images/form_submit.jpg) 0 0 no-repeat transparent;
	border: none;
	float: right;
	margin-right: 9px;
	cursor: pointer;
}

/*********************************************************************************************************************************************************************************************
	
	MAIN CONTENT -->>

*********************************************************************************************************************************************************************************************/
.thrColFix #mainContent { 
	margin: 18px 189px 0 361px; /* 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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right: #eee 1px solid;
	min-height: 250px;
}
.thrColFix #mainContent div.blockQuote {
	background: #ededed;
	padding: 10px 20px;
	color: #584f4f;
}

/*********************************************************************************************************************************************************************************************
	
	CLASSES -->>

*********************************************************************************************************************************************************************************************/
.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;
}
.ikonSubpage img {
	margin: 20px 0;
}
