/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #737373;
}

.big_button{margin:0px;border:solid 1px #ccc;border-top:solid 1px #ddd;border-left:solid 1px #ddd;font-size:22px;color:#fff;cursor:pointer;line-height:42px;height:42px;padding:0px 15px;overflow:visible;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background:#87b500 url('/i/big_button_bg.png') top repeat-x;border-width:0px;border-right:solid 1px #689300;border-bottom:solid 1px #689300;text-shadow:#719e03 1px 1px;} 
.big_button:active{background:#87b500;color:#ECF5DE;line-height:44px;} 
.big_button.red{border-top:solid 1px #cc293c;border-left:solid 1px #cc293c;background:#bc2133 url('/i/big_red_button_bg.png') top repeat-x;border-right:solid 1px #570710;border-bottom:solid 1px #570710;text-shadow:#a61727 1px 1px;} 
.big_button.red:active{background:#bc2133;color:#F5DFDF;line-height:44px;} 


.sm_button{margin:0px;border:solid 1px #ccc;border-top:solid 1px #ddd;border-left:solid 1px #ddd;font-size:16px;color:#fff;cursor:pointer;line-height:28px;height:28px;padding:0px 10px;overflow:visible;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background:#87b500 url('/i/big_button_bg.png') top repeat-x;border-width:0px;border-right:solid 1px #689300;border-bottom:solid 1px #689300;text-shadow:#719e03 1px 1px;} 
.sm_button:active{background:#87b500;color:#ECF5DE;line-height:30px;} 
.sm_button.red{border-top:solid 1px #cc293c;border-left:solid 1px #cc293c;background:#bc2133 url('/i/big_red_button_bg.png') top repeat-x;border-right:solid 1px #570710;border-bottom:solid 1px #570710;text-shadow:#a61727 1px 1px;} 
.sm_button.red:active{background:#bc2133;color:#F5DFDF;line-height:30px;} 

.smb_button{margin:0px;border:solid 1px #ccc;border-top:solid 1px #ddd;border-left:solid 1px #ddd;font-size:16px;color:#fff;cursor:pointer;line-height:28px;height:28px;padding:0px 10px;overflow:visible;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background:#66a6f5 url('/i/big_button_bg.png') top repeat-x;border-width:0px;border-right:solid 1px #000000;border-bottom:solid 1px #000000;text-shadow:#000000 1px 1px;} 
.smb_button:active{background:#66a6f5;color:#ECF5DE;line-height:30px;} 


.styled textarea {
	width: 600px;
	height: 120px;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;	
}


.cssform {
text-align: right;
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 120px;
font: 11px Arial, sans-serif;
background-color: #ffffff;
color: #102132;
border: 1px solid #00ccff;
}

.cssform input[type="password"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 80px;
font: 11px Arial, sans-serif;
background-color: #ffffff;
color: #102132;
border: 1px solid #00ccff;
}

.cssform input[type="submit"]{ /*width of text boxes. IE6 does not understand this attribute*/
height: 22px;
width: 50px;
font: 11px Arial, sans-serif;
background-color: #00ccff;
color: #ffffff;
}

.cssform input[type="button"]{ /*width of text boxes. IE6 does not understand this attribute*/
height: 22px;
width: 55px;
font: 11px Arial, sans-serif;
background-color: #00ccff;
color: #ffffff;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

textarea {
	width: 500px;
	height: 120px;
	border: 1px solid #cccccc;
	padding: 5px;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3, h4, h5 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 160%;
}


ul, ol {
}

blockquote {
}

a {
	color: #414141;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

/* Menu */

#menu {
	width: 960px;
	height: 45px;
	margin: 0 auto;
	padding: 0px 0;
	background: url(images/img02.jpg) no-repeat center top;
}

#menu ul {
	height: 45px;
	margin: 0;
	padding: 0;
	background: url(images/img03.gif) no-repeat;
	list-style: none;
}

#menu li {
	float: left;
	height: 45px;
	background: url(images/img03.gif) no-repeat right top;
}

#menu a {
	float: left;
	height: 20px;
	margin: 0px;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background: url(images/img02.gif) repeat-x;
	color: #FFFFFF;
	height: 45px;
}

#menu .current_page_item a {
	height: 45px;
	color: #FFFFFF;
}

/* Splash */

#splash {
	width: 960px;
	height: 56px;
	border: 1px solid #000000;
	margin: 0 auto;
	color: #ffffff;
	background-image: url(/images/internweb.jpg);
}
#splashads {
	width: 960px;
	height: 23px;
	background-color: #66a6f5;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin: 0 auto;
	padding-top:4px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#splash a {
	color: #ffffff;
	padding: 5px;
	text-align: right;
	border: 1px solid #00ccff;
	background: #00ccff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* Logo */

#logo {
	width: 960px;
	height: 91px;
	margin: 0 auto;
	border-bottom: 6px solid #3F3F3F;
	color: #414141;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0 20px;
}

#logo h1 {
	float: left;
	padding-top: 30px;
	letter-spacing: -3px;
	text-transform: uppercase;
	font-size: 3em;
}

#logo h2 {
	float: right;
	padding-top: 49px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}

#logo a {
	text-decoration: none;
	color: #414141;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 20px;
}

#ads {
	float: right;
	width: 160px;
	padding: 0 0 0 20px;
}


#adsHome {
	float: right;
	width: 340px;
	padding: 0 0 0 20px;
}


