@charset "utf-8";

.map
{
	
	padding: 0px;
	margin: 5px 8px 0px 0px;
	border: 16px solid #000000;
}
ul 
{
list-style-image: url(../../Html_site/Pics/content/arrow.jpg)}

.imgLinks 
{
	float:left;
	padding: 0px;
	border: 8px solid #000000;
	margin: 0px 10px 5px 0px;
}
	.ContactbackingBox {
	width: 41%;
	text-align:left;
	padding: 20px 27px 0px 30px;
	height: auto;
	float: left;
	background-image: url(../Pics/content/ContactCardbacking.jpg);
	margin-top: 5px;
	background-repeat: no-repeat;
	clear: none;

}
	.ContentBox3 {
	width: 95%;
	text-align:left;
	padding: 0px 10px 0px 40px;
	float: left;
	height: auto;

}
/* CSS Document */

body  {
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #D6C998;
	background-color: #4A4BF3;
	background-image: url(../Pics/Page%20backing/background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

h1 {
	color: #64AAFF;
	font-size: 16px;
	font-weight: normal;
	text-transform: capitalize;
	letter-spacing: 0.3em;
	margin-top: 10px;
} 
h2{
	color: #00CCFF;
	font-size: 20px;

	
	}
h3{
	color: #00CCFF;

	
	}
	
.mainFont{
	color: #D6C998;
	font-size: 13px;
	font-weight: 100;
}
	
	.mainTourHeavy{
	color: #64AAFF;
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
}
	.mainFontHighlight{
	color: #00FFFF;
	font-family: "Trebuchet MS";
	font-size: 20px;
	color: #55A2FF;
	font-weight: 700;
	}
.profileFont{
	color: #D6C998;
	font-size: 12px;
	font-weight: 100;
	line-height: 16px;
}

.SmallFont{
	color: #CCCCCC;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: 100;
	line-height: 15px;
}	
	
	

	.ContentBox1 {
	width: 61%;
	text-align:left;
	padding: 0px 10px 0px 30px;
	height: auto;
	float: left;
	z-index: 5;

}
	.ContentBox2 {
	width: 28%;
	text-align:left;
	height: auto;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: none;
	border-top-color: #0099FF;
	border-right-color: #000000;
	border-bottom-color: #00CCFF;
	border-left-color: #0099FF;
	z-index: 10;
	border-right-style: none;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 24px;
	clear: none;
	background-image: url(../Pics/content/strip.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-top-style: none;
	border-bottom-style: none;

}

.twoColFixRtHdr #container {
	width: 973px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../Pics/Page%20backing/pageBacking.jpg);
	background-color: #1D1D1D;
} 
.twoColFixRtHdr #header {
	text-align: center;
	height: 379px;

} 

.twoColFixRtHdr #MainMenu {
	text-align: center;

} 

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 309px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
.twoColFixRtHdr #mainContent {
	margin: 0 340px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px 10px 20px;
} 
.twoColFixRtHdr #footer {
	height: 181px;
	
} 


	.profileBox {
	width: 58%;
	text-align:left;
	padding: 20px 27px 15px 20px;
	height: auto;
	float: left;
	background-image: url(../Pics/content/profileBacking.jpg);
	background-repeat: no-repeat;
	clear: none;
	margin: 5px 0px 0px 20px;

}
	.ContentBoxPics {
	width: 900px;
	text-align:left;
	padding: 0px 0px 0px 40px;
	height: auto;
	float: left;
	z-index: 1;

}
.imgProfile 
{
	float:left;
	padding: 0px;
	margin: 5px 8px 0px 0px;
	border: 8px solid #000000;
}
	
a:link {
	color: #9D9DFF;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	text-decoration: underline;
	color: #66F;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
	.FooterText {
	font-family: "Trebuchet MS"; 
	font-size: 12px; 
	color: #003366; 
	font-weight: bold; 
	}
	a.FooterText:link {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
	font-variant: normal;

}
a.FooterText:visited {
	color: #000000;
	text-decoration: none;
}
a.FooterText:hover {color: #990000;
text-decoration:none;
}

	a.FooterText:link {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
	font-variant: normal;

}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
}
 
