/* Headings */
h1 { padding-bottom: 8px; font-size: 30px; line-height: 2em; color: #000; }
h2 { margin-bottom: 8px; font-size: 20px; line-height: 2em; color: #0052c4; border-bottom: 1px dotted #595959; }
h3 { font-size: 14px; color: #444; }
h4 {}
h5 {}
h6 {}

/* Text */
body { font: 12px/1.5 Verdana, Helvetica, Arial, sans-serif; color: #333; background: #fff; }
p { padding: 0 0 15px; }

/* Links */
a:link, a:visited { text-decoration: none; color: #104998; }
a:hover, a:active { text-decoration: underline; }

/* Forms */
form          {}
fieldset {
	width: 400px;
}
fieldset h3 {
	padding-bottom: 3px;
	margin-bottom: 10px;
	background: url('objective-company/hr-style-1.png') bottom repeat-x;
}

label {
	padding: 0 5px 0;
}
label.success      { color: #33cc00; }
label.error        { color: #ff0000; }

input[type=text],
input[type=password],
textarea {
	display: block;
	margin: 3px;
	padding: 4px;
	width: 250px;
	border: 1px solid #999;
}
textarea {
	height: 160px;
	width: 385px;
}

input[type=checkbox] {
	margin-left: 20px;
}

.button-style a:link,
.button-style a:visited,
a.button-style:link,
a.button-style:visited,
input[type=submit],
input[type=button] {
	cursor: pointer;
	padding: 4px 8px;
	text-decoration: none;
	color: #555;
	background: #eee;
	border: 1px solid #999;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.button-style a:hover,
.button-style a:active,
a.button-style:hover,
a.button-style:active,
input[type=submit]:hover,
input[type=button]:hover {
	text-decoration: none;
	color: #333;
	background: #ddd;
}

/* Table */
table         {}
caption,th,td {}

/* Lists */
#content section ol, #content section ul { list-style-position: outside; margin: 0 20px 15px; }
#content section ol { list-style-type: decimal; }
#content section ul { list-style-type: disc; }
#content section ol ol, #content section ul ul { margin: 0 0 0 20px; padding-left: 20px; }
#content section li { padding: 5px 0; margin: 0; }

/* Layout */
html {
	background: #eaeaea url('objective-company/html-bg.png') repeat-x;
}

body {
	background: url('objective-company/body-bg.png') no-repeat top center;
}

#container {
	position: relative;
	margin: 0 auto;
	padding: 0 10px;
	width: 980px;
}

header {
	position: relative;
	height: 145px;
	background: url('objective-company/header-bg.png') bottom center no-repeat;
}
.layout-two-column header {
	background: url('objective-company/header-bg-layout-two-column.png') bottom center no-repeat;
}

header .logo h1 {
	position: absolute; left: -999em;
}
header .logo a {
	position: absolute;
	top: 35px;
	left: 30px;
	z-index: 100;
	width: 350px;
	height: 65px;
	background: url('objective-company/logo.png') bottom center no-repeat;
}

header nav {
	position: absolute;
	top: 0;
	right: 8px;
	padding: 0 10px 0 0;
	height: 24px;
	background: url('objective-company/nav-header-bg-right.png') no-repeat right;
}
header nav ul {
	float: right;
	height: 21px;
	padding: 3px 0 0 10px;
	background: url('objective-company/nav-header-bg-left.png') no-repeat;
}
header nav li {
	float: left;
}
header nav li a:link, header nav li a:visited {
	display: block;
	float: left;
	padding: 0 10px;
	height: 18px;
	font-weight: bold;
	color: #000;
}
header nav li a:hover, header nav li a:active {
	text-decoration: none;
	border-bottom: 2px solid #aaa;
}
header nav li.active a:link, header nav li.active a:visited {
	text-decoration: none;
	border-bottom: 2px solid #777;
}

#navigation nav {
	position: absolute;
	top: 42px;
	right: 16px;
	height: 60px;
	min-width: 542px;
	width: auto !important;
	width: 542px; /* Fix for IE 6 */
	z-index: 10;
	font-size: 1.05em;
	background: url('objective-company/nav-bg.png') no-repeat;
	/*background: url('objective-company/navigation-bg-left.png') no-repeat left;*/
}
#navigation nav ul {
	height: 60px;
	padding: 0 10px;
	/*background: url('objective-company/navigation-bg-right.png') no-repeat right;*/
}

/* Navigation Menu Item */
#navigation nav ul li {
	position: relative;
	float: left;
}

#navigation nav ul li a:link, #navigation nav ul li a:visited, #navigation nav ul li a:active {
	display: block;
	float: left;
	padding: 22px 22px 0;
	height: 38px;
	font-size: 1.05em;
	font-weight: bold;
	color: #fff;
}
#navigation nav li.active {
	background: url('objective-company/nav-active.png') repeat-x;
}
#navigation nav .active a {
}

/* Dropdown Menu */
#navigation nav ul li ul {
	display: none;
	padding: 0;
	height: auto;
	z-index: 20;
	background: #fff url('objective-company/navigation-dropdown-bg.jpg') repeat-x;
	border: 1px solid #000;
	border-width: 0px 1px 1px;
}

