@charset "UTF-8";
/* CSS Document */
/* Layout Styles */

body {
	margin: 0;
	padding: 0;
	font: 1em Tahoma, sans-serif;
	background-image: url(../images/striped-bkgd.gif);
	background-color: #ffffff;
	background-repeat: repeat-x;
	font-size:100%;
}
p {
	font-size: 0.9em;
	padding: 0 0 0 50px;
	line-height: 150%;
}

h1 {
	font-size: 1.6em;
	color: #53501a;
	text-indent: 20px;
	line-height: 1.9em;
	margin-top: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-weight: bold;
	color: #928b39;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left: 10px;
	font-size: 1.2em;
}
h3 {
	font-size: 0.8em;
	font-weight: bold;
	color: #3c688c;
	padding: 0 20px 0 20px;
}
h4 {
	font-size: 0.9em;
	font-weight: bold;
	color: #333333;
	padding:0px;
	margin:0px;
}
#Container {
	width: 900px;
	height:auto;
	color: #000;
	background-color: #fff;
	margin: 0 auto;
}
#masthead{
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	width: 900px;
	height: 118px;
	background-color: #556293;
}
#sponsor {
	text-align: right;
	float: right;
	height: 35px;
	font-size: 0.7em;
	color: #FFFFFF;
	margin-top: 10px;
}


/************* #globalNav styles **************/

#logo{
	float:left;
	height:83px;
	width:192px;
	padding-left:52px;
}

#globalNav{
	color: #9db5ce;
	float: right;
	background-color: #556293;
	text-align: right;
	width: 350px;
	height: 65px;
	padding-right: 20px;
}


#globalNav a:link, #globalNav a:visited {
	color: #b2ded3;
	line-height: 110%;
	font-size: 0.75em;
	text-align: right;
	padding: 0px 4px 0px 0px;
	text-decoration: none;
	height: 88px;	
}

#globalNav a:hover {
	color: #fff;
	line-height: 110%;
	text-align: right;
	font-size: 0.75em;
	padding: 0px 4px 0px 0px;
	text-decoration: none;
	height: 88px;	
}

#FontControl{
	width:50px;
	height:30px;
	display:inline;
	float:right;
	}
.fontcontroltext{
	vertical-align:middle;
	margin:0 3px 0 0;
	line-height:20px;
	font-size:11px;
	font-weight:bold;
	font-family:Tahoma;
	color:White;
	display:inline;
	float:left;
	}
	
.fontmediumbox,.fontlargebox,.fontxlargebox{
margin:1px 3px;
display:inline;
float:left;
}

.fontmediumbox a,.fontlargebox a,.fontxlargebox a{
width:15px;
height:16px;
text-decoration:none;
font-weight:bold;
font-family:Tahoma;
text-align:center;
vertical-align:middle;
}

.fontmediumbox .medium{
font-size:10px;
}
.fontlargebox .large{
font-size:12px;
}

.fontxlargebox .xlarge{
font-size:14px;
}

#leftcol {
	margin-top: 0px;
	width: 299px;
	padding: 0;
	float:left;
	height:100%;
	min-height: 500px;
	line-height: 120%;
	font-size: 0.8em;
	}
	
#leftcol #nav {
	list-style:none;
	padding: 0;
	margin:0;
	float: left;
	height:100%;
}


#leftcol #nav ul {
	list-style:none;
	margin:0;
	padding:0;
}

#leftcol #nav li a{
	display:block;
	list-style:none;
	width: 296px;
	height: 20px;
	border:#8e8868 thin solid;
	background-color:#e5e7d7;
	line-height:normal;
	text-indent:50px;
	margin:0;
	padding-top:10px;
	font-weight:bold;
	color:#3f5193;
}

#leftcol #nav li a:hover {
	list-style:none;
	background-color:#8e8868;
	color:#FFFFFF;
	border:#ffffff thin solid;
	}
	
#leftcol #nav li {
	display:block;
	list-style:none;
	width: 296px;
	height: 32px;
	background-color:#8e8868;
	color:#FFFFFF;
	border:#ffffff thin solid;
	line-height:normal;
	text-indent:50px;
	margin:0;
	font-weight:bold;
	}
	
.selected {
	padding-top:10px;
	height:22px;
}

#leftcol h1{
	display:block;
	background-color:#8a845e;	
	height:45px;
	width:298px;
	margin:0px;
	padding:0px;
}


#leftcol h2 {
	font-size:1.2em;
	font-weight:bold;
	color:#000000;
	margin:0px;
	padding:10px 5px 0px 5px;
	
	}

