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


body{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#999999;
	background-color:#000000;
	cursor: default;
}
p:hover {
	color: #CCCCCC;
}
.table1 {
	border: 1px solid #999999;
}
.table1 tr {
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


p.quote:hover {
	color: #C2A25F;
}



a{
text-decoration:none;
color:#787878;
}

a:hover{
text-decoration:underline;
}

#wrapper{
width:100%;
height:auto;
margin:0 auto;
}


#topper_home{
width:100%;
height:26px;
float:left;
background: url(images/topbg.jpg) repeat-x bottom;
}

/*
#topper{
width:100%;
height:auto;
float:left;
background:url(images/back.jpg)
}
*/
#topper_about{
width:100%;
height:auto;
float:left;
background-color:#000000;
}

#topper{
width:100%;
height:26px;
float:left;
background: url(images/topbg.jpg) repeat-x bottom;
}


#maincontainter{
width:100%;
height:auto;
float:left;
background:url(images/back.jpg);
}

#main_inner{
width:1000px;
height:auto;
margin:0 auto;
}

#main_contents{
width:890px;
height:auto;
float:left;
padding:0 0 0 110px;
}


#mainleft{
	width:566px;
	height:400px;
	float:left;
	overflow:auto;
	background:url(images/banner_img.jpg) no-repeat 4px 4px;
	padding:36px 0 0 6px;
}

#mainleft_top{
width:566px;
height:30px;
float:left;
}

#mainleft_bottom{
width:566px;
height:220px;
float:left;
padding:150px 0 0 0;
}


#mainright{
width:301px;
height:auto;
float:left;
padding:0 0 0 17px;
}


#mainright_inner{
width:301px;
height:auto;
float:left;
padding:85px 0 75px 0;
}

#mri_top{
width:301px;
height:auto;
float:left;
}

#mri_middle{
width:301px;
height:auto;
float:left;
background:url(images/nav_bg.jpg) repeat-y;
}

#mri_middle_left{
width:193px;
height:auto;
float:left;
padding:22px 0; 
}


#mri_middle_left UL{
list-style-type:none;
margin:0px;
padding:0px;
}

#mri_middle_left LI{
	list-style-type:none;
	margin:0 12px 0 0;
	padding:6px 0;
	color:#FFFFFF;
	text-align:right;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 100% 10px;
}
.pic-right {
	float: right;
	margin-top: -5px;
	padding: 10px;
}


#mri_middle_left LI a{
color:#757574;
padding-right:14px;
display:block;
text-decoration:none;
text-transform:capitalize;
}

#mri_middle_left LI a:hover{
	color:#AEAEAE;
	text-decoration:none;
}
.seminar p:hover {
	color: #000;
}


a.submenu{
font-size:11px;
margin-top:10px;
margin-right:3px;
}
a.submenu-current{
	font-size:11px;
	margin-top:10px;
	margin-right:3px;
	color: #CCC;
}

#mri_middle_right{
width:108px;
height:261px;
float:left;
background: url(images/nav_right.jpg) left center no-repeat;
margin:auto 0;
}

#mri_bottom{
width:301px;
height:auto;
float:left;
}





#footer{
	width:100%;
	height:112px;
	float:left;
	background:url(images/footerbg.jpg) repeat-x top;
	bottom: 0px;
}

#footer_inner{
width:780px;
height:auto;
margin:0 auto;
padding:0;
}


#footer_contents{
	width:780px;
	height:auto;
	float:left;
	background:url(images/footertop.jpg) top no-repeat;
	padding-top:80px;
	color:#3d3d3d;
	font-size:11px;
}


#footer_contents a{
color:#3d3d3d;
font-size:11px;
}

/* start others page.............*/

#mainleft_others{
	width:566px;
	height:auto;
	float:left;
	padding:36px 0 0 6px;
	text-align:left;
}

.title{
font-family:"Trebuchet MS", Arial;
font-size:22px;
color:#AAAAAA;
border-bottom:3px dotted #AAAAAA;
padding-right:40px;
text-transform:uppercase;
}

h1{
font-size:24px;}

h2{
font-size:20px;}

h3{
font-size:17px;}

h4{
font-size:14px;}

.imgbdr{
padding:2px;
border:1px solid #999999;
margin-left:10px;}

.imgbdr_1{
padding:2px;
border:1px solid #999999;
}

.formstyle{
width:300px;
border:1px solid #AAAAAA;
font-size:12px;
color:#CCCCCC;
background-color:#333333;
}


.btn{
width:80px;
border:1px solid #AAAAAA;
font-size:12px;
color:#CCCCCC;
background-color:#333333;
}



a.yellowlink{
color:#a3833e;
font-style:italic;
}

#info{
 width:550px; float:left; height:auto;
 }
 
