/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
}
a {
	color: #990000;
	outline: none;
}
a:hover {
	color: #009900;
	outline: none;
}
h1, h2, h3, h4, h5, h6, ul, li, form, div, table, th, tr, td {
	margin: 0;
	padding: 0;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	line-height: 18px;
	color: #990000;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 850px;
}

/*---------- Header ----------*/

#header {
	width: 850px;
	height: 40px;
	float: left;
}

/*---------- Left Side ----------*/

#sideleft {
	width: 144px;
	float: left;
}
.topspace {
	margin-top: 36px;
}

/*---------- Menu ----------*/

#menu {
	margin: 0px;
	padding: 0px;
	width: 136px;
	height: 167px;
	float: left;
	background-color: #990000;
}
#menu ul {
	width: 112px;
	list-style: none;
	float: right;
}
#menu ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	border-bottom: 1px solid #b6ac79;
	padding: 18px 0px 0px 2px;
	height: 13px;
}
#menu ul li a {
	text-decoration: none;
	color: #FFFFFF;
}
#menu ul li a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#menu ul li a.current {
	font-weight: bold;
	text-decoration: none;
	color: #b6a36e;
}

/*---------- Right Side ----------*/

#sideright {
	width: 706px;
	float: left;
}
#sideright #right_top {
	width: 705px;
	float: left;
	border-bottom: 1px solid #b6ac79;
	border-left: 1px solid #b6ac79;
}
#sideright .banner {
	width: 705px;
	height: 307px;
	float: left;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#sideright .title {
	width: 687px;
	height: 62px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #b6a36e;
	padding-left: 18px;
}
#sideright .title h1 {
	margin: 10px 0px 5px 0px;
	padding: 0px;
}

#content {
	width: 703px;
	height: auto;
	float: left;
	border: 1px solid #b6ac79;
	margin-top: 26px;
	background-image: url(../images/content_box_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#content h1 {
	font-size: 16px;
	color: #B6A36D;
	padding-left: 27px;
	margin: 20px 0px;
}
#content p {
	padding: 10px 50px 20px 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	line-height: 18px;
	color: #990000;
}
.read {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #b6a36e;
}

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

#footer {
	width: 690px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #c3b488;
	padding: 10px 0px 20px 160px;
}
#footer a {
	text-decoration: none;
	color: #c3b488;
}
#footer a:hover {
	text-decoration: none;
	color: #990000;
}
#footer img {
	vertical-align: top;
	padding-top: 7px;
	margin: 0 3px 0 3px;
}

/*---------- Inside Page ----------*/

.compname {
	float: right;
	padding: 10px 40px 0px 0px;
}
.menubox {
	width: 136px;
	float: left;
	border-left: 1px solid #b6ac79;
	border-top: 1px solid #b6ac79;
}
.menubox .photo {
	width: 136px;
	float: left;
}
.content_inner {
	width: 569px;
	float: left;
	border-top: 1px solid #b6ac79;
}
.content_inner p {
	padding: 0px 40px 0px 35px;
}
.content_inner p a:hover {
	color: #b6a36e;
}
.mainhead {
	width: 93%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 25px;
	color: #b6ac79;
	padding-bottom: 50px;
}
.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #b6a36e;
}

hr {
	background-color: #b6ac79;
	height: 1px;
	border: none;
	color: #b6ac79;
}

.lists {
	list-style: none;
	margin-left: 27px;
	width: 90%;
}
.lists li {
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0px 20px 33px;
}
.lists li.one {
	background-image: url(../images/one.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.lists li.two {
	background-image: url(../images/two.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.lists li.three {
	background-image: url(../images/three.gif);
	background-repeat: no-repeat;
	background-position: left top;
}