﻿/* TIPS */

#tips, #tips li{
	margin:0;
	padding:0;
	list-style:none;	
	}
	
#tips{
	font-size:11px;
	line-height:150%;
	}
#tips li{
	text-align: justify;
	display:none; /* hide the items at first only to display one with javascript */
	}
	
#tips li lr {
	font-style: normal;
	float: right;
	color: #666;
	font-size: 11px;

}		

			
/* CONTAINERS */

#container {
	margin: auto;
	width:960px;
}

/* TOP */

#top {
	height:85px;
	width:960px;
}

.logo {
	float:left;
	border:0;
}

.search {
	background:url('../images/element/free_bg.png') no-repeat;
	float:right;
	vertical-align:top;
	height: 42px;
	width: 565px;
}

.search_field {
	border:1px solid #fff;
	height:22px;
	width:200px;
	background:url('../images/element/search_input_bg.png') repeat-x;
	font-size:13px;
	margin-right:10px;
	color:#666666;
	padding-right: 10px;
}

.search_submit {
	width:40px;
	height:28px;
	border:0;
	cursor:pointer;
	margin-right: 10px;
}

.search_submit:hover {
	width:40px;
	height:28px;
}

.freeTest {
	font-family:Arial, Helvetica, sans-serif;
	color:#f1f1f1;
	font-size: 11px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	line-height: 25px;
	
}

.freeClass {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin-top: 8px;
	margin-right: 5px;
	margin-left: 5px;
	color:#f1f1f1;
	
}

#freeClass:hover  {

	color:#525252;

	}


.freeClassAdd {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin-top: 6px;
	margin-right: 8px;
	margin-bottom: 6px;
	margin-left: 8px;
	color:#f1f1f1;
	
}


.freeClass_submit {
	background:url('../images/element/buttonfree_bg.png') no-repeat;
	width:40px;
	height:auto;
	border:0;
	cursor:pointer;
	margin-right: 5px;
	font-family:Arial, Helvetica, sans-serif;
	color:#f1f1f1;
	font-size:12px;
	text-align: center;
	margin-left: 5px;
	
}

.freeClass_submit:hover {
	background:url('../images/element/buttonfree_bg.png') 0px -28px no-repeat;
	width:40px;
	height:auto;
	border:0;
	cursor:pointer;
	margin-right:  5px;
	font-family:Arial, Helvetica, sans-serif;
	color:#f1f1f1;
	font-size:12px;
	text-align: center;
}

.testimonials {
	font-family:Arial, Helvetica, sans-serif;
	color:#f1f1f1;
	font-size: 12px;
	float: left;
	width: 940px;
	margin-bottom: 10px;
	margin-right: 8px;
	margin-left: 8px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #e4e4e4;
	border-bottom-color: #e4e4e4;
	border-left-color: #e4e4e4;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}

/* MENU */

#menu {
	background:url('../images/element/menu_bg.png') no-repeat;
	width:918px;
	height:48px;
	padding-left:21px;
	padding-right: 21px;
	padding-top: 2px;
}

/* BANNER */

#banner {
	width:960px;
	height:300px;
	float: left;
}

/* LATEST NEWS */

#latest_news {
	float:left;
	margin-left:10px;
}

.latest_news_left {
	background:url('../images/element/latest_news_left.png') no-repeat;
	height:16px;
	width:86px;
	color:#fff;
	padding:5px 10px;
	float:left;
}

.latest_news_right {
	background:url('../images/element/latest_news_right.png') repeat-x;
	height:16px;
	width:834px;
	padding:5px 0px 5px 0px;
	float:left;
}

.latest_news_right ul {float:left; margin:0; width:100%}
.latest_news_right ul li {display:inline; font-size:11px; margin-right:10px;}
.latest_news_right ul li a {text-decoration:none; color:#828282;}
.latest_news_right ul li a:hover {text-decoration:none; color:#666666;}
.latest_news_date {color:#a7a7a7;}
.latest_news_divider {margin-left:10px;margin-bottom:2px;}

/* CONTENT */

#content {
	width:940px;
	float:left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

#primaryContent {
	float:left;
	width:635px;
	margin-right:15px;
	margin-bottom: 10px;
}

.primary_image {
	margin-bottom:15px;
}

#map {
	width:635px;
	height: 500px;
	border: 2px solid #e4e4e4;
}

#secondaryContent {
	float:right;
	width: 270px;
	margin-left:15px;
	margin-bottom: 10px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #e4e4e4;
	border-bottom-color: #e4e4e4;
	border-left-color: #e4e4e4;
}

