body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #35241C;
	font-family: Arial, Helvetica, sans-serif;
	color: #535353;
	font-size: 14px;
}
.click {
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
	letter-spacing: 0.1em;
}

.clickLeft {
	font-size: 10px;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 0.1em;
}


#main {
	background-image: url(../images/linen.jpg);
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #FFFFFF;
}
#nav {
	padding: 0px;
	text-align: center;
}
#header {
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#contentFull {
	padding-right: 10px;
	padding-left: 0px;
	width: 860px;
}
#rightBox {
	background-color: #FFFFFF;
	width: 300px;
	border: 1px solid #999999;
	padding: 10px;
}
.rightShadow {
	background-image: url(../images/rightBox_rightShadow.png);
	width: 12px;
	background-repeat: repeat-y;
}
.bottomShadow {
	background-image: url(../images/rightBox_bottomShadow.png);
	background-repeat: no-repeat;
}

#rightBox h3 {
	color: #666666;
	margin: 0px;
}

a {
	text-decoration: underline;
	color: #333333;
}

a:hover, a:active {
	color: #033976;
	text-decoration: none;
}


p {
	line-height: 1.4em;
}

h2 {
	font-size: 16px;
	color: #488EBF;
	margin-top: 0px;
}
.listHeading {
	font-weight: bold;
	margin-bottom: 0px;
}

.featureBox {
	width: 258px;
	height: 250px;
	margin: 0px;
	padding: 0px;
}
.viewButton {
	float: right;
	vertical-align: baseline;
	margin-bottom: 10px;
	margin-right: 16px;
}

.featureBox .middle {
	background-image: url(../images/home_featurebox_back.png);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 16px;
	padding-left: 10px;
	font-size: 12px;
	color: #666666;
	padding-bottom: 0px;
	text-align: left;
	vertical-align: top;
	height: 220px;
}
.featureBox .middle p {
	padding-top: 5px;
	margin: 0px;
	padding-bottom: 0px;
}

#footer {
	background-color: #033976;
	text-align: center;
	padding: 10px;
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}

#footer a {
	text-decoration: none;
	color: #FFFFFF;
	margin-right: 8px;
	margin-left: 8px;
}

#footer a:hover, #footer a:active {
	color: #6DCBCF;
}
#bigPic {

	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#topRight {
	float: right;
}

img, div { behavior: url(../iepngfix.htc)}

#inner {
	background-image: url(../images/inner_back3.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	clear: none;
	background-position: bottom;
}
#inner p {
	font-size: 13px;
	line-height: 1.3em;
	margin-left: 10px;
	margin-top: 0px;
}

#inner a {
	text-decoration: underline;
	color: #FFFF99;
}

#inner a:hover, a:active {
	color: #000000;
	text-decoration: none;
}

#inner .rtImg {
	margin-left: 10px;
}

.noIndent {
	list-style-position: outside;
	line-height: 1.4em;
	margin-top: 0px;
}

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}
#contentInnerLeft {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	width: 475px;
}
#contentInnerRight {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 350px;
}
.rtImg {
	margin-left: 15px;
}
.leftImg {
	margin-right: 15px;
}
li {
	line-height: 1.4em;
}
.featureBox .bottom {
	background-image: url(../images/home_featurebox_bottom.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 30px;
}

