/***********************************************/
/* Corporate.css   			       */
/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body {
	margin:0;	
	padding:0;
	font-size: 100%;	/* Setting font-size here fixes all resizing bugs related to font styling in IE */
	font-family:verdana, geneva, arial, sans-serif;
	background-repeat:repeat;
	background-image:url(images/bg_grad2.jpg);
	background-color:#6693A3; 		/* Set ocean blue color, if no image found. Is ocean color #bdd0d7? */
     }

p   {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font: 12px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;	/* Good readability with this ratio */
    }


/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/*************** list tag styles ***************/

ul ul{
 list-style-type: disc;
}

/********* form and related tag styles *********/
form {
	margin: 0;
	padding: 0;
     }


/****	DEFINED in LinuxLog.css
label {
 	font: .95em Arial,sans-serif;
 	color: #334d55;
      }
***/
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position: absolute;	/* Relative makes the area float to the right in all browsers */
	top: 18px;		/* Sets the spacing between the top of the island and the bottom of the upper browser border */
	left: 3%;
	right: 3%;
	width:94%;
	margin:0px;	
	background-color: #ffffff;
}

#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;
}

/************** PageNav Area & header tag styles **************/
#pageNav{
	float: left;
	width:175px;
	padding: 0px;
/*   	border: thin solid #00cc00;	        
	border-right: 1px solid #cccccc;	 
	border-bottom: 1px solid #cccccc;	*/
	font: small Verdana,sans-serif;		
}

#pageNav h3{
 font: bold 100% Arial,sans-serif;
 color: #FA0305; 
 margin-top: 4px;
 margin-bottom: 1px;
 padding: 0px;
}

#pageNav h4{
 font: 110% Arial,sans-serif;
 font-weight: bold; 
 color:#660000;
 text-align:left;
 margin-top: 10px;
 margin-bottom: 3px;
}

/* Menu style approach from the Bickner Book... */
#menu ul { 
	margin:0;
	margin-top: 2px;
	width:100%;
	padding-top: 3px;
	padding-bottom:3px;
/*	border: thin solid #00cc00;  */
}

#menu li {
	display:inline;
	margin:0;
/*	background-color: #6693A3;  */
	text-align:center;
	color: #660000;
	font-weight:300;
}

#menu li a {
	padding-left: .25%;
	padding-right: .25%;
	padding-top: 0px;  
	color: black;
	font-size:.9em;
/* 	background-color: #6693A3;
	border:solid;
	border-width:thin;
	border-color:#000000;	  */
}

/* Change 2nd padding parameter below to have space to the right of the Main content area */
#content{
/*	border: thin solid #00cc00;	  		*/
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #ccd2d2;		/* You need a left-border or region borders will flow under the left nav area */
}

/***********************************************/
/* Side-by-Side Boxes Divs                     */
/***********************************************/
#LeftBox {
float: left;
width:380px;
}

#RightBox {
float:right;
padding-right:25px;
width:300px; /* Width of the box - may or may not be necessary*/
margin:-1 px 0 0 0; /* positions the box next to the other. This will have to be adjusted depending on the LeftBox.*/
}

/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** MainRegions styles ****************/
#MainRegion h3{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #660000; 
	font-size: 18px;
	text-align:center;
}

/************** pageName styles ****************/

#pageName{	/* This is the White rectangle that the logo lives on */
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px;
/*  	border: thin solid #00cc00;	    */
	border-bottom: 7px solid #6693A3; /* Set thickness and color of "channel" */
}

#pageName img{
	position: relative;
	padding: 5px 0px 6px 7px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image: url(glbnav_background.gif);
}

#globalNav img{
	margin-bottom: -4px;
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}

a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image: url(glblnav_selected.gif);
	text-decoration: none;
}

.skipLinks {display: none;}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	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;
}

/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/* h2 and h3 below are used in main body of homepage */
.story h2{		
	font: bold verdana, sans-serif;
	text-align:left;
	color: #000000;
	font-size: 18px;
	margin-top: 6px;
	margin-bottom: 7px;
}

.story h3{		
	font: bold Verdana, sans-serif;
	text-align:left;
	color: #000000;
	font-size: 17px;
	margin-top: 4px;
	margin-bottom: 8px;
}

.story p {
	padding: 0px 0px 9px 0px;
}

.story li {
	margin:0;
	text-align:justify;
	color: #000000;
	font: 12px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}

/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/************ 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(bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #BCD0D7;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: #cccccc;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}

/********************* end **********************/
