/************************************************************************

	Site:		pinnacleevents.com
	Author:		Andrea Grefenstette		[www.herewegomedia.com]  
	Client:		Pinnacle Events		[http://www.pinnacleevents.com]

	Listing Order:
	==============

	1. Base Typography
	2. Menu
	3. Structure/Layout
	4. Main Content

/***********************************************************************
	1. Base Typography
************************************************************************/

body {
	font-size: small;
	color:#666666;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-image:url(structure/bg.jpg);
	background-repeat:repeat-x;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
}
	
* html body {
	font-size: x-small; /* for IE3/Win */
	f\ont-size: small; /* for other IEs */
	}
	
.h2 {
	font-size: 105%;
	font-weight:100;
	color:#7BA388;
	}

.h4 {
	font-size: 115%;
	font-weight:100;
	color:#546caa;
	}
a, a:visited {
	color:#536dab;
	}	
#bottom p {
	margin-bottom: 0px;
	text-align:right;
	color:#FFFFFF;
	font-size: 85%;
	padding-right:10px;
	padding-bottom: 10px;
	}
	
#bottom a {
	color: #ffffff;
	}
	
#bottom a:hover {
	text-decoration:none;
	color: #ffffff;
	}
	
#bottom a:visited {
	color: #ffffff;
	}

/***********************************************************************
	2. Menu
************************************************************************/

#menu {
  float:left;
  padding:0; 
  margin:0 auto; 
  list-style-type:none;
  }
  
#menu li {
  width:100px;
  border:1px solid #ccc; 
  }
  
#menu a {
  display:block;
  width:139px;
  color:#ffffff; 
  background:#546caa; 
  text-align:left;
  font-family:"Georgia", Times New Roman, Times, serif;
  font-weight:normal;
  letter-spacing:1px;
  font-size: 110%;
  height: 80%;
  padding:9px;
  text-decoration:none;  
  border:1px;
  border-style: solid;
  border-color:#546caa;
  }
  
#menu a:hover {
  color:#546caa; 
  background:#ffffff;
  border:1px;
  border-style: solid;
  border-color:#546caa;
  }

.container {clear:both; text-decoration:none;}
* html .container {display:inline-block;}

/***********************************************************************
	3. Structure/Layout
************************************************************************/

#container2 {
	}
	
#container1 {
	width:793px;
	height:auto;
	}
	
#iframe {
	border-color:#CCCCCC;
	border-width:2px;
	border-style:solid;
	width:625px;
	text-align:left;
	background-color:#FFFFFF;
}

iframe {
	border:0px;
	width:625px;
	height: 600px;
	background-color:#FFFFFF;
	}

#left {
	float:left;
	}	
	
#right {
	margin:0;
	padding:0;
	width:160px;
	float:right;
	}
	
#contentRight {
	float:right;
	width:49%;
	}
	
#contentLeft {
	float:left;
	width:50%;
	}
#contentRightContact {
	float:right;
	width:70%;
	}
	
#contentLeftcontact {
	float:left;
	width:30%;
	}

#bottom {
	float:left;
	width:629px;
	background-image:url(structure/bosttombg.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	border-top-color:#FFFFFF;
	border-top-style:solid;
	border-top-width:2px;
}
	
/***********************************************************************
	3. Main Content
************************************************************************/

.hidden {
display:none;
} 

input, textarea, select, option {
	color: #333333;
	background: #F0F0F0;
	border: 1px solid #546caa;
	}

ul.nostyle {
	float:left;
	margin: 10px;
	padding: 0;
	list-style:none;
	}

ul.arrows {
	float:left;
	margin:0px;
	padding-top:0;
	padding-left:20px;
	padding-bottom: 20px;
	list-style-image:url(structure/listArrow.gif);
	}

img.header {
	float:left;
	}
	
img.greenBorder{
	float:left;
	width: 47%;
	}

.floatRight {
	float:right;
	width:50%;
	}