/***********************************************/
/* main.css                            */
/* Sean Kennedy <sean@guymast.com>     */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: "Arial",sans-serif;
	color: #333333;
	margin: 2% 4% 2% 4%;
	padding: 0px;
	background: white;
}

/******* other styles ******/
ACRONYM {
	color: #006633;
}  

ACRONYM:hover {
	cursor: help;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #006633;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #006633;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: white;
 margin: 0px;
 padding: 0px;
}

h4{
 font: bold 90% Arial,sans-serif;
 color: #006633;
 margin: 0px;
 padding: 0px;   
}

h5{
 font: 100% Arial,sans-serif;
 color: #000000;
 margin: 0px;
 padding: 0px;
}



/*************** list tag styles ***************/

ul {
   list-style-type: square; 
   font: bold 90%/150% "Times New Roman", serif;
}

ul ul{
 list-style-type: disc;
 font: normal 100%/125% "Times New Roman",serif;
}

ul ul ul{
 list-style-type: circle;
} 

ol ol {
	list-style-type: decimal;
}								

ol ol ol {
	list-style-type: lower-alpha;
}	

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #006633;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#titleBlock{
	background-color: white;
	padding: 5px 0px 5px 20px;
}

#titleBlock img{
    width: 144px;
	padding: 0px;
}

#titleBlock table {
          width: 95%;   
          background-color: #006633;
}                     

#titleBlock td {
          padding: 2px 5px 2px 5px;
          margin: 3px 5px 3px 5px;
}
   
#banner {
	background-color: #FFFFFF;
	padding: 0px;
    margin: 5px 0px 5px 0px;
    width: 95%;
}              
#banner td {
          padding: 2px 5px 2px 5px;
          margin: 3px 5px 3px 5px;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#content{
	padding: 2px 20px 2px 20px;
	margin: 3px 144px 3px 0px;
	border-right: 1px solid #006633;
    font: 100% "Times New Roman",serif;
    vertical-align: top;
}  

#content a:link, #content a:visited {
		 color: #006633;
		 text-decoration: none;
		 font-weight: bold;
}
#content a:hover {
 		 text-decoration: underline;
}                    
/*
#content td {
          padding: 2px 5px 2px 5px;
          margin: 3px 5px 3px 5px;
          vertical-align: top;
}
*/

#wrapUp {
		
		padding: 10px 20px 0px 20px;
		margin: 5px 0px 5px 0px;
		font: 100% "Times New Roman",serif;		
}
#wrapUp a:link, #wrapUp a:visited {
		 color: #006633;
		 text-decoration: none;
		 font-weight: bold;
}
#wrapUp a:hover {
 		 text-decoration: underline;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
/*************** search styles *****************/

#search{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 20px;
	font: smaller "Times New Roman",serif;
	color: silver;                                             
    background-image:   url(images/glbnav_background.gif);
    width: 95%;
    left: 0px;
}

#breadCrumb a{
	color: black;
    text-decoration: underline;
}

#breadCrumb a:hover{                                        
    color: white;
	text-decoration: underline;
}

/************** right-side photos **************/
.rsPhoto {
          padding: 10px;
          margin: 2px 5px 2px 5px;
          float: left;
          vertical-align: top;
          max-width: 144px;
}                                 

.rsPhotoHalf {
	padding: 5px;
	margin: 2px 5px 2px 5px;
	position: absolute;
	max-width: 72px;
}
	 
.xPhoto {
	padding: 2% 0% 3% 10%; 
	margin: 5px;
    border-left: 1px solid #006633;
}

/************** mainStory styles *****************/

.mainStory{
	text-align: top;
	padding: 0px 10px 0px 10px;
    margin: 5px 20px 5px 10px;
    border-right: 1px solid #006633;
	min-height: 200px;
	height: 200px;
	width: 65%
    font: 100% "Times New Roman",serif;
}

.mainStory h3{
	font: bold 120% "Arial",sans-serif;
	color: #000000;
	padding: 10px 10px 0px 0px;
}

.mainStory img{
    width: 64px;
    height: 96px;
	padding: 0px 10px 0px 0px;
}

.mainStory a:link, .mainStory a:visited { 
         font: bold 100% "Times New Roman",sans-serif;
          text-decoration: none;
          color: #006633;
}                    
.mainStory a:hover {
          text-decoration: underline; 
}


/*************** newsLink styles ******************/

.newsLink {
	padding: 10px;
	font-size: 80%;
}

.newsLink h3{
	font: bold 110% "Arial",sans-serif;
	color: #000000;
	padding: 0px 0px 10px 0px;
}

.newsLink p {
	padding: 0px 0px 10px 0px;
}

.newsLink .capsule {
	font: regular 1em "Arial",sans-serif;
	color: #000000;
	display: block;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 5px 0px; 
	border-top: 1px solid #006633;
}

.newsLink .capsule a:link, .newsLink .capsule a:visited{
	font-weight: bold;
	text-decoration: none;
	color: #006633;
}

.newsLink .capsule img {
	border-style: none;
	padding-bottom: 5px;
	padding-left: 25px;
}

.newsLink .capsule a:hover{
	text-decoration: underline;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid silver;
	font-size: small;
	color: silver;
	padding: 10px 10px 10px 10px;
	margin-top: 40px;
	text-align: center;
}

#siteInfo a:link, #siteInfo a:visited {
    color: #006633;
	text-decoration: none;
}							 
#siteInfo a:hover {
    color: silver;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:   url(images/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/********************* end **********************/

