/* CSS Document */


* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}

html,body {

  text-align: center; /*** Centers the design in old IE versions ***/
  height: 100%;
  background: #f4f4f4 url("../images/bg.gif") top center repeat-y;
  color: inherit;
	}

#container
	{
	margin: 0 auto; /*** Centers the design ***/
	padding: 0px;
	width:801px;
	text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
	 background:#fff;


}



/* ------------- 2 columns -----------------------*/

.topleft
	{
	
	float:left;
	width:199px;

	}

.topright
	{

	float:left;
	width:602px;
	color: inherit;
	background: #fff;

	}

.left
	{

	float:left;
	width:201px;
	background: #fff url("../images/left-spacer.jpg") repeat-y;
 	/*height:100%;*/
	}

.right, .right2 /* right 2= community event*/
	{

	float:right;
	width:600px;
	margin-top:10px;
	/*height:100%; /* works only if parent container is assigned a height value */ 

	}
	/* ------------- 2 columns -----------------------*/

	/* ---------------- footer style -----------------------*/

#footer 
	{ 
  	 padding:0px;
  	 margin:0;
  	 clear: both; /* We have to clear our floats */ 
	 background: #DEE7EA;
	 font: bold 55% Verdana, Arial, Helvetica, sans-serif;
	 color: #004267;
	 text-align: left;
	 padding-top: 5px;
	 height:40px;
	 border-top: 2px solid #fff;
		}
#footer-left
	{
	float:left;
	 padding-left:20px
	}
#footer-right
	{
	float:right;
	 padding-right:20px
	}
	
		
	/* ---------------- footer style -----------------------*/
	
	/* ---------------- move images to left /or right -------------------------*/
img
 {
	border:0px;
	vertical-align: top;
	margin:0px;
	padding:0px;
	}

	.imgr
	{
	float:right;
	margin: 15px;
	
	}


	
.floatleft
	{
		float:left;
		margin-bottom:100px;
	}	

	/* ---------------- move images to left /or right -------------------------*/
	
	/*------------------ text style----------------------------------*/	
p
 	{
	margin:0px;
	padding:0px;
	color: #004a63;
	background: inherit;
	font: normal 81%  Arial, Verdana, Helvetica, sans-serif;
	padding-left:8px;
	text-align: justify;
	padding-right:15px;
	}
  
	h1, h2
 	{
	margin:0px;
	padding:0px;
	color: #ffbb33;
	background: inherit;
	font: bold 82%  Arial, Verdana, Helvetica, sans-serif;
	padding-left:8px;
	text-align:left;
	
	padding-top: 10px;
	}
.space 
	{
		padding-top: 10px;
		
	}
	
/************* 'FOCUS' CAREER SUB SECTIONS STYLE****************/
.focus {
	width:380px;
	margin:7px auto;
	 color: #004a63;
	font: normal 81%  Arial, Verdana, Helvetica, sans-serif;
	
	}

.smallcap{
	float: left;
	width: 18px;
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	color:#ffbb37;

	font-family: georgia, times new roman, times, serif;

}
	/************* FOCUS CAREER SUB SECTIONS STYLE****************/
	
	/* --------------------------------- LINK STYLE for picture box for career, resources, services -------------------------------*/

#footer a:link, #footer a:active, #footer a:visited
	{
	color: #004a63;
	text-decoration:none;
	
	}

#footer a:hover
	{
	text-decoration:none;
	color: #fff;
	background: #004267;
	
	}
.pic/* community events /partner profile home page link*/
	{
		text-align: center;
		
	}
.pic img
	{
		border:2px solid #fff;
		}
	
.status {
  margin-left: 145px;
  margin-top: -10px;
  
}

	/* community events /partner profile home page link*/
#pic a:link, #pic a:active, #pic a:visited
	{
	color: #004a63;
	text-decoration:none;
	background: inherit;
	}

#pic a:hover
	{
	text-decoration:none;
	
	}
	
	
.right a:link, .right a:active, .right a:visited
	{
	color: #004a63;
	text-decoration:none;
	/* DO NOT PUT BACKGROUND VALUE HERE...BULLET REPEATS*/
	}

.right a:hover
	{
	text-decoration:none;
	color: #fff;
	background: #004267;
	border: none;
	}
	

		/* --------------------------------- LINK STYLE for picture box for career, resources, services -------------------------------*/
/* ---------------------EFFECT FOR LEFT SIDE GRAPHIC MENU--------------------------------------*/
a.linkopacity img 
	{
	filter:alpha(opacity=100); 
	-moz-opacity: 1.0; 
	opacity: 1.0;
	}

a.linkopacity:hover img 
	{
	filter:alpha(opacity=70);   
	-moz-opacity: .8;   
	opacity: .8;
	}
		/* ---------------------EFFECT FOR LEFT SIDE GRAPHIC MENU--------------------------------------*/
	/* -----------------------------ORDER LIST--------------------------------------*/

.right ul
	{ 
	list-style-type: none; 
	text-align: left; 
	margin:10px;
	padding:0px;
	padding-left:10px;
	
	
	 }
.right ul li
	{ 
	font: normal 75% Arial, Verdana, Helvetica, sans-serif;
	color: #004a63;
	background:url("../images/bullet.jpg") 0 6px no-repeat;
	padding-left: 20px;
	
	}

