/* Start of CMSMS style sheet 'Layout' */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	text-align: center;
	font-family: helvetica, arial;
	margin-bottom: 20px;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Clearing */
.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
 .clear {
 	clear: both;
	height: 1px;
	line-height: 1px;
 }

p {
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}

strong, b { font-weight: bold; }

#page {
	margin: 0 auto;;
	width: 960px;
	text-align: left;
	border-bottom: solid 2px #BDBEC1;
	padding-bottom: 10px;
}

#header {
	background: url(uploads/images/layout/employment/header_clean.png);
	height: 125px;
}

#tabs {
	margin-bottom: 5px;
}	

#side_bar {
	float: right;
	width: 200px; 
}

#content {
	float: left;
	width: 740px;
}

/* Grey Search Box */
.grey_search_top, .grey_search, .grey_search_botom {
	width: 740px;
}

.grey_search_top {
	background: url(uploads/images/layout/employment/grey_search_top.png) no-repeat;
	height: 11px;
}

.grey_search {
	background: url(uploads/images/layout/employment/grey_search.png);
}

.grey_search div {
	padding: 0px 10px;
}

.grey_search td, .grey_search th{
	font-size: 12px;
	color: #2A55A0;
	font-weight: bold;
	padding: 4px;
}

.grey_search td {
	padding: 4px 20px 4px 4px;
}

.grey_search_bottom {
	background: url(uploads/images/layout/employment/grey_search_bottom.png) no-repeat;
	height: 12px;
}



/* End of 'Layout' */

