/* rowan_group.css v09/01 27/04/09
	rewritten to use absolute positioning for #leftColumn, #rightColumn elements
*/

html {
	height:100%; 
}
body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,form {
	margin:0;
	padding:0;
}
body {
	text-align:center;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:125%;
}
h1 {
	font-size:1em;
	color:#3a5c46;
	margin-bottom:18px;
}
h2 {
	font-size:0.9em;
	color:#003479;
	line-height:140%;
}
h3 {
	font-size:0.8em;
	color:#003479;
}
p,ul,ol,label {
	font-size:0.8em;
}
p,label {
	margin-bottom:15px;
	line-height:140%;
}
img {
	border:0; 
}
/* stop nested lists from shrinking - 2nd pair of selectors are for browsers that get * selector wrong */
ul *, ol *, li ul, li ol {
	font-size:125%;
}


/*wrapper*/
#wrapper {
	text-align:left;
	background:#fff url(images/rightcol.gif) repeat-y right;
	width:800px;
	margin:30px auto;
	position:relative;
	height:100%;
}
/*banner*/
#banner {
	height:135px;
}
/* breadcrumbs */
#crumbs {
	color:#003776;
	padding-bottom:.5em;
	margin-top:1em;
}
/*columns*/
/*left*/
/*#leftColumn 
{
	color:#000000;
	width:200px;
	position:absolute;
	top:135px;
	left:0;
	background-color:#9cf;
	padding-top:15px;
}*/
#leftColumn 
{
	width:200px;
	background:#9cf;
	float:left;
	padding-top:15px;
}
.secondary_navigation_search
{
	margin-left:30px;
	padding-top:15px;
}
.secondary_navigation_searchlabel
{
	margin:0px 0px 5px 0px;
}
/*#leftColumn {
	width:200px;
	float:left;
	background:#9cf;
	padding-top:15px;
}*/
#leftColumn li {
	list-style:none;
	line-height:25px;
}
/*indent sub-navigation*/
#leftColumn li ul {
	margin-left:10px;
}
#leftColumn a {
	text-decoration:none;
	font-weight:bold;
	color:#003776;
	display:block;
	border-bottom:1px solid #003776;
	margin:0px 20px;
	background:url(images/arrow.gif) no-repeat left top;
	padding-left:15px;
	font-size:1em;
}
#leftColumn a:hover {
	color:#09F;
	background:#fff url(images/arrow_over.gif) no-repeat left top;
}
#leftColumn a:active {
	color:#09F;
	background:#fff url(images/arrow_over.gif) no-repeat left top;
}
#leftColumn li li a:hover {
	background:#ebebeb url(images/arrow_sub.gif) no-repeat left top;
}
#leftColumn ul li a {
	color:#003776;
}
#leftColumn ul li li li a {
	color:red;
}
#leftColumn ul>li>ul>li>a:hover {
	background:#ebebeb url(images/arrow_sub.gif) no-repeat left top;
}
#leftColumn li li li a:hover {
	background:#ccc url(images/arrow_subnav.gif) no-repeat left top;/*??? Check */
}

#leftColumn a.leftcolumn_sub {
	color:#003776;
	margin-left:25px;
	background:url(images/arrow_second.gif) no-repeat left top;
font-weight:normal;
}
#leftColumn a.leftcolumn_sub:hover 
{
	margin-left:25px;
	background:#ebebeb url(images/arrow_sub.gif) no-repeat left top;
}
#leftColumn a.leftcolumn_subactive 
{
	margin-left:25px;
	background:#ebebeb url(images/arrow_sub.gif) no-repeat left top;
}

#leftColumn a.leftcolumn_subsub {
	color:#003776;
	margin-left:30px;
	background:url(images/arrow_second.gif) no-repeat left top;
font-weight:normal;
}
#leftColumn a.leftcolumn_subsub:hover 
{
	margin-left:30px;
	background:#e8e8e8 url(images/arrow_sub.gif) no-repeat left top;
}
#leftColumn a.leftcolumn_subsubactive 
{
	margin-left:30px;
	background:#e8e8e8 url(images/arrow_sub.gif) no-repeat left top;
}

#leftColumn a.leftcolumn_subsubsub {
	color:#003776;
	margin-left:40px;
	background:url(images/arrow.gif) no-repeat left top;
font-weight:normal;
}
#leftColumn a.leftcolumn_subsubsub:hover 
{
	margin-left:40px;
	background:#e8e8e8 url(images/arrow_sub.gif) no-repeat left top;
}
#leftColumn a.leftcolumn_subsubsubactive 
{
	margin-left:40px;
	background:#e8e8e8 url(images/arrow_sub.gif) no-repeat left top;
}

#zoomsearch {
	margin:10px 20px;
}
#zoomsearch label {
	display:block;
	margin-bottom:5px;
}
#zoomsearch div {
	margin-bottom:5px;
}
/*middle*/
#middleImage {
	position:absolute;
	width:400px;
	top:135px;
	left:200px;
}
#indexmiddleColumn {
	margin:135px 220px 0;
}
#middleColumn {
	margin:20px 220px 0px 20px;
}
/* middle */
#middleColumn a {
	color:#09f;
	font-weight:bold;
	text-decoration:none;
}
#middleColumn a:hover {
	text-decoration:underline;
}
#module_news a.module_link_href
{
	color:#09f;
	font-weight:normal;
	text-decoration:none;
	font-size:9pt;
}
#module_news .module_news_date
{
	font-size:9pt;
}
#middleColumn ul {
	margin-left:10px;
}
#indexmiddleColumn a {
	color:#09f;
	font-weight:bold;
	text-decoration:none;
}
#indexmiddleColumn a:hover {
	text-decoration:underline;
}
#indexmiddleColumn ul {
	margin-left:10px;
}
/* graphical bullet lists*/
ul.bluebull li {
	list-style:none;
	padding-left:10px;
	background:url(images/bullet.gif) 0 .2em no-repeat;
	margin-bottom:5px;
}
/*right*/
/*#rightColumn {
	position:absolute;
	top:135px;
	right:0;
	width:160px;
	padding:20px 20px 0 20px;
}*/
#rightColumn {
	float:right;
	width:150px;
	padding:20px 20px 0;
}
#rightColumn h1{
	color:#09F;
	font-size:0.8em;
	font-weight:normal;
}
#rightColumn a{
	color:#666;
	font-weight:bold;
	text-decoration:none;
	padding:0 3px 0 14px;
	background:url(images/square.gif) left 4px no-repeat;
}
#rightColumn a:hover {
	text-decoration:underline;
}
#rightColumn .quicklink {
	color:#003776;
	font-weight:bold;
	text-decoration:none;
}
#rightColumn a.textsize {
	background:none;
	color:#666;
	text-decoration:none;
	padding:0px 0px 0px 0px;
	font-weight:normal;
}
#rightColumn p{
	color:#666;
}
#rightColumn hr{
	color:#003776;
	height:1px;
}

/*footer*/
#footer {
	clear:both;
	float:left;
	/*margin:40px 20px 10px 20px;*/
	width:600px;
	height:80px;
	background:url(../user_images/curve.jpg) no-repeat;
	vertical-align:bottom;
padding-left:10px;
}
#footer a {
	color:#666;
	text-decoration:none;
	padding:0 3px 0 14px;
	background:url(images/square.gif) left center no-repeat;
}
#footer a:hover {
	text-decoration:underline;
}
#footer .reginfo {
	font-size:0.5em;
	color:#666;
}


