/* Basics CSS*/

body {
 margin: 0;
 color: #585E7E;
 background:#CCCCCC url(../images/sqmainbg.jpg);
 padding:0;
 font: italic bold 0.86em/1.2 Arial, Helvetica, sans-serif;
 }

a:link, a:visited, a:active {
color: #585E7E;
text-decoration: none;
}
a:hover {
text-decoration: none;
color: #fff;
}

h1 {
 font-size: 1.5em;
}

h2 {
 font-size: 1.3em;
}

#outer {
	width: 741px;
	background: #CCCCCC url(../images/sqbodybg.jpg) repeat-y;
	margin-right: auto;
	margin-left: auto;
 }

#hdr {
 padding-top: 15px;
 background: #CCCCCC url(../images/sqtop.jpg) no-repeat;
 }

#hdr h1 {
 color: #fff;
 background:#B7734B;
 font-size: 1.5em;
 font-weight: bold;
 text-align: center;
 text-transform: uppercase;
 margin: 0;
 padding: 1em;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#nav {
 float:left;
 width:190px;
 padding: 20px;
 /*padding: 270px 20px 20px;*/
 /*background: url(../images/sqlogo.jpg) no-repeat center top;*/
}

#cont {
 float: right;
 width:460px;
 padding: 5px 1.5em 1.5em 5px;
 }
#cont a:link, #cont a:visited, #cont a:active {
color: #585E7E;
text-decoration: underline;
}
#cont a:hover {
text-decoration: none;
color: #000;
}
#cont h2 {
 color: rgb(153, 102, 51);
}

#ftr {
	clear: both;
	color: #fff;
	background:#CCCCCC url(../images/sqftr.jpg) no-repeat;
	font-size: 0.8em;
	text-align: right;
	margin: 1em 0 0;
	height: 157px;
 }

#leftImg
{
float:left;
width: 125px;
height: 93px;
padding: 0 5px 5px 0;
}

#rightImg
{
float:right;
width: 125px;
height: 93px;
padding: 0 0 5px 5px;
}
.copyright {
	font-size: 90%;
	padding-top: 110px;
	padding-right: 25px;
}
.txtBigPurple16 {
	font-size: 16px;
	font-weight: bold;
	color: #585E7E;
}