*{ margin: 0; padding: 0; }

body{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	background: url(/img/body_tile.gif) repeat;
}

/* General Style Info */
a {
	color: #fff;
	text-decoration: underline;
}

a img{ border: none; }

/* Layout */
#container {
	position: absolute;
	width: 762px;
	top: 0px;
	left: 50%;
	padding: 0;
	margin: 0 0 0 -381px;
}

#main-title {
	width: 762px;
	height: 210px;
	padding: 1px 0 0 0;
	margin: 0;
	background: #7fd6e9;
}
#main-title h1 {
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	line-height: 1.1em;
	text-transform: uppercase;
	padding: 0;
	margin: 49px 30px 0 435px;
}

#main-nav {
	width: 762px;
	height: 60px;
	list-style: none;
	background: #6ecade;
}
#main-nav li {
	float: left;
	height: 60px;
	background: url(/img/nav_sprite.gif) no-repeat;
}
#main-nav li a {
	display: block;
	height: 60px;
	background: url(/img/nav_sprite.gif) no-repeat;
}
#main-nav li a span { margin-left: -9999px; }

	/* INDIVIDUAL NAV ITEMS */
	li#nav-home, li#nav-home a {
		width: 68px;
		background-position: 0px 0px;
	}
	li#nav-home { margin: 0 22px 0 37px; }
	li#nav-home a:hover, li#nav-home a.current {
		background-position: 0px -60px;
	}
	
	li#nav-calendar, li#nav-calendar a {
		width: 115px;
		background-position: -90px 0px;
	}
	li#nav-calendar { margin: 0 20px 0 0; }
	li#nav-calendar a:hover, li#nav-calendar a.current {
		background-position: -90px -60px;
	}
	
	li#nav-directory, li#nav-directory a {
		width: 123px;
		background-position: -215px 0px;
	}
	li#nav-directory { margin: 0 16px 0 0; }
	li#nav-directory a:hover, li#nav-directory a.current {
		background-position: -215px -60px;
	}
	
	li#nav-news, li#nav-news a {
		width: 145px;
		background-position: -344px 0px;
	}
	li#nav-news { margin: 0 15px 0 0; }
	li#nav-news a:hover, li#nav-news a.current {
		background-position: -344px -60px;
	}
	
	li#nav-about, li#nav-about a {
		width: 128px;
		background-position: -494px 0px;
	}
	li#nav-about { margin: 0 10px 0 0; }
	li#nav-about a:hover, li#nav-about a.current {
		background-position: -494px -60px;
	}

#main-header {
	width: 762px;
	height: 103px;
	padding: 1px 0 0 0;
	background: url(/img/header_tile.gif) repeat-x;
}
#main-header h2 {
	width: 455px;
	height: 79px;
	padding: 0;
	margin: 12px 0 0 30px;
	background: url(/img/logo_header.gif) no-repeat;
}
#main-header h2 span { margin-left: -9999px; }

#main-content {
	width: 712px;
	height: auto;
	padding: 20px 20px 40px 30px;
	margin: 0 0 0 0;
	border-bottom: 10px solid #fff;
	background: #7fd6e9;
}

#main-footer {
	clear: both;
	width: 762px;
	height: 100px;
	padding: 1px 0 0 0;
	margin: 0;
}
#main-footer dl {
	float: left;
	height: 25px;
	margin: 20px 0 0 0;
}
#main-footer dt {
	float: left;
}
#main-footer dd {
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.08em;
	line-height: 1.3em; *line-height: 1.2em;
	padding: 0 0 0 20px;
}
#main-footer dd a {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	line-height: 1.3em; *line-height: 1.2em;
}
#main-footer #if-logo {
	float: right;
	width: 228px;
	height: 36px;
	margin: 10px 10px 0 0;
}

/* CakePHP SQL Debug Table */
table.cakeSqlLog {
	position: absolute;
	top: 1200px;
	left: 50%;
	width: 900px;
	margin-left: -450px;
	background: #fff;
}
table.cakeSqlLog caption { margin-top: 100px; }

/* CONTENT */
#col-left {
	float: left;
	width: 391px;
	margin: 0 20px 0 0;
}
.post { clear: both; }
#col-right {
	float: left;
	width: 300px;
}
#col-right .rounded-box {
	width: 300px;
	padding: 0 0 11px 0;
	margin: 0 0 20px 0;
	background: #6ecade url(/img/rounded_bot_home.gif) bottom no-repeat;
}
#col-right .rounded-top {
	width: 300px;
	height: 11px;
	background: url(/img/rounded_top_home.gif) no-repeat;
}

