/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/

/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2
{
}

body
{
	/*font-family: verdana, Arial, sans-serif; */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666;
	background-color: #F0F0F0;
	
	
}

a
{
	color: #0077dd;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

/* Outer */

#outer
{
	padding-left:0em;
	padding-right:em;
	padding-top:0em;
	padding-bottom:1.5em;
	margin: auto;
	width: 1000px;
    overflow: auto;
	/*min-width: 800px */
	/*border-style:solid;
	border-width:1px;
	border-color: #E8E8E8; */
	
	}
	
	
  


/* Header */

#header
{
	position: relative;
	/*background: #004778 url('images/a5.gif') bottom left repeat-x; */
	/*background: url('img/background-3.jpg') bottom left repeat-x; */
	/*background: url('img/background-5.jpg') bottom left repeat-x; */
	/*background: url('img/header-img.gif') bottom left repeat-0; */
	height: 7em;
	padding-left: 2em;
	background-color: #FFFFFF;
	background: url('img/header-image-3.gif') right no-repeat; 
	border-style:solid;
	border-width:1px;
	border-color: #E8E8E8;
	/*font-family: verdana, Arial, sans-serif; */
	font-family: Georgia, "Times New Roman", Times, serif;
	}

#header h1
{
	/*font-size: 3em; */
	letter-spacing: -0.05em;
	text-transform: titlecase;
	font-weight: normal;
	color: #D0D0D0;
	/*color: #000000; */
	letter-spacing: -1px;
	font-size: 32px;
	
}

#header h1 a
{
	color: #484848;
	/*color: #000000; */
	text-decoration: none;
}

#header h2
{
	font-size: 12px;
	/*color: #E0E8EF; */
	/*color: #FF6600; */
	/*color: #66FF33;*/	
	color: #000;
	line-height: 2.5em;
	
	}

/* Menu */

#menu
{
	position: absolute;
	top: 1em;
	right: 3em;
}

#menu ul
{
	list-style: none;
}

#menu li
{
	display: inline;
	padding-left: 1.1em;
	margin-left: 1em;
	border-left: dotted 1px #E0E8EF;
}

#menu li.first
{
	border: 0em;
	margin-left: 0em;
	padding-left: 0em;
}

#menu li a
{
	color: #fff;
	padding: 0.1em;
	text-decoration: none;
}

#menu li a:hover
{
	text-decoration: underline;
}

#nav-menu {
	overflow:visible;
}

#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
overflow:visible;
}

#nav-menu li
{
float: left;
margin: 0 0.1em;
}

#nav-menu li a
{
background: url(img/background_1.gif) #fff bottom left repeat-x;
line-height: 1em;
padding: 4px 6px;
display: block;
border: 0.1em solid #dcdce9;
/*color: #0d2474; */
color: #CC0000;
text-decoration: none;
text-align: center;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none;
}
/* End hide */

#nav-menu
{
/*width:100em */
}
#nav-menu li a:hover
{
/* text-decoration: underline;*/
/*color: #CC0000;*/
 /*color: #00CC00; */
 color: #ffffff;
 background: url(img/background-2.jpg) #fff bottom left repeat-x;
 
}

#nav-menu li a:visited
{
/*color: #000000;*/
/*color: #CC0000; */
}

#nav-menu li a:active
{
color: #000099;
}

#tel
{
	position: absolute;
	font-size: 0.8em;
	top: 8em;
	color: #E0E8EF;
}

#date
{
	font-size: 1em;
	top: 8em;
	/*color: #E0E8EF; */
	/*color: #000; */
	color: #A80000;
	line-height: 1.5em;
	margin-bottom: 1.5em;
	text-align: right;
	padding: 1em 2em 2em 0em;
}

#date.topaddress
{
text-align: left;
}

/* Content */

#content
{
	margin: 1px 4px;
	line-height: 1.5em;
	border-style:solid;
	border-width:1px;
	border-color: #E8E8E8;
}


#content p
{
	margin-bottom: 1.5em;
}

#content h2,h3,h4,h5,h6
{
	color: #545454;
	margin-bottom: 1em;
	border-bottom: dashed 1px #dfdfdf;
	padding-bottom: 0.3em;
}

#content h2
{
	font-size: 1.5em;
}

#content h3
{
	font-size: 1.1em;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	list-style: square;
}

#content blockquote
{
	margin-bottom: 1.5em;
	padding: 0.75em 0.75em 0.75em 1.5em;
	border-left: solid 0.75em #005082;
	background: #FDFDFD url('images/a7.gif') top left repeat-x;
}

#content blockquote p
{
	margin-bottom: 0em;
}

#content table
{
	margin-bottom: 1.5em;
	border-collapse: collapse;
	text-align: left;
}

#content table th
{
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.5em;
	border-right: solid 1px #fff;
}

#content table tr.rowH
{
	color: #fff;
	background: #006192 url('images/a8.gif') top left repeat-x;
	border-right: solid 1px #fff;
}