#navigation nav ul li ul li {
	padding: 0;
	width: auto;
	white-space: nowrap
}

#navigation nav ul li:hover ul {
	display: block;
	position: absolute;
	top: 55px;
	left: 0px;
}

/* Dropdown Menu Items */
#navigation nav ul li:hover ul li a:link, #navigation nav ul li:hover ul li a:visited {
	margin: 0;
	padding: 5px 20px 0;
	height: 25px;
	font-weight: normal;
	color: #000;
}
#navigation nav ul li:hover ul li:hover, #navigation nav ul li:hover ul li:active {
	width: 100%;
	background-color: #c4d5ff;
}

/* Dropdown Menu Active Menu Item */
#navigation nav ul li.active ul li.active {
	background: none;
}
	#navigation nav ul li.active ul li.active a:link, #navigation nav ul li.active ul li.active a:visited {
		font-weight: bold;
		color: #000;
	}
	#navigation nav ul li.active ul li.active a:hover, #navigation nav ul li.active ul li.active a:active {
	}

#content {
	min-height: 300px;
	height: auto !important;
	height: 300px;
	background: url('objective-company/content-bg.png') repeat-y center;
}
.layout-one-column #content section {
	width: 920px;
	padding: 15px 30px;
}
.layout-two-column #content {
	background: url('objective-company/content-bg-layout-two-column.png') repeat-y;
}
.layout-two-column #content section {
	float: right;
	padding: 15px 40px 10px 25px;
	width: 680px;
}
.layout-two-column #content aside {
	float: left;
	padding: 0 10px;
	width: 210px;
}

/* Sidebar Navigation */
#content aside nav {
	border-bottom: 1px dotted #595959;
}
#content aside nav h2 {
	padding: 0 0 0 12px;
	color: #000;
}
#content aside nav ul {
	padding: 5px 5px 10px 16px;
	font-size: 12px;
}
#content aside nav ul li {
	margin-bottom: 2px;
}
#content aside nav ul li a {
	padding-left: 20px;
}
#content aside nav ul li a.active {
	display: block;
	background: url('objective-company/bullet-triangle-blue-glow.png') center left no-repeat;
}

footer {
	position: relative;
	height: 40px;
	padding-top: 16px;
	background: url('objective-company/footer-bg.png') no-repeat top center;
}
.layout-two-column footer {
	background: url('objective-company/footer-bg-layout-two-column.png') no-repeat;
}
footer nav {
	margin-left: 15px;
}
footer nav li {
	float: left;
	padding: 0 7px;
}
footer .statistics {
	position: absolute;
	top: 17px;
	right: 240px;
	font-size: .8em;
	color: #666;
}
footer .copyright {
	float: right;
	margin-right: 20px;
}
