/* **************** 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 ******************** */


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: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
}

#header {
display: none;

 }
 
 #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: none;
	height: 143px;
	width: 600px;
	text-indent: -9999px;
	background: url(../images/header_txt.gif) top left no-repeat;
}

#content {
width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;

}

#left_col {
display: none;
}


#main_col {
	float: none;
	text-align: left;
}

h2 { 
font-family:Georgia, "Times New Roman", serif; 
font-size:24pt; line-height: 30pt; font-weight:normal; 
color:#cb2127; 
padding: .2em;
text-align: left;
border: 1px dotted #666;}

h4 { 
font-family:Georgia, "Times New Roman", serif; 
font-size:18pt;
line-height: 26pt;
font-weight:normal; 

padding: .2em;
text-align: left; }

h5 { 
font-weight:normal; 
padding: .2em;
text-align: left; }
}

p { 
font-family:Verdana, Helvetica, Arial, sans-serif; 
font-size:13pt; 
line-height:22pt;
margin-left: 10%;
padding: .3em;}

.duration {
	color: #999;
	font-size:11pt; line-height:22pt;
}

#main_col ul {
	list-style-image: url(../images/bullet1.gif);
	line-height:22pt;
}


#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 {
}

#main_col a{
	color: #666;
}

#more_details {

}


#three_col {
	text-align: left;
}

#col_1 {
display: none;
}

#col_2 {
	float: left;
	width: 285px;
	margin: 5px;
	padding: 10px 0 10px 0;
}

#col_3 {
	float: left;
	width: 305px;
}

#photo {
	float: right;
	padding: 3px;
	background-color: #efefef;
}
#caption {
	color: #000;
	font-size: 10pt;
}

#download_files {
display: none;
}


#testimonial {
	font-family:Georgia, "Times New Roman", serif; 
	font-size:16pt; line-height: 20pt; font-weight:normal; color: #333;
}

#footer {
display: none;
 }

