body {
	margin: 0px auto;
	background-image: url(../images/bg.gif);
	background-repeat:repeat;
	background-position:top center;
	color:#000;
	line-height:120%;
	text-align:center;
	font:x-small/1.4em Verdana, Arial, Helvetica, sans-serif;
	voice-family: "\"}\""; voice-family:inherit;
	font-size:small;
	} html>body {font-size:small;}
	
/* standard items
---------------------------------------------------------- */
img
{
    border:0px;
}
form{
	margin:0px;
	padding:0px;
}
.printable p{
	font-size: 10px;
	padding:0px;
	margin:0px 0px 10px 0px;
}
.printable {
	font-size: 10px;
	padding:0px;
	margin:0px 0px 10px 0px;
}
p{
	padding:0px;
	margin:0px 0px 10px 0px;
}
ul{
	margin-top:0px;
	margin-bottom:0px;
}
li{
	margin-top:0px;
	margin-bottom:0px;
}
h1 {
	font-weight: bold;
	font-size:160%;
	color:#FF7101;
	margin:0px 0px 10px 0px;
	padding:0px;
}
h2 {
	font-weight: normal;
	font-size:150%;
	color:#FF7101;
	margin:20px 0px 10px 0px;
	padding:0px;
}

h3 {
	font-weight: bold;
	font-size:110%;
	color:#FF7101;
	margin:20px 0px 10px 0px;
	padding:0px;
}
hr	{
	background-color:#003547;
	color:#003547;
	height: 1px;
	border:0px;
	width:100%;
}

input {
	font-size: 12px;
	cursor:auto;
	border:outset 1px #ccc;
	background:#fff;
	color:#666;
	font-weight:bold;
	padding: 1px 2px;
}

input[type="checkbox"], input[type="radio"]{
   background: transparent;
   border: 0;
}
/* standard links
---------------------------------------------------------- */
a:active, a:link, a:visited {
	color:#FF7101; 
	background-color: transparent; 
	text-decoration: underline;
	}
	
a:hover {
	color:#000; 
	background-color: transparent; 
	text-decoration: none;
	}
/* layout code
---------------------------------------------------------- */
.border{
	width:722px;
	text-align:center;
	margin: 0px auto;
	background-color:#fff;
	background-image:url(../images/borderbg.gif);
	background-repeat:repeat-y;
	overflow: hidden;
}
.footer{
	width:722px;
	height:39px;
	text-align:center;
	clear:both;
	margin: 0px auto 0px auto;
	background-image:url(../images/footerbg.png);
	font-size:10px;
	line-height:120%;
}
.footer a:active, .footer a:link, .footer a:visited {
	color:#FF7101; 
	background-color: transparent; 
	text-decoration: underline;
	}
	
.footer a:hover {
	color:#000; 
	background-color: transparent; 
	text-decoration: none;
	}
.header{
	width:700px;
	height:50px;
	text-align:left;
	clear:both;
	margin:0px 11px 0px 11px;
	border-bottom:2px solid #FF7101;
}
.logo{
	width:373px;
	height:41px;
	float:left;
	margin:4px 0 5px 0;
}
.breadcrumb{
	background-color:#D9DBEA;
	height:15px;
	width:700px;
	margin:0px 11px 0px 11px;
}
.content{
	background-color:#fff;
	text-align:left;
	width:700px;
	margin:0px 11px 0px 11px;
	background-image: url(../images/mainbg.jpg);
	background-repeat:no-repeat;
	border-top:1px solid #908CA3;	
}
.contentcontainer{
	margin:10px 10px 20px 10px;
}
.home{
	float:left;
	margin-bottom:80px;
}
.home2{
	margin-bottom:97px;
	float:left;
}
.right{
	float:right;
	
	text-align:right;
	margin-left:40px;
	margin-top:50px;
	margin-bottom:10px;
	border:#FF9900 solid 1px;
}
.rightloggedin{
	float:right;
	width:200px;
	border:none;
	text-align:center;
	margin-left:40px;
	margin-top:50px;
	margin-bottom:10px;
	margin-right:5px;
}
.righthome{
	float:right;
	
	text-align:center;
	margin-left:40px;
	margin-top:50px;
	margin-bottom:10px;
	margin-right:5px;
}
.clear{
	clear:both;
}
/* main menu
---------------------------------------------------------- */
.mainmenu{
	float:right;
	height:24px;
	width:317px;
	margin:26px 10px 0px 0px;
}
.mainmenu ul{
	list-style:none;
	padding:0px;
	margin:0px;
	clear:both;
}
.mainmenu li{
	float:right;
	margin:0px 10px 0px 0px;
	padding:0px;
	width:91px;
	height:24px;
}
.mainmenu a{
	width:91px;
	height:24px;
	display: block;
	text-indent: -10000px;
	overflow:hidden;
}
.mainmenu .home{
	background-image: url(../images/home-yachtcareers-tab.gif);
	background-repeat:repeat;
}
.mainmenu .about{
	background-image: url(../images/about-yachtcareers-tab.gif);
	background-repeat:no-repeat;
}
.mainmenu .contact{
	background-image: url(../images/contact-yachtcareers-tab.gif);
	background-repeat:no-repeat;
}
.mainmenu .howtouse{
	background-image: url(../images/how-yachtcareers-tab.gif);
	background-repeat:no-repeat;
}

.border .content .contentcontainer .greenbutton {
	color: #fff;
	background-color:#33CC00;
}

