/* Start of CMSMS style sheet 'DEFAULT_MAIN' */
/* CSS Document */


textarea, input, select {
	/*font-family: arial, verdana, tahoma, helvetica, sans-serif;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 12px;
	color: #9b3e24;
	background-color: #fbf8e8;
	border: 1px solid #b2bccf;
	padding: 2px;
	margin-bottom: 4px;
}
.button {
	background-color: #9b3e24;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	/*font-family: arial, verdana, tahoma, helvetica, sans-serif;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 12px;
	border: 1px solid #001F3E;
	font-weight: bold;
}


#box3 h2 {
	background-image: url("images/cl-top2.gif");
	background-repeat: no-repeat;
	background-position: left;
	margin: 0;
	}





body {
	background-color: #091c5a;
	background-image: url(images/bg4.jpg);
	background-attachment: scroll;
	background-position: top;
	background-repeat: repeat;
	color: #545454;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

a:link { 
	color: #0856b4;
  	text-decoration: none;
	}
a:visited { 
	color: #7E3542;
  	text-decoration: none;
	}
a:hover { 
	color: #ae472a;
  	text-decoration: underline;
	}
	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #cb840e;
	font-size: 1.5em;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding: 0;
	line-height: 14pt;
	text-align:left;
	text-transform: capitalize;

	}	
	
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #cb840e;
	font-size: 1.3em;
	font-weight: normal;
	margin: 18px 0px 8px 0px;
	padding: 2px 0 0 24px;
	line-height: 15pt;
	text-align:left;
	background-image: url(images/h2-bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-transform: capitalize;
	}	
	
	
	
h3 {
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
	color: #79A100;
	font-size: 1.25em;
	font-weight: normal;
	margin: 5px 0px 5px 0px;
	padding: 2px 0 0 0;
	line-height: 14pt;
	text-align:left;
	text-transform: capitalize;
	}	
	
.dashed {
	margin: 5px 0 15px 0;
	padding: 0;
	border-bottom: 1px dashed #f6e3b4;
}

#frametop {
	display: block;
	width: 760px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	text-align: left;
	background-color: #f6eab0;
	text-align: center;
	}
	
#frame {
	display: block;
	width: 760px;
	background-color: #ffffff;
	margin-right:auto;
	margin-left:auto;
	padding-bottom: 50px;
	text-align: left;
	text-align: center;
	background-image: url(images/bg-bottom.gif);
	background-position:bottom;
	background-repeat: no-repeat; 
	}
	
#navbar-bg {
	display:block;
	width: 760px;
	height: 64px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg-crumbs.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
}	


#navbar {
	margin: 0px 0px 0px 185px;
	padding: 25px 0px 5px 0px;
	color: #697999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	vertical-align:middle;
	line-height: 16px;
	border-bottom: 1px solid #dddfd9;

}

#navbar a:link
{
    color: #0856b4;
    text-decoration: none;
}
#navbar a:active
{
    color: #ff0000;
    text-decoration: none;
}
#navbar a:hover {
  color: #ae472a;
  text-decoration: underline;
}
#navbar a:visited
{
    color: #0856b4;
    text-decoration: none;
}
#navbar a:visited:hover
{
    color: #ae472a;
  text-decoration: underline;
}

/* start main content columns styles */
.top-content {

	margin: 0px 20px 0px 0;
	padding: 0 0 5px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	line-height: 1.8em;
	font-weight: normal;
	text-align: left;
	color: #788398;
	text-align: left;
	border-bottom: 1px dashed #f6e3b4;

	}
.top-content p {
	margin: 10px 0 10px 0;
	padding: 5px 0px 5px 0px;
	}
	
.top-content  a:link {
	text-decoration: underline;
	color: #0856b4;
	}
.top-content a:visited {
	text-decoration: underline;
	color: #6389B6;
	}
.top-content a:hover {
	text-decoration: none;
	color: #ae472a;
	}	

/* main content */
.content {
	margin: 0px 20px 0px 0;
	padding: 0 0 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	line-height: 1.8em;
	font-weight: normal;
	text-align: left;
	color: #0d2a52;
	text-align: left;
	border-bottom: 1px dashed #f6e3b4;

	}
.content p {
	margin: 0px 0 5px 0;
	padding: 0px 0px 10px 0px;
	}
	
.content  a:link {
	text-decoration: underline;
	color: #0856b4;
	}
.content a:visited {
	text-decoration: underline;
	color: #0856B4;
	}
.content a:hover {
	text-decoration: none;
	color: #ae472a;
	}	
	
.content h2 a:link {
	text-decoration: none;
	color: #cb840e;
	padding: 0 18px 0 0 ;
	background-image: url(images/h-link-arrow.gif);
	background-repeat: no-repeat; 	
	background-position: top right;
	}
.content h2 a:visited {
	text-decoration: none;
	color: #cb840e;
	padding: 0 18px 0 0 ;
	background-image: url(images/h-link-arrow.gif);
	background-repeat: no-repeat; 	
	background-position: top right;
	}
.content h2 a:hover {
	text-decoration: underline;
	color: #ae472a;
	padding: 0 18px 0 0 ;
	background-image: url(images/h-link-arrow.gif);
	background-repeat: no-repeat; 	
	background-position: top right;	
	}		
	

/* main content */
.news {
	margin: 10px 0px 7px 0;
	padding: 6px 10px 10px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	line-height: 1.75em;
	font-weight: normal;
	text-align: left;
	color: #c2903e;
	text-align: left;
	border: 1px solid #f6e3b4;

	background-color: #F9F3D4;
	background-image: url(images/bg-news.gif);
	background-position: top left;
	background-repeat: repeat-x;	
	}

.news p {
	margin: 0px 0 5px 0;
	padding: 0px 0px 10px 0px;
	}
	
.news  a:link {
	text-decoration: underline;
	color: #0856B4;
	}
.news a:visited {
	text-decoration: underline;
	color: #0856B4;
	}
.news a:hover {
	text-decoration: none;
	color: #ae472a;
	}	
	
.news-headline
	{
	font-size: 1em;
	margin: 0;
	padding: 0;
	font-weight:bold;
	text-transform: capitalize;
	color: #b15941;	
	}
.news-headline  a:link {
	text-decoration: none;
	color: #b15941;
	}
.news-headline a:visited {
	text-decoration: none;
	color: #b15941;
	}
.news-headline a:hover {
	text-decoration: underline;
	color: #e29f8d;
	}


.news-cat {
	color: #D88872;
}

.news-by {
	color: #D88872;
}





.news-body {
	margin: 10px 0px 7px 0;
	padding: 6px 10px 10px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	line-height: 1.75em;
	font-weight: normal;
	text-align: left;
	/*color: #c2903e;*/
	text-align: left;
	border: 1px solid #f6e3b4;

	background-color: #F9F3D4;
	background-image: url(images/bg-news.gif);
	background-position: top left;
	background-repeat: repeat-x;	

	}

.news-body p {
	margin: 0px 0 5px 0;
	padding: 0px 0px 10px 0px;
	}
	
.news-body  a:link {
	text-decoration: underline;
	color: #0856B4;
	}
.news-body a:visited {
	text-decoration: underline;
	color: #0856B4;
	}
.news-body a:hover {
	text-decoration: none;
	color: #ae472a;
	}	
	
.news-headline-body
	{
	font-size: 1em;
	margin: 0;
	padding: 0;
	font-weight:bold;
	text-transform: capitalize;
	color: #b15941;	
	}
.news-headline-body  a:link {
	text-decoration: none;
	color: #b15941;
	}
.news-headline-body a:visited {
	text-decoration: none;
	color: #b15941;
	}
.news-headline-body a:hover {
	text-decoration: underline;
	color: #e29f8d;
	}


.news-cat-body {
	color: #D88872;
}

.news-by-body {
	color: #D88872;
}





	
/* end main content columns styles */

/* frame-footer */



/*end frame-footer */

/* frame-footer */
#links-footer {
	display: block;
	width: 760px;
	margin-right:auto;
	margin-left:auto;
	text-align: center;
	
	color: #ebbf79;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: .7em;
	line-height: 1.5em;
	margin-bottom: 0;	
	padding-top:10px;
		text-transform: capitalize;
	}	

