/*  
Theme Name: Midtech 2010
Theme URI: http://www.barques.co.uk
Description: Theme for >Midtech by <a href="http://www.barques.co.uk">Barques</a>
Version: 1.0
Author: David Elliott
Author URI: http://www.barques.co.uk

*/
/* RESET 
----------------------------------------------------------------------------------------------- */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
	background-color: #F8F9F8;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* END RESET */
/* GENERAL
----------------------------------------------------------------------------------------------- */

@charset "UTF-8";
body  {
	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;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F8F9F8;
	background-position: center;
}
.thrColFixHdr #container {
	width: 950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(images/pagebg.gif);
	background-position: center;
	padding-bottom: 0px;
}
.thrColFixHdr #container2 {
	width: 990px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(images/footer-bg.gif);
	background-position: center top;
	padding-bottom: 30px;
	height: 30px;
}
.thrColFixHdr #mainBox {
	width: 950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
} 
 .thrColFixHdr #navigation {
	
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin:10px;
	padding:10px;

} 
.thrColFixHdr#whoweare #mainBox {
	background-image: url(images/who-we-are.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
} 

.public-sector#mainBox {
	background-position: left bottom;
	background-repeat: no-repeat;
}
.housing-associations#mainBox {
	background-position: left bottom;
	background-repeat: no-repeat;
}
.private-developers#mainBox {
	background-position: left bottom;
	background-repeat: no-repeat;
}
.land-owners#mainBox {
	background-position: left bottom;
	background-repeat: no-repeat;
}


#topBlock {
	padding: 0px;
	margin: 0px;
} 

/* end general ------------------ */


/* header
----------------------------------------------------------------------------------------------- */

.thrColFixHdr #header {
	height: 130px;
	background-image: url(images/header.gif);
	margin: 0px !important;
	padding: 0px !important;
	background-repeat: no-repeat;
	width: 950px;
} 
.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 */
}
/* end header ------------------ */


/* sidebar1 and 2
----------------------------------------------------------------------------------------------- */

.thrColFixHdr#whoweare #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	margin-top: 50px;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #0066CC;
	padding: 10px;
	margin-bottom: 100px;
	margin-left: 30px;
}
.thrColFixHdr#whoweare #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px;
	margin-top: 50px;
	margin-right: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #0066CC;
	padding: 10px;
	margin-bottom: 120px;
}

#leftbox1, #leftbox2, #rightbox1, #rightbox2 {
	width: 410px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #0066CC;
}

#leftbox1 {
	float: left; /* since this element is floated, a width must be given */
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
	padding: 10px;
	display: inline;

}
#leftbox2 {
	float: left; /* since this element is floated, a width must be given */
	margin-top: 0px;
	margin-right: 0px;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	display: inline;

}
#rightbox1 {
	float: right; /* since this element is floated, a width must be given */
	margin-top: 0px;
	margin-right: 20px;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: inline;

}
#rightbox2 {
	float: right; /* since this element is floated, a width must be given */
	margin-top: 0px;
	margin-right: 20px;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: inline;

}
.public-sector#mainBox #leftbox1 {
	width: 420px !important;
	margin-right: 0px !important;
	margin-bottom: 10px !important;
	margin-left: 20px !important;
	height: 215px;
}
.public-sector#mainBox #leftbox2 {
	width: 420px !important;
	margin-right: 0px !important;
	margin-bottom: 10px !important;
	margin-left: 20px !important;
	height: 175px;
}
.public-sector#mainBox #rightbox1 {
	width: 420px !important;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px !important;
	height: 215px;
}
.public-sector#mainBox #rightbox2 {
	width: 420px !important;
	margin-right: 20px !important;
	margin-bottom: 10px !important;
	margin-left: 0px !important;
	height: 175px;
}


