/* Section Homepage specific styles */

.margin_both {margin-left: 1em; margin-right: 1em;}
.margin_left {margin-left: 1em;}
.margin_right {margin-right: 1em;}
.margin_top {margin-top: 1em;}
.margin_bottom {margin-bottom: 1em;}
.padding_top {padding-top:1em}
.padding_bottom {padding-bottom:1em}
.padding_all {padding: 1em;}
.float_right {float: right;}
.float_left {float: left;}

.margin_left_thumb {margin-left: 115px; position:relative;}

/* ---- Heading Tags for Homepage and Section Home pages --------*/
#content_container h1 {}

#content_container h2 {}

#content_container h3,
#content_container h3 a,
#content_container h3 a:visited,
#section_search h2 {
	color: #00A6E5;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: normal;
}

#content_container h4,
#content_container h4 a,
#content_container h4 a:visited {
	color: #000000;
	font-size: 1.1em;
	font-weight: normal;
}
/* ------------------ end heading tags ------------------ */

#content_container_padder1 {
	padding-left: 5.6em;
}

#content_left_col {
	height: 1%;
	margin-right: 27em;
}
#content_left_col h1, #content_right_col #tabs h1 {
	margin-top: 0;
}

#content_right_col {
	float: right;
	width: 27em;
	margin-right: 5px;
}

/* ------ section search styles ----- */

#section_search {
	margin-top: 60px;
	position: relative;
	background-color: #FFFFFF;
	border: 1px solid #E5E5E5;
	padding: 15px 10px 10px 15px;
}
#section_search form {
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 0em;
}
#section_search label {
	display: block;
	margin: 4px 0 4px 0;
}
#section_search div {
	overflow: hidden;
}
* html #section_search div {
	height: 1%;
}
#section_search div select,
#section_search div input {
	float: left;
}
#section_search div select {
	margin-right: 1.5em;
	width: 16em;
	font-size: 1em;
}

#section_search #queries_all_query {
	height: 1.8em;
	width: 16em;
	border: 1px solid #7F9DB9;
	font-size: 1em;
	margin-bottom: 0.5em;
}
#section_search div span {
	display: block;
	float: left;
	height: 50px;
	background-image: url(images/search_go_bg.gif);
	background-repeat: no-repeat;
	background-position: right 19px;
}
#section_search p {
	font-size: 1.1em;
}

/* ------- Main Content layout styles ---------------------*/


/* ------- Feature Box Styles ----------------*/

#feature_box_outer {
	float: left;
	/*margin-right: 2.2em;*/
	padding: 9px;
	background-color: #F1F1F1;
}
* html #feature_box_outer {
	/*margin-right: 1.4em;
	height: auto;*/
}
#feature_box_inner {
	padding: 8px;
	background-color: #FFFFFF;
}
#feature_box_inner div {
	background-image: url(images/coloured_box.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 173px;
	width: 536px;
}
#feature_box_inner div ul {
	margin: 0 0 0 22px;
	padding: 83px 0 0 0;
	width: 39em;
	list-style: none;
}
#feature_box_inner div ul li {
	float: left;
	width: 12.8em;
	margin-bottom: 0.2em;
}
#feature_box_inner div ul li a,
#feature_box_inner div ul li a:visited {
	background-image: url(images/feature_box_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 0.3em;
	font-size: 1.1em;
	color: #FFFFFF;
	display: block;
	height: 1%;
	padding: 1px 0 1px 18px;
}
#feature_box_inner div ul li a:hover {
	text-decoration: underline;
}
/* ------- end Feature Box Styles ----------------*/

#bottom_content_left {
	float: left;
	width: 28.5em;
}
#bottom_content_left_padder {
	margin: 10px;
	padding: 15px;
	padding-top: 5px;
}
#bottom_content_right {
	float: left;
	width: 28.5em;
}
#bottom_content_right_padder {
	background-color: #FFFFFF;
	margin: 10px;
	padding: 15px;
	padding-top: 5px;
}
#bottom_content_cent {
	float: left;
	width: 57em;
}
#bottom_content_cent_padder {
	background-color: #FFFFFF;
	margin: 10px;
	padding: 15px;
	padding-top: 10px;
}
#bottom_content_left p,
#bottom_content_right p,
#bottom_content_cent p {
	font-size: 1.1em;
}

/* ------- end Feature Box Styles ----------------*/



/* ----- link styles -----------------------------------*/

#section_search a,
#bottom_content_left a,
#bottom_content_right a,
#bottom_content_cent a {
	background-image: url(images/icon_page.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	color: #333333;
	padding: 2px 0 1em 20px;
}