.secondaryContent_box_head {
	background-color: #e4e4e4;
	padding: 15px;
}

.content_press_head {
	background-color: #e4e4e4;
	padding: 5px;
	text-align: center;
}

.content_press_picture {
	padding: 5px;
	text-align: center;
}

.content_press_link {
	text-align: center;
	padding: 3px;
}

.secondaryContent_box {
	text-align:left;
	padding-top: 20px;
	padding-right: 7.5px;
	padding-bottom: 20px;
	padding-left: 7.5px;

}

.secondaryContent_box_bootem {
	padding-top: 7.5px;
	padding-right: 7.5px;
	padding-bottom: 7.5px;
	padding-left: 7.5px;
	border: 2px solid #e4e4e4;

}

.secondaryContent_box_right {
	text-align:right;
	width: 50px;
	float: right;
	padding-top: 20px;
	padding-right: 7.5px;
	padding-bottom: 20px;
	padding-left: 7.5px;

}

.secondaryContent_box_left {
	text-align:left;
	float: left;
	padding-top: 20px;
	padding-right: 7px;
	padding-bottom: 20px;
	padding-left: 7px;

}

#secondaryContent  a {
	color:#8C7084;
	text-decoration:none;
}
#secondaryContent  a:Hover {
	color:#6C5864;
	text-decoration:none;
}

#footer {
	border-top: 1px solid #d7d7d7;
	color:#828282;
	font-size: 10px;
	width: 950px;
	float: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#footer a {color:#828282;}
#footer a:hover  {color:#525252;}

/*
---------------------------------
//SPECIFIC PAGES - INDEX
---------------------------------
*/

.column_front {
	width:300px;
	float:left;
	padding-left: 3px;
}

.column_press {
	width:145px
}
.column_margin {
	display:inline;
	margin-right:5px;
	margin-left: 5px;
}

.column_press_margin {
	float: left;
	margin: 3px;
	border: 2px solid #e4e4e4;
	width: 145px;
}

.column_headline {
	color:#8C7084;
	margin-top:0px;
	font-size:16px;
	text-transform:uppercase;
	font-family:'Calibri', Arial, Helvetica, sans-serif;
	margin-bottom:0;
	font-weight:lighter;
	text-align: center;
}

.column_headline_fp {
	color:#5a89c1;
	margin-top:0px;
	font-size:31px;
	text-transform:uppercase;
	font-family:'Calibri', Arial, Helvetica, sans-serif;
	margin-bottom:0;
	font-weight:lighter;
	text-align: left;
}

.column_headline_press {
	color:#5a89c1;
	margin-top:0px;
	font-size:31px;
	text-transform:uppercase;
	font-family:'Calibri', Arial, Helvetica, sans-serif;
	margin-bottom:0;
	font-weight:lighter;
	text-align: center;
}
.column_headline_description {
	color:#bcbcbc;
	margin-bottom:12px;
}

.column_image {margin-bottom:15px;}

.column_press_image {

}

.facebook {
	color:#5a89c1;
	margin-top:0px;
	font-size:16px;
	text-transform:uppercase;
	font-family:'Calibri', Arial, Helvetica, sans-serif;
	line-height:12px;
	margin-bottom:0;
	font-weight:lighter;
}


/*
---------------------------------
//SPECIFIC PAGES - ABOUT US
---------------------------------
*/

.our_services li {
	list-style:none;
	background:url('../images/element/bullet.png')  no-repeat;
	margin-bottom:10px;
}

.our_services li a {
	text-decoration:none;
	margin-left:20px;
}

/*
---------------------------------
//SPECIFIC PAGES - CONTACT US
---------------------------------
*/

#contact_form {
}

.verification_input { margin:1px 0px 5px 0px; width:120px; border:1px solid #cccccc; }

.email_succes { margin:0px 0px 20px 0px; color:green; list-style:none; }
.email_error{ margin:0px 0px 20px 0px; color:red; }
