/*---- body style  ----*/
body {
	/*background-image: url(images/pg_bg.jpg);*/
	background-repeat: repeat;
	background-color:#DFDCD2;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif}
div#pg_container {
	width:960px;
	margin:0 auto 0 auto;
	padding:0;
	min-height:100%;
	background: url(images/pg_bg.jpg) repeat-y;
	text-align: left;}
div#container {
	width:960px;
	margin:0 auto 0 auto;
	padding:0;
	min-height:100%;}
div#base {
	width:960px;
	margin:0 auto 0 auto;
	padding:0;
	background: url(images/base_bg.jpg) ;
	background-repeat: repeat;
	min-height:75px;}


	

/* --- general content style --- */
tr, td, p     
  {	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5em;
    font-size:12px;
    color:#333333}
	
/* --- table cell styles --- */
td.alt1, tr.alt1{
		background:#DFDCD2;
		text-align:right;
		line-height:10px;}

td.altbr, tr.altbr{
		background:#DFDCD2;
		text-align:left;
		line-height:10px;}
td.alt2, tr.alt2{
		background:#DFDCD2}

/*--- images
img {border:1;}---*/

/*--- bullet points---*/
LI {	list-style-image:  url(images/bullet3.gif)}
UL {	list-style-image:  url(images/bullet3.gif)}

/*--- horizontal rule and dashed lines ---*/
hr { 	height: 0px; color: #CCCCCC}
div.footer { border-top: 0.7px dashed #91ADA1;} 
div.nav { border-top: 0.7px dashed #EFEFEF;} 

/*--- headers ---*/
h1 {	 color: #004C5D;
		 font: 16px Arial, Helvetica, sans-serif;
		 margin-bottom: -2px;
		 font-weight: bold;
		 }
h2 {	 color: #004C5D;
		 font: 12px Arial, Helvetica, sans-serif;
		 margin-bottom: -2px;
		 font-weight: bold;
		 }

/*--- hilites for text and/or headers---*/
.hilite1 {color: #46AA42;
		 font-weight: bold;}
.hilite2 {color: #02366F;
		 font-weight: bold;}
.hilite3 {background-color: #FFFFCC;
		 color: #B22222;}
.phrase {color: #999999;
		 font: 26px Arial, Helvetica, sans-serif;
		 font-weight: none;}

/*--- footer styles for base styles ---*/
#footer {
	text-decoration: none;
	font-size: 11px;
	font-weight:bold;
	text-align:center;
	color: #FFFFFF;}
#footer2 {
	text-decoration: bold;
	font-size: 10px;
	text-align:left;
	color: #FFFFFF;}
#footer3 {
	text-decoration: bold;
	font-size: 10px;
	text-align:right;
	color: #FFFFFF;}

/*--- links ---*/
A.selector {
display: block;
width: 125px;
background-color:#897C25;
text-align: center;
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color: #FFFFFF;
border: none;
border: solid 1px #FFFFFF;
}

A.selector:hover {
border: solid 1px #FFFFFF;
background-color:#CEBF4C;
color: #FFFFFF;
font-weight:bold;
text-decoration: none;
}

.style5 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; }

A.footerlink:link, A.footerlink:visited, A.footerlink:active    {
		text-decoration: none;
		font-size: 11px;
		font-weight: bold;
		text-align:center;
		color: #FFFFFF;}
A.footerlink:hover     {
		text-decoration: underline;
		font-size: 11px;
		font-weight: bold;
		text-align:center;
		color: #FFFFFF;}	
A.footerlink2:link, A.footerlink2:visited, A.footerlink2:active    {
		color:#FFFFFF;
        text-decoration:none;
        font-size:11px;
        font-weight: normal;
        font-family:Arial, Helvetica, sans-serif}
A.footerlink2:hover     {
		color:#FFFFFF;
        text-decoration:underline;
        font-size:11px;
        font-weight: normal;
        font-family:Arial, Helvetica, sans-serif}					
A.normal:link,  A.normal:visited, A.normal:active  {
		color:#990000;
        text-decoration:none;
        font-size:12px;
        font-weight:normal;
        font-family: Arial, Helvetica, sans-serif}
A.normal:hover     {
		color:#990000;
        text-decoration:underline;
        font-size:12px;
        font-weight:normal;
        font-family: Arial, Helvetica, sans-serif}	
A.nav  {
		color:#00333E;
        text-decoration:none;
        font-size:13px;
        font-weight:bold;
        font-family: Arial, Helvetica, sans-serif}
A.gallery:link,  A.gallery:visited, A.gallery:active  {
		color:#666666;
        text-decoration:none;
        font-size:16px;
        font-weight:bold;
        font-family: Arial, Helvetica, sans-serif}
A.gallery:hover     {
		color:#666666;
        text-decoration:none;
        font-size:16px;
        font-weight:bold;
        font-family: Arial, Helvetica, sans-serif}	
		
/* --- form button style ---*/					
INPUT, select, textarea, text 
{
		border: 1px #003399 groove;
		background-color: #FDFDFF; 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 11px;
		color: #000000;
		border-color: #000000;
		border-style: solid;
}

/* --- style for boxes e.g <span class="box">box here</span> which can be used as tick boxes, bullet points, etc ---*/
.box {	 color: #333333;
		 font-size: 20px;
		 font-weight: normal;
 		 margin-bottom: -14px;
  		 margin-top: -14px;}