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

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	background-color: #4C4974;
	background-image: url(../images/bk.jpg);
	background-repeat:no-repeat;
	background-position:center 100px;
	margin: 30px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #888;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector
	
	background-image:url(../images/Abstract56.jpg);
	background-repeat:repeat-x;
	background-position:top left; */
}

.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #333;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #top {
	background-color: #FFF;
	color:#333;
	height:80px;
	padding:20px;
	background-image:url(../images/top_back.jpg);
	background-position:top 55%;
	background-repeat:no-repeat;
}

#thelogo {
	float:left;
}

#thesmallmenu {
	margin-top:60px;
	margin-left:455px;
	height: 49px;
}
#smallmenu {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#smallmenu li {
	float: left;
	font-size:10px;
	margin: 0;
	padding: 0;
	
}
#smallmenu a {
	color: #666;
	display: block;
	margin: 0;
	padding: 25px 12px 5px 12px;
	text-decoration: none;
	font-weight:normal;
}
#smallmenu a:hover, #smallmenu .current{
	color: #a24184;
	/*background: #c09;
	padding-bottom: 15px;                    
                    */
}

.oneColFixCtrHdr #menu {
	background: #a24184;
	color:#FFF;
	height:49px;
	width:770px;
	margin:0 auto;
}

.oneColFixCtrHdr #menu_cruise {
	background: #a24184;
	color:#FFF;
	height:69px;
	width:770px;
	margin:0 auto;
}

.oneColFixCtrHdr #submenu {
	background: #c09;
	color:#FFF;
	height:30px;
	width:770px;
	margin:0 auto;
}

.oneColFixCtrHdr #header {
	background: #fff;
	/*background-image: url(../images/header_bk.jpg);*/
	background-repeat: no-repeat;
	height: 247px;
	width:770px;
	margin:5px auto;
}

.oneColFixCtrHdr #mainContent {
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	width: 420px;
	float: left;
}

.oneColFixCtrHdr #allContent {
	width:740px; 
	background-color:#FFF;
	padding:20px;
	margin:0;
}

.oneColFixCtrHdr #rightContent {
	background: #FFFFFF;
	width: 270px;
	margin-left: 465px;
	padding: 20px;
}

.oneColFixCtrHdr #galleryContent {
	width: 230px;
	margin-left: 465px;
	padding: 20px;
	border:1px dotted #ccc;
	text-align:center;
}

.oneColFixCtrHdr #footer {
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#a24184;
	height: 15px;
	color:#FFF;
	font-size:10px;
}

.captions {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#a24184;
	font-size:18px;
}

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

.headers {
	font-size:11px;
	color:#FFF;
	display:block;
	width:260px;
	height:20px;
	padding-left:5px;
	padding-right:5px;
	padding-top: 6px;
	margin-bottom: 0px;
}

#containers {
	font-size:10px;
	color:#333;
	width:260px;
	padding:6px 5px;
}

.thegrey {
	background:#a24184;
	}

.thered {
		background:#666;
	}
	
.theblue {
		background:#999;
	}

.thelightgrey{
	background-color:#c7c0e0;	
}
.thelightblue{
	background-color:#e8e8e8;
}
.thewhite{
	background-color:#fff;
	padding-left:4px;
	padding-right:4px;
	padding-top: 6px;	
	border-right:1px #CCC solid;
	border-bottom:1px #CCC solid;
	border-left:1px #CCC solid;
}

.oneColFixCtrHdr #container #rightContent #containers ul{
	font-size: 10px;
	list-style-image: url(../images/list.png);
	padding :5px 20px;
	list-style-type: none;
	margin:0;
	list-style-position: outside;
}

#thebigmenu {
	width:100%;
	float:left;
	margin:0;
	padding:0;
	height: 49px;
}

#bigmenu {
	background: #a24184;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#bigmenu li {
	float: left;
	font-size:14px;
	margin: 0;
	padding: 0;
}
#bigmenu a {
	color: #fff;
	display: block;
	float: left;
	margin: 0;
	padding:16px;
	text-decoration: none;
	font-weight:normal;
	background: url("../images/pointer.gif") top center no-repeat;
	
}
#bigmenu a:hover, #bigmenu .current {
	background: #c09 url("../images/pointer.gif") top center no-repeat;
	color: #fff;
	padding-bottom: 16px;
}


#thesubmenu {
	width:100%;
	float:left;
	margin:0;
	padding:0;
	height: 20px;
}

#submenu {
	background-color: #c09;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#submenu li {
	float: left;
	font-size:12px;
	margin: 0;
	padding: 0;
}
#submenu a {
	color: #fff;
	display: block;
	float: left;
	margin: 0;
	padding:0 10px;
	text-decoration: none;
	font-weight:normal;
	background-color:#c09;
	border-top:#c09 1px solid;
	border-left:#c09 1px solid;
	border-right:#c09 1px solid;	
	
	
}
#submenu a:hover, #submenu .current {
	background: #FFF;
	color: #333;
	padding-bottom: 12px;
	border-top:#c09 1px solid;
	border-left:#c09 1px solid;
	border-right:#c09 1px solid;
}

a:link, a:visted, a {
	color:#666;
	text-decoration:none;
}

a:hover {
	color:#c39;
	text-decoration:underline;
}


#footer a {
	color:#FFF;
	text-decoration:none;
}

#footer a:hover {
	color:#FFF;
	text-decoration:underline;
}

.smaller{
	font-size:11px;
}

hr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin:0;
}

#rot {
margin:0; 
padding:0	
}

#stylized p, #stylized h1, #stylized form, #stylized button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
	margin:0 auto;
	width:400px;
	padding:14px;
	color:#000;
}
	/* ----------- basic ----------- */
	#basic{
		border:solid 2px #c39;
	}
	#basic h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
	}
	#basic p{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #dedede;
		padding-bottom:10px;
	}
	#basic label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:140px;
		float:left;
	}
	#basic .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
	#basic input{
		float:left;
		width:200px;
		margin:2px 0 30px 10px;
	}
	#basic button{ 
		clear:both;
		margin-left:150px;
		background:#888888;
		color:#FFFFFF;
		border:solid 1px #666666;
		font-size:11px;
		font-weight:bold;
		padding:4px 6px;
	}


	/* ----------- stylized ----------- */
	#stylized{
		border:solid 2px #c39;
		background:#dfd9f3;
	}
	#stylized h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
	}
	#stylized p{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #c39;
		padding-bottom:10px;
	}
	#stylized label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:140px;
		float:left;
	}
	#stylized .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
	#stylized input{
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #c39;
		width:200px;
		margin:2px 0 20px 10px;
	}
	#stylized select{
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #c39;
		width:200px;
		margin:2px 0 20px 10px;
	}
	
	#stylized textarea{
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #c39;
		width:200px;
		margin:2px 0 20px 10px;
	}		
	#stylized button{ 
		clear:both;
		margin-left:150px;
		width:125px;
		height:31px;
		background:#666666 url(../img/button.png) no-repeat;
		text-align:center;
		line-height:31px;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
	}
.myphoto {
	padding:3px;
	border:1px solid #999;
}
.desc {
	font-size:10px;
	padding-bottom:15px;
}
.titlesnormal{
	font-size: 14px;
	color: #a24184;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}