/*
	Style Index
	
	$1 - Site Structure Styles
	$2 - Header Styles
	$3 - Sidebar Styles
	$4 - Content Styles
	$5 - Footer Styles
	$100 - Clearfix Styles
*/


/* undohtml.css 
(CC) 2004 Tantek Celik. Some Rights Reserved.
http://creativecommons.org/licenses/by/2.0
This style sheet is licensed under a Creative Commons License.
Purpose: undo some of the default styling of common (X)HTML browsers */

:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }


/* $1 - Site Structure Styles ///////////////////////////////////////////////////////////////////////////////////*/

body {
	background:#B7BAB9;
	font:12px arial, verdana, sans-serif;
	color:#333;
	}

#large-container {
		background:#fff url(/images/header-bg.gif) repeat-x;
	}
	
#container {
	width:800px;
	margin:0 auto;
	}


#header {
	position:relative;
	height:96px;
	padding:34px 0 0 0;
	}

#content-container {
	width:800px;
	padding:34px 0;
	}

	
#sidebar-left {
	float:left;
	width:204px;
	}
	
#main-content {
	float:right;
	width:575px;
	}

	
#footer {
	width:800px;
	margin:0 auto;
	padding:20px 0;
	color:white;
	}
	
/* $2 - Header Styles ///////////////////////////////////////////////////////////////////////////////////*/

#header-nav {
	position:absolute;
	bottom:0;
	right:0;
	height:27px;
	overflow:hidden;
}

#header-nav li {
		float:left;
		overflow:hidden;
	}
	
#header-nav li.home {
		margin-right:2px;
	}

#header-nav li a {
		display:block;
		text-align:center;
		font:bold 14px arial;
		color:white;
		line-height:27px;
	}
	
	#header-nav li.home a {
		width:83px;
		height:27px;
		background:url(/images/li-bg-home.gif) no-repeat;
	}
	
		#header-nav li.home a:hover,
		#header-nav li.home a.active {
			background:url(/images/li-bg-home-active.gif) no-repeat;
			text-decoration:none;
		}

	#header-nav li.contact a {
			width:104px;
			height:27px;
			background:url(/images/li-bg-contact.gif) no-repeat;
	}
	
		#header-nav li.contact a:hover,
		#header-nav li.contact a.active {
			background:url(/images/li-bg-contact-active.gif) no-repeat;
			text-decoration:none;
	}
	
		#header-nav li.courses a {
			width: 100px;
			height: 27px;
			background: url(/images/li-bg-contact.gif) no-repeat;
	}

		#header-nav li.courses a:hover,
		#header-nav li.courses a.active {
			background: url(/images/li-bg-contact-active.gif) no-repeat;
			text-decoration: none;
	}
	
/* $3 - Sidebar Styles ///////////////////////////////////////////////////////////////////////////////////*/

#sidebar-left ul {
	margin-bottom:20px;
}

	#sidebar-left ul li {
			margin-bottom:3px;
		}
		
		#sidebar-left ul li a {
				display:block;
				background:#ECECEA;
				border-left:8px solid #D6D5D3;
				padding:7px 0 7px 7px;
				color:#333;
				height:1%; /* Thanks IE */
			}
			
			#sidebar-left a:hover {
					border-left:8px solid #A13F49;
					background:#D5D5D3;
					text-decoration:none;
				}
			
		#sidebar-left ul ul{
			padding:10px 0 0 25px;
			margin-bottom:10px;
			}

			#sidebar-left ul ul li {
					margin-bottom:6px;
				}
				
				#sidebar-left ul ul li a {
						display:inline;
						background:none;
						border-left:0;
						padding:0;
						color:#767471;
					}
					
					#sidebar-left ul ul li a:hover {
							border-left:none;
							background:none;
							color:black;
						}
#sidebar-left ul li.level_1 a {
	background-color: #fff;
	border: none;
	margin: 0;
	padding: 0;
	line-height: 20px;
	padding-left: 20px;
	background-image: url(/images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 5px;
}
#sidebar-left ul li.level_1 a:hover {
	color: #A13F49;
}
#sidebar-left blockquote {
		background:#D5D5D3 url(/images/sidebar-blockquote-bg.gif) no-repeat;
		padding:24px;
	}
	
	#sidebar-left blockquote p.author {
		text-align:right;
		color:#A13F49;
	}
	
/* $3 - Content Styles ///////////////////////////////////////////////////////////////////////////////////*/

a,
a:link,
a:visited {

	}

a:hover {
 	text-decoration:underline;
	}


h1,h2,h3,h4,h5,h6 {
	
	}
	
h1 {
	font-size:24px;
	color:#A13F49;
	margin-bottom:24px;
	}

h2 {
	font-size:18px;
	color:#ACA9A4;
	margin-bottom:14px;
}


p {
	margin-bottom:10px;
	line-height:1.5;
	}


img {
	border:none;
	}
	
	.img-right {
			float:right;
			margin:0 0 20px 20px;
		}
	
	.img-border {
			border:5px solid #CFCFCD;
		}


.find-us-button {
		text-align:center;
	}

#main-content blockquote {
		background:#ECECEA;
		padding:15px;
	}

#main-content ul {
	margin: 20px;
	}

#main-content ul li{
	padding-left: 15px;
	line-height: 20px;
	background-image: url(/images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0 5px;
	}

#main-content a,
#main-content a:visited {
	color: #A13F49;
	font-weight: bold;
	}

#main-content a:hover,
#main-content a:active {
	text-decoration: underline;
	}

span.bold-red {
		font-weight:bold;
		color:#A13F49;
	}
.view_locations_list {
display: none;
}

#main-content ul.tick li {
background-image: url(/images/tick.gif);
background-position: 0 0;
padding-left: 20px;
}


/* $5 - Footer Styles ///////////////////////////////////////////////////////////////////////////////////*/

#footer a {
		color:white;
	}

/* $100 - Clearfix Styles ///////////////////////////////////////////////////////////////////////////////////*/



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;display:inline-block;}
/* End hide from IE-mac */
	
	