.housing-associations#mainBox #leftbox1 {
	width: 430px !important;
	margin-right: 0px !important;
	margin-bottom: 10px !important;
	margin-left: 20px !important;
	height: 180px;
}
.housing-associations#mainBox #leftbox2 {
	width: 430px !important;
	margin-right: 0px !important;
	margin-bottom: 10px !important;
	margin-left: 20px !important;
	height: 180px;
}
.housing-associations#mainBox #rightbox1 {
	width: 430px !important;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px !important;
	height: 180px;
}
.housing-associations#mainBox #rightbox2 {
	width: 430px !important;
	margin-right: 20px !important;
	margin-bottom: 10px !important;
	margin-left: 0px !important;
	height: 180px;
}


.private-developers#mainBox #leftbox1 {
	width: 420px !important;
	margin-right: 0px !important;
	margin-bottom: 10px !important;
	margin-left: 20px !important;
	height: 200px;
}
.private-developers#mainBox #leftbox2 {
	width: 420px !important;
	margin-right: 0px !important;
	margin-bottom: 10px !important;
	margin-left: 20px !important;
	height: 200px;
}
.private-developers#mainBox #rightbox1 {
	width: 420px !important;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px !important;
	height: 200px;
}
.private-developers#mainBox #rightbox2 {
	width: 420px !important;
	margin-right: 20px !important;
	margin-bottom: 10px !important;
	margin-left: 0px !important;
	height: 200px;
}

.land-owners#mainBox #leftbox1 {
	width: 420px !important;
	margin-right: 0px !important;
	margin-bottom: 10px !important;
	margin-left: 20px !important;
	height: 210px;
}
.land-owners#mainBox #leftbox2 {
	width: 420px !important;
	margin-right: 0px !important;
	margin-bottom: 10px !important;
	margin-left: 20px !important;
	height: 210px;
}
.land-owners#mainBox #rightbox1 {
	width: 420px !important;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px !important;
	height: 210px;
}
.land-owners#mainBox #rightbox2 {
	width: 420px !important;
	margin-right: 20px !important;
	margin-bottom: 10px !important;
	margin-left: 0px !important;
	height: 210px;
}



#rightbox2 p, #rightbox1 p, #leftbox1 p, #leftbox2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
	padding-bottom: 5px;
}

#rightbox2 ul, #rightbox1 ul, #leftbox1 ul, #leftbox2 ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 30px;
	list-style-type: disc;
} 

#rightbox2 ul li, #rightbox1 ul li, #leftbox1 ul li, #leftbox2 ul li {
	line-height: 14px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
} 



.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #EAECEB;
	padding: 5px !important;
	display: inline-block;
	!margin-right: 2px; /*IE7*/
	_margin-right: 2px; /*IE6*/
	!margin-left: 2px; /*IE7*/
	_margin-left: 2px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}


/* sidebar1Footer
----------------------------------------------------------------------- */

.thrColFixHdr #sidebar1 #sidebar1Footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin-top: 80px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	bottom: 0px;
	left: 0px;
	position: relative;
}
.thrColFixHdr #sidebar1 #sidebar1Footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #007AC3;
	text-transform: capitalize;
	text-align: left;
}
.thrColFixHdr #sidebar1 #sidebar1Footer a:hover{
	
	color: #666666;
}

.thrColFixHdr #sidebar1 #sidebar1Footer ul li a, .thrColFixHdr #sidebar2 #sidebar1Footer ul li a{
	font-size: 11px;
	font-weight: normal;
	color: #0066CC;
	display: block;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 30px;
	margin-bottom: 4px;
	width: 150px;
	}

.thrColFixHdr #sidebar1 #sidebar1Footer ul li.nhs-staff a {
	background-image: url(images/nhs-staff-tab.gif);
	background-position: 0px 0px;
	color: #0066CC;
}
.thrColFixHdr #sidebar1 #sidebar1Footer ul li.nhs-trusts a {
	background-image: url(images/nhs-trusts-tab.gif);
	background-position: 0px 0px;
	color: #003366;
}
.thrColFixHdr #sidebar1 #sidebar1Footer ul li.comm-part a {
	background-image: url(images/comm-tab.gif);
	background-position: 0px 0px;
	color: #006E53;
}
 .thrColFixHdr #sidebar1 #sidebar1Footer ul li a:hover {
	color: #10406F;
	background-position: 0px -20px;
}

