@charset "utf-8";
/* css Document */

/*  Neuralieve.com, primary.css - Layout and Functionality */ 

/* ----------| Initial Page Structure |---------- */ 
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #473628;
	background-color: #d9efee;
}

#wrapper {
	width: 900px;
	height: 1000px;
	margin: 35px auto 0 auto;
	position: relative;
}

#tagline {
	background: url(../images/tagline.png) no-repeat;
	width: 628px;
	height: 65px;
	margin: 0px 10px;
	padding: 10px 10px 10px 240px;
}

#banner {
	width: 600px;
	height: 375px;
	margin: 0px;
	z-index: 0;
	position: absolute;
	left: 11px;
	top: 10px;
}
	
#quicklinks {
	width: 245px;
	height: 260px;
	background: url(../images/quicklinks2.jpg) no-repeat;
	margin: 0px;
	padding: 20px 15px 10px 15px;
	position: absolute;
	left: 614px;
	top: 95px;
}

#navigation {
	position: absolute;
	background-color: #009290;
	padding: 5px;
	margin: 0px 10px;
	z-index: 4000;
	left: 1px;
	top: 385px;
}

#content {
	width: 856px;
	margin: 0 10px;
	padding: 10px;
	border-left: 1px solid #473628;
	border-right: 1px solid #473628;
}

#welcome {
	width: 856px;
	height: 329px;
	float: left;
	position: absolute;
	left: 23px;
	top: 445px;
}

#login {
	width: 200px;
	height: 250px;
	background: url(../images/login-box2.jpg) no-repeat;
	margin: 0px;
	padding: 10px 10px 0 25px;
	position: absolute;
	left: 644px;
	top: 445px;
}

#container {
	width: 856px;
	height: 715px;
}

#footer {
	width: 840px;
	height: 15px;
	margin: 0px 5px;
	padding: 5px 0px;
	border-top: 1px solid #473628;
	position: absolute;
	left: 21px;
	top: 808px;
}

#register {
	width: 805px;
	height: 430px;
	margin: 20px;
	padding: 10px;
}

/* ----------| Headers/Text |---------- */ 
h3 {
	font: 24px "Trebuchet MS",Arial,sans-serif;
	color: #009290;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 5px 0;
}

.tagline {
	font: 18px "Trebuchet MS",Arial,sans-serif;
	color: #fff;
	font-style: italic;
	margin-left: 240px;
}

.subhead {
	font: 14px "Trebuchet MS",Arial,sans-serif;
}

.qlinks {
	font: 14px "Trebuchet MS",Arial,sans-serif;
	color: #473628;
}

.sec_link {
	font: 20px "Trebuchet MS",Arial,sans-serif;
	color: #009290;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

.sec_link a:hover {
	font: 20px "Trebuchet MS",Arial,sans-serif;
	color: #009290;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

h2 {
	font: 18px "Trebuchet MS",Arial,sans-serif;
	font-weight: normal;
	border-bottom: 1px solid #655745;
	margin-bottom: 5px;
}

.input {
	font: 12px "Trebuchet MS",Arial,sans-serif;
}

.footer {
	font: 10px "Trebuchet MS",Arial,sans-serif;
	margin-right: 10px;
}
	


/* ----------| Default Utilities |---------- */ 

.left { 
	float: left;
	position: relative;
	margin: 6px 10px 2px 0;
}

.right { 
	float: right;
	position: relative;
	margin: 6px 0 2px 10px;
}

.clear {
	clear: both;
}

.clear-left { 
	clear: left;
}

.clear-right { 
	clear: right;
}

.clear-none { 
	clear: none;
}

.center { 
	text-align: center;
}

.autoclear:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

.autoclear { 
	display: inline-block;
}

.autoclear { 
	display: block;
}

/* ----------| Form Elements |---------- */
input {
	background-color: #f1f3cd;
	border: 1px solid #473628;
}

radio {
	border: 0px;
	background-color: #FFF;
}

.contentA {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	width: 790px;
	padding-top: 10px;
}

.left {
	padding-right: 0px;
	padding-left: 75px;
	min-height: 18px;
	float: left;
	padding-bottom: 0px;
	width: 300px;
	padding-top: 3px;
	text-align: right;
}
.right {
	padding-right: 100px;
	padding-left: 5px;
	min-height: 18px;
	float: left;
	padding-bottom: 5px;
	width: 275px;
	padding-top: 3px;
	text-align: right;
}

#buttons {
	width: 200px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: center;
	position: relative;
}

.left1 {
	padding-right: 0px;
	padding-left: 0px;
	min-height: 18px;
	float: left;
	padding-bottom: 0px;
	width: 275px;
	padding-top: 5px;
	text-align: right;
}

.right1 {
	padding-right: 0px;
	padding-left: 30px;
	min-height: 18px;
	float: left;
	padding-bottom: 5px;
	width: 250px;
	padding-top: 5px;
	text-align: right;
}

.left_date {
	padding-right: 0px;
	padding-left: 100px;
	min-height: 18px;
	float: left;
	padding-bottom: 0px;
	width: 275px;
	padding-top: 3px; 
	font-weight: bold;
}

.right_date {
	padding-right: 0px;
	padding-left: 100px;
	min-height: 18px;
	float: left;
	padding-bottom: 5px;
	width: 275px;
	padding-top: 3px;
	font-weight: bold;
}


.full {
	padding-left: 5px;
	padding-right: 0px;
	min-height: 18px;
	float: left;
	width: 750px;
	padding-top: 3px;
	text-align: right;
}

.clear {
	clear: both;
	float: none;
	height: 0px;
}

.row {
	display: block;
	min-height: 32px;
}

.text {
	width: 160px;
}

tr:focus {
	background-color: #fcfcf0;
}

td {
	valign: top;
}

.over {
	background-color: #e3e798;
}

.scroll-data {
	width: 500px;
	background-color: #f1f3cd;
	border: 1px solid #473628;
	overflow:auto;
	height:50px;/*this becomes the editable height*/
	padding: 5px;
	margin-left: 100px;
}

/* ----------| Table Styling |---------- */ 

/* ----------| Links |---------- */ 

a { 
	color: #FFFFFF;
	underline: none;
}

a:hover { 
	color: #FFFFFF;
	text-decoration: none;
}

#wrapper #roundedbox_middle #quicklinks .qlinks {
	color: #473628;
}

