body{
    
    margin:0px;
    padding:0px;
    font-family:arial, verdana, sans-serif;
    font-size: 12px;
}
body{
	background-image:url(../images/bg2.jpg);
	background-repeat:no-repeat;
	
}
#stage{
    width: 996px; 
    margin:auto;
}
#top_container{
    background-image:url(../images/top_container.png); 
    width: 996px; 
    height: 30px;
}
#middle_container{
    background-image: url(../images/middle_container.png); 
    background-repeat:repeat-y; 
    width:996px;
}
#bottom_container{
    background-image:url(../images/bottom_container.png); 
    width: 996px; 
    height: 36px;
}
#logo{
    width: 996px; 
    height: 120px; 
    margin: 0px 20px;
}
.logo{
    margin-left: 3px;
}
#navigation_menu{
    width: 950px; 
    margin:auto;
}
#slideshowHeader{
    width: 950px; 
    margin:auto;
}
#footer{
    width: 996px; 
    font-size:11px; 
    color:#999; 
    margin-left: 30px; 
    padding:0px;
}
#footer_left{
    
    float: left; 
    width: 400px;
}
#footer_right{
    
    float: right; 
    width: 250px;
}
#testimonial_top{
    background: url(../images/testimonial_top.png) no-repeat; 
    width: 900px; 
    height: 23px;
}
#testimonial_middle{
    background:url(../images/testimonial_middle.png); 
    background-repeat:repeat-y; 
    width: 860px; 
    padding: 0px 20px;
}
#testimonial_bottom{
    background:url(../images/testimonial_bottom.png); 
    width: 900px; 
    height: 145px;
}

/*************TEXT EDITOR *************************************************************/ 
#input {border:none; margin:0; padding:0; font:14px arial, verdana, sans-serif; border:0}
.te {border:1px solid #bbb; padding:0 1px 1px; font:12px arial, verdana, sans-serif; margin:25px}
.te iframe {border:none}
.teheader {height:31px; border-bottom:1px solid #bbb; background:url(images/header-bg.gif) repeat-x; padding-top:1px}
.teheader select {float:left; margin-top:5px}
.tefont {margin-left:12px}
.tesize {margin:0 3px}
.testyle {margin-right:12px}
.tedivider {float:left; width:1px; height:30px; background:#ccc}
.tecontrol {float:left; width:34px; height:30px; cursor:pointer; background-image:url(images/icons.png)}
.tecontrol:hover {background-color:#fff; background-position:30px 0}
.tefooter {height:32px; border-top:1px solid #bbb; background:#f5f5f5}
.toggle {float:left; background:url(images/icons.png) -34px 2px no-repeat; padding:9px 13px 0 31px; height:23px; border-right:1px solid #ccc; cursor:pointer; color:#666}
.toggle:hover {background-color:#fff}
.resize {float:right; height:32px; width:32px; background:url(images/resize.gif) 15px 15px no-repeat; cursor:s-resize}
#editor {cursor:text; margin:10px}
/***********************************************************************************/




/******* FORM *******/
#customForm{
	padding: 0px 10px;
    margin: 0px;
}
#customForm p{
    padding:0px;
    margin: 0px;   
}
#customForm label{

	color: #6661AB;
	font-weight: 700;
    
}
#testing label{
    float: left;
    width: 100px;
    text-align: right;
    padding-right: 5px;
}
#customForm .checkbox{
    	width: 20px;
        height: 12px;
        border: none;
        padding: 0px;
        margin: 0px;
}
#customForm input{
	width: 220px;

	padding: 3px;
    
	color: #949494;
	font-family:arial, verdana, sans-serif;
	font-size: 12px;
	border: 1px solid #c6b2ee;
    display: inline-block;


}
#customForm select{
	width: 220px;
	padding: 6px;
	color: #949494;
	font-family:arial, verdana, sans-serif;
	font-size: 12px;
	border: 1px solid #c6b2ee;

-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;

}

#customForm textarea{
	width: 700px;
	height: 80px;
	padding: 6px;
	color: #adaeae;
	font-family:arial, verdana, sans-serif;
	font-style: none;
	font-size: 12px;
	border: 1px solid #c6b2ee;
	
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
}


#customForm input.error{
	background: #f8dbdb;
	border-color: #e77776;
}


#customForm select.error{
	background: #f8dbdb;
	border-color: #e77776;
}


#customForm textarea.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#customForm div{
	margin-bottom: 15px;
}
#customForm div span{
	margin-left: 10px;
	color: #b1b1b1;
	font-size: 12px;
	font-style: italic;
}
#customForm div span.error{
	color: #e46c6e;
}
#customForm #send{
	background: #6661AB;
	color: #fff;
	font-weight: 700;
	font-style: normal;
	border: 0;
	cursor: pointer;
}
#customForm #send:hover{
	background: #C91837;
}
#customForm #countdown{
    width: 30px; 
    height: 15px; 
    border: none;  
    color: #62B722; 
    font-weight:bold; 
}
#customForm #message{
    width: 700px;
}



