/*
Theme Name: Organon
Description: Theme created March 2009 for Organon.
Author: Studio66
Author URI: www.studio66design.com

*/
a {
	text-decoration:none;
	color:rgb(0,138,176);
}

a img {
	border:none;
}

body, ul, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

body {
	background-color:rgb(0,57,90);
	background-image:url(images/logobg.gif);
	background-repeat:no-repeat;
	font-size: 12px;
	line-height: 16px;
	color: rgb(81,81,81);
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#devsite {
	font-size: 10px;
	color: #86A686;
	background-color: #466646;
	padding: 0 20px;
	text-align: center;
}
#devsite a {
	color: #86A686;
}

h1 {
	font-weight:normal;
	font-size: 16px;
	text-transform:uppercase;
	color:rgb(7,123,157);
	padding-bottom: 3px;
}

#header h1 {
	display: none;
}

p {
	margin-top: 3px;
}

ul {
	list-style-type:none;
}

#content {
	margin: 0 0 30px 250px;
	border-left: 1px solid rgb(0,138,176);
	padding: 0 222px 0 10px;
	
}

#footer-top {
	text-align:right;
	font-size: 10px;
	color:rgb(0,138,176);
	text-transform:uppercase;
	padding-right:15px;
}
	#footer-top p {
		margin-bottom: 5px;
	}
#footer-bottom {
	background-color:rgb(0,57,90);
	border-top: 6px solid rgb(0,138,176);
	padding-left:50px;
	font-size: 10px;
	color: white;
}
	#footer-bottom a {
		color: white;
	}
	#footer-bottom a:hover {
		text-decoration:underline;
	}
	
#left-image {
	background-color:white;
	width: auto;
	float:left;
}
	#left-image img {
		width:280px;
		padding: 0 10px 5px 50px;
	}
#left-text {
	width:165px;
	padding: 10px 0 40px 65px;
	float:left;
	clear:left;
	min-height:60px;
}
	#left-text ul {
		list-style-type:disc;
	}
	#left-text li {
		line-height: 14px;
		padding-bottom: 8px;
	}

#logo {
	width: auto;
	float:left;
	padding: 30px 0 20px 30px;
}

#main-nav {
	width: auto;
	float:right;
	padding: 15px;
	text-transform:uppercase;
	background-image:url(images/topbg.gif);
	background-repeat:repeat-x;
}
	#main-nav ul {
		display:block;
	}

	#main-nav ul li {
		display:block;
		position:relative;
		width: auto;
		float:left;
		padding: 1px 8px;
		border-left:1px solid rgb(0,57,90);
	}
	#main-nav ul li:first-child {
		border-left:none;
	}
		#main-nav ul li a {
			display:block;
			width: 100%;
			height: 100%;
			color: rgb(0,57,90);
			font-size:11px;
			line-height:11px;
		}
		#main-nav ul li a:hover {
			color: rgb(0,138,176);
		}
		#main-nav ul li ul {
			display:none;
			position:absolute;
			padding-top: 12px;
			left: 3px;
			background-color:white;
		}
		#main-nav ul li ul:hover {
			display:none;
		}
			#main-nav ul li ul li {
				padding: 0;
				display:block;
				height:17px;
				width: 165px;
				margin-top:-1px;
				border-left:none;
				text-transform:capitalize;
			}
			#main-nav ul li ul li a {
				color: rgb(81,81,81);
			}

#page {
	background-color:white;
	margin: 50px;
	min-width: 800px;
	max-width: 1200px;
}

#sidebar {
	width: 192px;
	margin: 0px 15px;
	float:right;
}
	#sidebar li {
		background-image:url(images/sidebg.jpg);
		background-repeat:no-repeat;
		background-position:top right;
		color:rgb(0,57,90);
	}
	#sidebar p.link {
		margin:0;
	}
	
	#sidebar p.link a {
		display:block;
		width: 140px;
		text-transform:uppercase;
		font-size: 14px;
		line-height:16px;
		color:inherit;
		padding: 10px 5px 20px 5px;
		padding-right:40px;
	}
	#sidebar p.description {
		font-size: 10px;
		display:none;
		padding: 0 5px;
		margin-top: -10px;
	}

.clear {
	clear:both;
}

.entry ul {
	overflow:hidden;
	list-style-type:disc;
	padding-left: 16px;
	padding-bottom: 12px;
}
	.entry ul li {
	}





/****** Resume Styles ******/

#jobAppForm {
	margin-top: 15px;
}

#jobAppForm ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#jobAppForm fieldset {
	border: 0;
}



.quickform fieldset {
	border: 0px;
}

.quickform  ol {
	list-style-type: none;
}
.quickform label.element {
	width: 140px;
	text-align: right;
	float: left;
}
.quickform hr {
	clear: both;
}
.quickform .element {
	margin-bottom: 2px;
}
.quickform .error {
	color: #CC3333;
}


a.apply {
	font-size: 10px;
	border: 1px #207CAF solid;
	background-color: #7DBCDF;
	padding: 3px;
	text-decoration: none;
	color: black;
}
a.apply:hover {
	background-color: #B3DAEF;
	color: black;
}
