@charset "UTF-8";

html {
	font-size: 62.5%;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	letter-spacing: 0.01em;
	word-spacing: 0.05em;
	background-color: #014a6c;
}
.thrColFixHdr #container {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #045a82;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #045a82;
	background-image: url(../i/mixedberry2.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.thrColFixHdr #container #mainContent img {
	margin-left: -10px;
	clear: both;
}
.thrColFixHdr  #header {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	height: 230px;
}
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 15px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent: -9999px;
}
h1 {
	font-size: 22px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #container #sidebar1 img {
	margin-left: -10px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 20px 15px 10px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #container #sidebar2 img {
	margin-left: -5px;
}
.thrColFixHdr #mainContent {
	min-height: 600px;
	clear: none;
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.thrColFixHdr #footer {
	background-image: url(../images/footer_bg2.png);
	background-repeat: repeat-x;
	min-height: 90px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 30px;
	min-height:100px;
}
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.first {
	display: inline;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 8px;
}
.mid {
	display: inline;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 8px;
}
.last {
	display: inline;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 5px;
}
.copyright {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 250px;
	display: inline;
}
.important {
	border-bottom-width: 0.1em;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	color: #FFFFFF;
	clear: right;
}

.thrColFixCtrHdr #break {
	border-top-width: 0.1em;
	border-top-style: dotted;
	border-top-color: #333333;
	padding-bottom: 2.5em;
	clear: both;
}	
a{text-decoration:none; font-weight:none;}
a:link, a:active, a:visited{
	color:#FFF;
}
a:hover{
	color:#CCC;
	text-decoration:none;
}
/*-------------NAV Section-------------*/

#nav {
	padding-top:190px;
	float: right;
	padding-right: 50px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2;
}
#nav ul {
	float:left;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	background-image: url(i/nav_bg2.png);
	background-repeat: repeat-x;
}
#nav li {
	display:inline;
	margin:0;
	padding:0;
}
#nav a {
	display:block;
	float:left;
	padding:0 12px;
	color:#fff;
	text-decoration:none;
	background-image: url(../i/nav_bg2.png);
	background-repeat: repeat-x;
	border-right-width: 0px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: dotted;
	border-left-color: #FFF;
	border-right-color: none;
}
#nav a:hover, #nav a:focus {
	background-color: #045a82;
	background-image: url(../i/nav_bg2.png);
	background-repeat: repeat-x;
}
#nav .sel a {
	background-image: url(../i/nav_bg2.png);
	background-repeat: repeat-x;
}
#nav .sel a:hover, #nav .sel a:focus {
	background-image: url(i/nav_bg2.png);
	background-repeat: repeat-x;
}


/*-------------NAV Section-------------*/


/*-------------Footer Section-------------*/



#footerbar

{

	width:846px;

	height:36px;

	background-image:url(../images/bg_footerbar.jpg);

	margin:auto;

	text-align:left;

	font-family:Helvetica;

}



#footerbar_left

{

	float:left;

	width:210px;

	margin:12px 0px 0px 33px;

	font-size:9px;

	color:#740b1a;

	font-weight:bold;	

}



#footerbar_right

{

	float:left;

	width:560px;

	margin:13px 0px 0px 0px;

	font-size:9px;

	color:#21201e;

}



#footerbar_right a

{

	font-family:Arial;

	font-size:9px;

	margin:0px 3px 0px 3px;

	color:#21201e;

	font-weight:bold;	

}



#footerbar_right a:hover

{

	color:#921123;

}



#footerphone

{

	width:830px;

	margin:auto;

	padding:10px 0px 15px 0px;

	text-align:left;

	font-family:Arial;

	font-size:14px;

	color:#ffffff;

	font-weight:bold;

}



#footer ul

{

	list-style:none;

	margin:0px;

	padding:0px;

}



#footer li

{
	height:240px;
	float:left;
	line-height:17px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
}



#footer .lastcolumn

{

	border-right:none;

}



#footer img

{

	margin:0px 0px 5px 0px;

}



#footer a

{
	font-family:Helvetica;
	font-size:11px;
	color:#ffffff;
	text-decoration: none;
}



#footer a:hover

{

	color:#999999;

}



#footerbottom

{

	width:945px;

	margin:30px auto 0px auto;

	text-align:left;

}



#footerbottom_left

{
	width:400px;
	float:left;
	margin:10px 0px 0px 30px;
}



#footerbottom_right

{
	width:300px;
	float:right;
	margin:70px 80px 40px 0px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}



/*-------------Footer Section-------------*/



.thrColFixHdr #logobox {
	background-image: url(../i/SqwincherLogoWHITEONLY.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	margin: 0px;
	float: left;
	height: 225px;
	width: 260px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
}