/* Content */

#contentHome {
	float: left;
	width: 590px;
	padding-right: 10px;
}


#contentSearch {
	float: right;
	width: 780px;
}

#contentEmp {
	float: right;
	width: 960px;
}


#content {
	float: right;
	width: 550px;
}

.post {
	padding-bottom: 20px;
	
}

.titleRight {
	margin: 0;
	padding-top: 0;
	/*padding: 5px 20px;*/
	letter-spacing: -2px;
	border-bottom: 1px dashed #B9B9B9;
	color: #3963ad;
	text-transform: uppercase;
	font-size: 24px;
	
}


.post .title {
	margin: 0;
	padding-top: 0;
	/*padding: 5px 20px;*/
	letter-spacing: -2px;
	border-bottom: 1px dashed #B9B9B9;
	color: #3963ad;
	text-transform: uppercase;
	font-size: 24px;
	
}


.post b {
	color: #3963ad;
}

.post .title a {
	text-decoration: none;
}

.post .entry {
	padding-top: 10px;
	padding-bottom: 10px;
	/*padding: 10px 20px;*/
}

.post .entry em {
	font-color: C50000;
}


.post .featured {
	height: 26px;
	background: #b6d244;
	border-top: 1px solid #E9E9E9;
	text-decoration: none;
	font-weight: bold;
	font-size: small;
	
}


.post .meta {
	height: 26px;
	background: #EEEEEE;
	border-top: 1px solid #E9E9E9;
	text-decoration: none;
	font-weight: bold;
	font-size: smaller;
	
}

.post .posted {
	float: left;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink, .post .comments {
	float: right;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink {
}

/* Sidebar */

#sidebar {
	float: left;
	width: 215px;
}

#sidebar strong {
	color: #3963ad;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 10px;
}

#sidebar li ul {
	padding: 5px;
	border: 1px solid #66a6f5;
}

#sidebar li li {
	font-size: 12px;
	margin: 0;
	padding-left: 5px;
	padding-bottom: 5px;
	background: url(images/img04.gif) no-repeat left 50%;
}

#sidebar p {
	padding: 0 20px;
}

#sidebar h2 {
	height: 20px;
	margin: 0;
	padding: 6px 0 0 10px;
	background-color: #66a6f5;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px; 
	-webkit-border-top-right-radius: 5px;
}

/* Search */

#search form {
	padding: 20px;
}

#search br {
	display: none;
}

#search #s {
	width: 135px;
}



/* Footer */

#footer {
	clear: both;
	width: 960px;
	height: 50px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 6px solid #3F3F3F;
	font-size: smaller;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
}

a.button-link {
	font-family:arial;color:#000000;
	font-weight:bold
	margin: 4px 0 6px 0;
	display: block;
	width: 120px;
	padding: 6px;
	border: 1px solid #CBD6DF;
	line-height: 1;
	font-size: 126%;
	font-weight: bold;
	text-decoration: none;
	background: url(/i/button-link.gif) 0 100% no-repeat;
}
a.button-link:hover {
	border-color: #2E689D;
}

h3 {
	color: #ffffff;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
  	padding: 10px;
	letter-spacing: .3em;
	background: #3963ad;
	margin-bottom:0;
	margin-top: 0;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px; 
	-webkit-border-top-right-radius: 5px;
}

h4 {
	color: #ffffff;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
  	padding: 10px;
	letter-spacing: .3em;
	background: #87b500;
	margin-bottom:0;
	margin-top: 0;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px; 
	-webkit-border-top-right-radius: 5px;
}

h5 {
	color: #ffffff;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
  	padding: 10px;
	letter-spacing: .3em;
	background: #66a6f5;
	margin-bottom:0;
	margin-top: 0;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px; 
	-webkit-border-top-right-radius: 5px;
}

.intern1 {
	background: #eeeeee;
	padding: 10px;
	border: 1px solid #3963ad;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}
.intern {
	background: #eeeeee;
	padding: 10px;
	border: 1px solid #3963ad;
}


.student {
	background: #ffffff;
	padding: 10px;
	border: 1px solid #87b500;
}


.employer {
	background: #ffffff;
	padding: 10px;
	border: 1px solid #66a6f5;
}

#tagCloud {
	background-color: #c0c0c0; 
	text-align: left; 
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #000;
	padding: 10px; 
	width:530px;
}

.tag1 {font-size: 9px;}
.tag2 {font-size: 13px;}
.tag3 {font-size: 19px;}
.tag4 {font-size: 24px;}

#tagCloudSideBar {
	width: 155px; 
	background-color: #c0c0c0; 
	border: 1px solid gray; 
	padding: 2px; 
	text-align: left; 
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.tag1s {font-size: 8px;}
.tag2s {font-size: 10px;}
.tag3s {font-size: 15px;}
.tag4s {font-size: 20px;}


#rlts {
		border: 1px solid #666666;
	}
 
	#rlts tbody tr td {
		font-family: "lucida grande", verdana, sans-serif;
		font-size: 8pt;
		padding: 3px 8px;
		border-left: 1px solid #D9D9D9;
	}
	
	#rlts tbody tr.selected td {
		background-color: #3d80df;
		color: #ffffff;
		font-weight: bold;
		border-left: 1px solid #346DBE;
		border-bottom: 1px solid #7DAAEA;
	}