/* version 1.1 */

body {
	background-color:#EEEEEE;
	background-image:url('../images/background.jpg');
	background-position: left top;
	background-repeat:repeat-x;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;	
	margin:0;
	padding:0;
}
a {
	color:#6CA629;
	text-decoration:none;
}
a:hover {
	color:#D20000;
	text-decoration:underline;
}

h1 {
	border-bottom:1px solid #DDDDDD;
	color:#397CAE;
	font-size:140%;
	font-weight:bold;
	margin:0 0 6px 0;
	padding-bottom:3px;
}
h1 a {
	color:#397CAE;
	text-decoration:none;
}
h1 a:hover {
	color:#00006F;
	text-decoration:none;
}

h2 {
	border-bottom:1px solid #DDDDDD;
	color:#397CAE;
	font-size:105%;
	font-weight:bold;
	margin:0 0 6px 0;
	padding-bottom:3px;
}
h2 a {
	color:#397CAE;
	text-decoration:none;
}
h2 a:hover {
	color:#00006F;
	text-decoration:none;
}

h3 {
	border:none;
	color:#397CAE;
	font-size:90%;
	font-weight:bold;
	margin:0;
	padding-bottom:6px;
}
h3 a {
	color:#397CAE;
	text-decoration:none;
}
h3 a:hover {
	color:#00006F;
	text-decoration:none;
}

img {
	border:none;
}
table.styled {
	border:none;
	font-size:90%;
	margin:0;
	padding:0;
	text-align:left;
	width:100%;
}
table.styled th {
	background-color:#00004F;
	color:#FFFFFF;
	font-weight:bold;
	padding:2px 5px 2px 5px;
}
table.styled th a {
	color:#FFDD77;
	font-weight:bold;
	padding:2px 5px 2px 5px;
	text-decoration:underline;
}
table.styled td {
	background-color:#E1E7FF;
	padding:2px 5px 2px 5px;
	vertical-align:top;
}
table.styled a {
	color:#D20000;
}

table.invisible_spaced {
	border:none;
}
table.invisible_spaced td {
	padding-bottom:20px;
	vertical-align:top;
}
table.invisible {
	border:none;
}
table.invisible td {
	vertical-align:top;
}

table.grey_bordered {
	border:none;
	border-spacing:6px;
	margin:6px 0 6px 0;
	table-layout:fixed;
}
table.grey_bordered td {
	border-right:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	padding:6px;
	vertical-align:top;
}
form {
	margin:0;
	padding:0;
}
select {
	background-color:#D9F7AF;     /*green background*/
	/*background-color:#3A3A3A;*/     /*dark background*/
	border:1px solid #FFFFFF;
	/*color:#FFFFFF;*/      /*white text*/
	font-size:13px;
	margin:4px;
}

#container {
	margin-bottom:12px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	padding:0;
	width:1004px;
}
#header {
	background:#9ec75d url('../images/header.jpg') no-repeat top left;
	height:120px;
	margin:0 2px;
	padding:0;
	width:1000px;
}
#header h1 {
	border:none;
	color:#FFFFFF;
	display:block;
	float:right;
	font-size:2em;
	font-weight:normal;
	margin:12px 10px 0 0;
	padding:0;
	text-decoration:none;
}
#header img {
	display:block;
	float:right;
	margin:10px 10px 0 10px;
	padding:0;
}
#menu {
	background-color:#3A3A3A;
	background-image:url('../images/menubar.jpg');
	background-position: left bottom;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:12px;
	height:41px;
	margin:0;
  	padding:0 0 0 12px;
	width:992px;
}	
#menu ul {
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
	text-decoration:none;
	white-space:nowrap;
}
#menu li {
	background-image:url('../images/menubar_middle.jpg');
	background-position: left top;
	background-repeat:repeat-x;
	border-right:1px solid #555555;
	float:left;
	height:37px;
	line-height:37px;
	position:relative;
}
#menu li:hover {
	background-color:#FFDD77;
	background-image:url('../images/menubar_selected.gif');
	background-position: left top;
	background-repeat:repeat-x;
	color:#000000;
}
#menu li:hover ul, #menu li.over ul {
	display:block;
}

