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


* { margin: 0; }

html, body {
height: 100%; 
}


#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 850px;
	margin: 0 auto -4em;
	background-color: #fffae2;
}

.footer, .push {
height: 4em; }

#footer {
	clear: both;
	float: left;
	width: 100%;
	height: 75px;
}

 ul, li {
	color:#663300;
 
 }
a.licolor:link {
	color: #660000;
 }
 a.licolor:visited {
	color: #660000;
 }

body,td,th {
	color: #663300;
}


a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	text-transform: none;
	color: #CC6600;
	text-decoration: none;
	font-weight: bolder;
	list-style-position: outside;
}
a:visited {
	color: #996633;
	font-weight: bolder;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}	
a:hover {
	color: #CC6600;
	font-size: 12px;
}
a:active {
	color: #CC6600;
}


a.navlink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #330000;
}
a.navlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #993300;
}

a.navlink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #993300;
}
a.navlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #663300;
}

a.table_links:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993300;
	text-transform: none;
}
a.table_links:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #CC6600;
}
a.table_links:visited {
	color: #996633;
	font-size: 12px;
}
a.table_links:hover {
	color: #CC6600;
	font-size: 12px;
}

.big_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a.big_links:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC6600;
	text-transform: none;
}
a.big_links:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	color: #CC6600;
}
a.big_links:visited {
	color: #996633;
	font-size: 14px;
}
#thumbContainer {
	position:absolute;
	left:12px;
	top:347px;
	width:216px;
	height:147px;
	z-index:1;
}
#thumb {
	position:absolute;
	left:11px;
	top:350px;
	width:235px;
	height:172px;
	z-index:1;
}
#apDiv2 {
	position:absolute;
	left:261px;
	top:350px;
	width:528px;
	height:171px;
	z-index:2;
}

p {
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #663300;
	line-height: 14px;
}
.dark_text {
	color: #663300;
}
.ar_breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	top: -10px;
}

.titleBox {
	background-color: #000000;
	text-align: center;
	width: 100%;
}


#mainContent {
	background-color: #fffae2;
	width: 100%;
	height: auto;
}


#left_box01 {
	background-image: url(images/box_bg_midwide.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear: right;
	float: left;
	height: auto;
	width: 300px;
	margin-left: 20px;
	margin-bottom: 25px;
}


#left_box01 p {
	padding-right: 25px;
	padding-left: 25px;
}

#right_box01 {
	background-image: url(images/box_bg_wide.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: right;
	height: auto;
	width: 465px;
	margin-left: 20px;
	clear: none;
	margin-right: 25px;
	margin-bottom: 25px;
}

#right_box02 {
	background-image: url(images/box_bg_wide.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: right;
	height: auto;
	width: 465px;
	margin-left: 20px;
	clear: none;
	margin-right: 25px;
	margin-bottom: 25px;
}

#right_box03 {
	background-color: #fffae2;
	float: left;
	height: auto;
	width: 770px;
	padding-left: 35px;
	clear: none;
	padding-right: 35px;
	padding-bottom: 35px;
}

#right_box02 p {
	padding-right: 25px;
	padding-left: 25px;
}

#right_box01 p {
	padding-right: 25px;
	padding-left: 25px;
}


#left_box02 {
	background-image: url(images/box_bg_midwide.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear: none;
	float: left;
	height: auto;
	width: 300px;
	margin-left: 20px;
	margin-bottom: 25px;
}


#left_box02 p {
	padding-right: 25px;
	padding-left: 25px;
}

.clearfix:after   {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix  { height: 1%; }
/* End hide from IE-mac */
#inside {
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	height: auto;
	width: 700px;
	position: absolute;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-indent: 25px;
}
