/* @override http://localhost/cta/css/main.css */

/* RESETS */
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,
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-weight: inherit;
  font-style: inherit;
  font-size: small;
  font-family: inherit;
  vertical-align: baseline;
}
:focus { outline: 0; }
body {
  line-height: 1;
        margin: 0;
        font-size: small;
}
ol, ul { list-style: none; }
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {content: ""; }
blockquote, q { quotes: "" ""; }
img { border: 0 }

/* GENERAL STYLES */
h4{
	color: #b55dd2;
	margin-bottom: 25px;
	font-size: 14px;
}
.hover{ cursor: pointer; }
.no_show{ display: none; }
.clearer{ clear: both; }
.active{ background-position: bottom !important;}
.underline{ text-decoration: underline !important; }
.flt_left{ float: left; }
p{ color: #3d3d3d; line-height: 18px;}
.padding_btm{ padding-bottom: 10px; }
.margin_left{ margin-left: 10px; }
.purple{ color: #9833bd; }
a{ color: #a947c8;}
.sub_title{
	font-weight: bold;
}

/* DESIGN STYLES */
html, body{
	height: 100%;
	font-family: "Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
}
body{ background: url("../img/background.gif") repeat-x; }

#wrapper {
	width: 742px;
    margin: 0 auto;
}

#logo{
	width: 550px;
	height: 86px;
  	background: url("../img/logo.png") no-repeat;
}
#logo h1{ text-indent: -9999px; }
#logo_sls{
	width: 80px;
	height: 136px;
  	background: url("../img/logo-sls.gif") no-repeat;
  	position: absolute;
  	margin: -60px 0 0 602px;
  	display: none;
}
#logo_sls h2{ text-indent: -9999px; }

#container_top{
  	width: 742px;
  	height: 11px;
  	margin: 15px 0 0 0;
  	background: url("../img/container-top.png") no-repeat;
}
#container{
  	width: 742px;
  	background: url("../img/container.png") repeat-y;
}

#nav{ padding: 0px 0 0 15px; color: #444; }
#nav a{
  	color: #444;
  	text-decoration: none;
  	margin: 0 10px;
}
#nav a:hover, #nav a.active{ color: #ab49ca; }

#content{
  	width: 672px;
  	margin: 35px auto 0 auto;
}

#content_nohead {
  	width: 672px;
  	margin: 0 auto;
}

#intro_para{
  	width: 345px;
  	line-height: 21px;
  	color: #333;
}

#intro_para ul li {
	list-style-type: disc;
	margin: 0 0 0 13px;
	font-weight: bold;
	line-height: 1.4em;
}

.first_letter{ margin: -3px 0 0 0; }
.icon_decorative{
  	margin: 35px 0 0 35px;
}
#page_img{
	width: 396px;
	height: 285px;
	background: url("../img/page-img.png") no-repeat;
	position: absolute;
	margin: 45px 0 0 410px;  	
}
#gallery_home img{ background: transparent !important;}
#gallery_home{
	position: absolute;
	margin: 45px 0 0 410px;  	
}

#content_left{
	margin: 55px 0 0 0;
  	float: left;
  	width: 350px;
}
.welcome_txt{
  	width: 170px;
}
.home{display: none;}
#content_right{
	margin: 145px 15px 0 0;
  	float: right;
  	width: 255px;
}

#content_right_home{
	margin: 165px 15px 0 0;
  	float: right;
  	width: 255px;
}
p.testimonials{ font-size: 100%;}
p.credit{ font-size: 10px; margin: 0 0 15px 15px;}
p.credit span{ font-size: 10px; }


#footer {
    background: url("../img/container-bottom.png") bottom no-repeat;
    width: 742px;
    height: 32px;
	margin: 0 auto;
}
#footer p{
  	width: 742px;
  	text-align: center;
  	font-size: 10px;
  	color: #9a9a9a;
  
}

/* forms styles */
.notice{ color: #8b0101; margin-bottom: 15px; }
label{
	float: left;
  	width: 75px;
  	margin-top: 4px;
}
input.submit{ margin-left: 75px; }

#content_wide{
	margin: 55px 0 0 0;
  	float: left;
  	width: 100%;
}

p.title_center {
	text-align: center;
	width: 100%;
	font-size: 18px;
	margin: 0 0 10px 0;
	color: #AB49CA;
}

p.sub_title_center {
	text-align: center;
	font-weight: bold;
}

p.body_para {
	margin: 5px 0 10px 0;
}

ul.body li {
	list-style-type: disc;
	margin: 0 0 0 15px;
	color: #333333;
	font-weight: bold;
}

.contact-locations {
	color: #b55dd2;
	font-size: 14px;
}

.contact-list {
	margin: 0 0 0 20px;
}
