/* Start of CMSMS style sheet 'album' */
/* Start of CMSMS style sheet 'Album Template Stylesheet' */
/*
This template is needed if you use the default, Simple-Separate-Pages  ImageGallery, or Thickbox templates in the Album module.
This may be overwritten when the module is upgraded and it will be deleted when 
the module is uninstalled, so make a copy if you want to modify it.
*/


.thumbnail-gallery
{
display:block;
margin-top: 5px;
margin-bottom: 10px;
padding: 0;
clear:both;
}


.thumbnail-gallery a img {
 background: #fff;
 border: 3px solid #d0e4f9 !important;
 padding: 2px !important;
 
	}
	
.thumbnail-gallery a:hover img {
 background: #fff;
 border: 3px solid #f3a46d !important;
	}	

/* Album Module CSS for default, ImageGallery, and Thickbox templates */
/* Album List UL */
.albumlist
{
	margin-left:0;
	padding-left:0;
	margin-top: 10px;
}


.albumlist li {
/*width: auto;  was 108px */
/*height: 138px;    new to help box rap correctly */
margin:2px 12px 10px 0;
padding:4px;
background-color: #f8fbff;
text-align:center;
border: 1px solid #d2e1f0;

}




/* Picture List UL */
.picturelist
{
	margin-left:0;
	padding-left:0;
}


.picturelist li {
margin:1px;
padding:2px 10px 12px 0;
}


/* Album and Picture Lists */
.thumb
{
	padding:0px;
	width:auto;
	margin:0 8px 8px 0;
	text-decoration:none;  /* Thumbnail spacing */
	line-height:normal;
	list-style-type:none;
	text-align:center;
	float: left;

}
.thumb p
{
	padding-top:12px;
	margin:0px;
	
}



.thumb a
{
	display:block;
	/*height:123px;   Set link formatting*/
	width:123px;  /*   Thumb width*/ 
	padding:0px; /* Thumb height*/

	/* Thumb padding to form thumb frame */
	/* You can set the above to 0px = no frame - but no hover indication!*/

	margin:0;
	text-decoration:none;
}

.thumb a img {
 background: #fff;
 border: 3px solid #d0e4f9 !important;
 padding: 2px !important;

	}


.thumb a:visited img
{
	background-color:#eee; /*Background of thumb on hover */

}

.thumb a:hover img
{
 background: #fff;
 border: 3px solid #f3a46d !important;
}

/* Styling of text and navigation for Album */
.albumname
{


	font-size: 0.85em;
	text-align:center;
	font-weight:bold;
	font-style:normal;
	color: #99b0c8;
margin: 1px;
line-height: 1.5em;


}

.albumpicturecount
{
	text-align:center;
	font-weight:normal;
	color: #20422d;
padding-bottom: 3px;

}

.albumcomment
{
	text-align:center;
	font-weight:normal;
	font-style:normal;
 display: none;  
}

.albumnav
{
	text-align:center;
	font-weight:normal;
	font-style:normal;
	/*font-size:smaller;*/
}

.instructiontext
{
	font-weight:normal;
	font-style:normal;
	color: #20422d;

}

/* Big Picture */
.bigpicture
{
	padding:0.5em 0 0;
	clear:left;
	border-top:1px solid #ccc;
	text-align:center;
}

.bigpicturecaption
{
/* Big picture caption */
	text-align:center;
	margin:0 0 0 10px;
	padding:0;
}

.bigpicture img  /* Big picture settings */
{

	padding:18px;  /* Image padding to form photo frame. */ 
	width:auto;   /* Width of big picture - set to auto for actual width - was 80%*/
	margin:0;
	background-color:white;  /* Background of picture */
	border-top:1px solid #eee;   /* Borders of picture frame */
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
	border-left:1px solid #eee;
	text-decoration:none;
}

.bigpicturenav
{
	margin:0;
	padding:0;
	color:#000;
	/*font-size:smaller;*/
	line-height:normal;
}

/*Thickbox CSS */
#TB_window {
  font: 14px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 12px Arial, Helvetica, sans-serif;
  color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: red;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}


#TB_overlay {
	position: absolute;
	z-index:100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	min-height:100%;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}


#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;

}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
  height:25px;
  padding:3px 30px 10px 25px;
  float:left;
}

#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:10px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{
	border:none;
	clear:both;
}