/* --- sidebar1FooterEnd --- */


.thrColFixHdr #sidebar1 ul li a, .thrColFixHdr #sidebar2 ul li a{
	font-size: 11px;
	font-weight: normal;
	color: #0066CC;
	display: block;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 25px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-bottom: 2px;
	width: 155px;
	}
	

.thrColFixHdr #sidebar1 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #007AC3;
	text-transform: uppercase;
	text-align: right;
}
.thrColFixHdr #sidebar1 a:hover{
	
	color: #666666;
}

.thrColFixHdr #sidebar1 h3, .thrColFixHdr #sidebar2 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0066CC;
	display: block;
	font-weight: bolder;
	text-transform: capitalize;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.thrColFixHdr #sidebar1 p, .thrColFixHdr #sidebar2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #0066CC;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-top: 0px;
	line-height: 14px;
}

.thrColFixHdr#whoweare #sidebar1 p, .thrColFixHdr#whoweare #sidebar2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-top: 0px;
	line-height: 14px;
}

.thrColFixHdr #sidebar1 ul, .thrColFixHdr #sidebar2 ul {
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
 }

.thrColFixHdr #sidebar1 ul li, .thrColFixHdr #sidebar2 ul li {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
 }

.thrColFixHdr #sidebar1 ul li a, .thrColFixHdr #sidebar2 ul li a { 
text-decoration: none; 
}


.thrColFixHdr #sidebar1 ul li a, .thrColFixHdr #sidebar2 ul li a{
	font-size: 11px;
	font-weight: normal;
	color: #0066CC;
	display: block;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 25px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-bottom: 2px;
	width: 155px;
	}
	
.thrColFixHdr #sidebar1 ul li a:hover, .thrColFixHdr #sidebar2 ul li a:hover {
	text-decoration: none;		
	}
 
 .thrColFixHdr #sidebar1 ul li a {
	color: #0066CC;
	background-position: right top;
	background-repeat: no-repeat;
	background-position: 160px 0px;
}

.thrColFixHdr #sidebar1 ul li.current_page_item a {
	background-position: right top;
	background-repeat: no-repeat;
	background-position: 160px -20px;
	color: #003366;
}

.thrColFixHdr #sidebar1 ul li.page-item-4 a {

	background-image: url(images/home-tab.gif);

}
.thrColFixHdr #sidebar1 ul li.page-item-11 a {

	background-image: url(images/about-tab.gif);

}
.thrColFixHdr #sidebar1 ul li.page-item-13 a {

	background-image: url(images/case-tab.gif);
	
}
.thrColFixHdr #sidebar1 ul li.page-item-9 a {

	background-image: url(images/news-tab.gif);
	
}
.thrColFixHdr #sidebar1 ul li.page-item-15 a {
	
	background-image: url(images/resc-tab.gif);

}
.thrColFixHdr #sidebar1 ul li.page-item-17 a {
	
	background-image: url(images/links-tab.gif);
	
}
.thrColFixHdr #sidebar1 ul li.page-item-19 a {

	background-image: url(images/faq-tab.gif);

}
.thrColFixHdr #sidebar1 ul li.page-item-21 a {

	background-image: url(images/contact-tab.gif);
	
}
.thrColFixHdr #sidebar1 ul li.current_page_item a {

}
 .thrColFixHdr #sidebar1 ul li a:hover {
	background-position: 160px -20px;
}
	.thrColFixHdr #sidebar1 ul li ul li a {
	background-image: url(images/subcat-tab.gif) !important;
	background-color: #CCCCCC;
	text-transform: capitalize;
}
/* end sidebar1 ------------------ */

/* sidebar2
----------------------------------------------------------------------------------------------- */

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 175px; /* 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: #ffffff; /* padding keeps the content of the div away from the edges */
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.thrColFixHdr #sidebar2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
/* end sidebar2 ------------------ */


/* mainContent
----------------------------------------------------------------------------------------------- */