#error{
	margin-bottom: 20px;
	border: 1px solid #efefef;
}
#error ul{
	list-style: square;
	padding: 5px;
	font-size: 11px;
}
#error ul li{
	list-style-position: inside;
	line-height: 1.6em;
}
#error ul li strong{
	color: #e46c6d;
}
#error.valid ul li strong{
	color: #93d72e;
}
/******* /FORM *******/








.space10{
    line-height: 10px;
}

.space5{
    line-height: 5px;
}

.footnote{
    color: #E1E1E1;
    font-size: 10px;
    line-height: 30px;
}
.footnote2{
    color: gray;
    font-size: 12px;
    font-style: italic;
}
a{
    color: #6661AB;
	font-weight: 700;
    cursor: pointer;
    
}
a:hover{
    color: #C91837;
	font-weight: 700;
    cursor: pointer;
    
}

/******************TESTIMONIALS*******************/
#testimonials{
   /* border: black 1px solid;*/
   

}
#testimonials p{
    padding:0px;
    margin: 0px;
}
.boldFont{
    font-weight: bold;
}
.italicFont{
    font-style: italic;
}
.italicGrayFont{
    font-style: italic;
    color: #666;
}
.boldItalicFont{
    font-style: italic;
    font-weight: bold;
}


#testimonials .boldFont{
    font-weight: bold;
}

.title{
	font-weight:bold;
	color: #6661AB;
    font-size: 15px;
}
.titleDefaultSize{
	font-weight:bold;
	color: #6661AB;
}
.subtitle{
	font-weight:bold;
    font-size: 13px;
}

#col-left{
	margin: 0px;
	padding: 0px;
    clear:left;
	
		border: 1px solid #c6b2ee;

-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
float:left; 
width: 575px; 
margin-right: 14px; 
margin-left: 5px;
margin-top: 10px;
background:#FFF;
	
}
#content{
	
	width: 950px; 
	margin:auto; 
	overflow: hidden; 
	/*background-color:#E4EDF3; */
	margin-top: 3px; 
	padding-bottom: 50px;
}
#section_full{
 width: 900px;
 margin: 0px 25px;   
}
#section_full p{
 padding: 0px;
 margin: 0px;
}
#pastClients ul {
  float: left;
  width: 700px;
  margin: 0;
  padding: 0;
  list-style: none;
}
 
#pastClients li {
  float: left;
  width: 200px;
  margin: 0;
  padding: 0 0 0 15px; /* left padding moves the text away from the bullet */

} 

#content_footer1{
    width: 950px;
    margin: auto;
    height:40px; 
    background-color: #e5e5e5; 
    clear: both;
}
.phoneNumber{
    font-size: 20px; 
    color: #666;
    float: left;
    height: 33px;
    margin-top: 7px;
    margin-left: 5px;
}
.phoneIcon{
    width: 58px;
    height: 40px;
    margin-left: 10px;
    float: left;
}
#content_footer2{
    width: 950px;
    margin:auto;  
    clear: both;
    text-align: right;
}
#content_footer1 p{
    padding:0px;
    margin:0px; 
}

#content_footer2 p{
    padding:5px 0px;
    margin:0px;
}
#content_footer2 a{
    color: #6661AB;
    text-decoration: none;
    font-size: 11px;
}
#content_footer2 a:hover{
    color: #C91837;
    text-decoration: none;
    font-size: 11px;
}

#col-left p{
	margin: 10px;
	padding: 0px;
}

#col-right{
	
	
		border: 1px solid #c6b2ee;
clear:right;
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
float:right; 
width: 339px;
margin-top: 10px;
margin-right: 5px;
background:#FFF;
	
	
}

#col-right p{
	margin: 10px;
	padding: 0px;
}



.loading {
	float:right; 
    margin-right: 350px;
	background:url(../images/loading.gif) no-repeat 1px; 
	height:32px; 
	width:32px; 
	display:none;
}
.done {
	
	padding-left:20px;
	font-family:arial, verdana, sans-serif;
	font-size:12px; 
	width:70%; 
	margin:20px auto; 
	display:none
}

.form{
    
    display:none;
   	border: 1px solid #c6b2ee;
	width: 800px;
	margin-left: 30px;
	margin-bottom: 10px;

-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
background:#FFF;
}

