/* **************** CSS RESET ************* */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ****************** END CSS RESET ******************** */

/* ****************** SIFR RULES ******************** */
h2.cpost-title { margin:0; padding:5px; font-family:Georgia, "Times New Roman", serif; font-size:24px; font-weight:normal; color:#9f0000; border: 1px dotted #666; }
p { padding-bottom:11px; font-family:Verdana, Helvetica, Arial, sans-serif; font-size:13px; line-height:22px; }

/* ****************** END SIFR RULES ******************** */


a img {border:none;}

body {
	background: #fff;
	color: #666;
	font:76%/140% Verdana,Arial,Helvetica,sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

#nav_bg {
	background: url(../images/nav_bg.gif) repeat-x;
	width: 100%;
	height: 200px;
}



#container {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;

}

#header {
	height: 200px;
	margin: 0; padding: 0;
background: url(../images/header_bg.jpg) no-repeat;

 }
 
 #logo {
	clear: both;
	float: left;
	width: 250px;
	
}

#logo a {display: block;
	height: 143px;
	text-indent: -9999px;
	background: url(../images/qs_logo.gif) top left no-repeat;
}

#strapline {
	float: left;
	height: 143px;
	width: 600px;
	text-indent: -9999px;
	background: url(../images/header_txt.gif) top left no-repeat;
}

ul#nav{
 float: left;
	width: 850px;
	height: 55px;
background: url(../images/main_nav.gif) top left no-repeat;
}
ul#nav li{
	float: left;
	display: inline; /*This line is needed to fix the double-margin bug floats in IE*/
}
ul#nav li a{
	display: block;
	height: 55px;
	text-indent: -9999px;
}

li#n-home {
	width: 117px;
}
li#n-about {
	width: 130px;
}
li#n-courses {
	width: 149px;
}
li#n-testimonials {
	width: 188px;
}
li#n-clients {
	width: 140px;
}
li#n-contact {
	width: 126px;
} 

ul#nav li a:hover{
	background-image: url(../images/main_nav.gif);
}

li#n-home a{
	background-position: 0 -55px;
}
li#n-about a{
	background-position: -117px -55px;
}
li#n-courses a{
	background-position: -247px -55px;
}
li#n-testimonials a{
	background-position: -396px -55px;
}
li#n-clients a{
	background-position: -584px -55px;
}
li#n-contact a{
	background-position: -724px -55px;
}

#content {
	width: 850px;
	float: left;
	padding-bottom: 50px;
	text-align: left;
	background-color: #fff;
}

#left_col {
	clear: both;
	float: left;
	width: 250px;
	margin: 0;
	padding: 10px 0 10px 0;
}

#left_col ul {
	list-style-image: url(../images/bullet3.gif);
	padding: 0 0 0 15px;
	line-height:16px;
}
#left_col li {
	margin: 5px;
}

#left_col li a, #left_col li a:visited{
	color: #333;
	
	display: block;
	text-decoration: none;
}

#left_col li a:hover{
	color: #cb2127;
	background-color: #efefef;
	display: block;
}

#left_col a{
	color: #666;
}

#left_col a:hover{
background-color: #cb2127;
color: #fff;
}

.title{
	margin: 3px auto;
	padding: 3px;
	color: #333;
	font: bold 14px/14px;
	border: 1px solid #efefef;
	cursor: pointer;
	text-align: left;
	text-decoration: underline;
}

#left_col h5 {
	padding: 5px;
	color: #333;
	font: bold 14px/14px;
	text-align: left;
}

#left_col h6 {
	padding: 0 5px 10px 5px;
	color: #666;
	font-size:12px; 
	font-weight: normal;
	line-height:14px;
	text-align: left;
}

.col_content {
	background-color: #efefef;
}
.col_content a{
margin: 0; padding: 3px;
color: #666;
}

.col_content a:hover{
background-color: #cb2127;
color: #fff;
}

#main_col {
	float: left;
	width: 580px;
	margin: 0;
	padding: 10px;
}

h2 { 
margin: 10px 0 5px 0; 
padding:5px; 
font-family:Georgia, "Times New Roman", serif; 
font-size:24px; font-weight:normal; 
color:#cb2127; 
border: 1px dotted #666; }



# left_col h2 a, # left_col h2 a:visited {  
color:#000; 
 }

h4 { 
margin: 10px 0 5px 0; 
padding:5px; 
font-family:Georgia, "Times New Roman", serif; 
font-size:18px; font-weight:normal; 
display: block;
background-color: #efefef; }

h5 { 
padding:5px 0 0 5px; 
}

p { 
padding: 0 0 11px 5px; 
font-family:Verdana, Helvetica, Arial, sans-serif; 
font-size:13px; 
line-height:22px; }

#home_mission {
	padding: 0 230px 0 0;
	background: url(../images/our_mission.jpg) top right no-repeat;
}

.duration {
	color: #666;
	font-size:13px; line-height:22px;
}

