/*=================================================

	Cascading Style Sheet for CROSSPOINT.TV
	Site design by The A Group | www.agroup.com

=================================================*/

/* BASIC STYLES */

body {
	margin: 0;
	padding: 0;
	
	font: 14px/1.4 "georgia", serif;
	text-align: center;
	
	background: url("../images/main/body_bg.png") center center fixed #000;
	color: #fff;	
}

/*h2 {
	font: normal 36px/0.61em "arial", sans-serif;
	margin: 0 0px;
	padding: 0.915em 13px 0.305em;
	display: block;
}*/

h2 {
	font: bold 28px/0.8em "arial", sans-serif;
	margin: 0em 0 1.2em;
	padding: 0;
	display: block;
	color: #000;
	letter-spacing: -1px;
}

h3 {
	font: bold 17px/1.317 "arial", sans-serif;
	margin: 1.317em 0em -0.658em;
	padding: 0;
	display: block;
}


h4 {
	font: bold 14px/1.6 "arial", sans-serif;
	margin: 1.6em 0 -1.6em;
	padding: 0;
	display: block;
}

p {
	display: block;
	margin: 1.6em 0;
	padding: 0;
}

blockquote {
	margin: 0 1.6em;
	display: block;
}

blockquote.scripture {
	font-style: italic;
}

small {
	font-size: 0.9em;
}

a {
	color: #638ea4 /*#577c90*/;
	font-weight: bold;
}

/* FORMS
=================================================*/

form {
	margin:0;
	padding: 0;
	font-size: 1em;
}

#content_sidebar .input_text {
	border: 1px solid #3a464d;
	background-color: #000;
	color: #fff;
	padding: 2px;
	font-size: 13px;
	line-height: 1.4em;
	margin: 0 0 0.35em 0;
	width: 200px;
}

#content_sidebar .input_submit {
	/*background-color: #fff;
	border: none;
	font-size: 12px;
	line-height: 1.633em;
	padding: 2px 0.35em;*/
}

/* MAIN CONTAINERS
=================================================*/

#container {
	width: 850px;
	margin: 0 auto;
	padding: 16px 0 3.2em;
	text-align: left;
}

#header {
	height: 51px;
	background: url("../images/main/header_bg.gif") left top no-repeat;
}

#header h1 {
	display: inline;
	float: left;
	height: 51px;
	width: 258px;
	margin: 0;
	padding: 0;
	background: url("../images/main/h1_cp_logo_bg.gif") left top;
	
}

#header h1 a {
	display: block;
	height: 51px;
}

#header h1 span {
	display: none;
}

#header a {
	outline: none;
}

/* MAIN NAVIGATION
=================================================*/

#nav {
	display: inline;
	float: left;
	margin: 0;
	padding: 7px 0 0;
	list-style: none;	
	
	font-family: "arial", "lucida grande", "lucida sans unicode", arial;
	font-size: 13px;
	line-height: 35px;
	/*text-transform: uppercase;*/
}

#nav li {
	float: left;
	display: inline;
	padding: 0px 10px;
	margin: 0;
	margin-top: expression('-1px');
	background: url("../images/main/link_bg.gif") left center no-repeat;
}

#nav a {
	/*color: #fff;*/
	text-decoration: none;
	display: block;
	float: left;
	height: 35px;
	font-weight: normal;
	padding: 0 0px 0 0px;

	
}

#nav a:hover {
	text-decoration: underline;
}

#link_home {
	margin-left: 0px !important;
	background-image: none !important;
}

/* CAMPUS SELECTOR */

#campus_selector_wrap {
	float: left;
	width: 200px !important;
	margin: 0 !important;
	padding: 0 !important;
	height: 34px;
}

#campus_selector {
	width: 200px;
	margin: 4px 0 0 !important;
	padding: 0 !important;
	background: url("../images/main/campus_selector_bg.png") no-repeat right top;
	line-height: 25px;
	font-weight: normal;
	text-transform: none;
	font-size: 13px;
	position: absolute;
	z-index: 5000;
	background-color: #000;
	border: 1px solid #363C40;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#campus_selector_link {
	color: #fff !important;
	background-image: none !important;	
	text-decoration: none !important;
	display: block !important;
	float: none !important;
	height: auto !important;
	font-weight: normal !important;
	padding: 0 !important;
	
}	

#campus_selector_link:hover {
	text-decoration: none;	
}

#nav #campus_selector > span {
	padding: 9px;	
}

