/**************** Main Body ****************/

body{
padding:0;
margin:0;
font:70% tahoma, verdana, sans-serif;
background:#e0e0e0;
color:#303030;
background: #e0e0e0 url(../img/fade.jpg) repeat-y 50% 0%;
}

img {
	border: 0;
}

/**************** Hide ****************/

.hide{
display:none;
}

/**************** Top Left Navigation ****************/

#topnav{
margin:2px auto -13px auto;
font-size:0.8em;
width:730px;
}

.topnav{
padding:3px 5px 3px 5px;
margin:0 0 0 2px;
text-decoration:none;
background:#f0f0f0 url(../img/navcorner.gif) top right no-repeat;
color:#27699a;
float:right;
}

.topnav:hover{
text-decoration:none;
background:#d7ebff url(../img/navcorner.gif) top right no-repeat;
color:#003399;
}

/**************** Main Navigation ****************/

#mainnav{
/*clear:both;*/
background-image:url(../img/bus_logo_lower.jpg);
background-repeat: no-repeat;
color: #FFFFFF;
font-weight: bold;
}

.mainnav{
padding:0 4px 4px 4px;/**/
margin:0 0 4px 0;
text-decoration:none;
letter-spacing:1px;
/*background:#f0f0f0 url(../img/navcorner.gif) top right no-repeat;
border-bottom:1px solid #ffffff;
border-left:1px solid #ffffff;*/
color: #FFFFFF;
}

.mainnav:hover{
text-decoration:none;
/*background:#d7ebff url(../img/navcorner.gif) top right no-repeat;*/
background-color: #d7ebff;
color:#003399;
}

/**************** Main Content Blocks ****************/

#container{
margin:0 auto 15px auto;
width:730px;
padding:0;
background-color:#ffffff;
}

#main{
width:560px;
float:right;
padding:0 0 0 15px;
border-left:1px solid #d0d0d0;
border-right:1px solid #d0d0d0;
background-color:#ffffff;
}

#main_pic{
float:left;
}

#main_content{
float:left;
width:400px;
}

#quote{
float:right;
width:160px;
}

/*#quote .bold{
margin-left: 15px;
}*/

/**************** Content Columns ****************/

#section1 {
float: left;
width: 150px;
}

#section2 {
margin-left: 100px;
}

#section1a {
float: left;
width: 300px;
}

#section2b {
margin-left: 250px;
}

/**************** News Section ****************/

.roundcont {
	width: 540px;
	background-color: #f0f0f0;
	color: #000000;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(../img/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(../img/br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block;
}

/**************** News Content ****************/

#columns {
 position: relative;
 top: 0;
 right: 0;
 padding-right: 10em;
}
#right {
 position: absolute;
 top: 0;
 right: 0;
 width: 15em;
}

/**************** Side Navigation ****************/

#sidenav{
width:140px;
float:left;
background-color:#ffffff;
}

#sidenav p{
font-size:0.9em;
line-height:1.3em;
margin:0 0 12px 0;
}

.sidenav{
text-align:left;
display:block;
width:120px;
background:#f0f0f0 url(../img/navcorner.gif) top right no-repeat;
padding:3px 4px 3px 8px;
margin:5px 10px 5px 0;
}

.sidenav:hover{
text-decoration:none;
background:#d7ebff url(../img/navcorner.gif) top right no-repeat;
color:#003399;
}

/**************** Text Styles (Navigation) ****************/

a{
text-decoration:none;
color:#27699a;
}

/**************** Text Styles (Website Text) ****************/

.bold {
	font-weight: bold;
}

.textgrey {
	color: #808080;
	font-size: 0.9em;
}

.Headings, h1 {
	font-family: Tahoma;
	font-size: 1.5em;
	font-weight: bold;
	color: #505050;
}

h2 {
	font-family: Tahoma;
	font-size: 1.3em;
	/*font-weight: bold;*/
	color: #505050;
}

h3 {
	font-family: Tahoma;
	font-size: 1.1em;
	/*font-weight: bold;*/
	color: #505050;
}

h4 {
	font-family: Tahoma;
	font-size: 1.0em;
	/*font-weight: bold;*/
	color: #505050;
}

#quote p, #quote h3{
margin-left: 15px;
}

/**************** Table Format ****************/

tr.course_list{
top: 10px;
vertical-align: top;
padding: 0;
margin: 0;
}

table .stats {
text-align: center;
font-family: Tahoma;
font-weight: normal;
font-size: 0.8em;
color: #fff;
width: 400px;
background-color: #CCCCCC;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;

}

table .stats td {
background-color: #D9E2FF;
color: #000;
padding: 4px;
text-align: left;
border: 1px #fff solid;

}

table .stats td .hed {
	background-color: #999999;
	color: #fff;
	padding: 4px;
	text-align: left;
	border-bottom: 2px #fff solid;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma;
}

/**************** Footer ****************/

#footer{
clear:both;
background:#fafafa;
color:#808080;
font-size:0.9em;
padding:4px 0 8px 0;
border-top:1px solid #d0d0d0;
border-bottom:1px solid #d0d0d0;
border-right:1px solid #d0d0d0;
border-left:1px solid #d0d0d0;
text-align:center;
}

#footer a{
color:#808080;
}

#footer p{
margin:0 10px;
text-align:left;
}

p{
margin:0 0 15px 0;
line-height:1.5em;
text-align:left;
}

/**************** Images ****************/

.float_left, .ttg{
float: left;
}

.float_right{
float: right;
}


/**************** Train to Gain form ****************/
.shaded {
background-color:#CCCCCC;
}

.shaded_rightFloat{
float: right;
background-color:#CCCCCC;
}

.bordered{
border: 1px solid #6699CC;
}

.shaded_border_right{
float: right;
background-color:#CCCCCC;
border: 1px solid #6699CC;
}

.border_left{
border: 1px solid #6699CC;
float: left;
}

.table1{
border-style: none;
}

/**************** 5 pitfalls of medications page ****************/

.pitfalls_heading h1{
	color: #4F81BD;
	font-size: 175%;
	/*text-align: center;*/
}

.left_col{
	float: left;
	width: 320px;
	color: #000000;
	font-size: 115%;
	padding: 5px;
}

.right_col{
	padding: 10px;
	background-color: #4F81BD;
	width: 210px;
	font-size: 125%;
	color: #FFFFFF;
	line-height: 110%;
}

.right_col hr{
	width: 80%;
}

.details{
	font-weight: bold;
	font-size: 110%;
	line-height: 105%;
}

/**************** TTG Form Validation Controls ****************/

#error_msg{
	/*width: 95%;*/
}

/******************* TESTIMONIALS PAGE STYLES *******************/

#testimonials_wrapper {
	/*width: 550px;
	margin: 4px auto 4px auto;*/
	border: 1px solid #39C;
	float: left;
	padding: 4px;
}

.logo {
	
}

.quote_wrapper {
	border: 1px solid #39C;
	float: left;
	/*margin: 4px;*/
	width: 540px;
}

.quote {
	position: relative;
	width: 530px;
}

.quote p {
	margin: 8px;
}

/******************* ROTATING ADS ON HOME PAGE *******************/

.adHolder {
	width: 540px;
	height: 150px;
}

.leftAd {
	margin: 0;
	padding: 0;
	width: 270px;
	height: 150px;
	float: left;
	border: 0;
}

.rightAd {
	margin: 0;
	padding: 0;
	width: 270px;
	height: 150px;
	float: right;
	border: 0;
}