#wrapper #roundedbox_middle #content #footer .footer a {
	color: #473628;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

	/* ----------| Navigation |---------- */ 

#navigation ul#nav { 
	z-index: 4000;
	background: #14735d url(../images/tab-bg.gif) repeat-x left top;
	list-style: none;
}

#navigation ul#nav li { 
	position: relative;
	float: left;
	text-align: center;
	line-height: 1em;
	list-style: none;
	
}

#navigation ul#nav li a { 
	display: block;
	padding: 12px 0;
	color: #fff;
	text-decoration: none;
	text-align: left;
	border-right: 1px solid #009290;
	font-size: 13px;
	text-align: center;
	font-family: "Trebuchet MS",Arial,sans-serif;
}

#navigation ul#nav li a span { 
	padding: 0 15px 0 10px;
}

#navigation .item1 { width: 90px; }
#navigation .item2 { width: 137px; }
#navigation .item3 { width: 171px; }
#navigation .item4 { width: 147px; }
#navigation .item5 { width: 125px; }
#navigation .item6 { width: 106px; }
#navigation .item7 { width: 93px; }

		/* ----------| Navigation (Drop Down) |---------- */ 

		#navigation ul#nav  li ul { 
			display: block;
			position: absolute;
			left: -999em;
			width: 162px;
			padding: 3px 8px 3px 8px;
			background: #199985 url(../images/sub-bg.gif) repeat-x left top;
			border-bottom: 5px solid #009290;
		}

		#navigation ul#nav  li:hover ul, 
		#navigation ul#nav  li.over ul /* used to target IE via script */ { 
			display: block;
			left: 0;
			top: 100%;
			position: absolute;
			z-index: 3000;
			width: 146px;
		}

		#navigation ul#nav  li ul li { 
			width: 146px;
			height: auto;
			background: transparent;
			text-indent: 0;
			padding: 0;
		}

		#navigation ul#nav  li:hover ul li a, 
		#navigation ul#nav  li.over ul li a { 
			display: block;
			width: 126px;
			background: transparent;
			padding: 7px 10px;
			text-decoration: none;
			margin: 0;
			color: #eee;
			text-indent: 0;
			text-align: left;
			border: 0;
			font-size: 11px;
			white-space: nowrap;
		}

		#navigation ul#nav li ul li a:hover { 
			color: #fff;
			background-color: #66bebc;
		}
		
#navigation ul#nav li.active a, 
#navigation ul#nav li a:hover, 
#navigation ul#nav li:hover a, 
#navigation ul#nav li.over a { 
	background: #009290;
}


/* ----------| Rounded Boxes |---------- */
			#roundedbox_top {
				background: url(../images/roundedbox-top.png) no-repeat;
				width: 900px;
				height: 10px;
			}
			
			#roundedbox_middle {
				background: #fff;
				border-left: 1px solid #473628;
				border-right: 1px solid #473628;
				width: 898px;
				height: auto;
			}
			
			#roundedbox_bottom {
				background: url(../images/roundedbox-bottom.png) no-repeat;
				width: 900px;
				height: 20px;
				margin: 0 auto;
			}	


/* ----------| Forms |---------- */ 
input {
	background-color: #fdfdf7;
	border: 1px solid #dfe48a;
	margin-bottom: 5px;
}

radio {
	border: 0px;
}

.checkbox {
	background-color: none;
	border: 0px;
	float: left;
	margin-right: 5px;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('../images/buttons/bg_button_a.gif') no-repeat scroll top right;
    color: #473628;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	margin-top: 5px;
}

a.button span {
    background: transparent url('../images/buttons/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}  

.arrows {
	color: #009290;
	font-weight: bold;
}
s
