body {
	/* background-image: url(images/background.jpg); */
	background-color: #F4CFDE;
	/*background-image: url(images/bodyBG.png);*/
    /*background-image: -webkit-gradient(linear, 0% 0%,0% 0%, from(#88C9C2), to(#DBEFED));
    background-image: -webkit-linear-gradient(top, #88C9C2, #DBEFED);
    background-image: -moz-linear-gradient(top, #88C9C2, #DBEFED);
    background-image: -ms-linear-gradient(top, #88C9C2, #DBEFED);
    background-image: -o-linear-gradient(top, #88C9C2, #DBEFED); */
}

#container  {
	margin-top: 15px;
	/* Center the container on the page */
	margin-left: auto;
    margin-right: auto;
	width: 1000px;
	/*height: 1250px;*/
}

#contentfull  {	
	position:relative;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	width: 1000px;
	height: 1700px;
	font-family:"Arial Rounded MT Bold";
	/*background-image: url(images/bodyBG.png);*/
	font-size: 14px;
	color: black;
}

#contentfull img {
	-moz-box-shadow:    5px 5px 10px #524545;
  	-webkit-box-shadow: 5px 5px 10px #524545;
  	box-shadow:         5px 5px 10px #524545;
}

#contentmiddle  {	
	position:relative;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	width: 540px;
	height: 600px;
	font-family:"Arial Rounded MT Bold";
	font-size:14px;
	color:#333;
}

#contentleft  {	
	position:relative;
	float: left;
	padding: 10px;
	width: 755px;
	height: 600px;
	font-family:"Arial Rounded MT Bold";
	font-size:14px;
	color:#333;
}

#footer  {
	font-family:"Arial Rounded MT Bold";
	font-size:14px;
	color:#999;
	text-align:center;
	width: 1000px;
	height: 100px;
	clear: both;
	/*background-color: #D1C0A7;*/
}

h2  {
	font-size: 20px;
	color: #cc0000;
	padding: 10px;
	font-family:"Arial Rounded MT Bold";
}

#header	{
	width: 1000px;
	height: 484px;
	position: relative;
	/*margin-right: auto;*/
	/*margin-left: auto;*/
	background-image: url(images/headerBG.png);
	background-repeat:no-repeat;
	background-position: center center;
	border-bottom: 2px solid #000000;
	border-radius:30px;
	box-shadow: 5px 5px 10px #524545;
}

#header a  {
	color: black;
	text-decoration: none;
	font-family:"Arial";
	font-size: 18px;
	/*font-weight: bold;*/
}

#header a:visited  {  
	color: black;
	text-decoration: none;
}

#header a:hover  {
	color: #a00a0a;
	text-decoration: none;
}

#header p  {
	color: #000000;
	font-family:"Arial Rounded MT Bold";
	font-weight: bold;
	font-size:12px;
}

.horizLinks  {
	position: relative;
	top: 10px;
}

.horizLinks ul { 
	margin: 0px; 
}

.horizLinks li {
	margin: 0px 15px 0px 0px;
	list-style-type: none;
	display: inline;	
}

.horizlinks li a {
	color:#333;
	font-family:"Arial Rounded MT Bold";
	font-size:12px;
}

.horizmenu {
	width:1000px;
	margin-left: 345px;
}

.horizmenu ul {
	list-style:none; 
	margin:0; padding:0
}

.horizmenu li {
	float:left; width:100px; 	
	text-align:center;    
	border-right:1px solid black;	
	border-left:2px solid gray;
	position:relative;    
	height:30px; line-height:30px;	 
	background-color: white;
	background-image: url(images/upbutton.jpg);
    /*background-image: -webkit-gradient(linear, 0% 0%,0% 0%, from(White), to(Black));
    background-image: -webkit-linear-gradient(top, White, Black);
    background-image: -moz-linear-gradient(top, White, Black);
    background-image: -ms-linear-gradient(top, White, Black);
    background-image: -o-linear-gradient(top, White, Black);*/
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;		 
}

.horizmenu li ul li {
	float:none; 
	width:100px; 
	text-align:left; 
	padding-left:5px;
    border-top:1px solid white;
}

.horizmenu a {
	text-decoration:none;
	/* change the color of the menu text here! */
	color: white;
	font-family:"Arial Rounded MT Bold";
	font-size: 12px;
}

.horizmenu li ul {
	position:absolute; 
	top:30px; 
	left:0; 
	visibility:hidden;
}

.horizmenu li:hover ul {visibility:visible;}

