/* ============= Universal / Template Control ============= */
/* ============= DON'T EDIT WITHOUT HELP FROM ALASKARAMA ============= */
/* ============= www.alaskarama.com | 907-373-7374 ============= */

html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 8px;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 8px;
}

	
h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 3px 0;
	color: #3c342d;}
	
h1, h2 {	
	font-weight: normal;
	font-variant: small-caps;}
	
h1 {	
	font-size: 22px;}
	
h2 {
	font-size: 22px;}
	
h3, h4 {
	text-transform: uppercase;}
	
h3 {
	font-size: 15px;}
	
h4 {
	font-size: 13px;
	font-style: italic;}
	
h5 {
	font-size: 11px;}
	
h6 {
	font-size: 10px;}
	
h5, h6 {
	margin: 0;
	color: white;
	text-transform: Uppercase;}
	
a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: black;
	font-size: 13px;}
	
a:hover {
	text-decoration: underline;
	color: black;}
	
#mainNav a:link, #mainNav a:visited {
	text-decoration: none;
	color: white;}
	
#mainNav a:hover {
	text-decoration: underline;}
	
#mainNav ul {
	margin: 0;
	padding: 0;
	/* ======== IE FIXES FOR NAV ========== */
	/*\*/* margin: -10px 0 0 110px; /**/}
	
#mainNav ul li {
	background: #6e0a0a;
	border: 1px solid #a08a84;
	padding: 5px 20px;
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	text-transform: uppercase;
	color: white;
	/* ======== IE FIXES FOR NAV ============= */
	/*\*/* float: left; /**/
	/*\*/* margin: 0 5px 0 5px; /**/}
	
#leftContent p, #rightContent p {
	margin: 5px;
	font-size: 12px;}
	
	#rightContent p, #rightContent h1, #rightContent h2, #rightContent h3, #rightContent h4 {
		text-align: left;
		margin: 10px;}
		
	#rightContent a:link, #rightContent a:visited, #rightContent a:hover {
		color: white;}
	
	#rightSide, #rightSide h1, #rightSide h2, #rightSide h3, #rightSide h4 {
		color: white;
		margin-left: 8px;}
		
	#leftSide h1 {
			margin-left: 8px;}
			
	#leftSide img {
		border: 1px solid black;}
		
	#rightSide img {
		border: 1px solid white;
		margin: 3px auto;}
		
	#bottom h5 {
		color: #ccc3c1;}

/* ============= Image Classes ============= */

	.imgLeft {
		float: left;
		margin: 5px 10px 5px 0;}
		
	.imgRight {
		float: right;
		margin: 5px 0 5px 10px;}
		
		
/* ============= Plans Gallery ============= */


#plansGallery {
	width: 100%;}

	#plansGallery td {
		vertical-align: top;}
		
		#plansGallery img {
			margin: 5px 10px 5px 0;}
			
		#plansGallery tr.brown{
			background: #ddbea4;}
			
		#plansGallery td.left {
			width: 25%;}
			
		#plansGallery td.right {
			width: 75%;}
			

/* ============= Virtual Tours ============= */

#virtualTour img {
	margin: 25px auto;
	border: none;}
		
