/* ---------- TAGS ---------- */

body {
	margin:0;
	padding:0;
	background-image:url(images/body_bg.jpg);
	background-repeat:repeat;
	font-family:Tahoma, Arial, Helvetica;
	font-size:12px;
	text-align:justify;
	color:#555;
}

p {
	margin:0;
}

/* ---------- DIVS ---------- */

#main_flash{
	width:768px;
	margin:auto;
}

#main{
	width:768px;
	height:700px;
	margin:auto;
	background-image:url(images/main_bg.png);
	background-repeat:no-repeat;
}

#head{
	width:235px;
	height:100px;
	float:left;
	margin:84px 0 0 155px;	
	color:#ada693;
	text-align:center;
	padding-top:50px;
}

#menu{
	width:227px;
	height:150px;
	float:left;
	margin-top:84px;
}

#content{
	width:409px;
}

#pagename{
	text-transform: capitalize;
	font-weight:bold;
	margin:10px 0 0 170px;
	padding:0 0 4px 0;
	background-image:url(images/dooted_line.png);
	background-repeat:repeat-x;
	background-position:bottom;
	width:413px;
}

#footer{
	width:440px;
	height:50px;
	margin:16px 0 0 164px;
	color:#ada693;
	text-align:center;
}

#footer_wm{
	width:460px;
	height:26px;
	margin:21px 0 0 158px;
	color:#483726;
	text-align:center;
}

#dotted_line{
	background-image:url(images/dooted_line.png);
	background-repeat:repeat-x;
	background-position:center;
	height:1px;
	line-height:1px;
	font-size:1px;
}


#clear{
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
}

/* ---------- CUSTOM SCROLL ---------- */

/* Custom scroll content */
#mycustomscroll {
/* Typical fixed height and fixed width example */
width:413px;
height:260px;
margin:10px 0 0 164px;
outline:none;
padding:7px 14px 7px 7px;

/* IE overflow fix, position must be relative or absolute*/
position: relative;


}

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric{
line-height: 1px;
font-size: 1px;
position: absolute;
top: 25px; 
left:0;
}

.vscrollerbase {
width: 5px;
background-color:#303133;
}

.vscrollerbar {
width: 5px;
background-color:#9c814e;
}

/* .hscrollerbase {
height: 6px;
background-color:#CCCCCC;
}
.hscrollerbar {
height: 10px;
background-color:#333;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
} */

/* ---------- FONTS ---------- */

.logo{
	font-size:15px;
	font-weight:bold;
	width:170px;
	margin:auto;
	text-align:center;
	color:#ecdaad;
}

.logo_txt{
	width:157px;
	margin:auto;
	text-align:justify;
}

.bold{
	font-weight:bold;
}

/* ---------- LINKS ---------- */

#menu ul{
	text-align:left;
	margin-left:40px;
	list-style-type:none;
}

#menu ul li{
	background-image: url(images/dooted_line.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

#menu a{
	text-decoration:none;
	color:#ecdaad;
	line-height:23px;
	height:23px;
	margin-bottom:2px;
	display:block;
	text-transform:capitalize;
	font-size:11px;
	font-weight:bold;
	outline:none;
}

#menu a:hover{
	padding-left:17px;
	color:#fff;
	background-image: url(images/menu_li.png);
	background-repeat:no-repeat;
	background-position:left center;
}

#footer_wm a{
	text-decoration:none;
	color:#483726;
}

#footer_wm a:hover{
	text-decoration:underline;
}

#footer a{
	text-decoration:none;
	color:#fff;
}

#footer a:hover{
	text-decoration:underline;
}

.link{
	text-decoration:none;
	color:#173F4C;
}

.link:hover{
	text-decoration:underline;
}


/* ---------- FORM ---------- */

input{
	font-style:Tahoma, Arial, Helvetica;
	font-size:11px;
	color:#555;
	width:155px;
	margin-bottom:3px;
	padding:2px;
}

textarea{
	font-style:Tahoma, Arial, Helvetica;
	font-size:12px;
	color:#555;
	width:155px;
	height:70px;
	padding:2px;
}

label{
	width:50px;
	margin-right:4px;
	display:block;
	float:left;
	text-align:right;
}

#msg{
	display:none; 
	position:absolute; 
	z-index:200; 
	background:url(images/msg_arrow.gif) left center no-repeat; 
	padding-left:7px
}

#msgcontent {
	display:block; 
	background:#f3e6e6; 
	border:2px solid #924949; 
	border-left:none; 
	padding:5px; 
	min-width:150px; 
	max-width:350px;
	font-weight:bold;
}

/* ---------- ACCORDION MENU ---------- */
#arrowlistmenu{
	width:100%;
	margin:auto;
}

#arrowlistmenu ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

#arrowlistmenu ul li{
	padding-left:5px;
	line-height:15px;
}

#arrowlistmenu li a{
	display:block;
	cursor:pointer;
	margin-bottom:5px;
	outline:none;
	text-decoration:none;
	line-height:16px;
	height:16px;
	color:#173F4C;
	padding-left:3px;
}

#arrowlistmenu li a:hover{
	text-decoration:underline;
}

#arrowlistmenu .opened{
	font-weight:bold;
}

.expandable{
	display:block;
	cursor:pointer;
	margin-bottom:8px;
	outline:none;
	text-decoration:none;
	line-height:16px;
	color:#173F4C;
	font-weight:bold;
}


/* ---------- HIGHSLIDE ---------- */
.highslide-wrapper div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
	outline: none;
	text-decoration: none;
}
.highslide img {
	border:solid 1px #3c1c05;
	padding:3px;
}
.highslide:hover img {
	
}

.highslide-active-anchor img, .highslide-active-anchor:hover img {
	border-color: black;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .rounded-white {
	background: white;
}
.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
}
.highslide-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	background: white;
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin-bottom: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(highslide/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: gray;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}


/* Controls. See http://www.google.com/search?q=css+sprites */
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(highslide/graphics/controlbar-white.gif) 0 -90px no-repeat;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(highslide/graphics/controlbar-white.gif) right -90px no-repeat;
}
.highslide-controls li {
	float: left;
	padding: 5px 0;
}
.highslide-controls a {
	background-image: url(highslide/graphics/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}
.highslide-move a {
	cursor: move;
}

.hidden-container {
	display: none;
}

/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
} 
