/*
	Specific styles for Caltongate sub template
*/

#content {
	border-left-color: #AEAFB2;
	border-right-color: #AEAFB2;
}

#footer {
	background: url('file:///C:/Users/dean.rowe/Documents/My%20Web%20Sites/Caltongate/images/structural/footer_greyoutline_bg.gif') no-repeat;
}

#hero {
	background: #EEE;
	border-bottom: 2px solid #AEAFB2;
	border-left-color: #AEAFB2;
	border-right-color: #AEAFB2;
}

#leftcolumnSub{
	width: 522px;
	\width: 522px;
	w\idth: 472px;
	float: left;
	padding: 25px 25px 25px 25px;
}

#lefthero {
	background: #FFF;
	float: left;
	padding: 0;
	width: 528px !important;
	width /**/: 528px; /* IE hack */
}

#lefthero img {
	display: block;
}

#rightcolumnSub{
	width: 212px;
	\width: 212px;
	w\idth: 200px;
	float: right;
	padding: 25px 9px 25px 3px;
}

#righthero {
	background: #EEE;
	float: right;
	padding: 10px 3px 10px 3px;
	width: 200px !important;
	width /**/: 206px; /* IE hack */
}

a {
	color: #333;
	font: normal 1em/1.5em Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 14px;
	font-style: normal;
	font-weight: normal;
	color: #0663C2;
	text-decoration: none;
}

a:link, a:visited {
	color: #0663C2;
}

a:hover, a:active {
	color: #666666;
}

.tableWhite {
	color: #fff;
	font: normal 1em/1.5em Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 14px;
	font-style: normal;
	font-weight: normal;
}

/* TREE MENU */
.TreeMenuLevel2 {
	clear: both;
	margin: 0;
	padding: 0;
	width:100%;
}

.TreeMenuLevel2 a:link, .TreeMenuLevel2 a:visited, .TreeMenuLevel2 a:active {
	background: url('file:///C:/Users/dean.rowe/Documents/My%20Web%20Sites/Caltongate/images/navigation/subnav.gif') no-repeat;	
	color: #FFF;
	display: block;
	font: normal 0.9em/1em Verdana, Arial, Helvetica, sans-serif;	
	height: 26px !important;
	height /**/: 32px; /* IE hack */
	padding: 6px 0 0 8px;
	text-decoration: none;
	text-transform:uppercase;
	width: 190px !important;
	width /**/: 198px; /* IE hack */
}
	
.TreeMenuLevel2 a:hover {
	background-position: 0 -32px;
	color:#333;
}
	
.TreeMenuLevel2Selected a:link, .TreeMenuLevel2Selected a:visited, .TreeMenuLevel2Selected a:active, .TreeMenuLevel2Selected a:hover {
	background: url('file:///C:/Users/dean.rowe/Documents/My%20Web%20Sites/Caltongate/images/navigation/subnav.gif') no-repeat 0 -32px;	
	color:#333;
	display: block;
	font: bold 0.9em/1em Verdana, Arial, Helvetica, sans-serif;
	height: 26px !important;
	height /**/: 32px; /* IE hack */
	padding: 6px 0 0 8px;
	text-decoration: none;
	text-transform:uppercase;
	width: 190px !important;
	width /**/: 198px; /* IE hack */
}