/*
Theme Name: SwordfishCS Default
Theme URI: http://swordfishcs.com/
Description: The default SwordfishCS simple theme.
Version: 1.0
Author: Joe Cole
*/

body {
	font-size: 12px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: left;
	background: #fff;
	color: #333;
}
a {
	color:#333;
	text-decoration: none;
}
a:hover {
	color:#000;
	text-decoration: underline;
}
h1 {
	font-size:18px;
	margin: 0;
	padding: 0;
}
h2 {
	font-size:14px;
	margin: 0;
	padding: 0;
}
h3 {
	font-size:13px;
	margin: 0;
	padding: 0;
	margin-bottom:5px;
}
p {
	margin-top: 2px;
}
ul {
	margin-top:0;
	padding-top:0;
	padding-left:20px;
}
#wrap {
	width: 767px;
	margin: 0 auto;
	padding: 0;
}
img {
border:none;
}
#menu {
	height:20px;
	width:767px;
	color:#000;
	margin-top:50px;
	clear:both;
}
#menu ul {
	font-size:12px;
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu li {
	float: left;
	margin: 0;
	padding:0;
}

#menu li a {
	color:#000;
	padding:5px;
	font-size: 11px !ie;
	letter-spacing: -.6px;
	float: left;
	display: block;
	text-decoration: none;
	text-align: center;
	border: 0px solid #fff;
	border-bottom: none;
}
#menu li a.current, #menu li a.active {
	color: #000;
	background:#ffffff;
	border: 0px solid #999;
	border-bottom: none;
	font-weight:bold;
	text-decoration:underline;
}
#menu li a:hover {
	color: #000;
	background:#ffffff;
	border: 0px solid #999;
	border-bottom: none;
	text-decoration:underline;
}
#header {
	margin:0;
	padding:0;
	width: 767px;
	clear:both;
}
#content {
	background: #fff url('/images/bg-content.jpg') top left repeat-x;
	width: 477px;
	padding:10px;
	font-size: 1.2em;
	float:left;
}
#sidebar {
	background: #768ea1;
	float: right;
	width: 270px;
}
#sidebar p {
	padding:10px 5px;
	color:#fff;
}
#footer {
	text-align: center;
	width:767px;
	margin-top:10px;
	padding-top:5px;
	border-top:1px solid #ccc;
	clear:both;
}
a.cta {
	width: 270px;
	height: 128px;
	display:block;
	background: #fff url('/images/cta-enroll.jpg') no-repeat top;
}
a.cta:hover {
	background: #fff url('/images/cta-enroll-over.jpg') no-repeat top;
	text-decoration: none
}
div.left {
	width:48%;
	float:left;
	margin-bottom:10px;
}
div.right {
	width:50%;
	float:right;
	margin-bottom:10px;
}