﻿/* CSS layout */

body
{
text-align: center;
background-color: #B8D4E8;
}

#maincontainer
{
margin-left: auto; 
margin-right: auto;
width: 752px;
}

#masthead {
}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
	top: 0px;
	left: 0px;

}

#page_top {
	position: relative;
	height:500;
	width:509;
	margin-left:0px;
	margin-right:243px;

}


#page_content {
	position: relative;
	height:500;
	width:509;
	margin-left:0px;
	margin-right:243px;
	background-color:gray;
}

#page_bottom {
	position: relative;
	height:19px;
	width:509px;
	margin-left:0px;
	margin-right:243px;
	background-color:teal;
}


#right_col {
	position: relative;
	width: 243;
	margin-top: 0px;
	margin-left: 508px;
	height:600px;
}

#right_photo {
	position: relative;
	height:500;
	width:243;
	margin-left:508px;
	margin-right:0px;
	background-color:aqua;
}


#right_nav {
	position: relative;
	height:500;
	width:243;
	margin-left:508px;
	margin-right:0px;
	background-color:fuchsia;
}

#right_quicklinks {
	position: relative;
	height:500;
	width:243;
	margin-left:508px;
	margin-right:0px;
	background-color:navy;
}

.navBG {
	background-image:url('http://www.antiochchamber.com/images/nav_bg.jpg')
}

.ContentBG {
	background-image:url('http://www.antiochchamber.com/images/content_BG.jpg')
}

.item-list ul li {
  list-style: none;
}

#footer {
	position: relative;
	width: 751px;
}

#footer_right{
	position: absolute;
	width: 14px;
	right: 0px;
	top: 0px;
	float:right;
}


#footer_content{
	margin-left: 13px; 
	margin-right: 14px;
	width: 724px;
	height:72px;
	background-color:#13507B;
}

#footer_left{
	position:absolute;
	width: 13px;
	left: 0px;
	top: 0px;
	float:left;
}

.navBG {
	background-image:url('../images/nav_bg.jpg')
}

.bannerBG {
	background-image:url('../images/banner_bg.jpg')
}

.homeBG {
	background-image:url('http://www.antiochchamber.com/images/right_bg.jpg')
}

.small { 
 	font-size: 7pt;
 	line-height:9pt; 
 	font-family: tahoma,san-serif; 
 	color: #000000;
 	margin-top:7px;
 	margin-bottom:7px;
 	text-align: center; 
}

.nav {
	font-size: 10pt;
 	line-height:12pt; 
 	font-family: tahoma,san-serif; 
 	color:#13507B;
 	margin-top:7px;
 	margin-bottom:7px;
 	margin-left:7px;
 	text-align: left; 
}

.nav a:link {  color:#13507B; text-decoration: none}
.nav a:visited {  color:#13507B; text-decoration: none}
.nav a:hover {  color:#13507B; text-decoration: underline}

.nav2 {
	font-size: 10pt;
 	line-height:12pt; 
 	font-family: tahoma,san-serif; 
 	color:#13507B;
 	margin-top:7px;
 	margin-bottom:7px;
 	margin-left:7px;
 	margin-right:10px;
 	text-align: right; 
}

.nav2 a:link {  color:#13507B; text-decoration: none}
.nav2 a:visited {  color:#13507B; text-decoration: none}
.nav2 a:hover {  color:#13507B; text-decoration: underline}


.h1 {
	
	font-size:14pt;
	font-family:Tahoma, sans-serif;
	color:#13507B;
	margin-top:10px;
	margin-left:15px;
	font-weight:bold;
}

.content {	
	font-size:10pt;
	font-family:Tahoma, sans-serif;
	color:#000000;
	margin-left:15px;
}

.footerText {
	font-size:8pt;
	font-family:Tahoma, sans-serif;
	color:#FFFFFF;
	margin-left:10px;
	margin-top:20px;
	margin-bottom:10px;
	text-align:left;
}

.footerText a:link {  color:#FFFFFF; text-decoration: none}
.footerText a:visited {  color:#FFFFFF; text-decoration: none}
.footerText a:hover {  color:#FFFFFF; text-decoration: underline}