.right ul li ul li
	{ 
	/*height: 17px;*/
	font: normal 110%  Arial, Verdana, Helvetica, sans-serif;
	color: #034878;
	background:url("../images/bullet.jpg") 0 3px no-repeat;
	padding-left: 20px;
	}
	
		/* -----------------------------ORDER LIST--------------------------------------*/
	
		/* -----------------------------CURRENT POSTING LIST--------------------------------------*/
.posting ul
	{ 
	list-style-type: none; 
	text-align: left; 
	margin-left:80px;
	padding:0px;
	padding-left:150px;
	padding-bottom:140px;
	
	 }
.posting ul li
	{ 
	font: normal 75% Arial, Verdana, Helvetica, sans-serif;
	color: #004a63;
	background:url("../images/bullet.jpg") 0 6px no-repeat;
	padding-left: 20px;
	
	
	}

		/* -----------------------------CURRENT POSTING LIST--------------------------------------*/
	/* ---- CLEAR FLOAT TAG ---------*/
.clear
	{ 
	clear: both;
	}

	/* ---- CLEAR FLOAT TAG ---------*/
	


/*----------------- horizontal line --------------------*/
div.hr hr {
  display: none;
}
div.hr { 
	
	background: #fff url("../images/borderline.jpg") no-repeat ;
	margin: 6px auto;
	height: 1px;
	border: 0 none;
	width:500px;
	}

/*----------------- horizontal line --------------------*/
/*----------------- KRP SIGNATURE --------------------*/
.krp140/*signature krp */
	{
	float:right;
	padding-top: 140px;
	
	}

.krp105
	{
	float:right;
	padding-top: 105px;
	
	}

.krp70/*signature krp career*/
	{
	float:right;
	padding-top: 70px;
	
	}
.krp60/*signature krp contact*/
	{
	float:right;
	padding-top: 60px;
	
	}
.krp65/*signature krp profilehomepage*/
	{
	float:right;
	padding-top: 65px;
	
	}
.krp75/*signature krp */
	{
	float:right;
	padding-top: 75px;
	
	}
			
	.krp120/*signature krp */
	{
	float:right;
	padding-top: 120px;
	
	}
	.krp45/*signature krp */
	{
	float:right;
	padding-top: 45px;
	
	}
	.krp10/*signature krp */
	{
	float:right;
	padding-top: 10px;
	
	}		
		

	.krp55/*signature krp */
	{
	float:right;
	padding-top: 55px;
	
	}
.krp85/*signature krp */
	{
	float:right;
	padding-top: 85px;
	
	}
	
.krp40/*signature krp career*/
	{
	float:right;
	padding-top: 40px;
	
	}
.krp35
	{
	float:right;
	padding-top: 35px;
	
	}	
.krp25
	{
	float:right;
	padding-top: 25px;
	
	}

.krp0
	{
	float:right;
	padding-top: 0px;
	
	}
.krp15
	{
	float:right;
	padding-top: 15px;
	
	}	
/*---------------- easy drop shadow -----------------------------*/

.img-wrapper {
  background: url("../images/shadow.gif") no-repeat bottom right;
  float:left;
  line-height:0;
  margin-right:7px;


}
 
.img-wrapper img {
  background:#fff;
  padding:4px;
  border:1px solid #a9a9a9;
  position:relative;
  left:-4px;
  top:-5px;

}
/*---------------- easy drop shadow -----------------------------*/
/*---------------- box links -----------------------------*/
.box{
		width: 250px; /* container width*/
		margin-top:15px;
		margin-left:7px;
		float: left;
		color: inherit;
		
}

.box .inner{
	
		background: #fff;
		border: 1px solid #DCDEDF;
		margin: 0px;
		position: relative;
		font: normal 75% Arial, Verdana, Helvetica, sans-serif;
		color:#387AC8;
		text-align:left;
		padding:5px;
		
}

.bgcolor
{
	background:#f4f4f4 ;
	color: #004a63;
	 text-align: center;
	 font-weight: bold;
	 width: 237px;

	}
	/*********************TABLE DATA 2006 GOLF RESULTS*************************/
	
#golf {
	width: 585px;
	padding: 0;
	margin:0;
	margin-left: 10px;
		font: bold 10px Arial, Verdana, Helvetica, sans-serif;
	border-top: 1px solid #C1DAD7;
}



th {

	color: #222;
	border: 1px solid #96b2bc;

	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	padding: 5px 6px 5px 6px;
	background: #dee7ea;
}

th.nobg {

	border: 1px solid #96b2bc;
	background: none;
}

td {
	border-right: 1px solid #96b2bc;
	border-bottom: 1px solid #96b2bc;
	background: #fff;
	padding: 5px 6px 5px 10px;
	color: #222;
}


td.alt {
	background: #dee7ea;
	color: #222;
}

th.spec {
	border-left: 1px solid #96b2bc;
	border-top: 0;
	background: #fff;
	color: inherit;
	
	
}

th.specalt {
	border-left: 1px solid #96b2bc;
	border-top: 0;
	background: #dee7ea;
	
	color: #222;
}