#links-footer a:link, #links-footer  a:visited {
	color: #bdcbf8;
	text-decoration: none;
	}

#links-footer a:active,  #links-footer a:hover, #links-footer  a:visited:hover {
	color: #ae472a;
  	text-decoration: underline;
	}
/*end frame-footer */

/* end-address */
#end-address {
	display: block;
	padding-top: 10px;
	padding-left: 185px;
	padding-right: 50px;
	text-align: left;
	
	color: #889ee5;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 1.5em;
	margin-bottom: 5px;		
	}	

#end-address a:link, #end-address  a:visited {
	color: #bdcbf8;
	text-decoration: none;

	}

#end-address a:active,  #end-address a:hover, #end-address  a:visited:hover {
	color: #ae472a;
  	text-decoration: underline;
	}
	
.white-text {
	color: #fff;
	}
	

/*end frame-footer */

#tdt {
	margin-top: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: normal;
	color: #889ee5;
	text-align:left;
	}
#tdt  a:link {
	text-decoration: none;
	color: #5d75c3;
	}
#tdt a:visited {
	text-decoration: none;
	color: #5d75c3;
	}
#tdt a:hover {
	text-decoration: underline;
	color: #95abf2;
	}	
	
/* start aligning PDF images */

.alignLeft {
	float: left;
	margin: 5px 5px 5px 0px;
	padding: 2px; 
	font-size: 9px;
	color: #8090CC;
	line-height: 12px;
	border: #ebbf79 solid 1px;
	}