#main_col ul {
	list-style-image: url(../images/bullet1.gif);
	padding: 0 0 0 20px;
	line-height:22px;
}


#main_col ul ul li {
list-style-image: url(../images/bullet2.gif);
}

#main_col ul ul ul li {
list-style-image: url(../images/bullet3.gif);
}

#main_col li {
	padding: 0 0 10px 5px;
}

#main_col a{
	color: #666;
}

#main_col a:hover{
background-color: #cb2127;
color: #fff;
}

#more_details {
	width: 155px;
	margin: 15px 0 20px 0;
}

#more_details a {
	display: block;
	height: 21px;
	text-indent: -9999px;
	background: url(../images/more_details.gif) top left no-repeat;
}

#three_col {
	clear: both;
	width: 850px;
	float: left;
	text-align: left;
	background-color: #fff;
}

#col_1 {
	float: left;
	width: 240px;
	margin: 5px;
	padding: 10px 0 10px 0;
}

#col_2 {
	float: left;
	width: 285px;	margin: 0 5px;
}

#col_3 {
	float: left;
	width: 300px;
}

#col_1 a, #col_2 a, #col_3 a {
	color: #666;
}

#col_1 a:hover, #col_2 a:hover, #col_3 a:hover {
background-color: #cb2127;
color: #fff;
}

#photo {
	float: right;
	padding: 3px;
	background-color: #efefef;
}
#caption {
	color: #000;
	font-size: 10px;
}

#download_files {
	width: 270px;
	float: right;
	background-color: #fff;
	margin:0;
	padding: 5px 0;
	border: 1px dotted #333;
}

#download_files h5 {
	margin: 0; 
	padding:5px 0 5px 5px; 
	font-family:Georgia, "Times New Roman", serif; 
	font-size:16px; font-weight:normal; color: #333;
	display: block;
	background-color: #efefef;
}

#pdf {
	background: url(../images/pdf_icon.gif) no-repeat;
	padding: 1px 3px 15px 20px;
	margin: 5px 0 0 5px;
}

#testimonial {
	font-family:Georgia, "Times New Roman", serif; 
	font-size:16px; font-weight:normal; color: #333;
	display: block;
}

.testimonial_client {
	color: #999;
	font-size:11px; line-height:22px;
}

.header_link, .header_link a, .header_link a:hover, .header_link a:visited, .header_link a:active, .header_link a.selected{
text-decoration: none;
color: #cb2127;
background-color: #fff;
}

#paginate{
	background-color: #efefef;
	display: block;
	text-align: left;
	margin: 0;
	padding: 5px;
}


#footer {
clear: both;
	width: 100%;
	height: 180px;
	margin: 0; padding: 0;
	background: url(../images/footer_bg.gif) repeat-x;
 }
 
#footer_container {
	width: 850px;
	height: 180px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/footer_bg.jpg) repeat-x;

}
 
#footer_nav {
	float: left;
	width: 548px;
	height: 10px;
	padding: 80px 0 0 30px;

}

#footer_nav ul {
	text-align: left;
	
}

#footer_nav li {
	display: inline; /*This line is needed to fix the double-margin bug floats in IE*/
	padding: 3px 30px 0 0;
	text-transform: uppercase;
}

#footer_nav a {
	color: #ffffff;
	text-decoration: none;
}

#footer_nav a:hover {
	color: #cb2127;
	text-decoration: underline;
}

#acca {
	float: left;
	width: 92px;
	height: 100px;
	display: block;
	text-indent: -9999px;
	background: url(../images/acca_logo.gif) no-repeat;
	margin: 40px 0 0 0;

}

#comp_reg {
	float: left;
	width: 220px;
	height: 30px;
	font-family:Verdana, Helvetica, Arial, sans-serif; font-size:9px; color: #999;
	padding: 0 0 0 10px;

}

#pixelated_footer {
float: left;
margin: -5px; padding: 0;
width: 177px;

}

 #pixelated_link {
	margin: 0;
	padding: 0;
	height: 52px;
	text-align: right;
	list-style: none;
	display: inline;
	overflow: hidden;
	}

#pixelated_link li {
	margin: 0; 
	padding: 0;
   list-style: none;
	display: inline;
	}

#pixelated_link a {
	float: right;
	padding: 30px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:52px; /* for IE5/Win only */
	}
	
#pixelated_link a:visited {
	background-position: 0 0;
	}
	
#pixelated_link a:hover {
border:0px solid #fff;
	background-position: 0 -30px;
	}

#pixelated_link a:active, #pixelated_link a.selected {
	background-position: 0 -30px;
	}
	
#pixelated a  {
	width: 175px;
	background: url(../images/pixelated_logo.jpg) top left no-repeat;
	}

#flashcontent {
	float: left;
	width: 180px;
}
.flash-replaced .alt {
	display: block;
	height: 0;
	position: absolute;
	overflow: hidden;
	width: 0;
			}