#TB_closeWindow a, #TB_closeWindow a:link, #TB_closeWindow a:visited {
	color: #f6f7f0;
	background: #d40d0e;
	text-decoration: none;
	padding:2px 5px 2px 5px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#TB_closeWindow a:hover {
	background: red;
	color: white;
	text-decoration: none;
	padding:2px 5px 2px 5px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#TB_closeWindow a:active{
	color: #f6f7f0;
	background: #d40d0e;
	text-decoration: none;
	padding:2px 5px 2px 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

/* CSS for Lightbox follows */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(modules/Album/templates/db/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(modules/Album/templates/db/lightbox/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
/* Last-Modified: 28/06/06 00:08:22 */
#GB_overlay {
    background-color: #000;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
}

#GB_window {
    left: 0;
    top: 0;
    font-size: 1px;
    position: absolute;
    overflow: visible;
    z-index: 150;
}

#GB_window .content {
    width: auto;
    margin: 0;
    padding: 0;
}

#GB_frame {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap;
}


.GB_Gallery {
    margin: 0 22px 0 22px;
}

.GB_Gallery .content {
    background-color: #fff;
    border: 3px solid #ddd;
}

.GB_header {
    top: 10px;
    left: 0;
    margin: 0;
    z-index: 500;
    position: absolute;
    border-bottom: 2px solid #555;
    border-top: 2px solid #555;
}

.GB_header .inner {
    background-color: #333;
    font-family: Arial, Verdana, sans-serif;
    padding: 2px 20px 2px 20px;
}

.GB_header table {
    margin: 0;
    width: 97%;
    border-collapse: collapse;
}

.GB_header .caption {
    text-align: left;
    color: #eee;
    white-space: nowrap;
    font-size: 20px;
}

.GB_header .close {
    text-align: right;
}

.GB_header .close img {
    z-index: 500;
    cursor: pointer;
}

.GB_header .middle {
    white-space: nowrap;
    text-align: center;
}


#GB_middle {
    color: #eee;
}

#GB_middle img {
    cursor: pointer;
    vertical-align: middle;
}

#GB_middle .disabled {
    cursor: default;
}

#GB_middle .left {
    padding-right: 10px;
}

#GB_middle .right {
    padding-left: 10px;
}


.GB_Window .content {
    background-color: #fff;
    border: 3px solid #ccc;
    border-top: none;
}

.GB_Window .header {
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #999;
    border-left: 3px solid #ccc;
    border-right: 3px solid #ccc;
    margin: 0;

    height: 22px;
    font-size: 12px;
    padding: 3px 0;
    color: #333;
}

.GB_Window .caption {
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 20px;
}

.GB_Window .close { text-align: right; }
.GB_Window .close span { 
    font-size: 12px;
    cursor: pointer; 
}
.GB_Window .close img {
    cursor: pointer;
    padding: 0 3px 0 0;
}

.GB_Window .on { border-bottom: 1px solid #333; }
.GB_Window .click { border-bottom: 1px solid red; }

/* End of 'Album Template Stylesheet' */




/* End of 'album' */

/* Start of CMSMS style sheet 'main' */
/* CSS Document 

#content_en {
	text-align: left;
}
.pageinput {
	text-align: left;
}
*/


form {
margin: 10px 0 10px 0;
padding: 0;
}

.fbsubmit {
	background-color: #ee7f31;
	padding: 2px 3px 2px 3px;
	margin-top: 2px;
	margin-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	font-size: 1em;
	font-weight:bold;
	border: 1px solid #94abc9;
	line-height: 10px;
}


textarea, input, select {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 12px;
	color: #063e75;
	background-color: #e5f2ff;
	border: 1px solid #94abc9;
	padding: 2px 2px 2px 5px;
}
.button {
	background-color: #ae3345;
	padding: 2px 1px 2px 3px;
	margin-top: 2px;
	margin-left: 4px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	font-size: 1em;
	font-weight:bold;
	border: 1px solid #94abc9;
	line-height: 10px;
}

select {
	background-color: #e5f2ff;
	margin: 5px 0 5px 0;
	color: #063e75;
}


body {
	background-color: #fff;
	color: #7495b4;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

a:link { 
	color: #ee7f31;
  	text-decoration: none;
	}
a:visited { 
	color: #ee7f31;
  	text-decoration: none;
	}
a:hover { 
	color: #ae4800;
  	text-decoration: underline;
	}

h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", arial, Helvetica, sans-serif;
	color: #4e78a0;
	font-size: 1.7em;
	font-weight: normal;
	margin: 15px 0px 0px 0px;
	padding: 0 0 7px 0;
	line-height: 14pt;
	text-align: left;
	font-weight: normal;
	}
		

	
h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", arial, Helvetica, sans-serif;
	color: #6f90af;
	font-size: 1.6em;
	font-weight: normal;
	margin: 13px 0px 0px 0px;
	padding: 0 0 7px 0;
	line-height: 14pt;
	text-align:left;
	}
		
