/*
Credit: http://www.templatemo.com
*/

body {
	margin: 0;
	padding: 0;
	line-height: 1.7em;
	letter-spacing: 1px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #ffffff;
    background: #000000 url(images/templatemo_body_top.jpg) repeat-x top;
}
		
a:link, a:visited { color: #2db2ff; text-decoration: none; font-weight: normal; } 
a:active, a:hover { color: #FFFFFF; text-decoration: underline; }

p { margin: 0px; padding: 0px; }

img { margin: 0px; padding: 0px; border: none; }

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.divider {
	background: url(images/templatemo_divider.png) repeat-x bottom;
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.margin_r60 { margin-right: 60px; }

.button_01 a {
	display: block;
	width: 70px;
	height: 19px;
	padding: 3px 5px;
	color: #2db2ff;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	background: url(images/templatemo_button_01.png) no-repeat;
}

.button_01 a:hover {
	color: #ffffff;
}

.button_02 a {
        display: block;
        width: 128px;
        height: 19px;
        padding: 3px 5px;
        color: #2db2ff;
        font-size: 12px;
        font-weight: normal;
        text-align: center;
        text-decoration: none;
        background: url(images/templatemo_button_02.png) no-repeat;
}

.button_02 a:hover {
        color: #ffffff;
}


.submit_button  {
        display: block;
        width: 128px;
        height: 22px;
        padding: 3px 5px;
        color: #2db2ff;
        font-size: 12px;
        font-weight: normal;
        text-align: center;
        text-decoration: none;
	background: #000;
}



h1 {
        margin: 0 0 10px 0 ;
        padding: 2px 0 2px 0;
        font-size: 30px;
        font-weight: normal;
        color: #2db2ff;
}


h2 {
	margin: 0 0 10px 0;
	padding: 10px 0 15px 0;
	font-size: 26px;
	font-weight: normal;
	color: #2db2ff;
	background: url(images/templatemo_title_bg.jpg) bottom left no-repeat;
}

h3 {
	margin: 0	;
	padding: 2px 0;
	font-size: 18px;
	font-weight: normal;
	color: #2db2ff;
}

/* header */

#templatemo_site_title_bar_wrapper {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	background: url(images/templatemo_header_bg_wrapper.jpg) no-repeat top center;
}

#templatemo_site_title_bar {
	position: relative;
	width: 960px;
	height: 100px;
	margin: 0 auto;
	padding: 0 10px;
	background: url(images/templatemo_header_bg.jpg) no-repeat top center;
}


#highway_title {
	float: left;
	width: 500px;
	height: 35px;
	margin-top: 20px;
	margin-left: 15px;
	font-size: 30px;
	font-weight: bold;
}

#site_title {
	float: left;
	width: 430px;
	height: 90px;
	margin: 0px;
	padding-top: 10px;
	overflow: hidden;
	text-align: center;	
}

#site_title h1 a {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#site_title h1 a:hover {
	font-weight: bold;	
	text-decoration: none;
}

#site_title h1 a span {
	display: block;
	margin-top: 10px;
	margin-left: 5px;
	font-size: 12px;
	color: #999;
	font-weight: normal;
	letter-spacing: 2px;
}


#templatemo_site_title_bar #search_box {
	float: right;
	width: 272px;
	height: 34px;
	margin: 23px 0 0 0;
	background: url(images/templatemo_search.png) no-repeat;
}

#search_box form {
	width: 340px;
	height: 30px;
	margin: 0;
	padding: 0;
}

#searchfield {
	height: 22px;
	width: 225px;
	padding: 8px 5px 4px 5px;
	color: #bcbcbc;
	font-size: 12px;
	font-variant: normal;
	line-height: normal;
	background: none;
	border: none;	
}

#searchbutton {
 	height: 34px;
	width: 35px;
	margin: 0px;
	padding: 6px 0 0 0;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	color: #ffffff;
	background: none; 
	border: none;
}


/* end of header */

/* banner and menu */

#templatemo_banner {
	clear: both;
	width: 940px;
	height: 190px;
	padding: 30px 20px;
	margin: 0 auto;
	background: url(images/templatemo_banner.jpg) no-repeat;
}

 #templatemo_menu {
	 float: left;
	width: 210px;
	padding: 0 10px;
}

#templatemo_menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#templatemo_menu ul li {
	padding: 0px;
	margin: 0px;
}