.horizmenu li:hover {
	background-color: black;
	background-image: url(images/downbutton.jpg);
    /*background-image: -webkit-gradient(linear, 0% 0%,0% 0%, from(Black), to(White));
    background-image: -webkit-linear-gradient(top, Black, White);
    background-image: -moz-linear-gradient(top, Black, White);
    background-image: -ms-linear-gradient(top, Black, White);
    background-image: -o-linear-gradient(top, Black, White);*/
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}

#horizontalnav  {
	width: 1000px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border-bottom: 2px solid #000000;
	background-color: #5B4740;
	border-radius:5px;
	background-image: url(images/upbutton.jpg);
}

#leftnav {
	float: left;
	width: 200px;
	height: 600px;
	margin: 0px;
	/*background-color: #F8AA3C;*/
	/*border-right: 1px dashed #694717;*/
	padding: 10px 10px 10px 10px;
	font-family:"Arial Rounded MT Bold";
	font-size:14px;
	/*font-style:italic;*/
	/*color:#333;*/
	color: #CCCCCC;
}

.logoboxleft  {
	position:relative;
	text-align: center;
	font-family: "Arial";
	font-size: 30px;
	float: left;
	width: 500px;
	height: 147px;
}

.logoboxright  {
	position:relative;
	float: right;
	background-image: url(images/logooval.png);
	background-repeat:no-repeat;
	background-position: center center;
	width: 500px;
	height: 147px;
	
}

.navlinks  {
	position: absolute; 
	top: 4px; 
	left: 
	140px; 
}

.navlinks ul { 
	margin: auto;
}

.navlinks li {
	margin: 0px 18px 0px 0px;
	list-style-type: none;
	display: inline;	
}

.navlinks li a {
	color: #000000;
	padding: 5px 12px 7px;
	text-decoration: none;
	font-size: 12px;
	font-family:"Arial Rounded MT Bold";
}

.navlinks li a:hover{
	color: #ffffff;
	background-image: url(images/BGhover.jpg);
/*If you want to use a color for the background instead replace above line with background-color: [insert color here with # sign in front];*/
	text-decoration: underline;
}

#rightnav  {
	float: right;
	width: 200px;
	height: 600px;
	margin: 0px;
	/*background-color: #F8AA3C;*/
	/*border-left: 1px dashed #694717;*/
	padding: 10px 10px 10px 10px;
	font-family:"Arial Rounded MT Bold";
	font-size:14px;
	/*color:#333;*/
	color: #CCCCCC;
	
}

.sliderbox  {
	position: relative;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 5px 5px 5px;
	background-color:#CCCCCC;
	border: 2px solid White;
	width: 460px;
	height: 360px;
	/*color: #d6fbf7;*/
}

.picturebox  {
	position: relative;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 5px 5px 5px;
	background-color:#CCCCCC;
	border: 2px solid White;
	width: 460px;
	height: 380px;
	/*color: #d6fbf7;*/
	/*-moz-box-shadow:    3px 3px 5px 6px #ccc;
  	-webkit-box-shadow: 3px 3px 5px 6px #ccc;
  	box-shadow:         3px 3px 5px 6px #ccc;*/
}

.textlarge   {
	font-size: 36px;
	font-family:"Arial";
	text-shadow: 2px 2px 2px #000;
	color: #a00a0a;
}

.textlargeblue {
	color: #0000CC;
	font-size: 36px;
	text-shadow: 1px 1px 1px #000;
}

.textmedium   {
	font-size: 18px;
	font-family:"Arial";
	font-style: italic;
}

.textmediumbold   {
	font-size: 18px;
	font-family:"Arial Rounded MT Bold";
	font-weight: bold;
	text-align: center;
}
.textmediumredbold {
	font-family: "Arial Rounded MT Bold";
	font-size: 18px;
	font-weight: bold;
	color: #A50F11;
}
.textmediumboldblue {
	font-family: "Arial Rounded MT Bold";
	font-size: 18px;
	font-weight: bold;
	color: #00F;
}

.textmediumboldwhite   {
	font-size: 18px;
	font-family:"Arial";
	font-weight: bold;
	color: white;
}

.textmediumboldgrayshadow   {
	font-size: 24px;
	font-family:"Arial";
	font-weight: bold;
	color: #000000;
	text-shadow: 1px 1px 1px #FF00FF;
}

.textsmall   {
	font-size: 12px;
	font-family:"Arial";
	color: #CCCCCC;
}

.texttagline   {
	font-size: 25px;
	font-family:"Arial";
	/*font-weight: bold;*/
	color: #00F;
	text-shadow: 1px 1px 1px #000;
}
		
.youtubebox  {
	position: relative;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 5px 5px 5px;
	background-color:#CCCCCC;
	border: 2px solid White;
	width: 425px;
	height: 239px;
	/*color: #d6fbf7;*/
}