#pagination {
	clear: both;
	text-align: center;
	padding: 20px;
}
#pagination h4 {
	font-size: 13px;
	font-weight: bold;
	color: #333;
	padding: 2px 0 2px 0;
}
#pagination h4 a {
	
}
#pagination span.arrows {
	font-size: 16px;
}

/* HOME CONTENT */
#col-left .post {
	padding: 0 0 20px 0;
}
#col-left h3, .single-col h3 {
	font-size: 21px;
	font-weight: bold;
	color: #fff;
	line-height: 1.1em;
	text-transform: uppercase;
	padding: 0 5px 15px 0;
}
#col-left h3 a { text-decoration: none; }
.single-col h4 {
	font-size: 13px;
	font-weight: bold;
}
#col-left img.pull-img {
	margin: 0 10px 30px 0;
}
#col-left p {
	font-size: 15px;
	padding: 0 0 15px 0;
}
.single-col p {
	font-size: 13px;
	padding: 0 0 15px 0;
}
#col-left a, .single-col p a {
	color: #003333;
	font-weight: normal;
	text-decoration: underline;
}

#col-left a:hover, .single-col a:hover {
	color: #ffff00;
	text-decoration: underline;
}

#linkedin-upsell {
	width: 300px;
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
	background: #6ecade url(/img/rounded_bot_home.gif) bottom no-repeat;
}
#linkedin-upsell h3 {
	width: 247px;
	height: 31px;
	margin: 0 0 0 31px;
	background: url(/img/linkedin_hdr.gif) no-repeat;
}
#linkedin-upsell h3 span { margin-left: -9999px; }
#linkedin-upsell p {
	text-align: center;
	padding: 5px 30px 10px 30px;
}
#linkedin-upsell a {
	text-align: center;
	text-decoration: none;
}
#linkedin-upsell a button {
	cursor: pointer;
	padding: 1px 4px;
}

#home-links {
	width: 300px;
	padding: 0 0 23px 0;
	margin: 0 0 20px 0;
	background: #6ecade url(/img/rounded_bot_home.gif) bottom no-repeat;
}
#home-links .rounded-top { margin: 0 0 5px 0; }
#home-links p { padding: 5px 0 0 20px; }
#home-links a {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}

#home-calendar {
	width: 300px;
	height: 270px;
}

.wrapped-button a {
	*font-size: 21px;
	font-weight: bold;
	*color: #fff;
	*text-decoration: underline;
}
.wrapped-button button { *display: none; }

/* DIRECTORY CONTENT */
#directory #col-left h3 {
	font-size: 21px;
	font-weight: bold;
	color: #fff;
	line-height: 1.1em;
	text-transform: uppercase;
	padding: 0 5px 15px 0;
}
#directory #col-left ul {
	list-style: none;
}
#directory #col-left li {
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 7px 0;
}
#directory #col-left li a {
	font-weight: normal;
	color: #003333;
	text-align: center;
	text-decoration: underline;
}

#directory #col-left li a:hover {
	font-weight: normal;
	color: #ff9900;
	text-align: center;
	text-decoration: underline;
}

#directory-notify p {
	font-weight: bold;
	color: #333;
	padding: 15px 30px 15px 20px;
}
#directory-notify a {
	color: #fff;
	text-decoration: underline;
}

/* PROFILES CONTENT */
#profile-sidebar {
	width: 191px;
	margin: 0 0 0 60px;
}
#profile-sidebar img {
	display: block;
	border: 1px solid #000;
	margin: 0 0 10px 0;
}
#profile-sidebar p {
	font-size: 17px;
	font-weight: bold;
	color: #333;
	padding: 0 0 5px 0;
}
#profile-sidebar p a {
	font-size: 12px;
	color: #033;
}
#profile-sidebar p a:hover { color: #ff0; }

/* ABOUT CONTENT */
#about #col-left .post {
	padding: 0 0 20px 0;
}
#about #col-left h3 {
	font-size: 21px;
	font-weight: bold;
	color: #fff;
	line-height: 1.1em;
	text-transform: uppercase;
	padding: 0 5px 15px 0;
}
#about #col-left p {
	font-size: 15px;
	padding: 0 0 15px 0;
}
#about #col-left a {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}