#campus_selector_popup {
	border-top: 1px dotted #363C40;
	line-height: 25px;
	height: auto !important;
	list-style: none;
	width: 200px;
	padding: 4px 0;
	margin: 0;
	display: none;
	/*background: url("../images/main/campus_selector_popup_bg.png") left top no-repeat;
	behavior: url("/taglib/css/iepngfix.htc");*/
}

#nav #campus_selector_popup li {
	float: none;
	background: none;
	display: block;
	margin: 0;
	padding: 0;
}

#nav #campus_selector_popup a {
	text-decoration: none;
	display: block;
	float: none;
	height: auto;
	font-weight: normal;
	padding: 0 10px;
}

#nav #campus_selector_popup a:hover {
	background-color: #363C40;
	text-decoration: none;
	color: #fff;
}

#nav #campus_selector_popup span {
	padding: 0;
	margin: 0;
}

#nav #campus_selector_popup li > span {
	padding: 0 10px;
}




/* CONTENT
=================================================*/

#content {
	padding: 1px 0px;
}

#content_header {
	padding: 1px 0;
	visibility: hidden;
	height: 6px;
}

#content_footer {
	clear: both;
}


/* CONTENT SIDERBAR
=================================================*/

#content_sidebar {
	display: inline;
	float: left;
	margin: 0 9px 0 0px;
	width: 251px;
	
	font-size: 11px;
	line-height: 1.782em;
	clear: left;
}

#content_sidebar h3 {

}

#content_sidebar h4 {
	/*font-size: 13px;
	margin: 1.507em 0 -1.507em;
	line-height: 1.507em;*/
}

#content_sidebar p {
	margin: 1.782em 0;
	color: #ddd;
}

#content_sidebar a.link_btn {
	background: url("../images/main/buttons/btn-sidebar.png") no-repeat center center;
	line-height: 26px;
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
}


#content_sidebar button.link_btn {
	background: url("../images/main/buttons/btn-sidebar.png") no-repeat center center;
	line-height: 26px;
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	padding: 5px 10px 5px;
	width: auto;
}

.sidebar_box {
	margin-bottom: 9px;
	font-family: arial;
}

.sidebar_box_header {
	height: 14px;
	background: url("../images/main/sidebar_box_header_bg.gif") left top no-repeat;
}

.sidebar_box_body {
	padding: 0px 16px 0px;
	border-left: 1px solid #3a464d;
	border-right: 1px solid #3a464d;
	background-color: #0c1318;
	overflow: auto;
	height: 1%;
}

.sidebar_box_footer {
	clear: both;
	height: 14px;
	background: url("../images/main/sidebar_box_footer_bg.gif") left bottom no-repeat;
}


#content_nav .sidebar_box_header {
	height: 7px;
	overflow: hidden;
	/*background: url("../images/main/sidebar_box_header_bg-nav.gif") left top no-repeat;*/
}

#content_nav .sidebar_box_body {
	/*background: #0c1318 url("../images/main/sidebar_nav_bg.png") -1px -20px no-repeat;*/
}

#content_nav ul {
	margin: 0px;
	padding: 0;
	list-style: none;
	/*text-transform: uppercase;
	font-variant: small-caps;*/
	font-size: 13px;
	line-height: 2.26em;
	font-family: "arial", "lucida grande", "lucida sans unicode", arial, sans-serif;
	border-top: 0px solid #232d33;
	height: expression('1%');

}

#content_nav ul li {
	margin: 0;
	border-bottom: 1px solid #232d33;
}

#content_nav ul li a {
	padding: 0 0px;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	display: block;
	height: expression('1%');	
}

#content_nav ul li a:hover {
	padding-left: 10px;
	background-color: #232d33;
	color: #fff;
}

#content_nav .link_current {
	background: url("../images/main/trans_overlay.png");
	font-size: 17px;
	line-height: 1.728em;
	border-bottom: 1px solid #232d33;
	padding: 0 0 0 0px;
	/*margin: 0.316em 0;*/
}

#content_nav ul li.link_current a {
	padding: 0 !important;	
}

#content_nav .link_current ul {
	display: block;	
}

#content_nav .link_current span {
	padding: 0 0 0 17px;
	background: url("../images/main/link_current_bg.gif") no-repeat 5px center;	
}

#content_nav .section_current {
	/*font-size: 13px;
	line-height: 2.26em;*/
}

#content_nav .section_current span {
	padding: 0 0 0 10px;
	background-image: none;
}

#content_nav .link_current ul li span {
	padding: 0 24px;
	background-image: none;
}

