/* General */
body {
	background: #fff url('../img/bg_body.png') top left repeat-x;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

h1 {
	color: #9a0033;
	font-size: 1.8em;
	margin-bottom: .5em;
	line-height: 140%;
}

h2 {
	color: #9a0033;
	font-weight: bold;
	line-height: 140%;
	margin-bottom: .5em;
}

h3 {
	font-weight: bold;
	line-height: 140%;
	margin-bottom: .5em;
}

p {
	line-height: 140%;
	margin-bottom: .5em;
}

.blue {
	color: #0095dc;
}

.pink {
	color: #9a0033;
}

a:link, a:visited {
	color: #9a0033;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 988px;
	overflow: hidden;
	margin: 0 auto;
}

.fleft {
	float: left;
}

/* Header */

#header {
	width: 100%;
	clear: both;
	overflow: hidden;
}

#logo{
  float: left;
	display:block;
}
#logo img{
  
}

#header ul {
	float: right;
}

#header ul li {
	display: inline;
}

#header ul li a {
	float: left;
	height: 45px;
	color: #fff;
	font-size: ;
	text-align: center;
	padding: 15px 10px 0 10px;
	text-transform:uppercase;
}

#header ul a:hover, #header ul li a.selected {
	background: transparent url('../img/bg-navigation-active.png') top left repeat-x;
	text-decoration: none;
}

#slogan {
	float: right;
	width: 620px;
	color: #666;
	margin-top: 40px;
	font-size: 26px;
	line-height:140%;
	padding-bottom:0.7em;
}

/* Left / Right*/

#left {
	float: left;
	width: 220px;
	margin: 0 20px 0 0;
}

#left h2 {
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
	background-color: #000;
	padding: 10px 5px;
	margin: 0;
}

#left h3 {
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	text-align: left;
	background-color: #CC0066;
	padding: 5px;
	line-height: 130%;
	margin: 0;
}

#left ul li {
	background-color: #ececec;
}

#left ul li a {
	display: block;
	padding: 10px 0 10px 30px;
	font-weight: normal;
}

#left ul li a.expandable {
	background: #ececec url('../img/bg-li-left.png') center left no-repeat;
}
#left ul li a.selected {
	font-weight:bold;
}

#left ul li ul {
	margin-left: -20px;
}

#left ul li ul li {
	background-color: #f4f4f4;
	padding-left: 40px;
	padding-right: 5px;
	text-align: left;
}

/* Main*/

#main {
	overflow: hidden;
}

#content {
	float: left;
	width: 740px;
	overflow:hidden;
	padding:15px 0 20px 0;
}

#content ul {
	padding-left: 1em;
	margin-left: 1em;
	line-height:140%;
  margin-bottom:.5em;
}

#content li {
	list-style: disc outside;
}
.top-text {
	border-left: 1px solid #ec029f;
	padding: 5px 0 5px 10px;
	margin-bottom: .5em;
}
.text{
  float:left;
  width:480px;
}
.sidebar{
  float:right;
  width:250px;
}
#latest-article, #questions {
	margin: 0 0 10px 10px;
	width: 220px;
	padding: 15px;
	color: #5d5e60;
	background-color: #ededed;
}

#latest-article h2 {
	font-size: 16px;
	color: #0095dc;
}

#latest-article a {
	color: #0095dc;
}
#questions h2 {
	font-size: 16px;
	color: #9a0033;
}

/* Footer*/

#footer-wrapper {
	width: 100%;
	background-color: #ededed;
	overflow: hidden;
}

#footer {
	width: 100%;
	overflow: hidden;
	width: 988px;
	margin: 0 auto;
}

#footer ul {
	float: right;
	
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	color: #5d5e60;
	padding: 10px;
	display: block;
	float: left;
}

#copy {
	clear: both;
	width: 100%;
	background-color: #fff;
	padding-top: 10px;
}

#copy p {
	width: 988px;
	margin: 0 auto;
	overflow: hidden;
	text-align: right;
}
/* Forms */

input, textarea {
	border: 1px solid #666;
	padding: 5px;
}

legend {
	font-style: italic;
	color: #666;
}

fieldset {
	border: 1px solid #666;
}

label {
	display: block;
	position: relative;
	margin-right: 10px;
	width: 120px;
	font-weight: bold;
}


hr{
    border-top: 1px dotted #ec029f;
}

.courses{
  width:100%;
}
.courses th{
background: #0095DC;
color: #fff;
font-weight: normal;
text-align: left;
padding: 8px 10px;
}
.courses td{
  padding: 8px 10px;
  border-bottom: 1px dotted #BEBEBE;
}

.form{
  display:block;
  overflow:hidden;
  border:1px dotted #0095dc;
  padding:10px;
  overflow:hidden;
  margin:30px 0 0 0;
  position:relative;
}
.form h6{
  margin:0 0 0 0;
  color:#0095dc;
  padding:10px 0 10px 0;
  font-weight:normal;
  text-align:center;
}
.form .field{
  margin-top:15px;
  clear:both;
  overflow:hidden;
}
.form label{
  display:block;
  width:150px;
  float:left;
  padding:5px 0 0 0;
  font-weight:normal;
}

.form input, .form select, .form textarea{
  display:block;
  float:left;
  margin-left:20px;
  width:200px;
  border:1px solid #999;
}
.form input{
  
}
.form select{
  width:212px;
}
.form textarea{
  height:120px;
}
.form button{
  clear:both;
  display:block;
  margin:10px 0 0 180px;
  border:0;
  padding:6px 10px;
  color:#fff;
  font-size:12px;
  background:#CC0066;
  width:212px;
}
