body {
	margin: 0px;
	padding: 0px;
	color: black;
    font-family: Trebuchet MS;    
    font-size: 12pt;
}

#main { /* Main content wrapper */
	width:880px;	
	margin:0 auto;
	overflow:hidden; /* Allows container to wrap around entire content when floats exist within it */
}

#header {
	height: 180px;
	margin-top: 0px;
	width: 100%;
}	

#logo {
	background-image: url("images/logo.png");
	background-size: 400px;
	background-position: center;
	background-repeat: no-repeat;
	height: 120px;
	width:100%;
	
}	

#title {
	color: #aed048;	
}

#logotext {
	color: red;
    	float: right;
	font-size: 16pt;
    	font-weight: bold;
    	padding-right: 45px;

}

.textarea-1 {
	width: 690px;
}

.textarea-2 {
}

.rightimage {
	float: right;
	padding-left: 25px;
}

.leftcol {
	float: left;
}

.rightcol {
	float: right;
}

.vspace10 {
	height: 10px;	
}	

.text {
	padding-bottom: 6px;
    padding-right: 15px;
}

.text-1 {
	padding-bottom: 15px;	
	padding-right: 15px;
}

a {
	color: black;	
}	

.subtitle {
	color: #4EC8EC;
    font-size: 14pt;
    font-weight: bold;
    padding-bottom: 6px;
    padding-top: 4px;
}

#topspace {
	height: 30px;
	width:100%;
}

#topleftspace {
	background-image: url("images/topleft.png");
	background-repeat: no-repeat;
	height: 30px;
	width: 35px;
	margin-left: 32px;
	float: left;
}

#topcenterspace {	
	height: 30px;
	width: 738px;
	float: left;
}

#toprightspace {
	background-image: url("images/topright.png");
	background-repeat: no-repeat;
	height: 30px;
	width: 35px;
	margin-right: 30px;
	float: left;	
}

#menu {
	background-image: url("images/menu.png");	
	background-repeat: no-repeat;
	width: 100%;
	height: 30px;	
	color: white;
}

/*---------------------------- Left Column ----------------------------*/

#leftcol {
	float: left;
    height: 522px;    
    width: 64px;    
}

#leftinnercol {
	background-image: url("images/leftside.png");
    background-repeat: no-repeat;
    float: right;
    height: 100%;
    width: 32px;
}

#leftoutercol {
	float: left;	
	height: 100%;
}

/*---------------------------- Right Column ----------------------------*/

#rightcol {
	float: right;
    height: 522px;
    width: 72px;
}

#rightinnercol {
	background-image: url("images/rightside.png");	
    background-repeat: no-repeat;
    float: left;
    height: 100%;
    width: 33px;
}

#rightoutercol {
	float: right;	
	height: 100%;
}

/*---------------------------- Content ----------------------------*/

#content {
	float: left;
    height: 522px;
    width: 744px;
}

.content-default {
	background: white;	
}

.content-home {
	background-image: url("images/backgroundHome4.png");	
	background-repeat: no-repeat;
}

#content-area {
    padding-bottom: 2px;
    padding-left: 25px;
    padding-top: 25px;
    padding-right: 25px;
}

/*---------------------------- Footer ----------------------------*/

#footer {	
	clear: both;	
	height: 70px;
}

#footerLinks a {
	color: black;
    font-size: 10pt;
    text-decoration: underline;
    padding: 4px; 
}	

.footer-default {
	background-image: url("images/footer.png");
	background-repeat: no-repeat;
}	

.footer-home {
	background-image: url("images/footerHome4.png");
	background-repeat: no-repeat;
}

/*---------------------------- Gallery ----------------------------*/

.row {
	height: 83px;
}

.thumb {
	float: left;
	padding-left: 4px;
	padding-right: 4px;
}

#largeGalleryImage {
	background-image: url("images/galleryBack.jpg");
    background-repeat: no-repeat;
    float: left;
    height: 340px;
    width: 445px;
}

#largeGalleryImage img {
	padding: 20px 15px 15px 20px;
    width: 410px;
    height: 275px;
}

#smallGalleryImages {
	width: 245px;
	height: 340px;
	background-color: #FFFFFF;
	float: right;
	text-align: center;	
}

#smallGalleryImages .row .thumb img {
	width: 110px;
	height: 75px;	
	cursor: pointer;
}	

#nav {
    float: right;
    padding-right: 20px;
    text-align: right;
    width: 250px;
}

#nav img {	
	width: 12px;
	height: 12px
}

.button {
	border: none;	
}	

.largeLink {
    color: #4EC8EC;
    font-size: 12pt;
    font-weight: bold;
    padding-bottom: 6px;
    padding-top: 4px;
}