.thrColFixHdr#home #mainContent {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
	float: left;
	width: 700px;
	background-image: url(images/main-bg.gif);
	background-repeat: repeat-x;
	background-color: #F8F9F8;
	position: relative;
	display: inline-block;
} 

.thrColFixHdr#home #lowerMainContent {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	background-repeat: repeat-x;
	background-color: #DCE0DD;
	margin-left: 0px;
	margin-right: 0px;
	display: inline-block;
	position: relative;
	width: 695px;
	float: left;
} 
.thrColFixHdr#newspage #mainContent {
	float: left;
	width: 745px;
	background-repeat: repeat-x;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
} 

.thrColFixHdr#page #mainContent {
	float: left;
	width: 745px;
	background-image: url(images/main-bg.gif);
	background-repeat: repeat-x;
	background-color: #F8F9F8;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 

.thrColFixHdr#page #lowerMainContent {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 40px;
	float: left;
	background-repeat: repeat-x;
	background-color: #DCE0DD;
	margin-left: 0px;
	margin-right: 0px;
	width: 685px;
} 
.thrColFixHdr#page #lowerMainContentBox1 {
	float: left;
	width: 480px;
	margin: 0px;
	padding: 0px;
} 
.thrColFixHdr#page #lowerMainContentBox2 {
	float: right;
	width: 181px;
	margin: 0px;
	padding: 0px;
} 
.thrColFixHdr#page #lowerMainContentBox2 ul {
	list-style-type:none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.thrColFixHdr#page #lowerMainContentBox2 ul li a {
	font-size: 11px;
	font-weight: normal;
	color: #0066CC;
	display: block;
	text-decoration: none;
	c-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 30px;
	margin-bottom: 4px;
	width: 150px;
	list-style-type:none;
	}

.thrColFixHdr#page #lowerMainContentBox2 ul li a {
	background-image: url(images/subcat-tab.gif);
	background-position: 0px 0px;
	color: #0066CC;
	line-height:normal;
	padding-top: 3px;
}

.thrColFixHdr#page #lowerMainContentBox2 ul li a:hover {
	color: #10406F;
	background-position: 0px -20px;
}
.thrColFixHdr#page #lowerMainContentBox2 ul li.current_page_item a {
	color: #10406F;
	background-position: 0px -20px;
}

/* mainContentBox 
------------------------------------------------ */
.thrColFixHdr #mainContent #homeBox {
	padding: 7px;
	float: left;
	width: 200px;
	height:200px;
	background-image: url(images/homebuttonbg.png);
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
} 

.thrColFixHdr #mainContent .homeBox1#homeBox {
	background-image: url(images/homebuttonbg.png);
} 
.thrColFixHdr #mainContent .homeBox2#homeBox {
	background-image: url(images/homebuttonbg.png);
}
.thrColFixHdr #mainContent .homeBox3#homeBox {
	background-image: url(images/homebuttonbg.png);
}
.thrColFixHdr #mainContent #homeBox #homeBoxInternal {
	float: right;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	color: #0099cc;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 5px;
	width: 180px;
} 
.thrColFixHdr #mainContent #homeBox #homeBoxInternal a{

	font-size: 14px;
	font-weight: bold;
	color: #0099cc;
	text-decoration:none;
		
} 
.thrColFixHdr #mainContent #homeBox #homeBoxInternal a:hover{

	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
		
} 
/* --- mainContentBoxEnd --- */

/* lowerMainContent 
------------------------------------------------ */

.thrColFixHdr #lowerMainContent #tabs {
	padding: 0px;
	float: left;
	width: 201px;
	height: 160px;
	background-repeat: no-repeat;
	border: 2px solid #DCE0DD;
	margin-top: 0px;
	margin-right: 16px;
	margin-bottom: 0px;
	margin-left: 0px;
} 

.thrColFixHdr #lowerMainContent #tabs h4 {
	float: left;
	width: 201px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0066CC;
	font-size: 13px;
	color: #0066CC;
	font-weight: lighter;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.thrColFixHdr #lowerMainContent #tabs h4 a {
	font-size: 13px;
	color: #0066CC;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.thrColFixHdr #lowerMainContent #tabs h4 a:hover {
	
	color: #ffffff;
	text-decoration:none;
}


