@import url("reset.css");
html, body {
	height: 100%;
}
html {
	padding: 0;
	margin: 0;
}
body {
	background: #fff url(../images/bg_body.gif) 50% 0 repeat-y;
	margin: 0 auto;
	padding: 0;
	color: #000;
}
a:active, a:link, a:visited {
	color: #666;
	text-decoration: none;
	cursor: pointer;
	border: 0;
}
a:hover {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}
:focus {
	outline: none;
}

strong {
	font-weight: bold;
}
ul, ol {
	margin: 0 0 15px;
}
ul li, ol li {
	list-style: none;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	line-height:1.2em;
}
h1 {
	font-weight: bold;
	font-size: 2em;
	margin: 0 0 10px;
}
h2 {
	font-weight: normal;
	font-size:1.4em;
	margin: 0 0 10px;
}
h3 {
	font-size:1.4em;
	font-weight: bold;
	margin: 0 0 10px;
}
h4 {
	font-weight: bold;
	font-size:1.2em;
	margin: 0 0 10px;
}
h5 {
	font-weight: normal;
	font-size:1.1em;
	margin: 0 0 10px;
}
h6 {
	font-weight: bold;
	font-size:1em;
	margin: 0;
}
p {
	margin: 0 0 1em;
}
ul, ol {
	margin: 0 0 1em 2em;
}
ul li {
	list-style: disc;
}
ol li {
	list-style: decimal;
}

table {
	margin: 0 0 10px;
}
table th, table td {
	padding: 5px 10px;
	border: 1px solid #000;
}
table caption {
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
}
table th {
	text-align: left;
	font-weight: bold;
}
table td {
	text-align: left;
	vertical-align: top;
}

p, li, dd, dt, th, td {
	font-size: 1.2em;	
	line-height: 1.4em;
}
li li, li p, li dd, li dt, li th, li td,  
dd li, dd p, dd dd, dd dt, dd th, dd td,  
dt li, dt p, dt dd, dt dt, dt th, dt td,  
th li, th p, th dd, th dt, th th, th td,  
td li, td p, td dd, td dt, td th, td td {
	font-size: 1em;
}
dl {
	margin: 0 0 1em;	
}
dl dt {
	font-weight: bold;
	margin: 0;
}
dl dd {
	font-weight: normal;
}
blockquote {
	border-left:5px solid #ccc;
	margin: 15px 30px 0 10px;
	padding-left: 20px;
}

#outer {
	width: 980px;
	margin: 0 auto;
	height: 100%;
}
#container {
	padding: 0 40px;
	height: 100%;
}
#sidebar {
	background: url(../images/bg_sidebar_outer.gif) 0 0 repeat-y;
	height: 100%;
	float: left;
	width: 195px;
}
#sidebar_content {
	position: relative;
	background: #fff url(../images/bg_sidebar.gif) 0 0 repeat-y;
	margin: 40px 0 0;
	padding: 25px 0 35px;
}
#sidebar h2 {
	font-family:"Times New Roman", Times, serif;
}
#content {
	float: right;
	padding: 15px 0 0;
	width: 661px;
}
#sidebar h1#logo {
	margin: 0 0 20px;
	line-height: 1em;
}
#sidebar h1#logo a, #sidebar h1#logo a:visited {
	display: block;
	background: url(../images/logo_prime.gif) 0 0 no-repeat;
	text-indent: -9999px;
	text-decoration: none;
	height: 33px;
}
#sidebar h2 {
	line-height: 1.4em;
	margin: 0 0 35px;
}
#sidebar #navigation {
}
#sidebar #navigation ul {
	margin: 0;
	padding: 0;
}
/* First level */
#sidebar #navigation ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 1.3em;
	line-height: 22px;
}
#sidebar #navigation ul li a, #sidebar #navigation ul li a:visited {
	color: #000;
	display: block;
}
#sidebar #navigation ul li a:hover{ text-decoration:underline;}


/* Second level */

#sidebar #navigation ul li ul {
	display: none;
}
#sidebar #navigation ul li ul.admin {
	display: block;
}

#sidebar #navigation ul li ul li {
	font-size: 1em;
}
#sidebar #navigation ul li ul li a, #sidebar #navigation ul li ul li a:visited {
	padding: 0 0 0 11px;
	/* color: #00bce4; */
	color:  #AEB2AC;

}
/* Active state */
#sidebar #navigation ul li.active a, #sidebar #navigation ul li.active a:visited {
	color: #00bce4;
}
#sidebar #navigation ul li ul li.active a {
	background: url(../images/icon_star.gif) 0 8px no-repeat;
}

