/* CSS Document */

/* @group main elements */

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 10px;
	color: #666666;
}
p { 
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 11px;
	color: #666666; 
	text-align: justify; 
	padding: 0;
	margin: 0px 0px 16px 0px;
	}
h1 { 
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em; 
	margin-bottom: 16px; 
	color: #A70912;
	}
h2 { 
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 0.05em;
	margin-bottom: 16px;
	color: #000000;
	}
a:link { 
	text-decoration: underline; 
	color: #000000;
	}
a:visited { 
	text-decoration: underline; 
	color: #000000;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #A70912;
	}
	
.smallRedText {
	font-size: 11px;
	font-weight: bold;
	color: #A70912;
}	
	
#divPage {
	background: url(/media/left_column_back.gif) repeat;
	background-position: top left;
}
	
.divClearer {
	clear: both;
}

/* @end */

/* @group header */

#header {
	height: 108px;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	border-bottom: 1px dashed silver;
	background: url(../media/header_tile.gif) repeat-x;
	position: static;
}

#header_logo {
	width: 500px;
	height: 92px;
	background: url(../media/ukgeo_logo.gif) no-repeat;
	top: 8px;
	left: 16px;
	position: absolute;
}

#header_imagegrid {
	width: 227px;
	height: 108px;
	top: 0;
	position: absolute;
	background: url(../media/imagegrid.jpg) no-repeat;
	right: 0;
}

/* @end */

/* @group content */

#divContent {
	background: url(/media/right_column_back.gif) repeat-y;
	background-position: top right;
}

/* @end */

/* @group side bars */

#leftsidebar {
	margin: 0;
	padding: 0;
	width: 169px;
	float: left;
	left: 0;
	/*background: url(/media/whitegrid_tile.gif) repeat;*/
}

#rightsidebar {
	float: right;
	margin: 0;
	padding: 0;
	width: 227px;
	right: 0;
	/*background: url(/media/whitegrid_tile.gif) repeat;*/
}

.sidebar_title {
	width: auto;
	height: 25px;
	padding-left: 16px; 
	padding-top: 8px;
	/*background: url(/media/menutitle_tile.gif) repeat;*/
	border-bottom: 1px dashed silver;
}

.sidebar_title_text {
	font-size: 13px;
	font-weight: bold;
	top: 6px;
	left: 16px;
	color: #666666;
}

.sidebar_area {
	margin: 0;
	/* background: url(/media/ltgreen_column_back.gif) repeat; */
	background-color: #F1F7E7;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
	padding: 16px;
	border-bottom: 1px dashed silver;
}

.sidebar_logoArea {
	margin: 0;
	/* background: url(/media/ltgreen_column_back.gif) repeat; 
	background-color: #F1F7E7;*/
	width: auto;
	height: auto;
	top: 0;
	left: 0;
	padding: 16px;
	border-bottom: 1px dashed silver;
}

.menuitem {
	font-size: 11px;
	font-weight: bold;
	color: #A70912;
	list-style-type: square;
	list-style-position: inside;
	display: list-item;
	padding-bottom: 8px;
}

.menuitem a:link {
	color: #A70912;
	text-decoration: underline; 
}

.menuitem a:visited {
	color: #A70912;
	text-decoration: underline; 
}

.menuitem a:hover, a:active {
	color: #000000;
	text-decoration: underline; 
}

#rightsidebar p {
	font-size: 10px;
	color: #666666;
	margin-bottom: 8px;
}

/* @end */

/* @group main body */

#divMainbody {
	height: auto;
	margin-left: 169px;
	margin-right: 227px;
	border-left: 1px dashed silver;
	border-right: 1px dashed silver;
	background-color: #ffffff;
}

#divMainbodyContent {
	width: auto;
	padding-top: 8px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
}

#divMainbodyContent ul {
	list-style-type: square;
	list-style-position: outside;
	color: #000000;
	line-height: 20px;
}

#divMainbodyContent li {
	margin-left: -10;
}

/* @end */

/* @group footer */

#divFooter {
	height: 30px;
	width: 100%;
	border-top: 1px dashed silver;
	border-bottom: 1px dashed silver;
	background: url(/media/header_tile.gif) repeat-x;
}

#divFooterText {
	padding-top: 8px;
	padding-left: 16px;
}

#divFooterText p {
	font-size: 9px;
	color: #666666;
	margin-bottom: 8px;
}

/* @end */