.thrColFixHdr #lowerMainContent #tabs #tabpic {
	float: left;
	width: 198px;
	display: block;
	font-size: 13px;
	color: #0099FF;
	font-weight: lighter;
	height: 116px;
	border: 2px solid #FFFFFF;
	margin: 0px;
	padding: 0px;
}


/* --- lowerMainContent End --- */

.thrColFixHdr#home #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #0066CC;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	text-transform: capitalize;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.thrColFixHdr #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #0066CC;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	text-transform: capitalize;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.thrColFixHdr #mainContent h1 a {
	color: #0066CC;
	text-decoration: none;
}
.thrColFixHdr #mainContent h1 a:hover {
	color: #000000;
	text-decoration: none;
}

.thrColFixHdr#page #lowerMainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
	color: #0066CC;
	font-weight: lighter;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	text-transform: uppercase;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

.thrColFixHdr#page #lowerMainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #0066CC;
	font-weight: lighter;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	text-transform: uppercase;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.thrColFixHdr#page #lowerMainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	text-transform: uppercase;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.thrColFixHdr#page #lowerMainContent h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	text-transform: capitalize;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.thrColFixHdr#page #lowerMainContent h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #666666;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	text-transform: capitalize;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.thrColFixHdr#page #lowerMainContent h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #666666;
	font-weight: lighter;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	text-transform: uppercase;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.thrColFixHdr#page #lowerMainContent h1 a {
	color: #0066CC;
	text-decoration: none;
}
.thrColFixHdr#page #lowerMainContent h1 a:hover {
	color: #000000;
	text-decoration: none;
}
.thrColFixHdr#page #lowerMainContent a {
	font-family: Arial, Helvetica, sans-serif;
	color: #0066CC;
	line-height: 18px;
	text-decoration: underline;
}
.thrColFixHdr#page #lowerMainContent a:hover {
	color: #000000;
	text-decoration: underline;
}
.thrColFixHdr#page #lowerMainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	padding-bottom: 5px;
}

.thrColFixHdr#page #lowerMainContent address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066CC;
	line-height: 18px;
	padding-bottom: 5px;
	font-style: italic;
}
.thrColFixHdr#page #lowerMainContent pre {
	font-size: 12px;
	color: #0066CC;
	line-height: 18px;
	padding-bottom: 5px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}
.thrColFixHdr#page #lowerMainContent ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 30px;
	list-style-type: disc;
} 

.thrColFixHdr#page #lowerMainContent ul li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	line-height: 14px;
} 
.thrColFixHdr#page #lowerMainContent ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 30px;
	list-style-type: decimal;
} 

.thrColFixHdr#page #lowerMainContent ol li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	line-height: 14px;
} 
.thrColFixHdr #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #0066CC;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-transform: capitalize;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.thrColFixHdr #mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #0066CC;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.thrColFixHdr #mainContent #headBox h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
	color: #0066CC;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	display: block;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
}
.thrColFixHdr #mainContent h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #0066CC;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.thrColFixHdr #mainContent h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #0066CC;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.thrColFixHdr #mainContent a {
	font-family: Arial, Helvetica, sans-serif;
	color: #0066CC;
	line-height: 18px;
	text-decoration: none;
}
.thrColFixHdr #mainContent a:hover {
	color: #000000;
}
.thrColFixHdr #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	padding-bottom: 5px;
}

.thrColFixHdr#home #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066CC;
	line-height: 18px;
	padding-bottom: 5px;
	padding-left: 5px;
}


.thrColFixHdr #mainContent ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 30px;
	list-style-type: disc;
} 

.thrColFixHdr #mainContent ul li {
	line-height: 18px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
} 
.thrColFixHdr #mainContent ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 30px;
	list-style-type: decimal;
} 

.thrColFixHdr #mainContent ol li {
	line-height: 18px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
} 


/* end mainContent ------------------ */