h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", arial, Helvetica, sans-serif;
	color: #6f90af;
	font-size: 1.3em;
	font-weight: normal;
	margin: 13px 0px 0px 0px;
	padding: 0 0 7px 0;
	line-height: 14pt;
	text-align:left;

	}		
	

h4 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", arial, Helvetica, sans-serif;
	color: #6f90af;
	font-size: 1.3em;
	font-weight: normal;
	margin: 13px 0px 0px 0px;
	padding: 0 0 7px 0;
	line-height: 14pt;
	text-align:left;

	}		
	
	
/* frame for the top banner */
#frametop {
	display: block;
	width: 950px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	height: 95px;
	padding-top: 0px;
	background-color: #fff;
	background-image: url(http://www.mikeweerakoon.com/images/logo-mike.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}

#frame-submenu {
	display: block;
	width: 950px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	height: 30px;
	padding-top: 0px;
	}	


	
#breadcrumbs {
	margin: 0px 0px 15px 12px;
	padding: 0px 2px 8px px;
	color: #afafaf;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	vertical-align:middle;

}

#breadcrumbs a:link
{
	color: #afafaf;
  text-decoration: underline;
  padding: 2px 2px 2px 2px;
}
#breadcrumbs a:active
{
	color: #afafaf;
    text-decoration: none;
}
#breadcrumbs a:hover {
	color: #717171;
    text-decoration: none;
	padding: 2px 2px 2px 2px;

	
}
#breadcrumbs a:visited
{
	color: #afafaf;
	text-decoration: underline;
	padding: 2px 2px 2px 2px;
}
#breadcrumbs a:visited:hover
{
  color: #717171;
    text-decoration: none;
}	



	
/* main body frame */
#frame {
	display: block;
	width: 948px; 
	margin-right:auto;
	margin-left:auto;
	text-align: left;
	margin-top:0px;
	padding-top: 0px;
	padding-right: 0px;
	}


/* start main content columns styles */


.content {
	margin: 15px 5px 0px 5px;
	padding: 0px 5px 0px 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 1.8em;
	font-weight: normal;
	text-align: left;
	color: #5c82a5;
	text-align: left;
	/*border-left: dashed 1px #cedeec;*/

	}
.content p {
	margin: 2px 0px 10px 0;
	padding: 1px 0px 3px 0px;
	}
	
.content  a:link {
	text-decoration: none;
	color: #ee7f31;
	padding: 0px;

	}
.content a:visited {
	text-decoration: none;
	color: #ee7f31;
	  padding: 0px;

	}
.content a:hover {
	color: #ae4800;
	text-decoration: underline;
  	padding: 0px;
	}	
	


	
	
	
.content-right {
	margin: 15px 0px 0px 5px;
	padding: 0px 0px 0px 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 1.8em;
	font-weight: normal;
	text-align: left;
	color: #5c82a5;
	text-align: left;
	border-left: dashed 1px #cedeec;
	}
.content-right p {
	margin: 2px 0px 1px 0;
	padding: 1px 0px 3px 0px;
	}
	
.content-right  a:link {
	text-decoration: none;
	color: #ee7f31;
	padding: 0px;

	}
.content-right a:visited {
	text-decoration: none;
	color: #ee7f31;
	  padding: 0px;

	}
.content-right a:hover {
	color: #ae4800;
	text-decoration: underline;
  	padding: 0px;
	}	



	


	
/* News CSS */

