@charset "utf-8";
/* CSS Document */

/*

@variables {
  myMargin1: 2em;
}

@variables print {
  myMargin1: 2em;
}

.data, div.entry {
  margin-left: 30px;
  margin-left: var(myMargin1);
}

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}



body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-repeat: repeat;
	font-size:0.76em;
}

h2, h3, h4, h5, h6, li, p, td, th, caption, body {
	font-family:arial,sans-serif;
}

h1 {
/*	font-family:arial,sans-serif;
	font-size:1.9em;
	font-weight:bold; */
	display:block;
	text-align:left; 
	color: #9D8D69;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:1.9em;
	font-weight:normal;
	margin:0 0 10px;
	padding:0;
	text-decoration:none;
}

h2 {
	color: #666A7A;
	font-size:1.4em;
	font-weight:bold;
}

h3 {
	font-size:1.2em;
	font-weight:bold;
}

#mainBox :link {
	color: #73BE9A;
	text-decoration: none;
}

#mainBox :visited {
	color: #4BA479; 
	text-decoration: none;
}

#mainBox :focus {
	color: orange; 
}

/* Div definitions */

#menuBg {
	position:absolute;
	left:0px;
	top:84px;
	z-index:900;
	height:0px;
}

#sidePanel {
	position:absolute;
	left:0px;
	top:105px;
	width:164px;
	height:100%;
	z-index:800;
	background-image: url(images/menu_bg.jpg);
	background-repeat:repeat-y;
	background-color:#CCFF33;
}

#titleBarBg {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:84px;
	z-index:1000;
	background-attachment:scroll;
	background-image: url(images/title_pano.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	border:none;
	visibility: visible;
}

#subTitleBarBg {
	position:absolute;
	left:0px;
	top:84px;
	width:100%;
	height:21px;
	z-index:1000;
	background-attachment:scroll;
	background-image: url(images/sub_title.png);
	background-repeat: repeat-x;
	background-position: left top;
	border:none;
	visibility: visible;
}

#titleAbout {
	position:absolute;
	left:8px;
	top:13px;
	width:103px;
	height:38px;
	z-index:1101;
	border:none;
	visibility: visible;
	background-image: url(images/about.png);
	background-repeat: no-repeat;
}

#titleDevizes {
	position:absolute;
	left:92px;
	top:13px;
	width:266px;
	height:82px;
	z-index:1100;
	border-style:none;
	visibility: visible;
	background-image: url(images/devizes_title.png);
	background-repeat: no-repeat;
}

#titleVersion {
	position:absolute;
	left:320px;
	top:45px;
	width:73px;
	height:40px;
	z-index:1102;
	border:none;
	visibility: visible;
	background-image: url(images/beta.png);
	background-repeat: no-repeat;
}

#mainMenu {
	position:absolute;
	left:500px;
	top:6px;
	width:100%;
	height:10px;
	z-index:2000;
	border-style: none;
	visibility: visible;
}

#headerPics {
	position:absolute;
	left:0px;
	top:300px;
	width:370px;
	height:10px;
	z-index:1050;
	border-style: none;
	visibility: visible;
}

.mainBoxTitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000066;
	font-weight: bold;
}

.mainBoxNewsSubTitle {
	color: #666666;
	font-style: italic;
	font-size:1.2em;
}

.mainBoxNewsBody {

}

.mainBoxNewsTimestamp {
	color: #666A7A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.mainBox {
	position:absolute;
	border-style:none;
	background-color:#FFFFFF;
	visibility: visible;
}

#mainBox h1 {
	margin: 0.4em 0.5em 0.5em 0.0em;
}

#mainBox h2 {
	margin: 0.5em 0.5em 0.5em 0.0em;
}

#mainBox p {
	margin: 0.6em 0.5em 0.5em 0.0em;
	color:#4E4B43;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:18px;
}

.headBox {
	position:absolute;
	top:5px;
	width:115px;
	height:75px;
	visibility: visible;
	background-color: #FFFFFF;
}

#mainBox {
	left:195px;
	top:110px;
	width:550px;
	height:100%;
	z-index:100;
}

#testBox2 {
	left:730px;
	top:120px;
	width:200px;
	height:200px;
	z-index:101;
}

#testBox3 {
	left:730px;
	top:345px;
	width:200px;
	height:275px;
	z-index:103;
}
/* Kwicks menu definitions */

.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 70px;
	height: 70px;

	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 5px; /*Set to same as spacing option. */	
	float: left;
}
.kwicks.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 5px; /*Set to same as spacing option. */	
}
/* 
#kwick1 { 
	background-color: #53b388;
	background-image: url(images/menu1.png);
}
#kwick2 {
	background-color: #5a69a9;
	background-image: url(images/menu2.png);
}
#kwick3 {
	background-color: #c26468;
	background-image: url(images/menu3.png);
}
#kwick4 { 
	background-color: #bf7cc7;
	background-image: url(images/menu4.png);
}
#kwick5 { 
	background-color: #bf7cc7;
	background-image: url(images/menu5.png);
}  */
.kwicks.horizontal #kwick5 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicks.vertical #kwick5 {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}

/* Accordian menu */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}

/*
.capt,
.capb {
	background: url("images/caps.gif") no-repeat;
	height:4px;
	width:100%;
	position:absolute;
	z-index:100;
	margin:0px;
	padding:0px;
}
.capt {
	position:absolute;
	background-position:0 -4px;
	left: 1px;
	top: 1px;
}
.capb {
	margin-top:-19px;
}
*/
#content {
	float:left;
	font-size: 15px;
}

.drawers-wrapper {
	position: absolute;
	width: 170px;
	left: 0px;
	top:93px;
	z-index:2001;
}

.drawers {
	margin-bottom:15px;
/*	color:#76797C; */
	font-size:11px;
	line-height: 18px;
	z-index:2002;
}

.drawer {
	background:transparent url(images/menu_bg.jpg) repeat-y scroll 0pt;
/*	color:#76797C; */
	font-size:11px;
	line-height:1.3em;
	z-index:2003;
}

.drawer-handle {
	background:transparent url(images/menu_bars.png) no-repeat scroll 0pt;
/*	color:#333333; */
	cursor:default;
	height:26px;
	line-height:26px;
	text-indent:15px;
	font-size:12px;
	width:100%;
	z-index:2004;
}

.drawer-handle.open {
/*	background-color:#72839D; */
	background-position:-170px 0pt;
	color:#FFFFFF; 
	z-index:2005;
}
/* nasty, but it fixes the indent on the first one. */
h2.drawer-handle span {
                        
}  
.drawer ul {
	padding: 0 12px;
	padding-bottom:0pt;
	z-index:2006;
}
.drawer li {
	border-bottom:1px solid #E5E5E5;
	line-height:16px;
	padding:0px 0pt;
	z-index:2007;
}
.drawer-content ul {
	padding-top: 7px;
}
.drawer-content li a {
	display:block;
	overflow:hidden;
}
.alldownloads li {
	border:0pt none;
	line-height:18px;
	padding:0pt;
}

.drawers a {
	color:#666666;
	text-decoration:none;
	font-family:"Lucida Grande",Geneva,Arial,Verdana,sans-serif;
}

.menuButt
{
	color:#000000;
}

#gmaps_container{
	width: 750px;
	height: 450px;
	margin: 20px auto 0 auto; 
	color: #000;
	text-align: left !important;
}
#gmaps_container a{
	color: #0000ff;	
}

#gmaps_info{
	width: 600px;
	margin: 10px auto;
	border: #ccc 1px solid;
	padding: 5px;
	text-align: center;
}