#templatemo_menu ul li a {
	display: block;
	height: 23px;
	padding: 2px 0 0 30px;
	margin-bottom: 5px;	
	font-size: 14px;
	text-decoration: none;
	color: #d4d4d4;	
	font-weight: normal;
	outline: none;
}

#templatemo_menu li a:hover, #templatemo_menu li .current {
	background: url(images/menu_hover.png) left center no-repeat;
}

#templatemo_banner #banner_content {
	float: right;
	width: 650px;
}

#templatemo_banner #banner_content p {
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	line-height: 34px;
	text-align: center;
	font-style: italic;
}

#templatemo_banner #banner_content p span {
	display: block;
	margin-top: 10px;
	color: #CCC;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
}

/* end of banner and menu */

/* content */

#templatemo_content {

	width: 900px;
	padding: 40px;
	margin: 0 auto;
	background: #070708 url(images/templatemo_content_top.jpg) no-repeat top center;
}

.section_w900 {

	width: 900px;
}

.image_wrapper_01 img {
	margin-bottom: 10px;
	border: 7px solid #000000;
}

.imgl{
	float: left;
	margin: 3px 15px 10px 0;
}

.section_w580 {
	width: 580px;
}

.section_w600 {
	width: 600px;
}

.section_w400 {
	width: 400px;
}

.section_w260 {
	width: 260px;
}

.testimonial {
	font-style: italic;
}

.testimonial span {
	font-size: 16px;
	font-weight: bold;
}

.service {
	margin: 10px 0 0;
	padding: 0px;
	list-style: none;
}

.service li {
	padding: 5px 0 5px 30px;
	background: url(images/templatemo_list_icon.png) left center no-repeat;
}

.news_box {
	margin-bottom: 10px;
	border-bottom: 1px dashed #ccc;	
	color: #ffffff;
}

.news_box .post_info {
	color: #999999;
	font-weight: normal;
}

.news_box .post_info a {
	color: #ffffff;
	font-weight: normal;
}

.news_box .post_info strong {
	color: #666666;
}

.news_box a {
	color: #ffffff;
}
/* end of content */

/* footer */
#templatemo_footer {
	clear: both;
	width: 900px;
	margin: 0 auto;
	padding: 20px 40px;
	background: #1a1a1c;
	border-top: 1px solid #252527;
	text-align: center;
	color: #7c7471;
}

#templatemo_footer a {
	color: #cccccc;
}

#templatemo_footer .footer_menu {
	margin: 0 0 10px 0;
	padding: 0px;
	list-style: none;
}

.footer_menu li {
	margin: 0px;
	padding: 0 20px;
	display: inline;
	border-right: 1px solid #cccccc;
}

.footer_menu .last_menu {
	border: none;
}

/* end of footer */


.small_print {
	font-size: 9px;	
}


.logo {
	margin-top: 5px;	
}


#psychIndex ul
{
        list-style: none;
        padding: 0;
        margin: 0;
}

#psychIndex li
{
float: left;
margin: 0 0.15em;
}

#psychIndex li a
{
background: url(../images/css-nav.gif) #fff bottom left repeat-x;
height: 25px;
/*line-height: 2em;*/
float: left;
width: 12px;
display: inline;
border: 0.1em solid #2222CC;
color: #0000CC;
text-decoration: none;
text-align: center;
padding-left:1px;
padding-right: 2px;
}

#psychIndex
{
        width: 200px;
        height: 600px;
        margin: 0px;
        margin-left: 0px;
        margin-top: 5px;
}


#psychMain
{
        overflow: auto;
        height: 600px;
        width: 650px;
        /* margin: 5px; */
        border: 1px solid #FFFFFF;


}

#psychWelcome 
{
	height: 600px;
        width: 650px;
	border: 1px solid #FFFFFF;
	background: url(../images/rainbow2.jpg) #000 top left no-repeat;	
}

.pediaWelcome
{
	margin-top: 50px;
	text-align: center;
	font-size: 2em;
	line-height: 2em;
	font-weight: bold;
	color: #2db2ff;	
}

.pediaInstructions 
{
	margin: 25px;
	font-size: 1.5em;
	line-height: 1.5em;
	color: #FFF;
}

.pediaAuthor {
	
	text-align: right;
	font-size: 1em;
        line-height: 1em;
        font-weight: bold;
	margin-top: 380px;
	margin-right: 5px;
}


img.soulman {
	border: 0px solid #000;
	margin-right: 45px;
}

.soul {
	margin-top: 10px;
}

