/*
Theme Name: VCMS
Theme URI: http://www.vcmsdocs.org/
Description: Theme developed for VCMS.
Version: 1.6
Author: Ashley Nixon
Author URI: http://www.kempertc.com/
*/



/* ------------------------------------------------------------------
 * GLOBAL
 * ------------------------------------------------------------------ */
html, body {
	height: 100%;
}
form {
	margin: 0;
	padding: 0;
}
.label {}
.label_required {
	color: #F00;
	font-weight: bold;
}
.bigger {
	font-size: 16px;
}
.smaller {
	font-size: 10px;
}
.fine_print {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	line-height: 12px;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.white {
	color: #FFF;
}
.black {
	color: #333;
}
.red {
	color: #F00;
}
.strike {
	text-decoration: line-through;
}
.zero {
	border: none;
	margin: 0;
	padding: 0;
}
hr {
	border: 0;
	border-top: 1px solid #d8e5ea;
	padding: 0;
}
a img {
	border:none;
}
a { 
	color: #5d91a6;
	text-decoration: none;
}
a:hover { 
	color: #dea95e;
	text-decoration: none;
}

/* ------------------------------------------------------------------
 * LOCAL
 * ------------------------------------------------------------------ */
h1 {
	color: #262665;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	line-height: 28px;
}
h2 {
	color: #262665;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 23px;
}
h3 {
	color: #262665;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 17px;
}
.nobullet {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
img.alignright {
	border: 1px solid #ededed;
	float: right;
	margin: 0 0 1em 1em;
	padding: 5px;
}
a img.alignright {
	border: 1px solid #ededed;
	float: right;
	margin: 0 0 1em 1em;
	padding: 5px;
}
img.alignnone {
	border: 1px solid #ededed;
	margin: 0;
	padding: 5px;
}
#main ul li {
	padding-bottom: .75em;
}

/* ------------------------------------------------------------------
 * LAYOUT SKELETON
 * ------------------------------------------------------------------ */
body {
	background: #95b3cd url(images/body_bkgd.jpg) repeat-x top center;
	color: #1c1c1c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 17px;
	margin: 0 auto;
	padding: 0;
}
#wrapper {
	background-color: #fff;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
#columns {
	overflow: auto;
	width: 100%;
}
#content_wrapper {
	background: url(images/content_wrapper_bkgd.jpg) repeat-y top center;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 974px;
}
#main_wrapper {
	margin-left: 265px;
}
#main_columns {
	overflow: auto;
	width: 100%;
}
#main {
	margin: 40px 47px 65px 6px;
	padding: 0;
}

/* ------------------------------------------------------------------
 * HEADER
 * ------------------------------------------------------------------ */
#header {
	height: 203px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 974px;
}
#logo {
	position: absolute;
	left: 6px;
	top: 0;
}
#logo_text {
	position: absolute;
	left: 271px;
	top: 89px;
}

/* ------------------------------------------------------------------
 * NAV
 * ------------------------------------------------------------------ */
#nav {
	position: absolute;
	left: 271px;
	top: 172px;
	width: 700px;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav ul li {
	background: url(images/tab_right.gif) no-repeat top right;
	float: left;
	margin: 0 2px 0 0;
	padding: 0;
}
#nav ul li a {
	background: url(images/tab_left.gif) no-repeat top left;
	color: #fff;
	display: block;
	padding: 7px 12px;
	text-decoration: none;
}
#nav ul li a:hover {
	color: #262665;
}
#nav li.current_page_item {
	background: url(images/active_tab_right.gif) no-repeat top right;
}
#nav li.current_page_item a {
	background: url(images/active_tab_left.gif) no-repeat top left;
	color: #262665;
	text-decoration: none;
}

/* ------------------------------------------------------------------
 * LEFT SIDEBAR
 * ------------------------------------------------------------------ */
#left_sidebar {
	background: url(images/sidebar_bkgd.jpg) no-repeat top center;
	height: 115px;
	left: 6px;
	position: absolute;
	top: 0;
	width: 265px;
}
#left_sidebar .content {
	font-size: 13px;
	line-height: 16px;
	padding: 40px;
}
#left_sidebar .content p {
	margin-top: 0;
	padding-top: 0;
}



/* ------------------------------------------------------------------
 * FOOTER
 * ------------------------------------------------------------------ */
#footer {
	background: #95b3cd url(images/footer_bkgd.jpg) repeat-x top center;
	height: 106px;
}
#footer .content {
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding-top: 20px;
}
#footer .content a {
	color: #fff;
	text-decoration: underline;
}
