/*
 * File: style.css
 * Author: Evan Culver for Kern Marketing
 * Description: Global style definitions
 * 
 */

 body {
	background-color: #9DACB2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666600;
}
table line {
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #19B2CD;
}

a { color: #666600; }

h1 {
	color: #14B0CC;
	font-size: 24px;
	font-weight: normal;
	line-height: 1;
	vertical-align: top;
}

h2 {
	color: #14B0CC;
	font-size: 14px;
}

h3 {
	color: #666600;
	font-size: 11px;
}


.clear { clear: both; }
.tcenter { text-align: center; }
.tleft { text-align: left; }
.vcenter { vertical-align: middle; }
.vtop { vertical-align: top; }
.smallText { font-size: 8px; }

.button {
	background-color: #19B2CD;
	color: #FFF;
	font-size: 12px;
}

#wrap {
	width: 780px;
	margin: 0 auto;	
}

#headerImage {
	width: 100%;
	height: 328px
}
#newNav {
	margin: 0;
}
#newNav ul {
	margin: 0;
}
#newNav, #newNav ul {
	padding: 0;
	list-style: none; 
	line-height: 20px;
	background-color: #9DACB2;
}
#newNav a {
	display: block;
	width: 148px;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	background-color: #9DACB2;
	text-decoration: none;
	padding: 4px;
}
#newNav a:hover {
	background-color: #14B0CC;
}
#newNav li {
	float: left;
	width: 156px;
}
#newNav li ul {
	position: absolute;
	width: 156px;
	left: -1000em;
}
#newNav li:hover ul {
	left: auto;
}
#newNav li:hover ul, #newNav li.sfhover ul {
	left: auto;
}
#newNav li ul ul {
	margin: -27px 0 0 156px;
}
#newNav li:hover ul ul, #newNav li.sfhover ul ul {
	left: -1000em;
}

#newNav li:hover ul, #newNav li li:hover ul, #newNav li.sfhover ul, #newNav li li.sfhover ul {
	left: auto;
}
#newNav .topLevel {
	text-align: center;
}
#newNav .topLevel:hover {
	background: #14B0CC;
}
#newNav .topLevel2 {
	text-align: center;
	background-image: url(SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
#newNav .topLevel2:hover {
	background: #14B0CC;
	background-image: url(SpryAssets/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
#newNav .secondLevel {
	text-indent: 5px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
#newNav .secondLevel:hover {
	color:#FFFFFF;
}
#newNav img {
	border: 0;
	}
#nav {
	width: 100%;
	height: 37px;
	padding: 0;
	margin: 0;
	border: none;
}

#nav table {
	margin: 0;
	padding: 0;
}

.navItem {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-color: #19B2CD;
	text-align: center;
}

.navItem img { 
	border: none;
}

.subnavItem {
	font-size: 10px;
	font-weight: bold;
	color: #AEA345;
	padding: 0 0 0 20px;
}

#titleImage {
	width: 100%; 
	height: 65px;
}

#body {
	width: 100%;
	color: #666600;
	font-size: 11px;
}

#body tr {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	vertical-align: top;
}

#bodyLeft,
#bodyMiddle,
#bodyRight,
#bodyFullWidth {
	vertical-align: top;
}

#bodyLeft,
#bodyWide,
#bodyMiddle {
	padding: 10px;
}

#bodyLeft {
	width: 225px;
}

#bodyLeft img {
	margin: 0;
	padding: 0;
	border: none;
}

#bodyLeftNav {
	line-height: 30px;
	padding: 10px;
}

#bodyLeftNav td {
	padding: 2px;
	line-height: 15px;
	vertical-align: top;
}

#bodyWide,
#bodyMiddle {
}

#bodyWide {
	width: 555px;
}

#bodyMiddle {
	width: 355px; 
}

#bodyWide h1,
#bodyMiddle h1,
#bodyFullWidth h1 {
	text-align: center;
}

#bodyFullWidthWrap {
	margin: 0 auto;
	width: 80%;
}

#bodyMiddleSubHeader {
	text-align: center;
	color: #AEA345;
	font-size: 10px;
	font-style: italic;
}

#bodyRight {
	width: 180px;
	vertical-align: top;
	text-align: center;
}

.bodyRightBlue {
	background-color: #E2F6FF;
}

.bodyRightWhite {
	background-color: #FFFFFF;
}
#search {
	width: 170px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#calendar {
	margin: 20px 0 0 0;
	width: 100%;
	color: #586B6C;
}

#calendarHeader {
	border-bottom: 1px dotted #586B6C;
	font-size: 16px;
}

.calendarItem {
	padding: 20px 10px 10px 10px;
	text-align: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-bottom-color: #586B6C;
	border-top-color: #586B6C;
}

.calendarItemHeader,
.calendarItemContent {
	font-size: 9px;
	line-height: 1.5;
}

.calendarItemHeader {
	font-weight: bold;
}	

#footer {
	width: 100%;
	margin-top: 20px;
	padding: 5px;
	color: #FFFFFF;
	font-size: 9px;
	text-align: center;
}

#footer a,
#footer a:hover,
#footer a:active {
	color: #FFFFFF;
}

.jobLocation,
.locationTitle {
	background-color: #19B2CD;
	color: #FFF;
	font-size: 12px;
	text-align: center;
}

.jobDescriptionTitle {
	font-weight: bold;
}

.locationContactInfo {
	padding: 10px;
	color: #AEA345;
	text-align: center;
	border-bottom: 1px dotted #0E8CA3;
}

.locationContactInfoHeader {
	font-size: 14px;
	font-weight: bold;
}

.locationContactInfoContent {
	font-size: 10px;
	font-weight: bold;
}

.locationContact {
	margin-top: 10px;
	color: #0E8CA3;
	font-size: 11px;
	font-weight: normal;
}

#contactInfoHeader,
#contactInfoContent {
	color: #14B0CC;
}

#contactInfoHeader {
	font-size: 14px;
	font-weight: bold;
}

#contactInfoContent {
	font-size: 12px;
}

.roundedTop {
	margin: 0;
	padding: 0;
	width: 356px; 
	height: 42px;
	background: #FFF url(images/rounded_top.jpg) no-repeat center center;
}

.roundedMiddle {
	margin: 0;
	padding: 0px;
	width: 356px;
	background: #FFF url(images/rounded_middle.jpg) repeat-y center center;
}

.roundedBottom {
	margin: 0;
	padding: 0;
	width: 356px; 
	height: 48px;
	background: #FFF url(images/rounded_bottom.jpg) no-repeat center center;
}

.roundedMiddleContent {
	padding: 0px 30px 0px 20px;
}

.roundedMiddle p {
	margin: 0;
	padding: 0;
}

.roundedMiddle h1,
.roundedMiddle h2,
.roundedMiddle h3 {
	margin-top: 0;
}
#wrap #body #bodyMiddle .button1 {
	font-size: None;
	height: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #19B2CD;
}
#wrap #body tr #bodyRight p .bluepara {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
	color: #14B0CC;
	display: block;
	text-align: justify;
}
table1 {
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #19B2CD;
	display: compact;
}
table2 {
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #19B2CD;
}