#leftcol p {
	font-size:.9em;
	color:#000000;
	line-height:140%;

}

.image {
	float:left;
	padding:5px;
	clear:both;
}

.button2 {
	padding-left:18px;
	}
	
.button3 {
	padding:5px;
}

img { 
	border: none; 
	}
	
.image2 {
	margin:10px 70px 10px 70px;
	float:left;
	clear:both;
	} 
	
#image3 {
	width:290px;
	margin: 0px;
	padding-top:320px;
	float:left;
}

.lead {
	margin-bottom:20px;
	}

#leftcol a:link, #leftcol a:visited {
	color: #005a84;
	text-decoration: none;
}

#leftcol a:hover {
	color: #006838;
	text-decoration: none;
}
	
	
#contentcontainer{
	float: left;
	margin: 0 auto;
	width:900px;	
	height:100%;
	min-height:800px;
	background:url(../images/content_bkgrnd.jpg) no-repeat;
	background-attachment:scroll;
	background-position:top;
	padding: 0px;
	
	}


#content{
	float:left;
	width: 65%;
	height:auto;
	margin: 0px;
	padding:0px;
	}
	
.indent {
	margin-left:30px;
	}
	
.indent2 {
	margin-left:100px;
	}
	
.indent3 {
	margin-left:140px;
	}
	
	
.end {
	padding-bottom:130px;
	}
	
.top {
	padding-top:30px;
	}
.emphasize {
	font-weight:bold;
	}

.left-pix {
	padding: 10px 10px 10px 10px;
	border: 1px #eee solid;
	background-color:#333366;
	float: left;
	margin: 0px 10px 10px 10px;
}
.right_pix {
	border: 1px #eee solid;
	background-color:#333366;
	float: right;
	margin: 0 0 5px 10px;
	font-size: 70%;
}
.smaller {
	font-size: 70%;
	font-style: italic;
}
.dotline {
	color: #99CC99
}



/* Footer */

#footer {
	margin: 0 auto;
	font-size:0.7em;
	color:#FFFFFF;
	clear:both;
	width:875px;
	background-color:#99a1be;
	padding:5px 5px 5px 20px;
	border-top: 1px solid #FFFFFF;
	height: 40px;
	line-height: 130%;
}

#footer a{
	color:#2c3c79;
	font-weight:normal;
	text-decoration:none;
}

#footer a:hover{
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
}

#footerNav{
	color: #ffffff;
	float: right;
	background-color: #99a1be;
	text-align: right;
	width: 575px;
	padding-right: 20px;
}

#footerNav ul{
	list-style:none;
	padding-left:30px;
	margin:0;
}

#footerNav li{
	display:block;
	float:left;
	line-height:normal;
	margin:0;
	padding:0 15px 0 0px;
}

.footerspace {
	margin:0px;
	padding:0px;
	padding-right:160px;

}


 /* SKIP NAVIGATION */
 
 /* these elements will be hidden from display, 
 although screen readers will see them */
#skip a, #skip a:hover, #skip a:visited, .hidden
 { 
 border:0;
 position:absolute; 
 left:0px; 
 top:-500px; 
 width:1px; 
 height:1px; 
 overflow:hidden;
 } 
  
#skip a:active 
 { 
 border:0;
 position:static; 
 width:auto; 
 height:auto; 
 }
 
 
/*:::::::::::::::::::::::::::::::::::: 	ABOUT US ::::::::::::::::::::::::::::::::::::::: */

#about #image3 {
	width:290px;
	margin: 0px;
	padding-top:620px;
	float:left;
}	
 
/* ::::::::::::::::::::::::::::::::: JOB SEEKERS ::::::::::::::::::::::::::::::::::::::: */

#jobseekers #contentcontainer{
	margin: 0px;
	width: 900px;
	height:100%;
	min-height:500px;
	background:url(../images/seekers-bkgrnd.jpg) no-repeat;
	padding: 0 0 0 0px;
	position: relative;
	float: left;
	}
	
#jobseekers #image3 {
	width:290px;
	margin: 0px;
	padding-top:460px;
	float:left;
}		
	
	
/* ::::::::::::::::::::::::::::::::: EMPLOYERS ::::::::::::::::::::::::::::::::::::::: */

#employers #contentcontainer{
	margin: 0px;
	width: 900px;
	height:100%;
	min-height:700px;
	background:url(../images/employers_bkgrnd.jpg) no-repeat;
	padding: 0 0 0 0px;
	position: relative;
	float: left;
	}	
	
