@import url("form.css");
body {
	padding : 0;
	margin : 0;
	font : 0.74em "Arial", sans-serif;
	line-height : 1.5em;
	background : #fff url("images/bg.jpg") repeat-x top;
	color : #333;
}
a {
	color : #cc8803;
	text-decoration : none;
}
a:hover {
	text-decoration : underline;
}
p {
	margin : 0 0 10px;
	line-height: 23px;
}
h1 {
	font : bold 1.8em "Arial", Sans-Serif;
	padding : 8px 0 4px 0;
	margin : 0;
	letter-spacing : -1px;
}
h2 {
	font : bold 1.6em "Arial", Sans-Serif;
	letter-spacing : -1px;
}
h3 {
	padding : 4px 0;
	margin : 0;
}
ul {
	margin : 0;
	padding : 0;
	list-style : none;
}
img {
	border : 0;
}
hr {
	height : 1px;
	border-style : none;
	color : #d0d0d0;
	background-color : #c0c0c0;
	margin : 10px 0;
}
.content {
	margin : 0 auto;
	width : 1000px;
}
#top {
	padding-top : 0;
	background : transparent;
	height : 80px;
}
#menu {
	margin : 0 0 0 250px;
	height : 34px;
	padding-top : 0;
}
#menu li {
	list-style : none;
	display : inline;
	line-height : 34px;
}
#menu li a {
	text-decoration : none;
	margin : 0;
	padding : 9px 10px 10px 11px;
	letter-spacing: 1px;
	font-weight : bold;
	color : #fff;
}
#menu li a:hover {
	color : #fff;
	background : #000;
	margin: 0;
}
#menu li a.current {
	background-color: #000;
	color : #fff;
}
#main {
	width : 1000px;
	margin : 0;
	padding : 0;
}
#wrapper {
	width: 600px;
}
.callout p {
	line-height: 15px;
	margin: 2px 0 10px 10px;
}
.callout {
	float:left;
	padding: 0 0 5px;
}
.callout img {
	width:100px;
	height:85px;
	float:left;
	margin-right: 10px;
	border: 1px solid #ccc;
	margin: 2px;
	padding: 2px;
}
.callout * {
	width:470px;
	float:right;
	margin: 0;
}
.callout * * {
	width:auto;
	float:none;
}
#right_side {
	width : 330px;
	background : #fff url("images/topr.jpg") no-repeat top right;
	overflow : hidden;
}
#right_side .pad {
	width: 200px;
	margin: 270px auto 0 auto;
}
#right_side ul {
	padding : 3px 0 8px 0;
}
#right_side li {
	line-height : 18px;
	background : #fff;
	list-style : square;
	padding-left : 0;
	margin-left : 15px;
	color : #b4e04a;
}
#right_side a {
	text-decoration : none;
}
#right_side a:hover {
	text-decoration : underline;
}
#right_side h3 {
	color : #cc8803;
	font : bold 1.2em "Arial", Sans-Serif;
	margin-top : 10px;
}
#left_side {
	float: right;
	margin-bottom : 10px;
	width : 650px;
}
#left_side .mpart {
	padding : 20px 0 0 0;
}
.mpart ul {
	margin : 0 0 0 15px;
	padding : 0;
	list-style: square;
}
#left_side h3 {
	padding : 0;
	margin : 0;
	font : bold 1.6em "Arial", Sans-Serif;
}
#left_side h4 {
	width: auto;
	display: block;
	font : bold 1.4em "Arial", Sans-Serif;
	background-color: #eee;
	border-bottom: 2px solid #8F181C;
	padding: 3px 3px 0 3px;
	margin: 0;
	color:#333;
}
#left_side .mpart h2, #left_side .title {
	background : url("images/lrline.gif") no-repeat bottom left;
	height : 20px;
	padding : 0;
	margin : 0 0 15px 0;
	font : 0.9em "verdana", Arial, Sans-Serif;
}
#left_side .title {
	font : bold 1.3em "verdana", Arial, Sans-Serif;
	color: #CC8803;
}
#left_side p {
	color : #333;
	padding : 0;
	text-align : justify;
}
img.border {
	margin: 2px;
	padding: 2px;
	background: #eee;
	border: 1px solid #ccc;
}
img.right {
	float: right;
	margin: 0 0 10px 20px;
}
#left_side li {
	margin:0 0 10px;
	padding:0 10px 0 0;
	line-height:15px;
}
#left_side .licol {
	float: left;
	width: 210px;
	font-size: 11px;
}
#footer {
	clear : both;
	width : 1000px;
	margin : 0 0 6em 0;
	color : #777;
	font-size: 11px;
	background : #fff url("images/rlline.gif") no-repeat top right;
}
#footer .right {
	float: right;
	text-align: right;
	background: inherit;
	padding-top: 10px;
	width: 1000px;
}
#footer a {
	text-decoration : none;
	background : #fff;
}
#imageSlideshowHolder {
	z-index:1;
	margin:0 auto;   /*"Air" */
	/*float:right;  Floating gallery at the right side of other web page content */    
  width:650px;  /* Image width */
	height:83px;  /* Image height */
	position:relative;  /* Don't remove this line */
}
/* Don't change these values */
#imageSlideshowHolder img {
	position:absolute;
	left:0;
	top:0;
}

