/* List Styles */
ul
	{
		list-style-type: disc;
	}
li
	{
		font-family: Verdana;
		font-size: 10pt;
		color: #053976;				
		text-align: justify;
		margin-left: 30px;
		margin-right: 30px;
	}
li.home
	{
		text-align: center;
		margin-left: 10px;
		margin-right: 10px;
		line-height: 14pt;
	}
/* Miscellaneous */
#contactinfo
	{
		display: block;
		position: absolute;
		top: 100px;
		left: 600px;
		width: 330px;
		height: auto;
		background-color: transparent;
	}
#contactinfo .padding
	{
		display: block;
		position: relative;
		top: 0px;
		left: 0px;
		width: 330px;
		height: 450px;
		background-image: url('../images/SideContactInfoBack.jpg');
		background-position: center;
		background-repeat: no-repeat;
		margin-top: 40px;
	}
#contactinfo .contactinfo
	{
		display: block;
		position: relative;
		top: -10px;
		left: -10px;
		width: 330px;
		height: 450px;
		background-color: #FFFFFF;
		border-top: 2px solid #F3E21D;
		border-right: 2px solid #E6574F;
		border-bottom: 2px solid #A11912;
		border-left: 2px solid #D3C40F;
		text-align: center;
	}
/* Tables */
table.listings
	{
		border-top: 2px solid #F3E21D;
		border-right: 2px solid #E6574F;
		border-bottom: 2px solid #A11912;
		border-left: 2px solid #D3C40F;
		width: 530px;
	}
td.listing
	{
		border-bottom: 1px solid #7FB7F9;
		padding: 25px;
	}
table.gallery
	{
		width: 540px;
		margin-left: -10px;
	}
td.gallery
	{
		width: 270px;
		padding: 10px;
		vertical-align: top;
		height: 205px;
	}
table.crew
	{
		width: 580px;
		margin-left: -10px;
	}
td.crew
	{
		padding-top: 15px;
		padding-bottom: 25px;
		padding-left: 10px;
		padding-right: 10px;
		height: 240px;
		font-family: Verdana;
		font-size: 10pt;
		color: #000000;
		font-weight: normal;
		text-align: justify;	
		vertical-align: top;
	}
table.fleet
	{
		width: 305px;
		margin-left: -10px;
	}
td.fleet
	{
		padding-top: 25px;
		padding-bottom: 25px;
		padding-left: 10px;
		padding-right: 10px;
		height: 240px;
		font-family: Verdana;
		font-size: 10pt;
		color: #000000;
		font-weight: normal;
		text-align: justify;	
		vertical-align: top;
	}

table.contact
	{
		width: 290px;	
	}
td.lcontside
	{
		width: 90px;
		font-family: Verdana;
		font-size: 9pt;
		color: #053976;
		text-align: right;
		padding-top: 5px;
		padding-right: 2px;
		padding-bottom: 5px;
		border-bottom: 1px solid #7FB7F9;
		border-right: 1px solid #7FB7F9;
		vertical-align: top;
	}
td.rcontside
	{
		width: 300px;
		font-family: Verdana;
		font-size: 9pt;
		color: #000000;
		text-align: left;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 2px;
		border-bottom: 1px solid #7FB7F9;
		vertical-align: top;

	}
table.contactform
	{
		display: block;
		position: relative;
		width: 520px;
		border: 0px;
		text-align: left;
	}	
td.contleft
	{
		background-color: transparent;
		text-align: right;		
		padding-right: 5px;
		font-family: Verdana;
		font-size: 9pt;
		font-weight: bold;
		color: #053976;
		width: 150px;	
		height: 30px;
	}
td.contright
	{
		background-color: transparent;
		text-align: left;
		width: 350px;
	}

/* Photos */
.galleryphotopad
	{
		display: block;
		position: relative;
		top: 10px;
		left: 10px;
		width: 250px;
		height: auto;
		background-image: url('../images/ImageGalleryBack.jpg');
		background-position: center;
		background-repeat: no-repeat;
	}
.showphoto
	{
		display: block;
		position: relative;
		top: -10px;
		left: -10px;
		width: 250px;
		height: auto;
		background-color: #FFFFFF;
		border-top: 2px solid #F3E21D;
		border-right: 2px solid #E6574F;
		border-bottom: 2px solid #A11912;
		border-left: 2px solid #D3C40F;
	}
.sidephotopadding
	{
		display: block;
		position: absolute;
		top: 10px;
		left: 300px;
		width: 300px;
		height: 200px;
		background-image: url('../images/SideFleetBack.jpg');
		background-position: center;
		background-repeat: no-repeat;
		margin-top: 60px;
	}
.sidephoto
	{
		display: block;
		position: relative;
		top: -10px;
		left: -10px;
		width: 300px;
		height: 200px;
		background-color: #FFFFFF;
		border-top: 2px solid #F3E21D;
		border-right: 2px solid #E6574F;
		border-bottom: 2px solid #A11912;
		border-left: 2px solid #D3C40F;
	}

.title
	{	
		font-family: Verdana;
		font-size: 12pt;
		color: #053976;
		font-weight: bold;
		text-align: left;
	}