.news-date {
    color: #fafbfb;
    font-size: 12px;
    display: block;
    text-align: center;
    text-transform: capitalize;
    line-height: 1;
    padding-top: 4px;
    float: left;
    width: 34px;
    margin: 2px 8px 0 0;
    background: url(http://www.mikeweerakoon.com/images/bg_stamp-top.gif) top no-repeat;
    }
.news-date .day {
    display: block;
    font-size: 20px;
    color: #fafbfb;
    font-weight: bold;
    padding-bottom: 4px;
    background: url(http://www.mikeweerakoon.com/images/bg_stamp-bottom.gif) bottom no-repeat;
    }
	
dl.posts {
    margin: 0 0 10px 4px;
	line-height: 1.6em;
    }
dl.posts dd {
    padding: 0px 0px 10px 2px;
		font-size: 1em;

    }    
dl.posts dd h4 {    
    margin: 0;
    }
	
dl.posts dt {
	margin: 0 22px 0 0;
    padding: 10px 10px 0 0;
	/*border-top: #bfcde4 dashed 1px;*/
    }

.news-link {    
    margin: 0;
	color: #7c99cf;
    }
.news-link a:link, .news-link a:visited { 
	color: #ee7f31;
	text-decoration: none;
 }
.news-link a:hover { 
	color: #ae4800;
	text-decoration: underline;
}	

.news-summary {
	padding: 0;
}


.news-headline {    
    margin: 0;
	color: #ee7f31;
	font-weight:bold;
	padding: 0;
    }
.news-headline a:link, .news-headline a:visited { 
	color: #ee7f31;
	text-decoration:none;
 }
.news-headline a:hover { 
	color: #ae4800;
	text-decoration: underline;
}
		
.news-cat {
	color: #afafaf;
	display: none;
}
.news-by {
	color: #afafaf; 
}



	
/* End News CSS */



#frame-footer {
	display: block;
	width: 950px; 
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding-top: 0px;

	}


#bottom-nav {
	width: 938px;
	margin: 20px 0 0px 12px;
	padding: 5px 0px 0px 0px;
	color: #7595b3;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 18px;
	border-top: dashed 1px  #c9d5e4;

}

#bottom-nav a:link
{
	color: #ee7f31;
	padding: 2px 2px 2px 2px;
}

#bottom-nav a:hover {
	color: #ae4800;
  	text-decoration: underline;
	padding: 2px 2px 2px 2px;
}
#bottom-nav a:visited
{
	color: #ee7f31;
	padding: 2px 2px 2px 2px;
}
#bottom-nav a:visited:hover
{
	color: #ae4800;
  	text-decoration: underline;
	padding: 2px 2px 2px 2px;

}








#bottom-nav  a:link img {
	background-color: #94a6c4;
}
	
#bottom-nav   a:hover img {
	background-color: #94a6c4;
}	
#bottom-nav  a:visited:hover img {
	background-color: #94a6c4;
}	




#tdt {
	margin: 0;
	padding: 0;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size:7.5pt;
	line-height: 6pt;
	font-weight: normal;
	text-align: left;
	color: #90aac2;
	text-align: right;
	}
#tdt  a:link {
	text-decoration: none;
	color: #90aac2;
	font-weight: normal;
	}
#tdt a:visited {
	text-decoration: none;
	color: #90aac2;
	font-weight: normal;
	}
#tdt a:hover {
	text-decoration: none;
	color: #ae4800;
	font-weight: normal;
	}	
#tdt a:visited:hover
{
	color: #ae4800;
  	text-decoration: none;
}

/*
#tdt a:link img {
	background-color: #94a6c4;
}
	
#tdt  a:hover img {
	background-color: #94a6c4;
}	
#tdt  a:visited:hover img {
	background-color: #94a6c4;
}	
*/





/* start aligning images 
.content img {
	margin: 3px 3px 5px 2px;
	padding: 0px; 
	border: #cfc3bb solid 3px;
}
*/


.alignLeft {
	float: left;

	margin: 5px 8px 2px 0px;
	padding: 0px 0px 0px 0px; 
	color: #000;
	line-height: 12px;
	border: #cfc3bb solid 3px;

	}

.alignRight {
	float: right;
	margin: 5px 0px 2px 7px;
	padding: 0px; 
	font-size: 9px;
	color: #000;
	line-height: 10px;	
	border: #cfc3bb solid 3px;
	}
	
.alignCenter {
	float: center;
	margin: 3px 3px 5px 0px;
	padding: 0px; 
	font-size: 9px;
	color: #000;
	line-height: 12px;
	border: #cfc3bb solid 3px;
	}
/* end aligning images */






blockquote {
margin:10px 15px 10px 0px;
padding: 3px 15px 15px 15px;
border: dashed 1px #cedeec;
color: #6884a0;
background-color: #f2f8fd;
}

.grey-text {
color: #b9b9b9;
}	

