/*
 *	otherpagestyle.css
 *	__________________
 *
 *	Specific style sheet for the other pages of the web site trevorwaldron.com
 *
 *	Other pages means not the home page and not the workshop / seminar pages
 *
 */
	
.otherPageDisplayArea
{
	height: 100%;
	width: 734px;
	margin-left: 280px;
	padding-bottom: 40px;
	/* background-color: #FFFF00; */
}
	
.otherPageImageArea
{
	float: left;
	/* height: 540px; */
	height: 500px;
	width: 250px;
	/* margin-left: 270px; */
	/* background-color: #FF0000; */
}
	
.otherPageImageArea img
{
	margin-top: 6px;
}

.otherPageTextArea
{
	height: 100%;
	padding-top: 0px;
	margin-left: 286px;
	color: #BFCADB;
	text-align: justify;
	font: 13px Verdana, Arial, Helvetica, sans-serif, Tahoma;
	/* background-color: #00FF00; */
}

.otherPageTextArea a
{
	color: #FFFFFF;
	margin: 0;
	text-decoration: none;
	outline: none;
}

.otherPageTextArea a:visited
{
	color: #FFFFFF;
} 

.otherPageTextArea a:hover
{
	color: #AECAE6;
}

.otherPageTextArea a.current
{
	color: #AECAE6;
	outline: none;
}

.otherPageTextArea span
{
	color: #F0F4F9
}

.otherPageTextArea2
{
	margin-left: 286px;
	color: #BFCADB;
	text-align: justify;
	font: 13px Verdana, Arial, Helvetica, Tahoma, sans-serif;
	padding-bottom: 20px;
	/* background-color: #0000FF; */
}

.otherPageTextTitle
{
	margin-top: 0px;
	padding-top: 0px;
	/* padding-bottom: 15px; */
}
	
.hotelPageTopicArea
{
	/* height: 640px; */
	width: 734px;
	margin-left: 270px;
}

.hotelPageTopicArea img
{
	float: left;
	padding-top: 5px;
	margin-left: 15px;
	margin-right: 0px;
	outline: none;
	border: 0; 
}

.hotelPageTopic
{
	margin-top: 15px;
	height: 180px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.hotelPageTopicText
{
	margin-left: 290px;
	color: #BFCADB;
	text-align: justify;
	font: 13px Verdana, Arial, Helvetica, Tahoma, sans-serif;
}

.hotelPageTopicText span
{
	color: #F0F4F9;
	font: 16px Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-weight: bold;
}

.hotelPageTopicTextFooter
{
	margin-top: 20px;
	/* background-color: #FFFF00; */
}

.hotelPageTopicTextFooter a
{
	color: #FFFFFF;
	margin: 0;
	text-decoration: none;
	outline: none;
}

.hotelPageTopicTextFootera a:visited
{
	color: #FFFFFF;
} 

.hotelPageTopicTextFooter a:hover
{
	color: #AECAE6;
}

.contactFormLeft
{
	width: 70px;
	float: left;
	text-align: right;
}

.contactFormRight
{
	margin-left: 74px;
}