#employers #image3 {
	width:290px;
	margin: 0px;
	padding-top:520px;
	float:left;
}	

/* ::::::::::::::::::::::::::::::::: PROVIDERS ::::::::::::::::::::::::::::::::::::::: */

#providers #contentcontainer{
	margin: 0px;
	width: 900px;
	height:100%;
	min-height:800px;
	background:url(../images/providers-bkgrnd.jpg) no-repeat;
	padding: 0 0 0 0px;
	position: relative;
	float: left;
	}
	
#providers #image3 {
	width:290px;
	margin: 0px;
	padding-top:520px;
	float:left;
}		

/* ::::::::::::::::::::::::::::::::: CONTACT US ::::::::::::::::::::::::::::::::::::::: */	
	
#formcontainer {

	/*border:#666666 thin dotted;*/
	margin:25px 0 0 0px;
	background-color:transparent;
	color:#333333;
	width: 350px;
	}
	
#contactbox{
	border:#666666 thin dotted;
	height:100px;
	width:auto;
	padding:10px 10px 0 10px;
	}
	
#contactInfo{
	float:left;
	text-align: right;
	display:inline;
	width:200px;
	padding-left:200px;
	
}

#contactInfo1{
	float:right;
	text-align: right;
	display:inline;
	width:200px;
	padding-right:175px;
}
#contactInfo1 p, #contactInfo p {
	margin: 3px;
}


#contactus h3{
	color:#333;
	font-size:12px;
	}
	
#contactus h5{
	color:#333;
	font-size:11px;
	padding-top:10px;
	}

form.contactus
{
	margin:0px 20px 20px 0px;
	padding-left:20px;
}

#contactus label{
	width:100px;
	padding-right:5px;
}

#body, #from, #contactform p.msg{
	width:260px;
}

textarea, input
{
	border:1px solid #BEDB89;
	background-color:#f6faeb;
	border-bottom:1px solid #cdfb50;
	border-right:1px solid #cdfb50;
	border-left:1px solid #83ab16;
	border-top:1px solid #83ab16;
}
textarea:hover, input:hover
{
	background:#dbebb0;	
}
textarea:focus, input:focus
{
	border:1px solid #BEDB89;
	background:#fff;
	border-bottom:1px solid #cdfb50;
	border-right:1px solid #cdfb50;
	border-left:1px solid #83ab16;
	border-top:1px solid #83ab16;
}
#texinputs{
	clear:both;
}
#sendbutton
{
	padding:2px 10px;
	margin-left:150px;
}

.button {
	border:1px solid #BEDB89;
	border-bottom:1px solid #cdfb50;
	border-right:1px solid #cdfb50;
	border-left:1px solid #83ab16;
	border-top:1px solid #83ab16;
	background:#f6faeb;
}

.button:hover 
{
	background:#dbebb0;
}
.contactus{
	padding-right:17px;
}

#emailformheader{
	color: #9db5ce;
	float: right;
	background-color: #556293;
	text-align: right;
	width: 350px;
	height: 65px;
	padding-right: 20px;
}


/* ::::::::::::::::::::::::::::::::: LUNCHEON ::::::::::::::::::::::::::::::::::::::: */

#mygallery{
	display:inline;
	float:left;
	width:550px;
	height:126px;
	margin-top:50px;
	margin-left:20px;

}

#pix_insert{
	display:inline;
	width:550px;
	height:126px;
	margin-top:50px;

}

.pix_border{
	padding: 10px;
	border: 1px #eee solid;
	background-color:#333366;
	}
	
.caption {
	width:450px;
	height:50px;
	margin-top:0px;
	margin-left:25px;
	padding-top:0px;
	font-size:.75em;
	line-height:1.2em;
	font-style:italic;
	
	}
	
.caption_pix {
	margin-left:65px;
}	
	
.thumbs {
	width:69px;
	height:69px;
	margin: 6px;
	float:left;
	}
	
img.grid {
		border:thin #999999 solid;
	}

/* ::::::::::::::::::::::::::::::::: SITEMAP ::::::::::::::::::::::::::::::::::::::: */

#sitemap #contentcontainer{
	margin: 0px;
	margin-top:5px;
	width: 600px;
	height:100%;
	min-height:500px;
	background:#FFFFFF;
	padding: 0 0 0 50px;
	position: relative;
	float: left;
	}	

 .indentsitemap {
		padding-left:25px;
	}

/* @end */
