/* LSStyles1 */

body {
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size:13px;
	text-align:center;
	background-color:#AB5B52;
}

#pageContainer {
	border: none;
	width: 950px;
	height: 512px;
    padding: 0px;
	margin: auto;
	display: block;
	position: relative;
	text-align: left;
}

#deskTopLeft {
	position:relative;
	width:432px;
	height:512px;
	background-image:url(../images/deskTopLeft2a.jpg);
	background-repeat: no-repeat;
	float:left;
}

#deskTopRight {
	position:relative;
	width:518px;
	height:512px;
	background-image:url(../images/deskTopRight1b.jpg);
	background-repeat:no-repeat;
	float:right;
}

/*********
NAVIGATION
*********/

#topNav {
	margin-top:10px;
	width: 505px;
	height: 36px;
	text-align:center;
	
}

#topNav ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

#topNav ul li {
    display: inline;
	margin: 0;
	border: 0;
	text-align: left;
	vertical-align: middle;
}

/******
CONTENT
******/

#content {
	position:relative;
	width:487px;
	height:409px;
	overflow: auto;
	margin-top: 10px;
	margin-left: 15px;
}

#content p {
	padding-right:5px;
}

#content ul li {
	list-style-image: url(../images/chk.gif);
}

#content a {
	text-decoration:none;
	color:#000000;
	border:none;
}

#content a:hover {
	text-decoration:underline;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
	margin-right:10px;
}

.indentLeft {
	margin-left:13%;
}

.alignLeft {
	text-align:left;
}

.alignRight {
	text-align:right;
}

.alignCenter {
	margin-left:20%;
}

.noSpace {
	margin:0;
}

.topPage {
	margin-left:78%;
	font-size:9px;
}

.smallLink {
	font-size:12px;
}

/********************************
NEWSLETTER SIGN-UP & CONTACT FORM
********************************/

#newsletterForm {
  margin-left:20%;
}

.NLerrors {
  margin-left:20%;
  font-size:12px;
  color:#AB5B52;
}

.CTerrors {
  font-size:12px;
  color:#AB5B52;
}

.thanks {
  font-size:16px;
  color:#4C6796;
  text-align:center;  
}

.topAlign {
  vertical-align:top;
}

/*********
BOTTOM NAV
*********/

#bottomNav {
	width: 950px;
	font-size: 11px;
	color: #ECC79B;
    padding: 0px;
	margin: auto;
	display: block;
	position: relative;
}

#bottomNav table {
	width:950px;
}

#bottomNav table tr{
	vertical-align:top;
}

#bottomNav a {
	text-decoration:none;
	color: #ECC79B;
	border:none;
}

#bottomNav a:hover {
	text-decoration:underline;
}

