/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

* {
	margin : 0;
	padding : 0;
}

body {
	background : #FFFFFF;
	color : #484d5a;
	padding : 0px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-size: .7em;
	height : 100%; 
}

a {
	color : #909AB4;
	text-decoration : none;
	background-color: #FFFFE1;
}
a:hover {
	color : #FF9834;
	text-decoration : underline;
	background-color: #FFFFE1;
}
a:active {
	color : #006699;
	text-decoration : underline;
	background-color: #FFFFE1;
}
a:visited {
	color : #9999FF;
	background-color: #FFFFE1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 220%;
	color: #006699;
	background-color: #FFFFFF;
}

h2{
	font-size: 114%;
	color: #006699;
	padding-top: 10px;
	background-color: #FFFFFF;
}

h3{
	font-size: 100%;
	color: #006699;
}

h4{
	font-size: 100%;
	color: #666666;
	font-weight: bold;
	margin-top: 8px;
}

h5{
	font-size: 85%;
	color: #334d55;
	text-align: left;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}

p {
	font-size: 100%;
	padding-top: 0;
	padding-bottom: 0em;
	line-height: 1.4em;
	color: #003366;
	background-color: #FFFFE1;
}
img {
    border: none;
} 

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

.a_small_arrow {
	font-size: 60%;
}

/*- News page left--------------------------- */
#Container {
	left: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
#news_1 {
	background-image: url(../images/side_nav/page.gif);
	height: 200px;
	width: 150px;
	background-repeat: no-repeat;
	text-align: center;
	margin-bottom: 10px;
}
#news_1_r {
	background-image: url(../images/yacht_charter_rcol/page.gif);
	height: 200px;
	width: 170px;
	background-repeat: no-repeat;
	text-align: center;
	margin-bottom: 10px;
}

#news_story {
	width: 130px;
	text-align: left;
	margin-top: 10px;
	font-size: 90%;
	margin-left: 5px;
}
#news_story_r {
	width: 150px;
	text-align: left;
	margin-top: 10px;
	font-size: 90%;
}

/*- News page left--------------------------- */
#course_schedule {
	border: none;
	width: 730px;
}

#course_schedule a {
	text-decoration: underline;
	background-color: #99CCCC;
	text-align: left;
	color: #FFFF66;
}
#course_schedule p {
	background-color: #fafafa;
	padding: 0px 0px 0px;
	line-height: normal;
	margin-bottom: 0px;
}
table.contacts
{
	width: 12960px;
	background-color: #fafafa;
	border-collapse: collapse;
	border-spacing: 0px;
	border-top: 2px solid #6699CC;
	border-right: 2px solid #6699CC;
	border-bottom: 2px solid #6699CC;
	border-left: 0px none #6699CC;
}


td.contactDept
{
	background-color: #99CCCC;
	font-weight: bold;
	font-size: 100%;
	color: #404040;
	text-align: center;
}

td.booking
{
	background-color: #99CCCC;
	font-weight: bold;
	font-size: 100%;
	color: #404040;
	border-bottom: 1px solid #6699CC;
	text-align: center;
}

td.contact
{
	border-bottom: 1px solid #6699CC;
	text-align: center;
	font-weight: normal;
	font-size: 100%;
	color: #404040;
	background-color: #fafafa;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
	padding-right: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #6699CC;
	border-left-color: #6699CC;
}

td.day {
	border-bottom: 2px solid #6699CC;
	text-align: center;
	font-weight: normal;
	font-size: 100%;
	color: #404040;
	background-color: #fafafa;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
	padding-right: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #6699CC;
	border-left-color: #6699CC;
}


/************* END #text styles (body) *************/	