#sidebar #navigation ul li.add_page a {
	font-weight: bold;
	color: #00bce4;
	text-transform: uppercase;
}
#sidebar #navigation ul li.unpublished a, #sidebar #navigation ul li.unpublished a:visited {
	color: #ccc;
}
.header_nav {
	padding: 0 22px 0 0;
	margin: 0;
	height: 73px;
}
.header_nav p {
	float: right;
	margin: 0;
}
#mailing_list p #button_join_mailing, #mailing_list p span#subscribed {
	display: block;
	float: right;
	background: #d2d4c7;
	padding: 7px 11px;
	color: #fff;
}
#mailing_list p #button_join_mailing:hover{
	text-decoration:underline;
}
#logout a {
	color: #fe0000;
	text-decoration: underline;
}
#form_subscribe {
	margin: 0;
}
#form_subscribe p {
	display: block;
	float: right;
	background: #d2d4c7;
	padding: 5px 5px 5px;
	margin: 0;
	line-height: 1em;
}
#form_subscribe p input {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}
#form_subscribe p .input_text {
	padding: 4px 10px 4px;
	color: #555;
	width: 250px;
	border: 0;
}
#form_subscribe p .input_submit {
	width: 70px;
	padding: 4px 0 2px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	border: 0;
	background: none;
	cursor: pointer;
}
#banner_container {
	background: url(../images/img_banner_shadow.png) 0 0 no-repeat;
	color:#fff;
	padding: 0 21px 30px 0;
}
#banner, #homepage_banner {
	background: #fff;
	position: relative;
	width: 640px;
	height: 380px;
	overflow: hidden;	
}
#banner ul, #homepage_banner ul {
	height: 380px;
	margin: 0;
	padding: 0;
}
#banner ul li, #homepage_banner ul li {
	position: relative;
	width: 640px;
	height: 380px;
	overflow: hidden;	
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
}
#banner ul li li, #homepage_banner ul li li {
	width: auto;
	height: auto;
}
#banner ul li .banner_content_container {
	position: absolute;
	top: 0;
	left: 0;
	width: 640px;
	height: 380px;
	overflow: hidden;	
}
#banner ul li .banner_content_container .banner_content {
	padding: 60px;
}
#banner ul li .banner_content_container .banner_content h1,
#banner ul li .banner_content_container .banner_content h2,
#banner ul li .banner_content_container .banner_content h3,
#banner ul li .banner_content_container .banner_content h4,
#banner ul li .banner_content_container .banner_content h5,
#banner ul li .banner_content_container .banner_content h6,
#banner ul li .banner_content_container .banner_content p,
#banner ul li .banner_content_container .banner_content a,
#banner ul li .banner_content_container .banner_content a:visited {
	color: #fff;	
}
#banner ul li .banner_content_container .banner_content a:hover {
	color: #fff;
	text-decoration: underline;
}

#banner ul li .banner_content_container .banner_content h2 {
	font-size: 1.9em;
	margin: 0 0 35px;
}
#banner ul li img, , #homepage_banner ul li img {
	display: block;
	overflow: hidden;
}
#main_content {
	padding: 0 23px 0 0;
	position: relative;
	z-index: 98;
}
#main_content h1.content_title {
	background: url(../images/bg_content_title.gif) 0 9px repeat-x;
	font-size: 1.3em;
	font-weight: normal;
	margin: 0 0 5px;
}
#main_content h1.content_title span {
	background: #edeeeb;
	padding: 0 10px 0 0;
}
#main_content h1.content_title span a, #main_content h1.content_title span a:visited {
	color: #00afe2;
	margin: 0 0 0 5px;
}
#main_content h3 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 0 0 20px;
}
#main_content .content_detail {
	width: 380px;
	display: none;
	
}
#main_content .content_detail .content_description p {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
}
#banner .about_content h1 {
	font-size: 1.9em;
	margin: 0 0 35px;
	font-weight: normal;
	width: 440px;
}

/* Contact Page */
#banner ul li.contact_content .banner_content_container .banner_content{
	padding: 80px 445px 0 40px;
	text-align: right;
}

#banner ul li.contact_content .banner_content_container .banner_content h1{
	margin:0;
	font-size:1em;
	font-weight:normal;
}
#banner ul li.contact_content .banner_content_container .banner_content p{
	font-size:1em;
	margin:0 0 1.3em 0;
}
#banner ul li.contact_content .banner_content_container .banner_content p a{ 
	color:#fff; 
	display:block; 
	font-weight:bold;
	font-style: italic;
}
#banner ul li.contact_content .banner_content_container .banner_content p a.directions {
	color: #ceff03;

}
#banner ul li.contact_content .banner_content_container .banner_content p a:hover{
	text-decoration:underline;
}

/* Jobs Page */
#banner ul li.jobs_content .banner_content_container .banner_content h1{
	font-size:22px;
	font-weight:normal;
	margin:0 0 1.4em 0;	
}
#banner ul li.jobs_content .banner_content_container .banner_content h1 a{ 
	font-weight:bold;
}

#about_page h1.content_title {
	background: none !important;
}

.loginlabel {
	float: left;
	width: 70px;
	margin-top: 2px;
}

.clear {
	clear: both;
}
#navigation li.nextTarget a {
	background-color: #efefef;
}
#navigation li li.nextTarget a {
	background-color: #efefef !important;
}
#navigation .nextTarget li a {
	background-color: transparent;
}
.slidecontent h3 {font-style: italic;}
