/* CSS Document for the Homepage*/

/** Section branding styles **/

#primaryNavRight{
	color:#CC0033;
}

h2{
	background-color:transparent;
	text-align:left;
	font-size:1.1em;
}

h3{
	font-size:1em;
	text-align:left;
	background-color:transparent;
}

h4{
	font-size:0.9em;
	text-align:left;
	background-color:transparent;
}

#breadcrumb{
	background-color:#CC0033;
	padding:4px 7px 5px 7px;
}

#breadcrumb a:link{
	color:#FFFFFF;
	background-color:#CC0033;
	text-decoration:underline;
}

#breadcrumb a:active{
	color:#CC0033;
	background-color:#FFFFFF;
	text-decoration:none;
}

#breadcrumb a:visited{
	color:#FFFFFF;
	background-color:#CC0033;
	text-decoration:underline;
}

#breadcrumb a:hover{
	color:#CC0033;
	background-color:#FFFFFF;
	text-decoration:none;
}
#contentText{
	color:#660066;
}

#contentText a:link{
	color:#CC0033;
	text-decoration:underline;
	background:transparent;
}

#contentText a:active{
	color:#FFFFFF;
	text-decoration:none;
	background-color:#660066;
}

#contentText a:visited{
	color:#660066;
	text-decoration:underline;
	background:transparent;
}

#contentText a:hover{
	color:#FFFFFF;
	text-decoration:none;
	background-color:#660066;
}

#contentText img{
     border:none;
	margin:0px 0px 10px 10px;
	position:relative;
}

#contentText p img{
	border:none;
}

#footer{
	border-color:#CC0033;
}

#gutter p{
	background:url(../images/gutter_text_sep.gif) left center no-repeat;
}

/** Layout Styles **/

#lhsNav{
	width:19%;
	float:left;
	position:relative;
	padding-top:10px;
}

#contentText{
	text-align:left;
	padding-left:21%;
}

#enquireBoxTitleBorder{
	margin-top:6px;
	margin-left:17px;
	background:#FF6600 url(../images/edr_shaddow.gif) left bottom repeat-x;
	clear:both;
	position:relative;
}

#enquireBoxTitleCorner{
	background:url(../images/enquire_nav_closed.gif) right bottom no-repeat;
	padding-bottom:2px;
	padding-right:17px;
}

#enquireBoxTitleCorner h2{
	background:#FF6600 url(../images/enquire_image_nav.gif) left center no-repeat;
	padding:5px 0px 5px 29px;
	font-size:0.8em;
	color:#FFFFFF;
	font-weight:bold;
	margin-bottom:0px;
}

#discoverBoxTitleBorder{
	margin-top:6px;
	margin-left:17px;
	background:#0D5BA5 url(../images/edr_shaddow.gif) left bottom repeat-x;
	clear:both;
	position:relative;
}

#discoverBoxTitleCorner{
	background:url(../images/discover_nav_closed.gif) right bottom no-repeat;
	padding-bottom:2px;
	padding-right:17px;
}

#discoverBoxTitleCorner h2{
	background:#0D5BA5 url(../images/discover_image_nav.gif) left center no-repeat;
	padding:5px 0px 5px 29px;
	font-size:0.8em;
	color:#FFFFFF;
	font-weight:bold;
	margin-bottom:0px;
}

#readBoxTitleBorder{
	background:#339933 url(../images/edr_shaddow.gif) left bottom repeat-x;
	margin-top:6px;
	margin-left:17px;
	clear:both;
	position:relative;
}

#readBoxTitleCorner{
	background:url(../images/read_nav_closed.gif) right bottom no-repeat;
	padding-bottom:2px;
	padding-right:17px;
}

#readBoxTitleCorner h2{
	background:#339933 url(../images/read_image_nav.gif) left center no-repeat;
	padding:5px 0px 5px 29px;
	font-size:0.8em;
	color:#FFFFFF;
	font-weight:bold;
	margin-bottom:0px;
}

#contentText img.thick-border{
	border:10px solid #993333;
}