.pdf-box {
	float: right;
	width: 131px;
	
	font-size: .8em;
	
	background-image:url(http://www.mikeweerakoon.com/images/pdfdownload.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	background-color: #fff;
	
	margin: 5px 0px 5px 0px;
	padding: 25px 2px 11px 48px;

	font-weight: normal;
	color: #09256f;
	text-align: left;
	line-height: 1.4em;
	clear: both;
}

.pdf-box-link {
	font-weight: bold;
	margin-bottom: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #09256f;
}
.pdf-box  a:link {
	text-decoration: underline;
	color: #0856b4;
	  padding: 0px 3px 2px 0px;

	}
.pdf-box a:visited {
	text-decoration: underline;
	color: #0856b4;
	  padding: 0px 3px 2px 0px;

	}
.pdf-box a:hover {
	color: #0074ff;
  text-decoration: none;
  	  padding: 0px 3px 2px 0px;

	}

/* End of 'main' */

/* Start of CMSMS style sheet 'nav' */
/* CSS Document */
/* box for the top naviagtion */
#menu {
  /*height: 20px;*/
	margin:0;
	padding: 68px 0 0 0;
	font-size: 14px;
	width: 700px;
	float: right;
  }
  
#menu ul {
  float:right;
  margin:0;
  margin-left: 10px;
  padding: 0px;
  list-style:none;
  }
  
#menu li {
  float:left;
 /* background:url("images/left.gif") no-repeat left top;*/
  margin:0;
  padding: 0px;

  }

#menu a {
  float:left;
  display:block;
  padding: 5px 10px 0px 7px;
  text-decoration:none;
  font-weight: normal;
  /*font-family:   verdana, arial, Helvetica, sans-serif;*/
  	font-family: "Trebuchet MS", Helvetica, sans-serif;

  color: #97b4c9;
  line-height:16px;
  background-image:url("images/right.gif");
  background-position: right top;
  background-repeat:no-repeat;
  background-color: #fff;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#menu a {float:none;}
/* End IE5-Mac hack */

#menu a:hover {
  background-image:url("images/right_over.gif");
  background-position: right top;
  background-repeat:no-repeat;
	color: #045e9f;
  background-color: #fff;
  }
  
#menu #current {
/*  background-image:url("images/left_on.gif");*/
  
  }
  
#menu #current a {
  background-image:url("images/right_on.gif");
  background-position: right top;
  background-repeat:no-repeat;
  color:#ee7f31;
  background-color: #fff;
  }
#menu #current a:hover {
  background-image:url("images/right_on-hover.gif");
  background-position: right top;
  background-repeat:no-repeat;
  color:#b34a00;
  background-color: #fff;

  }





/* box for the SUB top naviagtion */
#submenu {
  /*height: 20px;*/
	margin:0;
	padding: 0;
	font-size: 11px;
	width: 750px;
	float: right;
  }
  
#submenu ul {
	float: right;
  margin:0;
  margin-left: 10px;
  padding: 0px;
  list-style:none;
  
  }
  
#submenu li {
  float:left;
 /* background:url("images/left.gif") no-repeat left top;*/
  margin:0;
  padding:0px 0px 0px 0px;

  }

#submenu a {
  float:left;
  display:block;
  padding: 5px 10px 3px 7px;
  text-decoration:none;
  font-weight: normal;
  /*font-family:  verdana, arial, Helvetica, sans-serif;*/
    	font-family: "Trebuchet MS", Helvetica, sans-serif;
  color: #97b4c9;
  line-height:16px;
  background-image:url("images/right.gif");
  background-position: right top;
  background-repeat:no-repeat;
  background-color: #fff;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#submenu a {float:none;}
/* End IE5-Mac hack */

#submenu a:hover {
  background-image:url("images/right_over.gif");
  background-position: right top;
  background-repeat:no-repeat;
	color: #045e9f;
  background-color: #fff;
  }
  
#submenu #current {
/*  background-image:url("images/left_on.gif");*/
  
  }
  
#submenu #current a {
  background-image:url("images/right_on.gif");
  background-position: right top;
  background-repeat:no-repeat;
  color:#ee7f31;
  padding-bottom:3px;
  background-color: #fff;
  }
#submenu #current a:hover {
  background-image:url("images/right_on-hover.gif");
  background-position: right top;
  background-repeat:no-repeat;
  color:#b34a00;
  padding-bottom:3px;
  background-color: #fff;

  }























/* End of 'nav' */