#content table tr.rowA
{
	background: #F8F8F8 url('images/a6.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}

#content table tr.rowB
{
	background: #FDFDFD url('images/a7.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}

/* Primary Content */

#primaryContentContainer
{
	background-color: #fff;
	float: right;
	margin: 0em -19em 0em -19em;
	width: 100%;
	font: red;
}

#primaryContent
{
	margin: 5px 6px;
	/*padding: 1.5em 3em 1.5em 3em; */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	
}

#primaryContent ul
{
	margin-bottom: 1.5em;
	padding-left: 5em;
	list-style: square;
	
}


#primaryContent h2
{
	/*font-family: verdana, Arial, sans-serif; */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #666;
	/*background-color: #F0F0F0; */

}

/* Secondary Content */

#secondaryContent
{
	position: relative;
	/* float: left; */
	width: 16em;
	padding: 3px 2px;
	background: #fff url('images/a1.gif') top right repeat-y;
	margin-top:7px;
	/*border-style:solid;
	border-width:1px;
	border-right: #E8E8E8; */
	
}
#secondaryContent h4  /*.h2 .h3  .h4 */
{
	font-family: verdana, Arial, sans-serif;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-weight: bold;
	font-size: 10px;
	text-transform: titlecase;
	margin: 2px;
	line-height: 1.5em;
	color: #ffffff;
	background:#B00000;
	padding: 1px 2px 2px 4px;

}	



#secondaryContent .xbg
{
	position: absolute;
	right: 0em;
	/*bottom: -64px;*/
	bottom: -10px;
	background: #fff url('images/a3.gif') top right no-repeat;
	/* height: 64px; */
	/*height: 50px; */
	width: 128px;
}

#secondaryContent ul
{
	list-style-type: square;
	margin-left: 18px;
}

/* Tertiary Content */

#tertiaryContent
{
	position: relative;
	/*float: right; */
	width: 16em;
	padding: 3px 2px;
	background: #fff url('images/a2.gif') top left repeat-y;
	margin-top:7px;
	/*border-style:solid;
	border-width:1px;
	border-left: #E8E8E8; */
}

#tertiaryContent h4  /*.h2 .h3  .h4 */
{
	font-family: verdana, Arial, sans-serif;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-weight: bold;
	font-size: 10px;
	text-transform: titlecase;
	margin: 2px;
	line-height: 1.5em;
	color: #ffffff;
	background:#B00000;
	padding: 1px 2px 2px 4px;

}


#tertiaryContent .xbg
{
	position: absolute;
	left: 0em;
	/*bottom: -64px;*/
	bottom: -10px;
	background: #fff url('images/a4.gif') top left no-repeat;
	/* height: 64px; */
	/*height: 50px; */
	width: 128px;
}

#tertiaryContent ul
{
	list-style-type: square;
	margin-left: 18px;
}

/* Footer */

#newfoot{
	
	position: relative;
	z-index: 1;
	border-top: dashed 1px #dfdfdf;
	padding: 1em 0em 2em 0em;
	/*margin: 1em 2em 0em 2em; */
	margin: auto;
	text-align: center;
	background: url('img/background-3.jpg') bottom left repeat-x;
	color: #ffffff;
	
}

.clear
{
	clear: both;
}

#footer-nav-menu {
	overflow:visible;
}

#footer-nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
overflow:visible;
}

#footer-nav-menu li
{
float: left;
margin: 0 0.1em;
}

#footer-nav-menu li a
{
background: url(img/background_1.gif) #fff bottom left repeat-x;
line-height: 1em;
padding: 4px 6px;
display: block;
border: 0.1em solid #dcdce9;
/*color: #0d2474; */
color: #CC0000;
text-decoration: none;
text-align: center;
}

/* Hide from IE5-Mac \*/
#footer-nav-menu li a
{
float: none;
}
/* End hide */



#footer-nav-menu li a:hover
{
/* text-decoration: underline;*/
/*color: #CC0000;*/
 /*color: #00CC00; */
 color: #ffffff;
 background: url(img/background-2.jpg) #fff bottom left repeat-x;
 
}

#footer-nav-menu li a:visited
{
/*color: #000000;*/
/*color: #CC0000; */
}

#footer-nav-menu li a:active
{
color: #000099;
}

#centeredmenu {
   float:left;
   width:100%;
   background: url(img/background-2.jpg) #fff bottom left repeat-x;
   border-bottom:2px solid #E0E0E0 ;
   overflow:hidden;
   position:relative;
}
#centeredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#centeredmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#centeredmenu ul li a {
	display:block;
   margin:0 0 0 1px;
   padding:3px 10px;
   background: url(img/background-2.jpg) #fff bottom left repeat-x;
   color:#fff;
   text-decoration:none;
   line-height:1.3em;
}
#centeredmenu ul li a:hover {
	background: url(img/background_1.gif) #fff bottom left repeat-x;
   
   /*background:#369; */
   
   color:#009900;
}
#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {
   color:#fff;
   background:#000;
   font-weight:bold;
}
#centeredmenu li a:visited
{
	color: #000099;
	/*color: #CC0000; */
}

