﻿/* basic styling and commonly used classes */
body {
    background:#ffffff;
    font-family: news-gothic-std,tahoma,lucida,verdana,helvetica,sans-serif;
    font-size: 62.5%;
}
p 
{    font-size: 1.25em;
    line-height: 1.85em;
    margin-bottom: 17px;;
}
strong {
	font-weight:bold;
	}
em {
	font-style:italic;font-family:"Times New Roman", Times, serif;
	}
.align-center {
	text-align:center;
	}
a, a:hover, a:focus {
	cursor:pointer;outline:none;
	}
h1, h2 {
    font-family: league-gothic,sans-serif;
}
h1 {
    font-size: 1em;
	font-weight: normal;
}
h2 {
    font-size: 2.7em;
	color:#569099;
}
h3 {
	color: #AFAA6D;
	font-size: 1.85em;
}
a {
    color: #FFFFFF;
    text-decoration: none;
}
img{
	border:none;
	}
.clear {
	clear:both;display:block;font-size:0;line-height:0;
	}

/* -- */

.wrap{
	margin: 0 auto;
	width:920px;
	
	}

.whiteBox {
    margin: -45px 0 0 0;
    padding: 45px 0 0 45px;
    position: relative;
    width: 875px;
    z-index: 2;
	background-color:#ffffff;
	background-color: rgba(255, 255, 255, 0.95);
	float:left;
}
.mascot{
	margin: -293px 0 0 50px;
	}
.whiteBox .side-left {
    float: left;
    position: relative;
    width: 502px;
}
.whiteBox .side-right {
    float: right;
    position: relative;
    width: 300px;
	font-size: 1.25em;
    line-height: 1.85em;
}
.whiteBox .right-content {
    background-image: url("../images/stripe.png");
    border-top: 1px solid #CCCC99;
    padding: 20px;
	
}
.browser-support{
	margin:0;
	list-style:none;
	padding:0;
	float:left;
	width:260px;
	}
.browser-support li{
    display: block;
    float: left;
    height: 32px;
    margin-right: 10px;
    text-indent: -9999px;
    width: 32px;	
	}
.browser-support li.explorer{
	background:url(../images/internet-explorer.png) no-repeat;
	}
.browser-support li.firefox{
	background:url(../images/firefox.png) no-repeat;
	}
.browser-support li.safari{
	background:url(../images/safari.png) no-repeat;
	}
.browser-support li.opera{
	background:url(../images/opera.png) no-repeat;
	}
.browser-support li.chrome{
	background:url(../images/chrome.png) no-repeat;
	}
#contentSlide .whiteBox .right-content h2{
 color: #AFAA6D;
 text-transform: uppercase;
  font-size: 1.85em;
}
h1{
	font-size: 13em;
	margin: 20px 15px 0 15px;
	padding: 15px 0;
	color: #ff6633;
	font-weight: bold;
	text-transform:uppercase;
}
#homepage{
	background:#FFCC99;	
	}
#about{
	background:#DE674D;	
	}
#photos{
	background:#cccc99;	
	}
#Nested1{
	background:#cc9966;	
	}
#Nested2{
	background:#A8958A;	
	}
#Nested3{
	background:#ffffcc;	
	}
#Nested4{
	background:#94929F;	
	}
#Nested5{
	background:#FF9966;	
	}
#Nested6{
	background:#FFCC66;	
	}
#Nested7{
	background:#FFCCFF;	
	}
#Nested8{
	background:#F3E2A9;	
	}
#external{
	background:#BC81AF  url(../images/bg_4.jpg) top no-repeat;	
	}
.slideOptions{
	float:left;
	width:480px;
	border:1px solid #ccc;
	margin-bottom:20px;
	padding:10px;
	}
.slideOptions strong{
	display:block;
	color:#666;
	font-size:14px;
	margin:10px 0;
	}
.chooseAnimation{
	width:160px;
	float:left;
	}
.chooseAnimation label{
	color:#999;
	font-size:12px;
	font-family:"Arial Black", Gadget, sans-serif;
	margin-left:10px;
	font-weight:normal !important;
	}
.slideSpeed{
	color:#999;
	font-size:12px;
	font-family:"Arial Black", Gadget, sans-serif;
	font-weight:normal !important;
	}
.backFirst{
	color:red !important;
	font-size:13px;
	}
.backFirst:hover{
	text-decoration:underline;
	}