﻿html
{
	text-align:left;
	background-color: #154494;
	background-image: url('../media/image/background.jpg');
	background-repeat:repeat-x;
}

body
{
	width:1000px;
	margin:6px 0 0 25px;
	text-align:left;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
}

img
{
	border:0;
}

a
{
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
	color:#154494;
}

fieldset
{
	border:solid 2px #ccc;
	padding:10px;
}

fieldset legend
{
	font-weight:bold;
}

/* TOP NAV */
#topnav
{
	width:100%;
	height:37px; /* height of tab image*/
}

#topnav a
{
	float:right;
}
/* TOP NAV */

/* HEADER */
#header
{
	width:100%;
	background-color:#fff;
	height:82px;
	position:relative;
}

#header .userlogin
{
	position:absolute;
	top:10px;
	right:10px;
}

#header .newslettersignup
{
	position:absolute;
	top:35px;
	right:10px;
}

#header .apply
{
	position:absolute;
	top:10px;
	left:400px;
	color: #154493; 
	font-size: 28px;
	font-weight: bold;
	text-decoration:none;
	line-height:28px;
}

#header .apply:hover
{
	color: #3965B6;
}

#header .apply span
{
	color:#88CC22;
}

#header .facebook
{
    position:absolute;
    top:15px;
    right:145px;
}
/* HEADER */

/* MENU */
#menu
{
	background-color:#DAF1BD;	
	border-top:solid 1px #8CCF21;
	border-right:solid 1px #8CCF21;
	overflow:hidden;
	padding-bottom:10px;
	padding-left:20px;
}

#menu .rightnow
{
	float:right;
	clear:none;
}
/* MENU */

/* CONTENT */
#content
{
	width:100%;
	background-color:Silver;
	height:600px;
	
}

#content .contentleft
{
	width:20%;
	vertical-align:top;
	background-color:#DAF1BD;
	border-right:solid 1px #8CCF21;
}

#content .contentcenter
{
	width:80%;
	vertical-align:top;
	background-color:White;
	/*background-image:url('../media/image/loop.jpg');*/
	background-position:center 30px;
	background-repeat:no-repeat;
	border-top:solid 1px #8CCF21;
	padding:15px;
}

/*#content .contentcenter h1
{
	margin:0;
	text-align:center;
	font-size:1.3em;
	background-color:#333399;
	padding:5px 0;
	color:#fff;
}*/

#content .contentcenter h1 img
{
	padding:0 3px;
}

#content .contentright
{
	width:20%;
	vertical-align:top;
	background-color:#E7EBF7;
	border-left:solid 1px #B5C7EF;
	border-bottom:solid 1px #B5C7EF;
}

/* CONTENT */


/*
Calendar
*/
.event
{
	margin-bottom:10px;
}

.event dt
{
	font-weight:bold;
	font-size:14px;
}

.event dd
{
	padding:2px;
}

.event a
{
	text-decoration:underline;
}

.calendar
{
	background-color:#fff;
	float:right;
	width:180px;
	border:solid 2px #000;
}

.calendar td, .calendar th
{
	text-align:center;
	font-size:14px;
	padding:2px;
}

.calendar a
{
	text-decoration:none;
}

.calendar .title
{
	background-color:#154494;
	color:#fff;	
	text-align:center;
	padding:0;
	margin:0;
}

.calendar .selected
{
	color:#fff;
	font-size:20px;
}

.calendar .hasevent
{
	font-weight:bold;
	background-color:#86CB22;
	color:#fff;	
}

.calendar .hasevent a:hover
{
	
}

.nextprev
{
	font-size:24px;
	color:#fff;
}

/* CALENDAR */

.header
{
	font-weight:bold;
	font-size:large;
}

.right
{
	font-weight:bold;
	text-align:right;
	vertical-align:top;
}

.bold
{
	font-weight: bold;
}

.grid
{
	margin:10px 0 10px 0;
	width:100%;
}

.grid thead, .grid th
{
	background-color:#3965B5;
	color:#fff;
	
}

.grid th
{
	padding:5px;
}

.grid tbody td
{
	border-bottom:solid 1px #ccc;
}

#joblisting
{
	margin: 10px;
}

#newsdetail
{
	margin: 10px;
}

.rightsidelinks
{
	margin:0px 0px 0px 10px;
	padding-bottom:5px;
	border-bottom: solid 1px #333399;
}

.leftsidelinks
{
	margin:0px 5px 0px 10px;
	padding-bottom:5px;
	border-bottom: solid 1px #333399;
}

#sendmyresume td
{
	padding: 5px 0px 5px 0px;
}

.cblSkills input
{
	margin:0 5px;
}

.numeric
{
	width: 50px;
}

.datepicker
{
	width:90px;
}

.timepicker
{
	width:60px;
}

.form td, .form th
{
	vertical-align: top;
	padding: 4px;
	text-align:left;
}

.validity
{
	margin: 0;
	padding: 0 0 0 15px;
	width: 250px;
	text-align: left;
}

.validity li
{
	list-style-type: disc;
	color: #000;
}

.whettstonefooter
{
	float:right;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}

.whettstonefooter .location
{
	font-size:8px;
}

.required
{
	border-bottom:solid 2px red;
}