* {
	margin:0;
	padding:0;
}
html {
	background: #FFF url(../images/bg-repeater.png) repeat-x;
	height:100%;
	width:auto;
}
body {
	background: transparent url(../images/bg-01.png) no-repeat scroll 0 0;
	background-position:50% 150px;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	min-height:100%;
	height:100%;
	margin:0 auto;
}
#page-wrapper {
	width:100%;
	height:100%;
	min-height:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
}
body > #page-wrapper {
	height:auto;
	min-height:100%;
	background:transparent url(../images/html-bg.png) repeat-x;
}
#page-container {
	padding-bottom: 50px;
	width:100%;
	height:100%;
	min-height:100%;
	height:auto;
}
/****GENERAL STYLES****/
h1 {
	font-size: 16px;
	font-style:none;
	font-weight:bold;
}
h2 {
	font-size:14pt;
	font-style:none;
	font-weight:bold;
}
h3 {
	font-size:12pt;
	font-style:none;
	font-weight:bold;
}
.contentheading {
	font-size: 23px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000066;
}
.componentheading {
	font-size: 18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000066;
}
.contentpaneopen {
	text-align:justify;
}
/**** SEARCH BAR ****/
.search {
	width:1000px;
	height:40px;
	background:transparent;
	margin:0 auto;
	text-align:right;
	padding-top:20px;
	color:#FFF;
	font-weight:bold;
}
/****PAGE LAYOUT AND SHADOW EFFECT****/
.mainbody-wrapper {
	width:1080px;
	height:100%;
	text-align:center;
	margin:0 auto;
	overflow:hidden;
}
.top-container {
	width:1080px;
	height:240px;
}
.top-shadow {
	width:1040px;
	height:20px;
	background:transparent;
	background-image:url(../images/maintop-shadow.png);
	background-repeat:repeat-x;
	margin:0 auto;
}
.topleft-shadow {
	width:1080px;
	height:20px;
	background-image:url(../images/corner-topleft.png);
	background-repeat:no-repeat;
	background-position:top-left;
}
.topright-shadow {
	width:1080px;
	height:20px;
	background-image:url(../images/corner-rightleft.png);
	background-repeat:no-repeat;
	background-position:right;
}
.topbody {
	width:1080px;
	height:230px;
	background:transparent;
}
.topbodyleft-shadow {
	width:1080px;
	height:230px;
	background-image:url(../images/maintop-leftshadow.png);
	background-repeat:repeat-y;
	background-position:top left;
}
.topbodyright-shadow {
	width:1080px;
	height:230px;
	background-image:url(../images/maintop-rightshadow.png);
	background-repeat:repeat-y;
	background-position:top right;
}
/****FLASH COMPONENT****/
.flash-container {
	width:1040px;
	height:160px;
	background:#FFF;
	margin:0 auto;
	padding-top:10px;
}
.flash {
	height:150px;
	width:1030px;
	margin:0 auto;
	border:1px solid black;
}
/****NAVIGATION****/
/*Uses the dropdownjs.js file for hover effects*/
.navigation {
	width:1040px;
	height:60px;
	background:#FFF;
	margin:0 auto;
}
#navi {
	margin:0 auto;
	padding-left:20px;
	background-image:url(../images/navi-bg.jpg);
	height:30px;
	width:1010px;
}
#sddm {
	margin: 0;
	padding: 0;
	z-index:30;
	padding-top:3px;
}
#sddm li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial;
	background: transparent url(../images/navi-border.jpg) no-repeat scroll 100% 50%;
}
#sddm li a {
	display: block;
	margin: 0 0px 0 0;
	width:165px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	padding-top:5px;
	padding-bottom:5px;
}
#sddm li a:hover {
	background:#696969;
}
#sddm div {
	position:absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background:#000;
	border-bottom: 1px solid #5970B2;
	margin-top:3px;
}
#sddm div a {
	position: relative;
	display: block;
	margin:0;
	width:160px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #000;
	color:#FFF;
	font:12px arial;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
}
#sddm div a:hover {
	background: #696969;
	color: #FFF
}
#sddm .last {
	background:none;
}
/****MAIN CONTENT WITH SHADOW EFFECTS****/
.maincontent-container {
	width:1080px;
	height:auto;
	margin:0 auto;
	overflow:hidden;
}
.maincontent-leftshadow {
	width:1080px;
	margin:0 auto;
	overflow:hidden;
	background:transparent;
	background-image:url(../images/maintop-leftshadow.png);
	background-repeat:repeat-y;
	background-position:top left;
}
.maincontent-rightshadow {
	width:1080px;
	margin:0 auto;
	overflow:hidden;
	background:transparent;
	background-image:url(../images/maintop-rightshadow.png);
	background-repeat:repeat-y;
	background-position:top right;
}
.maincontent {
	width:1040px;
	height:auto;
	background:#FFF;
	margin:0 auto;
	padding-top:5px;
	overflow:hidden
}
.leftcol {
	width:205px;
	height:auto;
	padding-top:0px;
	margin-left:15px;
	float:left;
}
.midcol {
	width:780px;
	height:auto;
	margin-left:30px;
	margin-right:10px;
	float:left;
	text-align:left;
	line-height:1.5;
}
.rightcol {
	width:180px;
	height:auto;
	margin-top:10px;
	margin-left:5px;
	float:left;
}
.boxhead-shadow {
	height:10px;
	background: transparent url(../images/boxhead-shadow.png);
}
/****SEARCH MODULE****/
.search-form {
	padding:2px 0 5px 0;
}
.search-table {
	padding-left:10px;
	padding-right:30px;
	background:url(../images/seach_bg.jpg) no-repeat #D3DEF4;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
}
.search-input {
	border:#999999 1px solid;
	height:25px;
}
.search-button {
	background-color:#99CCFF;
	border:#ffffff 1px solid;
	height:25px;
	text-transform:uppercase;
	font-weight:bold;
}
/****CALENDER MODULE****/
.calender {
	width:205px;
	height:220px;
	margin:0 auto;
	font-size:9pt;
	border:1px solid #696969;
}
.calender-header {
	font-size:10pt;
	font-weight:bold;
	color:white;
	height:20px;
	text-align:center;
	padding-top:5px;
	background-image:url(../images/calender-header.jpg)
}
.calender-body {
	padding:0px;
	margin-top:5px;
	margin-left:3px;
}
.calender-body a {
	text-decoration:none;
}
/****WEATHER FORECAST****/
.weather {
	width:205px;
	height:auto;
	margin:0 auto;
	text-align:left;
	font-size:8pt;
	margin-top:14px;
	border:1px solid #696969;
}
.weather-header {
	font-size:10pt;
	font-weight:bold;
	color:white;
	height:20px;
	text-align:center;
	padding-top:5px;
	background-image:url(../images/weather-header.jpg);
}
.weather-body {
	font-size:12px;
	text-align:left;
}
.weather-body-detailed div {
	width:240px;
	font-size:12px;
	text-align:left;
	padding:5px;
}
.weather-body-detailed hr {
	width:240px;
}
.weather-body-detailed-2 {
	background-color:#CCCCCC;
}
.weather-body-detailed-3 {
	background:#CCCCFF;
}
.weather-body-detailed-4 {
	background-color:#CCCCCC;
}
.weather-divider {
	width:190px;
	border:#333333 1px dotted;
}
/****MOST VISITED MODULE****/
.visited {
	width:205px;
	height:150px;
	margin:0 auto;
	text-align:left;
	font-size:8pt;
	margin-top:14px;
	border:1px solid #696969;
}
.visited-header {
	font-size:10pt;
	font-weight:bold;
	color:white;
	height:20px;
	text-align:center;
	padding-top:5px;
	background-image:url(../images/visited-header.jpg);
}
.visited-body {
	padding:5px;
}
.visited-body ul {
	line-height:2em;
	list-style:none;
	margin-left:10px;
}
.mainlevel {
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left:10px;
	line-height:16px;
	color: #663399;
}
/****COMMUNITY ORGANIZATION MODULE****/
.community {
	width:205px;
	height:170px;
	margin:0 auto;
	text-align:left;
	font-size:9pt;
	margin-top:20px;
	border:1px solid #696969;
}
.community-header {
	font-size:9pt;
	font-weight:bold;
	color:white;
	height:20px;
	text-align:center;
	padding-top:5px;
	background-image:url(../images/comorg-header.jpg)
}
.community-body {
	padding:2px 0 0 0px;
}
community-body img {
	margin-left:5px;
}
/****MAIN BOTTOM SHADOW EFFECTS****/
.mainbottom-container {
	width:1080px;
	height:20px;
	background:transparent;
	background-image:url(../images/bottom-shadow.png);
	background-repeat:repeat-x;
}
.mainbottom-shadow {
	width:1040px;
	height:20px;
	background:yellow;
	margin:0 auto;
}
.mainbottomleft-shadow {
	width:1080px;
	height:20px;
	background:transparent;
	background-image:url(../images/mainbottom-leftshadow.png);
	background-repeat:no-repeat;
	background-position:left;
	margin:0 auto;
}
.mainbottomright-shadow {
	width:1080px;
	height:20px;
	background:transparent;
	background-image:url(../images/mainbottom-rightshadow.png);
	background-repeat:no-repeat;
	background-position:right;
	margin:0 auto;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
} /* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
} /* End hide from IE-mac */
/****BUSINESS DIRECTORY****/
h1 {
	font-family: arial, verdana;
	font-size: 13;
	text-decoration:none;
	margin: 0px 0px 0px 0px;
}
.directory td {
	border: solid 1px #2cabe1;
}
.directory a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:normal;
	color:blue;
	text-transform:uppercase;
	font-weight: bold;
	text-decoration: none;
}
.directory a:hover {
	color:#0099FF;
}
.sh {
	font-size: 11;
	font-family: Tahoma;
	font-weight: bolder;
}
.s {
	font-size: 11;
}
.n {
	font-size: 12;
	font-weight: bolder;
}
.mm_date {
	font-size:9;
	font-family:Tahoma;
	color:#E0F0FF;
}
a.mm_a {
	font-size:10;
	font-family:Tahoma;
	color:white;
	font-weight:bolder;
}
a:visited.mm_a {
	color:white;
}
a:hover.mm_a {
	color:#E0F0FF;
	TEXT-DECORATION:underline;
}
.mm_h {
	FONT-SIZE:8pt;
	COLOR: #990000;
	FONT-FAMILY:tahoma;
	TEXT-DECORATION:none;
	font-weight:bolder;
}
a:visited.mm_h {
	FONT-SIZE:8pt;
	COLOR:#002643;
	FONT-FAMILY:tahoma;
	TEXT-DECORATION:none;
	font-weight:bolder;
}
a:hover.mm_h {
	FONT-SIZE:8pt;
	COLOR:blue;
	FONT-FAMILY:tahoma;
	TEXT-DECORATION:underline;
	font-weight:bolder;
}
.mm_menu {
	FONT-SIZE:7pt;
	COLOR:#002643;
	FONT-FAMILY:tahoma;
	TEXT-DECORATION:none;
	font-weight:bolder;
}
a:visited.mm_menu {
	FONT-SIZE:7pt;
	COLOR:#002643;
	FONT-FAMILY:tahoma;
	TEXT-DECORATION:none;
	font-weight:bolder;
}
a:hover.mm_menu {
	FONT-SIZE:7pt;
	COLOR:blue;
	FONT-FAMILY:tahoma;
	TEXT-DECORATION:underline;
	font-weight:bolder;
}
.mm_m2 {
	FONT-SIZE:8pt;
	COLOR:black;
	FONT-FAMILY:tahoma;
	TEXT-DECORATION:none;
}
a.mm_m2 {
	FONT-SIZE:8pt;
	COLOR:blue;
	FONT-FAMILY:tahoma;
	TEXT-DECORATION:none;
}
a:visited.mm_m2 {
	FONT-SIZE:8pt;
	COLOR:blue;
	FONT-FAMILY:tahoma;
	TEXT-DECORATION:none;
}
a:hover.mm_m2 {
	FONT-SIZE:8pt;
	COLOR:blue;
	FONT-FAMILY:tahoma;
	TEXT-DECORATION:underline;
}
.sub_directory {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
}
/****TOURS****/
.client-container {
	width:550px;
	height:210px;
	margin-top:40px;
	background-image:url(../images/client-container-bg.jpg);
	background-repeat:repeat-x;
	background-position:top right;
	border:1px solid #4682B4;
}
.client-container-top {
	width:100%;
	height:auto;
}
.client-container-header {
	width:100%;
	height:35px;
	background-image:url(../images/client-header-bg.png);
	background-repeat:repeat-x;
	background-position:top right;
}
.client-container-header h5 {
	font-size:12pt;
	color:#000;
	margin-top:2px;
	margin-left:10px;
}
.client-container-image {
	float:left;
	width:150px;
	height:150px;
}
.client-container-links {
	float:left;
	width:400px;
	height:20px;
}
.client-container-info {
	height:160px;
	width:390px;
	float:left;
	margin-top:10px;
	margin-left:5px;
	margin-right:5px;
}
/****EMBASSISES AND COMMISSIONS****/
.embassies-container {
	width:600px;
	height:100%;
	margin-top:20px;
	font-size:10pt;
	background:red;
}
.embassies-container p {
	margin-top:30px;
	background:blue;
}
/****ERROR/CONFIRM MSGS****/
#infomessage, #warnmessage, #errormessage {
	margin-bottom: 1.5em;
	padding: 0.3em;
	font-weight: bold;
	border-top: 1px solid;
	border-bottom: 1px solid;
}
#infomessage {
	background-color: #390;
	border-color: #390;
	color: #390;
	background: #CFC;
}
#errormessage {
	border-color: #903;
	background-color: #fcc;
	color: #903;
}
#warnmessage {
	border-color: #fad163;
	background-color: #fdedc1;
}
/****FOOTER****/
.footer-shadow {
	width:100%;
	height:20px;
	background-image:url(../images/footer-shadow.png);
	background-repeat:repeat-x;
	background-position:top right;
}
.footer {
	height:5px;
	clear:both;
}
.footnote {
	width:100%;
	height:80px;
	background-image: url(../images/footer-repeater.jpg);
	background-repeat: repeat-x;
}
.foot {
	width:400pxpx;
	margin:0 auto;
	text-align:center;
	padding-top:20px;
	color:#FFF;
}
.foot a {
	color:#cccccc;
}