#alert{
width:94%;
border:1px solid #666666;
padding:5px 0 5px 30px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:100;
color:#ff0000;
background:url(images/alert.jpg) no-repeat 5px 5px #333333;
}


#success{
width:94%;
border:1px solid #666666;
padding:5px 0 5px 30px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:100;
color:#0dba00;
background:url(images/success.jpg) no-repeat 5px 5px #333333;
}
.pic-left {
	float: left;
	margin-bottom: 0px;
	margin-right: 15px;
	padding: 10px;
}
.intro {
	color: #CCCCCC;
	font-size: 14px;
}
.tips li {
	font-size: 13px;
	font-style: italic;
	list-style-type: disc;
	color: #a3833e;
}
#buttons {
	margin-bottom: 20px;
	margin-top: 20px;
	width: 550px;
	overflow: visible;
}
#buttons img {
	margin-right: 40px;
}
.quote {
	font-style: italic;
	color: #a3833e;
	font-size: 13px;
	padding-top: 4px;
}
.question {
	font-style: italic;
	color: #a3833e;
	font-size: 15px;
	padding-top: 4px;
}

#seminar_titletext{
width:346px; float:left; height:14px; padding-bottom:5px;
}

#seminar_topbottom{
width:346px; float:left; height:14px;
}
#seminar_middle{
width:322px; float:left; height:auto; background:url(images/Seminar_bg.jpg) repeat-y; font-size:12px; font-weight:bold; color:#1a1a1a; text-transform:uppercase; padding:0 12px;
}

#seminar_middle a{
	color:#006699;
}.seminar {
	height: 229px;
	width: 472px;
	float: left;
	padding: 15px;
	background-image: url(images/Seminar-bg_03.jpg);
	background-repeat: no-repeat;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif,;
	font-size: 15px;
}
.seminar h2 {
	font-size: 16px;
	text-transform: uppercase;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
	margin-bottom: 10px;
	margin-top: 0px;
}
.seminar li {
	font-size: 14px;
	list-style-type: square;
}

.seminar span {
	font-size: 16px;
	color: #333333;
	font-weight: normal;
}
.seminar  h2  span {
	float: left;
	text-transform: lowercase;
}

.seminar .address {
	height: 50px;
	color: #000000;
	margin-top: 5px;
}
.seminar a {
	color: #0066FF;
	text-decoration: underline;
}

.seminar img {
	border: 1px solid #333333;
	margin-right: 20px;
	margin-left: 10px;
}

.tips li:hover  {
	color: #C2A25F;
}
.white {
	color: #FFFFFF;
	font-weight: normal;
}
#seminar_middle p:hover {
	color: #000000;
}
.telephone {
	font-size: 1.4em;
	color: #CCCCCC;
}
.address {
	color: #CCCCCC;
	font-weight: normal;
}
#booking-info h1 {
	color: #B1A55B;
	font-weight: normal;
	font-size: 1.5em;
	margin-bottom: 0px;
}
#booking-info p {
	margin-top: -15px;
}

#booking-info h2 {
	color: #CCCCCC;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: normal;
}
#wrapper #maincontainter #main_inner #main_contents #mainright #mainright_inner #mri_middle #mri_middle_left ul li .submenu-current, #wrapper #maincontainter #main_inner #main_contents #mainright #mainright_inner #mri_middle #mri_middle_left ul li .current{
	color: #ADADAD;
}
h1.seo {
	color: #CCCCCC;
	font-weight: normal;
	font-size: 16px;
	margin: 0px;
}
.seo span {
	float: left;
	color: #666666;
}
.slogan {
	color: #FFFFDD;
	font-size: 1.5em;
}



 a.editlink{
 color:#b1a55b;
 font-weight:bold;
 text-decoration:none;
 text-transform:capitalize
 }
  
 .yellowcolor{
 color:#b1a55b;
 font-weight:bold;
 font-size:13px;
 text-decoration:underline;
 }
 
 
 a.blacklink{
 border:1px outset #333333;
 background-color:#000;
 text-align:center;
 color:#EEEEEE;
 font-weight:bold;
 display:inline-block;
 padding:4px 10px;
 font-size:13px;
 font-family:Arial, Helvetica, sans-serif;
 margin:0 10px;
 }
 
 
 a.yellowlinkbold{
 	color: #B1A55B;
	font-weight: normal;
	font-size: 1.5em;
	margin-bottom: 0px;
	font-weight:bold;
	text-decoration:underline;
	}
a.yellowlinkbold:hover{
text-decoration:none;
}table {
	color: #CCCCCC;
}
#booking-info      .locationh        {
	color: #FFFFFF;
	font-size: 1.3em;
}
#booking-info a {
	color: #CCCCCC;
}
.number {
	font-size: 1.5em;
	font-weight: normal;
	color: #FFFFFF;
}