/* Categories 
-------------------------------------------------------------------------------------------- */

#sidebar2 ul li.cat-item ul.children{
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
	display: block;
}

#sidebar2 ul li.cat-item ul.children li.cat-item ul.children{
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	display: block;
}
#sidebar2 ul li.cat-item ul.children li.cat-item {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
}

#sidebar2 ul li.cat-item ul.children li.cat-item ul.children li.cat-item {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-style: italic;
}

#sidebar2 ul li.cat-item a {
	color:#333333;
	text-decoration:none;
	font-weight: normal;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#sidebar2 ul li.cat-item a:hover {
	color:#0066CC;
	text-decoration:none;
	
}

#sidebar2 ul li.current-cat{
	color:#FFFFFF;
	background-color:#F3C0C0;
	font-size: 10px;
	font-weight: normal;
	}
	
#sidebar2 ul li.current-cat-parent {
	color:#666666;
	background-color:#F3C0C0;
	font-size: 11px;
	}
#sidebar2 ul li.current-cat a{
	color:#333333;
	font-weight: bold;
	}
	
#sidebar2 ul li.cat-item ul.children a{
	color:#333333;
	font-size: 11px;
	}
#sidebar2 ul li.cat-item ul.children a:hover{
	color:#0066CC;
	}
#sidebar2 ul li.current-cat-parent  li.current-cat a{
	color:#333333;
	}
	
#sidebar2 ul li.current-cat-parent  li.current-cat a:hover{
	color:#0066CC;
	}
#homepage #sidebar2 img{
	}
	#searchBox {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #F8F9F8;
	background-image: url(images/main-bg.gif);
	background-repeat: repeat-x;
	font-size: 12px;
}
	#searchBox  h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px !important;
	text-decoration: none;
	color: #0066CC;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	text-transform: capitalize;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
	#newsStoryBlock {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #F8F9F8;
	background-image: url(images/main-bg.gif);
	background-repeat: repeat-x;
}
#newsStory {
	color:#333333;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px !important;
	text-decoration: none;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #F7F3EC;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#newsStory #newstext p {
	color:#333333;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px !important;
	text-decoration: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	line-height: 14px;
}
#newsStory h4 a {
	color:#FFFFFF;
	display:block;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-color: #666666;
	padding: 5px;
	margin-bottom: 5px;
}

#newsStory h4 a:hover {
	color:#ffffff;
	background-color: #005E4C;
}

#featured {
	padding-bottom: 10px;
}

	#newsStoryBlock #mainText tbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
#newsStoryBlock #mainText tbody tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-spacing: 2px !important;
	}
#newsStoryBlock #mainText table
 {
	border-spacing: 2px !important;
	}
	
#lowerMainContent tbody tr td {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	padding: 4px !important;
	border-bottom-width: 1px !important;
	border-bottom-style: dotted !important;
	border-bottom-color: #999999 !important;
	border-spacing: 2px !important;
	}
#lowerMainContent table tbody
 {
	border-spacing: 2px !important;
	}
	#lowerMainContent table tbody td
 {
	border-spacing: 2px !important;
	}
	
/* End Categories */


/* footer
----------------------------------------------------------------------------------------------- */

.thrColFixHdr #footer {
	font-size: 11px;
	color: #B7B7B7;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	clear: both;
	height: 30px;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 10px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr #footer #floatrt {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	float:right;
	width:280px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}

.thrColFixHdr #footer #floatrt img {
	margin: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	float:left;
}
.thrColFixHdr #footer #floatrt p {
	margin: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	float:left;	
	color: #167AC2;
}
.thrColFixHdr #footer #floatrt a {

	color: #167AC2;
}
.thrColFixHdr #footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.thrColFixHdr #footer a:hover {
	color: #000000;
}

.thrColFixHdr #subfooter {
	padding: 10px;
	font-size: 11px;
	color: #cccccc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align:center;
}
.thrColFixHdr #subfooter 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: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cccccc;
}
.thrColFixHdr #subfooter a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cccccc;
}
.thrColFixHdr #subfooter a:hover {
	color: #000000;
}
.thrColFixHdr #footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}
.thrColFixHdr #footer a:hover {
	color: #000000;
}

