/*BODY*/
@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(img/shadow.jpg);
	background-repeat: repeat-y;
	background-position: center;
	border-color: #000000;
	line-height: 18px;
}

/*CONTAINER*/
.twoColFixLtHdr #container {
	width: 778px;
	background: #ffffff;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
	height: auto;
	float: none;
}

/*HEADER*/
.twoColFixLtHdr #header {
	background-color: #ffffff;
	height: 140px;
	width: 778px;
	background-image: url(img/header.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000; }

/*MAIN CONTENT DIV*/
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: auto;
	float: none;
	padding-top: 0px;
	clear: none;
	height: auto;
}

/*PARAGRAPH*/
p {
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 12px;
}

/*LISTS*/
#list {
	width: 250px;
	float: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px; }

#list_guide {
	width: 700px;
	float: none;
	margin-left: 20px;
	margin-top: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-image: url(img/check.png);
	list-style-type: none;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: normal;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 1.3em;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	padding: 0px;
	margin: 0px;
}

h4 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bolder;
}

/*FOOTER*/
.twoColFixLtHdr #footer {
	background-color: #632423;
	padding-top: 10;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	margin-top: 0px; }

	.twoColFixLtHdr #footer p {
	margin: 0;
	padding: 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

	#footer a:hover {
	text-decoration: underline;
}

/*BLOCKQUOTE*/
#blockquote {
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	background-image: url(img/quote.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	font-family: Tahoma;
	font-size: 14px;
	line-height: normal;
	text-align: left;
	margin: 5px;
	border: 1px solid #CCCCCC;
}

.box {
	width: 300px;
	float: left;
	display: inline;
	position: relative;
	height: 150px;
	padding: 0px; }

/*FLOAT*/
.fltrt {
	float: right;
	margin-left: 8px; }

.fltlft {
	float: left;
	margin-right: 8px; }

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px; }

/*LINKS*/
a {
	color: #632423;
	font-weight: bold; }
	
a.img {border: none;}

/*IMG*/
.img {
	margin-right: 5px;
	border: 1px solid #000000;
	float: left;
	margin-top: 3px;
	padding: 0px; }

.img-shadow {
	float: right;
	background: url(img/shadowAlpha.png) no-repeat bottom right !important;
	background: url(img/shadow.gif) no-repeat bottom right;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px; }

	.img-shadow img {
		display: inline;
		position: relative;
		background-color: #fff;
		border: 1px solid #a9a9a9;
		padding: 4px;
		margin-top: -6px;
		margin-right: 6px;
		margin-bottom: 6px;
		margin-left: -6px; }


/*DROP SHADOW CONTAINER*/
/*Hide entire CSS code from IE6*/
<![if !IE 6]>
.shiftcontainer {
	position: relative;
	left: 7px; /*Number should match -left shadow depth below*/
	top: 7px; /*Number should match -top shadow depth below*/ }

.shadowcontainer {
	width: 300px; /* container width*/
	background: transparent url(img/bigshadow.gif) no-repeat bottom right;
	float: right;
	display: block;
	margin-left: 25px;
	padding-left: 0px;
	padding-right: 0px;
	clear: both;
	margin-top: 10px; }

	.shadowcontainer .innerdiv {
		background-color: white; /* Add container height here if desired */
		border: 1px solid gray;
		position: relative;
		left: -7px; /*shadow depth*/
		top: -7px;
		padding: 6px; }

<![endif]>

#shadow {	
background-color: #fff;
border: 1px solid #000;
-webkit-box-shadow: 3px 5px 10px #ccc;
}
