@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
body {
	text-align: center;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #cec2ad;
	background-image: url(../images/backgr.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-size: 1.3em;
	line-height: 1.5em;
}
h2 {
	font-size: 1.1em;
	line-height: 1.3em;
}
h3 {
	font-size: .9em;
	line-height: 1.1em;
}
h1, h2, h3 {
	color: #003366;
	padding: .5em 0;
}
p {
	font-size: .8em;
	line-height: 1.4em;
}
ul li {
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 0 0 .5em 1.1em;
	list-style-type: square;
} 
ol li {
	font-size:0.8em;
	line-height:1.5em;
	margin:0 0 .5em 1.7em;
} 
a {
	text-decoration: none;
	color: #003399;
}
a:hover {
	color:red;
}
.questions {
	color: #660000;
	font-weight: bold;
}
.thrColHybHdr #extend {
	width: 1000px;
	border: 0px none #000000;
	margin: 0 auto;
	text-align: left;
	background-color: transparent;
	background-image: url(../images/backgr-main.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}  
.thrColHybHdr #container {
	width: 900px;
	border: 0px none #000000;
	margin: 0 auto;
	text-align: left;
	background-color: transparent;
}  
.search {
	float: right;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0;
}
.thrColHybHdr #header {
	height: 200px;
	background-image: url(../images/header.jpg);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
} 
.thrColHybHdr #sidebar1 {
	margin-left: 10px;
	margin-top: 45px;
	float: left;
	width: 300px;
	background: transparent;
}
.thrColHybHdr #sidebar1 h3, .thrColHybHdr #sidebar1 p, .thrColHybHdr #sidebar2 p, .thrColHybHdr #sidebar2 h3 {
	margin-left: 10px;
	margin-right: 10px;
}
.thrColHybHdr #mainContent {
	margin: 45px 30px 0px 315px;
	padding: 25px;
	background-color: #FFFFFF;
} 
.signupform{
	margin: 10px 0 10px 0;
}
.signupform td{
	padding: 5px 0 5px 0;
	vertical-align: top;
}
.signupform td p{
	line-height: normal;
}
.errorlist{
	color:#FF0000;
	font-size: .7em;
}

/*========================
     NAV MENU - MAIN 
==========================*/

.nav #slatenav{
	position:absolute;
	display:block;
	height:42px;
	font-size:1em;
	font-weight:bold;
	margin-top: 157px;
}
.nav #slatenav ul{
	margin:0px;
	padding:0;
	list-style-type:none;
	width:auto;
}
.nav #slatenav ul li{
	display:block;
	float:left;
	margin:0 1px 0 0;
	background-image: url(../images/divider.png);
	background-repeat: no-repeat;
	background-position: left;
}
.nav #slatenav ul li a{
	display:block;
	float:left;
	color:#0099CC;
	text-decoration:none;
	padding:14px 22px 0 22px;
	height:28px;
}
.nav #slatenav ul li a:hover,.nav #slatenav ul li a.current{
	color:#fff;
}

/*========================
     DESIGN BUTTONS 
==========================*/

#designbutton1 { /* background image block */
	display: block;
	width: 272px;
	height: 155px;
	background: url(../images/button_design1.gif) no-repeat;
	margin: 10px 0 10px 10px;
}
#designbutton1 a {
text-decoration:none;
}
#designbutton2 { /* background image block */
	display: block;
	width: 272px;
	height: 155px;
	background: url(../images/button_design2.gif) no-repeat;
	margin: 10px 0 10px 10px;
}
#designbutton2 a {
text-decoration:none;
}
#designbutton3 { /* background image block */
	display: block;
	width: 272px;
	height: 155px;
	background: url(../images/button_design3.gif) no-repeat;
	margin: 10px 0 10px 10px;
}
#designbutton3 a {
text-decoration:none;
}
.hide {
visibility:hidden;
}
#preview {
float: left;
position:absolute;
width : 75px;
height: 28px;
margin-left: 115px;
margin-top: 120px;
}
#demo {
float: left;
position:absolute;
width : 65px;
height: 28px;
margin-left: 195px;
margin-top: 120px;
}

/*========================
      MISC CLASSES
==========================*/

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	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;
}

/*========================
      SIGN OFF TEXT
==========================*/

.thrColHybHdr #signoff {
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 50px;
	margin-left: auto;
	text-align: right;
} 
.thrColHybHdr #signoff p {
	font-size: 0.65em;
	color: #444;
}
.thrColHybHdr #signoff a:link {
	color: #444;
	text-decoration: none;
}
.thrColHybHdr #signoff a:hover {
	color: #FFFFFF;
}