/* end footer ------------------ */

/* MENU TOP
----------------------------------------------------------------------------------------------- */

.thrColFixHdr  #menuTop {
	text-align: center;
	display: block;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 250px;
}

.thrColFixHdr  #menuTop ul{
	list-style-type: none;
}

.thrColFixHdr #menuTop ul li{
	float: left;
	list-style-type: none;
}

.thrColFixHdr #menuTop ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	text-decoration: none;
	color: #666666;
	list-style-type: none;
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin: 0px;
	padding: 8px;
}
.thrColFixHdr #menuTop ul li a:hover{
	color: #0066CC;
	text-decoration: none;
}
.thrColFixHdr #menuTop li.current_page_item a {
	color:#0066CC;
	text-decoration: none;
}
.thrColFixHdr #menuTop li.current_page_item a:hover {
	color:#333333;
	text-decoration: none;
}

/* end MENU TOP ------------------ */

/* Meta
--------------------------------------------------------- */

#meta{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #58595B;
	display: block;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
} 
#meta a{
	color: #C0AF98;
} 

#meta a:hover{
	color: #FFFFFF;
} 
.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	display: block;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 0px;
	text-align: right;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
} 
.breadcrumbs a{
	color: #999999;
	text-decoration: none;
} 

.breadcrumbs a:hover{
	color: #000000;
} 

.thrColFixHdr #sidebar1 #searchbox, .thrColFixHdr #sidebar2 #searchbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #0066CC;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 16px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
} 

#calendar h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	display: block;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#calendar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin: 0px;
}
#calendar p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin: 0px;
}
#calendar p a:hover {
	
	color: #000000;

}

.searchmeta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	display: block;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
} 
.searchmeta a{
	color: #0060cc;
} 

.searchmeta a:hover{
	color: #000000;
}
.sociable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	display: block;
	text-transform: uppercase;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #333333;
}
.sociable_tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	display: block;
	text-transform: uppercase;
	padding-bottom: 10px;
	
}


#back a{
	color:#ffffff !important;
	background-color: #0066CC;
	display:block;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 50px;
	text-decoration: none;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#back a:hover{
	color:#0066CC !important;
	background-color: #E2E5E3;
}
/* meta END */

/* misc
----------------------------------------------------------------------------------------------- */


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

/* end misc ------------------ */
/* Captions */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption {
	text-align: center;
	background-color: #999999;
	padding-top: 5px;
	color: #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.wp-caption p.wp-caption-text {
	text-align: center !important;
	color: #FFFFFF !important;
	font-size: 11px !important;
	margin-top: 0px !important;
	margin-bottom: 0px  !important;
	padding-top: 0px  !important;
	padding-right: 3px  !important;
	padding-bottom: 5px  !important;
	padding-left: 3px  !important;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;


}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 14px;
	padding: 5px;
	margin: 0;
	color:#FFFFFF;
}
.wp-caption p.wp-caption-text a {

	color:#FFFFFF !important;
	
}
.wp-caption p.wp-caption-text a:hover {

	color:#000000 !important;
	
}
.left, .alignleft {
	float:left;
	border: 0px solid #FFFFFF;
	padding-bottom: 5px;
	padding-right: 5px;
	}

.right, .alignright {
	float:right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #FFFFFF;
	}
/* End Captions */
#thumbbox {
	margin:0;
	width: 160px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#mainContentBox {
	display: inline-block;
	width: 745px;
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
h4.faq-header {
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 16px;
	text-decoration: none !important;
	color: #666 !important;
	font-weight: bold;
	line-height: 18px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-transform: uppercase !important;
}

.faq-question a {
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 12px;
	text-decoration: none !important;
	color: #0066CC !important;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-weight: bold;
	margin: 0px;
}
.faq-answer {
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	display: block;
	font-weight: normal;
	line-height: 18px;
	padding: 5px;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 20px;
	margin-left: 2px;
}
