/* O&amp;P Career Placement Services, Inc. CSS Document */

html, body{ 
	margin:0; 
	padding:0; 
	text-align:center;
	background-color:#1E2E23;
	background-image:url(images/gradient.jpg);
	background-attachment:fixed;
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img {
	border: 0px;
} 

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-style:italic;
	font-weight:bold
}
 
#pagewidth{ 
	width:750px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;
	background-color:#FFFFFF;
	border:3px solid black;
	margin-top:15px;
} 
 
#header{
	position:relative; 
	height:75px; 
	background-color:#FFFFFF; 
	width:100%;
} 
 
#maincol{
	background-color: #FFFFFF;  
	float: right; 
	display:inline; 
	position: relative; 
	
 }
 
#footer {
	height:70px;
	text-align:center;
	background-color:#EEDD99; 
	clear:both;
	font-size: 11px; 
	color: #666666;	
}

#footer a:link {
	color: #666666;
}

#footer a:visited {
	color: #666666;
}

#footer a:hover {
	font-size: 11px; 
	color: #666666;
}
 

/* CSS for Tabs */
ul#tabnav {
	font: bold 10px verdana, arial, sans-serif;
	list-style-type: none;
	padding-bottom: 24px;
	border-bottom: 1px solid #31593E;
	margin: 0;
}

ul#tabnav li {
	float: left;
	height: 21px;
	background-color: #EEDD99;
	margin: 2px 0px 0 2px;
	border: 1px solid #31593E;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 {
	border-bottom: 1px solid #fff;
	background-color: #fff;
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a {
	color: #000;
}

#tabnav a {
	float: left;
	display: block;
	color: #666;
	text-decoration: none;
	padding: 4px;
}

#tabnav a:hover {
	background: #fff;
}

 
/* *** Float containers fix *** */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix {
	/*display: inline-block;*/
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

.white {
	font-size: 11px; 
	color: #FFFFFF;
}

.white a:link {
	font-size: 11px; 
	color: #FFFFFF;
}

.white a:visited  {
	font-size: 11px; 
	color: #FFFFFF;
}

.text
	{
	font-size: 11px; 
	color: #000000}
		.text a:link
			{color: #000000;}
		.text a:visited 
			{color: #000000;}
		.text a:hover 
			{
			font-size: 11px; 
			color: #000000;}
