/* 
Template from http://fullahead.org
*/



/* -- Main layout styles -- */

body {
  margin: 1em 1em 1em 1em;
  padding: 0px;
  font-family: verdana, sans-serif;
  font-size: 14px;
  background-color: #CCCCCC;  
}

#siteBox {
  float: left;
  width: 100%;
  color: black;
}


.previewskin {
	font-size: 0px
	border-spacing: 0px;
	border-width: 0px;
	height: auto;
	line-height: 0px;
	padding: 0px;
}


/* -- Header layout/display styles -- */

#header {
  float: left;
  width: 100%;
/*  height: 4em; */
  height: 70px;
  background: #25509F url(images/hdr.jpg) no-repeat bottom left;
}

#header a {
  float: right;
  width: 8em;
  padding: 5px 10px 5px 10px;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
  background-color: #666;
  border-bottom: 2px solid #333;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
}

#header a:hover, #header a.active {
  padding-top: 10px;
  background-color: #333;
}

#header a.lastMenuItem {
  background-image: url(images/corner_tr.gif);
  background-repeat: no-repeat;
  background-position: top right;
  border-right: 0px;
}

a .desc {
  display: none;
  color: #336633;  
}

a:hover .desc, .active .desc {
  display: block;
}




/* -- Header title and subTitle layout/display styles -- */


.title {
  float: left;
  padding: 1em 30px 0 2em;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  line-height: 0.75em;
  letter-spacing: 0em;
  color: #173841;
}





/* -- Content layout/display styles -- */

#content {
  float: left;
  width: 100%;
  padding: 1em 0 1em 0;
  background-color: #DDDDDD;
}

#content p {  
  margin: 1.2em 1.2em 2em 1.2em;
  font-size: 12px;
  line-height: 1.8em;
}

#content a {  
  text-decoration: none;
  color: #336633;
  border-bottom: 1px solid #AAA;
}

#content a:hover {
  color: #DDD;
  background-color: #888;
  border-bottom: 1px solid #EEEEEE;
}

#contentLeft {
  float: left;
  width: 23.3%;
  margin-bottom: 1em;
  background: white url(./images/corner_sub_tr.gif) no-repeat top right;  
}

#contentRight {
  float: right;
  width: 75%;
  background: white url(./images/corner_sub_tl.gif) no-repeat top left;
}


#contentRight ul{
  /*padding-top: 0px;
  padding-bottom: 0px;*/
	margin: 5px 0px 0px 40px;
  list-style-image: url(./images/li_bullet2.jpg);
}

#contentRight li {
	margin-left: 0px;
}

#contentRight p {  
  margin: 0em 1.2em 0em 1.2em;
}

.normal {
  font-family: verdana, sans-serif;
  font-size: 12px;
}

.header, .subHeader {
  display: block;
  clear: both;  
  font-weight: bold;
  font-size: 14px;
  color: #003399;
  border-bottom: 1px solid #AAA;    
}

.subHeader {
  border: 0px;
}


.headercentral {
  display: block;
  clear: both;  
  font-weight: bold;
  font-size: 14px;
  color: #003399;
  border-bottom: 1px solid #AAA;    
}

#formDownload {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#formFieldErrorMsg {
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FF0000;
}



#licence {
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
	background-color: #EEEEEE;
	border-style:dashed;
	border-color:#333333;
	border-width:thin;
	padding:50;
	margin-left: 50px;
	margin-right: 50px;
}



/* -- Content left site links (large plus icon) -- */

#content a.menuItem {
  display: block;  
  padding: 5px 0 5px 25px;
  background: url(./images/icn_plus.gif) no-repeat center left;
  border: 0px;
	color: #003399;
}

#content a:hover.menuItem { 
  color: #DDD;
  background: #888 url(./images/icn_plus_on.gif) no-repeat center left;
  border: 0px;
}





/* -- Footer layout/display styles -- */

#footer {
  float: left;
  width: 100%;
  height: 3em;
  margin-bottom: 1em !important;
  margin-bottom: 0;
  font-size: 10px;
  line-height: 2.6em;
  /*color: #0AD;*/
	color:#FFF;
  background: #25509F url(./images/footer.jpg) repeat-y top left;
}

#footerLeft {
  float: left;
  width: 60%;
  height: 3em;
  text-align: left;
  background: url(./images/corner_bl.gif) no-repeat bottom left;
}

#footerRight {
  float: right;
  width: 35%;
  height: 3em;
  text-align: right;
  background: url(./images/corner_br.gif) no-repeat bottom right;
}

#footer a {
  color: #0AD;
}

#footer a:hover {
  color: #666666;
}




/* -- Display formatting styles -- */

.grey {
  font-size: 11px;
  color: #AAA;
}

.white {
  color: #FFF;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted #AAA;
}






/* -- <ul> tag styles -- */

ul{
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  list-style-image: url(./images/li_bullet.gif);
}

li {
  margin-left: 50px;
}






/* -- Image alignment classes -- */

.imgLeft, .imgRight {
  margin: 5px;
}

.imgLeft {
  float: left;
  margin-left: 0px;
}

.imgRight {
  float: right;
  margin-right: 0px;
}






/* -- Utility classes to create the bottom rounded corners -- */

.bottomCorner {
  text-align: right;
}

.vBottom {
  vertical-align: bottom;
}