/* NEWS CONTENT */
#news #col-left .post {
	padding: 0 0 30px 0;
}
#news #col-left h3 {
	font-size: 21px;
	font-weight: bold;
	color: #fff;
	line-height: 1em;
	text-transform: uppercase;
	padding: 0 5px 0 0;
}
#news #col-left h3 a { text-decoration: none; }
#news #col-left h4 {
	font-size: 11px;
	font-weight: normal;
	color: #333;
	line-height: 1em;
	padding: 0 0 0 0;
}
#news #col-left img.pull-img {
	margin: 0 10px 30px 0;
}
#news #col-left p {
	font-size: 15px;
	padding: 0 0 15px 0;
}

#news #col-left a {
	text-transform:uppercase;
	font-size:15px;
	text-decoration:none;
	font-weight:bold;
	color: #fff;
}

#news-archives { font-size: 15px; }
#news-archives h3 {
	font-weight: bold;
	color: #333;
	padding: 5px 0 2px 20px;
}
#news-archives ul {
	list-style: none;
	padding: 0 0 23px 20px;
}
#news-archives li {
	margin: 0 0 3px 0;
}
#news-archives li a {
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
}
#news-archives p {
	padding: 0 0 18px 20px;
}

a.feed-icon {
	color: #fff;
	text-decoration: underline;
	padding: 3px 0 5px 30px;
	background: url(/img/feed_icon.gif) no-repeat;
}

/* CALENDAR CONTENT */
#calendar h3 {
	font-size: 15px;
	font-weight: bold;
	color: #333;
	padding: 0 0 15px 0;
}
#calendar h3 a {
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}

/* Styles for RSS feed */

.rss_box {
}

.rss_title, rss_title a {
	margin: 0px 0;
	padding: 0;
	text-transform:uppercase;
}

.rss_items {
       list-style:none;
       margin:0;
       padding:0;
}

.rss_item  {
  font-size: 13px;
  margin-bottom: 2em;;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	text-transform:uppercase;
	font-size:15px;
	text-decoration:none;
	font-weight:bold;
	color: #fff;
	}

.rss_item a:hover { 
	text-decoration:underline;
	color:#ffff00;
	}

.rss_date {
	font-size: 11px;
	}

/* End styles for RSS feed */

/* TinyMCE TEXT STYLES */
body .post .tinymce, body .post .tinymce p, #news #col-left .post .tinymce p, body .post .tinymce a, #news #col-left .post .tinymce a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #000;
	line-height: 1.1em;
}
body .post .tinymce p, #news #col-left .post .tinymce p {
	padding: 0 0 10px 0;
	margin: 0;
}
body .post .tinymce a, #news #col-left .post .tinymce a {
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.02em;
	text-decoration: none;
}
body .post .tinymce h1 {
	font-size: 28px;
	font-weight: bold;
	color: #000;
	line-height: 1.1em;
	padding: 0 0 5px 0;
	margin: 0;
}
body .post .tinymce h2 {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	line-height: 1.1em;
	padding: 0 0 5px 0;
	margin: 0;
}
body .post .tinymce h3, #news #col-left .post .tinymce h3 {
	font-size: 21px;
	font-weight: bold;
	color: #000;
	line-height: 1.1em;
	padding: 0 0 5px 0;
	margin: 0;
}
body .post .tinymce h4, #news #col-left .post .tinymce h4 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	letter-spacing: 0.02em;
	line-height: 1.1em;
	padding: 0 0 5px 0;
	margin: 0;
}
body .post .tinymce h5 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	letter-spacing: 0.02em;
	line-height: 1.1em;
	padding: 0 0 5px 0;
	margin: 0;
}
body .post .tinymce h6 {
	font-size: 10px;
	font-weight: normal;
	color: #000;
	letter-spacing: 0.03em;
	line-height: 1.1em;
	padding: 0 0 5px 0;
	margin: 0;
}
body .post .tinymce pre {
	padding: 0 0 10px 0;
	margin: 0;
}
body .post .tinymce ul {
	padding: 6px 0 8px 15px; *padding-left: 18px;
	margin: 0;
}
body .post .tinymce ol {
	padding: 6px 0 8px 20px; *padding-left: 23px;
	margin: 0;
}
body .post .tinymce li {
	padding: 0 0 2px 0;
	margin: 0;
}
body .post .tinymce hr {
	clear: both;
	display: block;
	height: 2px;
	color: #fff;
	text-align: left;
	margin: 10px 0 10px 0;
	border: 0;
	background: #fff;	
}
