/*
	Core CSS Document [Website Architecture and basic style/resets]
	Author: Echidna Solutions Corp/2008 - support@echidna.ca
	v1.3 // MASTER core file modified on 11/18/2008	
*/

/*
	=SITE STRUCTURE
*******************************/
#container {
	width:100%;
	background:url(../images/bg_header_pipes.jpg) repeat-x top center;
}
#document {
	margin:0 auto;
	width:960px;
}
#header {
	height:190px;
	width:960px;
	position:relative;
	background:url(../images/bg_header.jpg) no-repeat top left;
	padding:0 0 0 0;
}
#content {
	width:960px;
	padding:0;
}
#content_main {
	width:465px;
	float:left;
	padding-top:11px;
	position:relative;
}
.page_wide #content_main {
	width:700px;
	background:url(../images/bg_connectors_right.jpg) no-repeat top right;
}
#content_module {
	padding:0 10px;
	line-height:1.6em;
	min-height:535px;
	_height:535px;
}
#home #content_module {
	min-height:inherit;
}
#about #content_module, #employment #content_module, #privacy #content_module, #contact #content_module, #tour #content_module {
	min-height:465px;
	_height:465px;
}
.page_wide #content_module {
	background-color:#fff;
	color:#000;
	border:3px solid #9a9194;
	margin-left:6px;
	padding:15px 10px 15px 10px;
}
.coll, .colr {
	float:left;
	width:48%;
	position:relative;
}
.coll {
	padding-right:2%;
}
.colr {
	padding-left:2%;
}
#content_sidebar {
	width:260px;
	float:left;
}
.smf_top {
	background-repeat:no-repeat;
	background-position:bottom;
	height:11px;
}
.smf_content {
	background-repeat:repeat-y;
	background-position:middle;
	display:block;
}
.smf_bottom {
	background-repeat:no-repeat;
	background-position:top;
	height:13px;
	display:block;
}
.sidebar_menu {
	width:260px;
	float:left;
	padding-top:11px;
}
#home #content_sidebar, #contact #content_sidebar, #privacy #content_sidebar, #about #content_sidebar, #employment #content_sidebar {
	background:url(../images/bg_connectors_left.jpg) no-repeat top left;
}
#program_menu {
	background:url(../images/bg_connectors_left.jpg) no-repeat top left;
}
#wada_menu {
	background:url(../images/bg_connectors_left_2.gif) no-repeat top left;
	padding-top:27px;
}
.sidebar_menu .smf_top {
	width:260px;
	background-image:url(../images/bg_sidebar_top.jpg)
}
.sidebar_menu .smf_content {
	width:240px;
	background-image:url(../images/bg_sidebar_content.jpg);
	padding:3px 14px 2px 6px;
}
.sidebar_menu .smf_bottom {
	width:260px;
	background-image:url(../images/bg_sidebar_bottom.jpg);
}
#content_secondary {
	width:235px;
	float:left;
	padding-top:11px;
	background:url(../images/bg_connectors_right.jpg) no-repeat top left;
}
#content_secondary .smf_top {
	width:235px;
	background-image:url(../images/bg_cs_top.jpg);
}
#content_secondary .smf_content {
	width:201px;
	background-image:url(../images/bg_cs_content.jpg);
	padding:3px 17px 5px 17px;
}
#content_secondary .smf_bottom {
	width:235px;
	background-image:url(../images/bg_cs_bottom.jpg);
}
#site_info {
width:;
}
/*
	=NAVIGATION STRUCTURE
*******************************/

/* global */
.sidebar_component {
	padding-left:11px;
}
/* primary */


/* secondary */



/*
	=MODULES STRUCTURE
*******************************/

/* global */
#c_login {
	height:40px;
	width:299px;
	background:url(../images/bg_sign_in.jpg) no-repeat top center;
	position:absolute;
	left:341px;
	top:158px;
	font-size:1.1em;
}
/*#player{padding:18px 0 0 32px; width:433px; height:283px; background:url(../images/bg_video_player.jpg) no-repeat top center; margin-bottom:20px;}*/
#player {
	padding:5px 0 0 11px;
	width:454px;
	height:296px;
	background:url(../images/bg_video_player.jpg) no-repeat top center;
	margin-bottom:20px;
}
/* width="397" height="262" */


/* home page */


/* sub page */
.content_boxes {
	width:216px;
	border:3px solid #9a9194;
	float:left;
	background-color:#fff;
	min-height:245px;
	_height:245px;
}
.content_boxes ul {
	margin:0 10px;
}

.newsletter_signup_box {
	background: #FFFFFF;
	
	width: 227px;
	margin-left: -13px;
	margin-top: -10px;
	
	font-size: 11px;
	color: #44433E;
}

.newsletter_signup_box div {
	padding: 3px 0px;
}

.newsletter_signup_box .label {
	cursor: pointer;
}

.newsletter_signup_box input.text {
	padding: 3px 2px;
	border: 1px solid #A9A9AB;
	width: 210px;
}

.newsletter_signup_box input.submit {
	margin-top: 5px;
}

.testimonials { }

.testimonials li {
	list-style: none;
	font-weight: normal;
	font-size: 10px;
	
	padding-bottom: 25px;
}

.testimonials li div.author {
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}

