/*
Theme Name: TCSC Theme
Description: Theme created for the TCSC website.
Version: 1.0
Author: Krush Creative Group
Author URI: http://krushcreative.com/
*/

body {
	margin-top: 0px;
	margin-left: 22px;
	color: #535353;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

#wrapper {
	width: 937px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	padding-left: 9px;
	padding-right: 5px;
	padding-bottom: 4px;
	margin-left: 0px;
	margin-right: 20px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 9px;
	padding-right: 5px;
	padding-top: 8px;
	margin-left: 0px;
	margin-right: 20px;
	color: #f8881d;
	border-top: 1px solid #ccc;
}

p {
	margin-left: 10px;
	margin-right: 30px;
}

ul {
	margin-left: 10px;
	padding-left: 14px;
	margin-right: 30px;
}

p.home {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	text-align:left;
}

p.home img.home {
	padding-right: 8px;
	padding-bottom:3px;
}

a:active, a:focus, a:hover, a:link, a:visited {
	color: #ff930d;
	text-decoration: none;
}

a.news:active, a.news:focus, a.news:hover, a.news:link, a.news:visited {
	color: #ffa940;
	text-decoration: none;
	font-weight: bolder;
}

/*
Footer
*/
.orangebar {
	background-color: #FFB355;
	color: #FFB355;
}

.footerright {
	text-align: right;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-top: 5px;

	padding: 5px 15px 5px 15px;
}

.footerleft {
	text-align: left;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 5px;

	padding: 5px 10px 5px 15px;
}

.footerright a:link {
	text-decoration: none;
	color: #535353;
}

/* PR Styles */
h2.news {
	font-size: 12px;
	font-weight: bold;
	margin-left:10px;
	margin-right: 30px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
}

h2.news a {
	text-decoration: none;
}

table.sitemap {
	border: 1px solid #ccc;
	border-collapse: collapse;
}	
	
table.sitemap th  {
	background: #e0e0e0;
	color: #ff930d;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding: 5px 10px 2px 10px;
}

table.sitemap th a {
	background: #e0e0e0;
	color: #ff930d;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

table.sitemap td {
	background-color: #fff;
	color: #ff930d;
	text-align: left;
	font-weight: bold;
	padding: 5px 10px 2px 10px;
}

table.sitemap td a {
	background-color: #fff;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	color: #535353;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}