#content_nav ul li ul {
	padding-left: 0px;
	font-size: 12px;
	line-height: 2.448em;
	border-top: 0;
	display: none;
	margin: 0px 0px;
}

#content_nav ul li ul li {
	padding-bottom: expression('1px');
	border-top: 1px solid #000;
	border-bottom: none;
}

#content_nav ul li ul li a {
	border: 0;	
}

#content_nav ul li ul li a:hover {
	padding-left: 5px;
}

#content_nav .link_current_sub {
	font-size: 14px;
	line-height: 2.098em;
	padding: 0 0 0 12px;
	background: url("../images/main/link_current_bg.gif") no-repeat 24px center;	
}


/* MAP POPUP
=================================================*/

#map_popup {
	margin: -225px 0px 0 155px;
	position: absolute;		
	background-color: #fff;
	padding: 1em;
	border: 1px solid #aaa;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
	text-align: center;		
	cursor: pointer;
	z-index: 2500;
}
	
#map_popup img {
	cursor: pointer;
}
	
#map_popup span {
	display: block;
	color: #222;
	font-family: arial;	
	font-weight: bold;
	font-size: 12px;
}
			

/* COPY
=================================================*/

#copy {
	display: inline;
	float: left;
	width: 590px !important;
	color: #333;
	overflow: hidden;
}

#copy h3, #copy h4, #copy h5, #copy h6 {
	color: #000;	
}

#copy a {
	color: #41789c/*#577c90*/;
	font-weight: bold;
}

#copy_header {
	height: 2.8em;
	background: url("../images/main/copy_header_bg.gif") left top no-repeat;
}

#copy_body {
	padding: 1px 42px 1px 30px;
	background-color: #fff;
	line-height: 1.6em;
	min-height: 250px;
	height:expression(this.offsetHeight<250?'250px':'default');
}

#copy_body ul {
	margin: 1.6em 0 1.6em 2em;
	padding: 0;
	list-style-type: disc;
}

#copy_body ol {
	margin: 1.6em 0 1.6em 2em;
	padding: 0;
	list-style-type: decimal;
}

#copy_body ol h5 {
	margin-bottom: 0.4em;	
}

#copy_body table {
	margin: 0;
	padding: 0;
	line-height: 1.6em;
	display: table;
}

#copy_body table th, #copy_body td {
	padding: 0.4em 0;
	margin: 0;
}

#copy_body .link_btn {
	text-align: center;
	background: url("/images/main/buttons/btn-copy_body.png") no-repeat center center;
	line-height: 26px;		
}
		
#copy_body .link_btn a {
	color: #fff;
	font-family: arial, sans-serif;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	font-size: 11px;
}


#copy_footer {
	clear: both;
	padding: 1px 0 10px;
	background: url("../images/main/copy_footer_bg.gif") left bottom no-repeat;
}

#copy_nav {
	margin-top: 1.6em;
	border-top: 1px solid #bbb;
	padding: 1.6em 0;
	font-family: "arial", sans-serif;
	clear: both;
}

#copy_nav ul {
	height: 1.307em;
	margin: 0em 0 !important; 
	padding: 0;
	list-style: none;
	font-size: 15px;
	font-weight: bold;	
}

#copy_nav ul li {
	height: 1.307em;
}

#copy_nav_prev {
	float: left;
	text-align: left;
}

#copy_nav_next {
	float: right;
	text-align: right;
}


/* FOOTER
=================================================*/

#footer {
	clear: both;
	font-size: 11px;

	color: #91979b;
	font-family: arial;
	line-height: 2.1em;
	
	padding: 0.445em 0 0;
	margin-left: 260px;
	text-align: center;
}

#search {
	background: url("../images/main/search_bg.gif") no-repeat left center;
	text-align: left;
	display: inline;
	margin-right: 0.5em;
	padding: 5px 0 5px 6px;
}

#footer #search form {
	display: inline;
}

#search #search_text {
	background-color:#101920;
	border: 0;
	color:#fff;
	font-family: arial;
	font-size: 11px;
	width: 113px;
	height: 13px;
	line-height: 13px;
	padding: 1px;
}

#search #search_btn {
	height: 13px;
	width: 56px;
	vertical-align: middle;
	border: none;
}

#footer #copyright {
	display: inline;
	margin: 0;	
}

#footer a {
	color: #91979b;
	text-decoration: none;
	font-weight: normal;
}


span.entry_link_more {
	display: block;
}