#menu a {
	color:#FFFFFF;
	float:left;
	height:100%;
	overflow:hidden;
	padding:0 5px 0 5px;
	text-decoration:none;
}
#menu a:hover {
	background-color:#FFDD77;
	background-image:url('../images/menubar_selected.gif');
	background-position: left top;
	background-repeat:repeat-x;
	color:#000000;
}
#menu a.selected {
	background-color:#FFDD77;
	background-image:url('../images/menubar_selected.gif');
	background-position: left top;
	background-repeat:repeat-x;
	color:#000000;
}

/* drop-down menus */

#menu li ul {
	background-color:#3A3A3A;
	display:none;
	left:0;
	position:absolute;
	text-align:left;
	top:37px;
	width:120px;
	z-index:100;
}
#menu li ul li {
	background-image:url('none');
	border-bottom:1px solid #555555;
	border-right:medium none;
	display:block;
	float:none;
	height:26px;
	line-height:26px;
}
#menu li ul a {
	display:block;
	float:none;
}

#page {
	clear:both;
	margin:0;
	padding:0;
}


/* side content */

#side_section {
	clear:left;
	float:left;
	margin-top:12px;
	vertical-align:top;
	width:169px;
}
#side_section img {
	max-width:153px;
}

/* rightside content */

#rightside_section {
	clear:right;
	float:right;
	margin-top:12px;
	vertical-align:top;
	width:194px;
}
#rightside_section img {
	max-width:180px;
}

#rsquare_box {
	background-color:#FFFFFF;
	background-image:url('../images/rsquare_box.jpg');
	background-position: right top;
	background-repeat:no-repeat;
	height:118px;
	margin:0 0 6px 0;
	padding:8px;
}
#rsquare_box_white {
	background-color:#FFFFFF;
	background-image:url('../images/rsquare_box_white.gif');
	background-position: right top;
	background-repeat:no-repeat;
	height:118px;
	margin:0 0 6px 0;
	padding:8px;
}
#rsquare_box_white_large {
	background-color:#FFFFFF;
	background-image:url('../images/rsquare_box_white_large.gif');
	background-position: right top;
	background-repeat:no-repeat;
	height:246px;
	margin:0 0 6px 0;
	padding:8px;
}
#rsquare_box_white_larger {
	background-color:#FFFFFF;
	background-image:url('../images/rsquare_box_white_larger.gif');
	background-position: right top;
	background-repeat:no-repeat;
	height:378px;
	margin:0 0 4px 0;
	padding:8px;
}
#rshallow_box {
	background-color:#FFFFFF;
	background-image:url('../images/shallow_box.jpg');
	background-position: right top;
	background-repeat:no-repeat;
	height:53px;
	margin:0 0 6px 0;
	padding:8px;
}
#image_box {
	background-color:#FFFFFF;
	background-position: left top;
	background-repeat:no-repeat;
	height:10px;
	margin:0 0 6px 0;
	padding:8px;
}



#submenu {
	background-color:#3A3A3A;
	background-image:url('../images/submenu_top.jpg');
	background-position: left top;
	background-repeat:no-repeat;
	color:#FFFFFF;
	margin:0 0 6px 0;
	padding:6px 0 0 0;
}
#submenu ul {
	background-image:url('../images/submenu_bottom.gif');
	background-position:bottom;
	background-repeat:no-repeat;
	margin:0;
	list-style-type:none;
	padding:0 0 16px 0;
}
#submenu li {
	border-bottom:1px solid #555555;
	border-left:2px solid #EEEEEE;
	border-right:2px solid #EEEEEE;
	display:block;
	padding:0;
	width:165px;
}
#submenu li.heading {
	border-bottom:1px solid #555555;
	border-left:2px solid #EEEEEE;
	border-right:2px solid #EEEEEE;
	display:block;
	font-weight:bold;
	padding:6px 0 6px 0;
	text-indent:6px;
	width:165px;
}
#submenu a {
	color:#FFFFFF;
	display:block;
	margin:0;
	padding:6px 6px 6px 8px;
	text-decoration:none;
	text-indent:20px;
}
#submenu a:hover {
	background-color:#C6D9FF;
	background-image:url('../images/submenu_selected.gif');
	background-position: left top;
	background-repeat:repeat-x;
	color:#000000;
	text-decoration:none;
}
#submenu a.selected {
	background-color:#C6D9FF;
	background-image:url('../images/submenu_selected.gif');
	background-position: left top;
	background-repeat:repeat-x;
	color:#000000;
	text-decoration:none;
}