.alignRight {
	float: right;
	margin: 4px 0px 4px 6px;
	padding: 2px; 
	font-size: 9px;
	color: #8090CC;
	line-height: 10px;	
	border: 0;
	border: #ebbf79 solid 1px;
	}
	
.alignCenter {
	float: center;
	margin: 3px 3px 5px 0px;
	padding: 2px; 
	font-size: 9px;
	color: #8090CC;
	line-height: 12px;
	border: #ebbf79 solid 1px;
	}
/* end aligning PDF images */

 .dropcap
{
font-family:"Times New Roman", Times, serif;
float: left;
width: .7em;
font-size: 4em;
line-height: 88%;
}

.thumbnail-gallery
{
display:block;
margin-top: 5px;
margin-bottom: 10px;
padding: 0;
clear:both;
}

.thumbnail-gallery img
{
/*float: left;*/
border: 0;
margin: 0px;
padding: 8px;
background-image:url(images/bg-thumb.gif);
background-position: top left;
background-repeat: no-repeat;

}

.clearboth { clear: both; }
/* End of 'DEFAULT_MAIN' */

/* Start of CMSMS style sheet 'DEFAULT_MENU' */
/**************** menu coding *****************/
#menu-holder {
display: block;
width: 148px;
background-image:url(images/menu/menu-bg.gif);
background-position:top center;
background-repeat:repeat-y;
margin: 0;
padding:  0 0 0 0px;
text-align: center;
}


#menu {
width: 138px;
background-color: #fff;
text-align: left;
border: 1px solid #b2bccf;
padding-bottom:2px;
text-transform:capitalize;
}

#menu ul {
list-style: none;
margin: 0;
padding: 1px;

}

#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #fff;
margin: 0;
padding: 5px 2px 6px 18px; /* around all elements */


}

#menu h2 {
color: #F4F7EC;
background: #B6C58A;
text-transform:capitalize;
}

#menu a {
color: #a2965c;
background: #F9FAF6;
text-decoration: none;
/*border-right: 2px solid #d9ddba; */
border-bottom: 1px solid #d9ddba;
background-image:url(images/menu/bg-menu.gif);
background-position:top left;
background-repeat:repeat-x;
}

#menu a:hover {
color: #a04a33;
background: #DFE5CA;
/*border-right: 2px solid #d3c784; */
border-bottom: 1px solid #d5cb8b;
background-image:url(images/menu/bg-menu_on.gif);
background-position:top left;
background-repeat:repeat-x;
}

#menu li {
position: relative;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 99.5%; /* was 100 - change needed when menu inside tables in IE6 */
width: 100%;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

#current a {
color: #735922;
text-decoration: none;
border-bottom: 1px solid #e3d6b3;
background-image:url(images/menu/bg-menu_in.gif);
background-position:top left;
background-repeat:repeat-x;

/*border-right: 2px solid #ced583; */
}

.submenu a {
/*border-right: 2px solid #d9ddba; */
}


/* End of 'DEFAULT_MENU' */

