/*  Body and Container  */

body {
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
	background: url('../design/testbg3.gif');
	font-size: 12px;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	color: #000;
}

#fixed {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	overflow: hidden;
	display: inline-table;
}

strong, em, b, i {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.standout {
	border-top: 1px solid #fae16c;
	border-bottom: 1px solid #fae16c;
	display: block;
	background-color: #fae88a;
	padding: 7px 10px;
	text-align: justify;
	margin: 10px 0 10px 0;
}

.yellowbar {
	display: block;
	padding: 6px 0 7px 0;
	background: #fff1a8 url('design/yellowoneline.gif') no-repeat;
	text-align: center;
	margin-top: 2px;
	margin: 5px 0 10px 0;
}

/*  Link Colors  */

a, li.sub a {
	color: #333;
}

a:hover, li.sub a:hover {
	color: #c00;
	text-decoration: none;
}

/*  Headers  */

h1, h2, h3, h4 {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin-top: 1em 0 0 0;
	padding: 0;
	line-height: normal;
}

h2 {
	font-size: 2.1em;
	font-weight: normal;
	
}

h3 {
	font-size: 1.4em;
	
	font-weight: normal;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

	/* Used on the ERP page to style the "last updated" date of the job listings. */
span.normaltext {
	font-size: 13px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	color: #333;
}

h4 {
	font-size: 1.1em;
	margin-top: 1em;
}

.first {
	margin: 0.7em 0 0.2em;
}

p, form {
	margin: 0em 0 1em;
	padding: 0;
	line-height: 1.4em;
}

/*  Tables  */

table {
	border-collapse: collapse;
	margin: 0.2em 0 0.4em;
	padding: 0;
	line-height: 1.4em;
	width: 100%;
}

td {
	vertical-align: top;
}

/*  Images  */

img {
	margin: 2px 0;
	border: 0;
	vertical-align: bottom;
}

/*  Header  */

#header {
	float: left;
	width: 100%;
	padding: 0;
	margin: 8px 0 0;
	border-bottom: 2px solid #fff;
	height: 110px;
	background: #0a56a4 url('../design/header-logo.gif') no-repeat left top;
}

#header p {
	padding: 0.5em 15px 0.2em;
	margin: 0;
	display: none;
}

#header h1 {
	display: none;
}

/*  Layout  */

#colmask {
	position: relative;
	clear: both;
	float: left;
	overflow: hidden;
	width: 100%;
	background: #fff url('../design/column_background3.gif') repeat-y;
}

#colmid {
	float: left;
	width: 200%;
	position: relative;
	left: 200px;
	border-left: 0px solid #ccc;
}

#colright {
	float: left;
	width: 100%;
	position: relative;
	left: 50%;
	margin-left: -400px;
	border-left: 1px solid #ccc;
}

#col1wrap {
	float: right;
	width: 50%;
	position: relative;
	right: 100%;
}

#col1pad {
	margin: 0 14px 0 415px;
	overflow: hidden;
}

#maincolumn {
	width: 100%;
	overflow: hidden;
	padding-bottom: 15px;
}

#leftcolumn {
	float: left;
	width: 140px;
	position: relative;
	margin-left: -51%;
	left: 212px;
	padding-bottom: 15px;
}

#rightcolumn {
	float: left;
	width: 170px;
	position: relative;
	left: 15px;
	overflow: hidden;
	padding-bottom: 15px;
}

#leftcolumn h2, #rightcolumn h2 {
	font-size: 14px;
	padding-bottom: 0.3em;
	margin: 1.2em 0 0 0;
	font-weight: bold;
	color: #666;
	background: url('../design/header_underline.gif') repeat-x bottom;
}

/*  Banner Ad Placement and Properties   */

#adbanner {
	float: right;
	padding: 16px 15px 0 0;
	margin: 0;
}

.bannerad {
	border: none;
	margin: 0;
}

/*  Sidebar Announcements (see Golf Course sidebar) and Drop Down Navigations (see ACS & CYS Services sidebars)  */

.sidebarann {
	font-size: 10px;
	padding: 2px;
	background-color: #fff;
	display: block;
	text-align: center;
	color: #454545;
	border: 1px solid #d0d0d0;
}

select [disabled] {
	font-weight: bold;
	font-size: 80%;
	letter-spacing: 1px;
}

option.cat {
	color: #333;
	background-color: #e2e2e2;
}

/*  Footer  */

#footer {
	clear: both;
	float: left;
	width: 100%;
	padding: 0;
	height: 32px;
	margin: 0 0 0px;
	border-top: 0px solid #fff;
	background: #0a56a4 url('../design/footer1.gif') no-repeat left top;
}

#footer p {
	padding: 7px 15px 9px;
	margin: 0;
	line-height: 1.2em;
	color: #fff;
	text-align: center;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

/*  Lists */

ul {
	margin: 0.4em 0 1.2em 20px;
	padding: 0;
	list-style-type: disc;
}

ol {
	margin: 0.4em 0 1.2em 20px;
	padding: 0;
	list-style-type: decimal;
}

ul li, ol li {
	margin: 0 0 4px 0;
	padding: 0;
	line-height: 1.4em;
}

ul.subsections {
	list-style-type: none;
	margin: 0.6em 0 0.5em;
	border-bottom: 0 solid #d0d0d0;
	background: #e5e5e5 url('../design/subpage_menu_bg.gif');
	padding: 10px 0 2px;
}

li.sub {
	display: block;
	font-size: 100%;
	padding: 4px;
	margin: 0 0 3px;
	text-align: center;
}

dd {
	margin-left: 12px;
	margin-top: 3px;
	line-height: 100%;
}

dt {
	margin-top: 15px;
}


/*  Horizontal Centered Navigation  */

#centeredmenu {
	float: left;
	width: 100%;
	border-bottom: 0px solid #fff;
	overflow: hidden;
	position: relative;
	background: #333 url('../design/horizontal_menu_bg2.gif') repeat-x;
}

#centeredmenu ul {
	clear: left;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
	text-align: center;
}

#centeredmenu ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	right: 50%;
}

#centeredmenu ul li a {
	display: block;
	margin: 0;
	padding: 6px 16px;
	color: #e2e2e2;
	text-decoration: none;
	line-height: 1.4em;
}

#centeredmenu ul li a:hover {
	background: #fff;
	color: #333;
}

#centeredmenu ul li a.active, #centeredmenu ul li a.active:hover {
	color: #fff;
	background: #000;
	font-weight: bold;
}

/*   Accordian Script from Dynamic Drive  */

.ddheader {
	padding: 5px 20px;
	margin-top: 3px;
	background: url('../design/accordian_background.gif');
	cursor: pointer;

}


.ddcontent {
	padding: 5px 10px 10px 20px;
	line-height: 1.4em;
}

.ddcontent ul {
	margin: 6px 0 0 20px;
}

.ddcontent h4 {
	margin-top: 1em;
}

.dddesc {
	padding: 4px 20px;
}

.expanded {
	background: url('../design/accordian_background3.gif');
}

.collapsed {
	background: url('../design/accordian_background3.gif');
}

.one {
	margin-top: 0.6em;
}

iframe#_atssh
{
   display:none;
}