#square_box {
	background-color:#FFFFFF;
	background-image:url('../images/square_box.jpg');
	background-position: left top;
	background-repeat:no-repeat;
	height:118px;
	margin:0 0 6px 0;
	padding:8px;
}
#square_box_white {
	background-color:#FFFFFF;
	background-image:url('../images/square_box_white.gif');
	background-position: left top;
	background-repeat:no-repeat;
	height:118px;
	margin:0 0 6px 0;
	padding:8px;
}
#square_box_white_large {
	background-color:#FFFFFF;
	background-image:url('../images/square_box_white_large.gif');
	background-position: left top;
	background-repeat:no-repeat;
	height:246px;
	margin:0 0 6px 0;
	padding:8px;
}
#shallow_box {
	background-color:#FFFFFF;
	background-image:url('../images/shallow_box.jpg');
	background-position: left top;
	background-repeat:no-repeat;
	height:53px;
	margin:0 0 6px 0;
	padding:8px;
}
#adverts {
	text-align:center;
}
#adverts img {
	max-height:92px;
}

/* image content */

#image_section {
	background-image:url('../images/main_top.gif');
	background-position: left top;
	background-repeat:no-repeat;
	margin:12px 0 0 0px;
	padding-top:13px;
	vertical-align:top;
	width:999px;
}
#image_container {
	background-color:#FFFFFF;
	background-image:url('../images/main_bottom.gif');
	background-position: left bottom;
	background-repeat:no-repeat;
	padding-bottom:15px;
}
#image_content {
	background-color:#FFFFFF;
	border-left:2px solid #DDDDDD;
	border-right:2px solid #DDDDDD;
	padding:0 8px 0 8px;
}
#image_content hr {
	background-color:#DDDDDD;
	border:none;
	height:1px;
	margin:6px 0 6px 0;
	padding:0;
}
#image_content img {
	border:1px solid #DDDDDD;
	margin:3px;
	max-width:595px;
	padding:2px;
}
#image_content h2 {
	padding-top:8px;
}



/* main content */

#main_section {
	background-image:url('../images/main_top.gif');
	background-position: left top;
	background-repeat:no-repeat;
	margin:12px 0 0 177px;
	padding-top:13px;
	vertical-align:top;
	width:627px;
}
#main_container {
	background-color:#FFFFFF;
	background-image:url('../images/main_bottom.gif');
	background-position: left bottom;
	background-repeat:no-repeat;
	padding-bottom:15px;
}
#main_content {
	background-color:#FFFFFF;
	border-left:2px solid #DDDDDD;
	border-right:2px solid #DDDDDD;
	padding:0 8px 0 8px;
}
#main_content hr {
	background-color:#DDDDDD;
	border:none;
	height:1px;
	margin:6px 0 6px 0;
	padding:0;
}
#main_content img {
	border:1px solid #DDDDDD;
	margin:3px;
	max-width:595px;
	padding:2px;
}
#main_content h2 {
	padding-top:8px;
}



/* footer */

#footer {
	background-image:url('../images/footer.jpg');
	background-position: left top;
	background-repeat:no-repeat;
	clear:both;
	color:#999999;
	font-size:10px;
	height:54px;
	margin:8px 0 0 0;
	padding:0 0 0 12px;
	width:1004px;
}
#footer ul {
	list-style:none;
	margin:0;
	padding:8px 0 8px 0;
}
#footer li {
	display:inline;
}
#footer a {
	border-right:1px solid #999999;
	color:#999999;
	padding-right:4px;
	text-decoration:none
}
#footer a:hover {
	text-decoration:underline;
}

#map {
	border:1px solid #DDDDDD;
	height:300px;
	margin-bottom:12px;
	margin-left:auto;
	margin-right:auto;
	margin-top:12px;
	width:592px;
}