#footer_right p{
     margin: 0px;
   padding:0px;
}
#footer_right a{
    color: #6661AB;
    text-decoration: none;
}
#footer_right a:hover{
    color:#C91837;
    text-decoration: none;
}
#footer_left p{ 
    margin: 0px;
   padding:0px;
    
    
    
}



/*******SEMINARS SLIDESHOW ******************/

img {border: none;}
.container {
	overflow: hidden;
	width: 900px;
	margin: 0 auto;
}
#main {
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
}
/*a {color: #fff;}*/

/*--Main Image Preview--*/
.main_image {
	width: 498px; height: 456px;
	float: right;
	background: #DFD2F0;
    border: solid 2px #666;
	position: relative;
	overflow: hidden;
	color: #fff;
}
.main_image h2 {
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 5px;	
    padding: 10px;
}
.main_image p {
	font-size: 12px;
	padding: 0px 5px;	
    margin: 0;
	
}
.block small { 
	padding: 0 0 0 20px; 
	background: url(icon_calendar.gif) no-repeat 0 center; 
	font-size: 1em; 
}
.main_image .block small {margin-left: 10px;}
.main_image .desc{
	position: absolute;
	bottom: 0;	left: 0;
	width: 100%;
	display: none;
}
.main_image .block{
	width: 100%;
	background: #111;
	border-top: 1px solid #000;
}
.main_image a.collapse {
	background: url(/public/images/btn_collapse.gif) no-repeat left top;
	height: 27px; width: 93px;
	text-indent: -99999px;
	position: absolute; 
	top: -27px; right: 20px; 
}
.main_image a.show {background-position: left bottom;} 


.image_thumb {
	float: left;
	width: 390px;
	background: #f0f0f0;
	border-right: 1px solid #fff;
	border-top: 1px solid #ccc;
}

.image_thumb img {
	border: 1px solid #ccc; 
	padding: 1px; 
	background: #fff; 
	float: right;
}
.image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
}
.image_thumb ul li{
	margin: 0; 
    padding: 12px 10px;
	background: #f0f0f0 url(/public/images/nav_a.gif) repeat-x;
	width: 370px;
	float: left;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
}
.image_thumb ul li.hover {
	background: #ddd;
	cursor: pointer;
}
.image_thumb ul li.active {
	background: #fff;
	cursor: default;
}
.image_thumb ul li h2 {
	font-size: 12px; 
	margin: 5px 0; padding: 0;
}
.image_thumb ul li .block {
	float: left; 
	margin-left: 10px;
	padding: 0;
	width: 300px;
}	
.image_thumb ul li p{display: none;}


#result p{
    margin: 0px;
    padding: 0px;
}

/**STYLING FOR ARTICLE PAGE **************/
#articleContainer{
    width: 900px;
}
#articleContainer *{
    margin:0px;
    padding:0px;
    
}

/********END OF ARTICLE ******************/



/**IMAGE STYLING ******/
#bioImage{
    width: 200px;
    height: 250px;
    float: left;
    padding: 2px;
    margin-top: 5px;
    margin-right: 10px;
   
    border: 1px solid #c6b2ee;
    -moz-border-radius-bottomleft:3px;
    -moz-border-radius-bottomright:3px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-topright:3px;   
   
}

.imgBorder{
    padding: 2px;
    border: 1px solid #c6b2ee;
}
/**********************/

/** contact **/
#contactus{
    clear: both;
    border: 1px solid #c6b2ee;
    -moz-border-radius-bottomleft:3px;
    -moz-border-radius-bottomright:3px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-topright:3px;   
}

#contact_info{
    width: 250px;
    float: left; 
    margin-right: 50px;
}
/*********/


/*Box Info*/
#infoLeft-Content{
    float: left; 
    width: 325px; 
    margin-right: 19px; 
    
}
#boxInfo-Left{ 
    width: 295px;     
}

#infoRight-Content{
    float: right; 
    width: 550px;         
}

#boxInfo-Right{
    width: 514px;    
}


.red{
    color: #C91837;
}
.purple{
    color: #6661AB;
}


#floatMenu {
    position:absolute;
    top:5px;
    left:50%;
    margin-left:70px;
    width:400px;
    z-index: 300;
}
#floatMenu ul {
    margin-bottom:20px;
}
#floatMenu ul li{
    list-style: none;
}
#floatMenu ul li a {
    
    display:block;
    border:1px solid #999;
    background-color:#222;
    border-left:6px solid #6661AB;
    text-decoration:none;
    font-weight: bold;
    color:#6661AB;
    padding:5px 5px 5px 25px;
}

#floatMenu ul li a:hover {
    display:block;
    border:1px solid #999;
    background-color:#222;
    border-left:6px solid #C91837;
    text-decoration:none;
    font-weight: bold;
    color:#C91837;
    padding:5px 5px 5px 25px;
}

