@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background-color: #016C64;
	background-image: url(images/green-bk.jpg);
	background-repeat: repeat-x;
}
.twoColFixRtHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	background: #ffffff;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 280px;
	background-color: #FFF;
	background-image: url(images/sidebar1.jpg);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 300px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	vertical-align: top;
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #EBEBEB;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: right;
	margin-right: 4px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.login {
	background : url(http://tustinchamber.org/images/login.gif) no-repeat 0 0;
	font : bold 12px Arial, Helvetica, sans-serif;
	color : #C60851;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	width: 250px;
	margin-left: 5px;
}
.login a {
	color : #C60851;
}

.clear {
clear : both;
margin : 0;
padding : 0;
}
.lomenu ul {
	padding : 0 0 0 0;
	margin : 0;
}
.lomenu li {
	display : inline;
	margin : 0;
	padding-top: 6px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 0;
}
.lomenu li a {
	color : #5F5F5F;
	text-decoration : none;
	margin : 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 15px;
}
.lomenu li hover {
	color : #C60851;
	text-decoration : none;
	margin : 0;
	padding : 0 0 10px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.lomenu a:hover {
	color : #C60851;
	}
.loheader_left {
	margin : 0;
	height : 45px;
	padding-top : 0px;
	padding-right : 2;
	padding-bottom : 0px;
	padding-left : 2;
	background-image: url(http://www.tustinchamber.org/images/nav_bk.png);
	background-repeat: repeat-x;
	background-position: top;
	width: 950px;
	vertical-align: top;	
}	
/* Menu style ************************************************** */
#nav {
	margin: 0;
	line-height: 100%;
	border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	background: #979797;
	background: -webkit-gradient(linear, left top, left bottom, from(#e2e2e2), to(#757575));
	background: -moz-linear-gradient(top,  #e2e2e2, #757575);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #757575;
	border-right-color: #757575;
	border-bottom-color: #757575;
	border-left-color: #757575;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 100%;
}
#nav li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	list-style: none;
}
#nav a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 0;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #757575;
	border-left-color: #e2e2e2;
}
#nav li.first {
	border-left: 1px solid  #757575;
}
#nav li.last {
	border-right: 1px solid  #e2e2e2;
}
#nav a:hover {
	background: #000;
	color: #fff;
}
#nav .current a, #nav li:hover > a {
	background: #e2e2e2;
}
#nav ul li:hover a, #nav li:hover li a {
	border-left: 1px solid  #757575;
	border-right: 1px solid  #757575;
}
#nav li:hover > ul {
	display: block;
}
/* Sub Menu style ************************************************** */
#nav ul {
	display: none;
	width: 180px; /* Change this to change the buttons width */
	margin: 0;
	padding: 0;
	position: absolute;
	top: 44px;
	left: 0;
	background: #979797;
	background: -webkit-gradient(linear, left top, left bottom, from(#e2e2e2), to(#757575));
	background: -moz-linear-gradient(top,  #e2e2e2, #757575);
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav ul ul {
	left: 179px; /* Change this to move the sub-menu to right */
	top: -1px;
	*top: 1px;
	border-top: 1px solid  #757575;
}

#nav ul a, #nav ul ul a {
	border-bottom: 1px solid  #757575;
	border-top: 1px solid  #e2e2e2;
}
/* Some Fix ************************************************** */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
}

h1 {
	color : #006962;
	font-family : "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size : 18px;
	font-weight : normal;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
}

h3 {
	color : #333;
	font-family : "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size : 14px;
	font-weight : bold;
	padding: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
}
h2 {
	color : #006C64;
	font-family : "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size : 18px;
	font-weight : normal;
	line-height : 38px;
	
	background-repeat : no-repeat;
	background-position : left center;
	margin-bottom : 15px;
	padding-top : 0;
	padding-right : 0;
	padding-bottom : 0;
	padding-left : 25px;
}
.h2_span {
	font : 13px Georgia, "Times New Roman", Times, serif;
	color : #78681f;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

h4 {
	color : #000000;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 18px;
	line-height : 27px;
	background-repeat : no-repeat;
	background-position : left top;
	font-weight : normal;
	margin-top : 0;
	margin-right : 0;
	margin-bottom : 10px;
	margin-left : 0;
	padding-top : 0;
	padding-right : 0;
	padding-bottom : 0;
	padding-left : 55px;
	background-attachment: fixed;
}
h5 {
	color : #394548;
	font-weight : bold;
	padding : 0 0 5px 0;
	border-bottom : 1px dotted #000;
	margin : 0 0 10px 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
}
h6 {
	color : #006C64;
	font-family : "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size : 16px;
	font-weight : normal;
	line-height : 38px;
	background-image : url(http://www.tustinchamber.org/images/arrow-down.png);
	background-repeat : no-repeat;
	background-position : left center;
	margin-bottom : 5px;
	padding-top : 0;
	padding-right : 0;
	padding-bottom : 0;
	padding-left : 23px;
	}

.rightmenu {
padding : 0 0 0 0;
}
.rightmenu ul {
margin : 0;
padding : 0;
}
.rightmenu li {
display : block;
list-style : none;
margin : 0;
border-bottom : 1px dotted #b4c1c2;
background-image : url(http://tustinchamber.org/images/dice3.gif);
background-repeat : no-repeat;
background-position : left center;
padding-top : 3px;
padding-right : 0;
padding-bottom : 3px;
padding-left : 25px;
}
.rightmenu li a {
	font : 13px Arial, Helvetica, sans-serif;
	color : #666;
	text-decoration : none;
}
.rightmenu li a:hover {
text-decoration : underline;
}

.footer {
	padding : 0;
	background-color: #E0E0E0;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.footermenu {
text-align : center;
}
.footermenu ul {
padding : 5px 0 0 0;
margin : 0;
}
.footermenu li {
background : url(http://www.tustinchamber.org/images/footerdice.gif) no-repeat 0 13px;
display : inline;
padding : 5px 0 0 0;
margin : 0;
}
.lowermenu {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding-right: 8px;
	padding-left: 8px;
}
.lowermenu li a {
	font : bold 12px Arial, Helvetica, sans-serif;
	color : #333;
	text-decoration : none;
	margin : 0;
	padding : 0 0 0 0px;

.footermenu li a {
	font : bold 12px Arial, Helvetica, sans-serif;
	color : #333;
	text-decoration : none;
	margin : 0;
	padding : 0 0 0 2px;
}
.copyright {
font : bold 12px Arial, Helvetica, sans-serif;
color : #3f3a34;
padding : 11px 0 0 0;
margin : 0;
text-align : center;
}
h1.inner {
font : 33px Myriad Pro, Arial;
color : #fff;
font-weight : 100;
margin : 0;
padding : 25px 0 10px 0;
background : none;
}
.aboutus-img {
float : right;
border : 4px solid #b0a48b;
margin : 0 0 10px 20px;

}
.aboutcolumnzone {
padding : 20px 0 16px 0;
}

#photo {
	font-size: 10px;
	text-align: center;
	vertical-align: top;
	padding: 5px;
	float: left;
	height: auto;
	width: 125px;
}

.abouticon {
float : left;
margin : 0 20px 0 0;
}
.caption-left {
	display: inline;
	float: left;
	clear: left;
	padding: 3px;
	border: 1px solid #CCC;
	text-align: center;
	font-size: 10px;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 10px;
	margin-left: 0px;
	}

.caption-staff {
	display: inline;
	float: left;
	clear: left;
	padding: 3px;
	border: 1px solid #CCC;
	text-align: center;
	font-size: 10px;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 210px;
	width: 150px;
}
table.sample {
	border-width: 1px;
	border-spacing: 2px;
	border-style: solid;
	border-color: rgb(204, 204, 204);
	border-collapse: collapse;
	background-color: white;
	font-size: 11px;
}
table.sample th {
	border-width: 1px;
	padding: 2px;
	border-style: dotted;
	border-color: rgb(226, 226, 226);
	background-color: white;
	-moz-border-radius: ;
}
table.sample td {
	border-width: 1px;
	padding: 3px;
	border-style: dotted;
	border-color: rgb(226, 226, 226);
	background-color: white;
	-moz-border-radius: ;
	vertical-align: top;
}
.ads {
	background-color: #FFF;
	margin-top: 12px;
}

.aboutcolumn1 {
	width : 275px;
	float : left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-right: 10px;
}

.aboutcolumn2 {
	width : 275px;
	float : right;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10;
}
.aboutcolumn1 ul {
	padding : 0 0 0 0;
	margin : 0;
}
.aboutcolumn1 li {
	display : list-item;
	margin : 0;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0;
}
.aboutcolumn1 li a {
	color : #5F5F5F;
	text-decoration : none;
	margin : 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 15px;
}
.aboutcolumn1 li hover {
	color : #C60851;
	text-decoration : none;
	margin : 0;
	padding : 0 0 10px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.aboutcolumn1 a:hover {
	color : #C60851;
	}
	
.aboutcolumn2 ul {
	padding : 0 0 0 0;
	margin : 0;
}
.aboutcolumn2 li {
	display : list-item;
	margin : 0;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0;
}
.aboutcolumn2 li a {
	color : #5F5F5F;
	text-decoration : none;
	margin : 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 15px;
}
.aboutcolumn2 li hover {
	color : #C60851;
	text-decoration : none;
	margin : 0;
	padding : 0 0 10px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.aboutcolumn2 a:hover {
	color : #C60851;
	}
.banner_right {
	padding : 3;
	float : none;
	margin-left: 0px;
	margin-right: 15px;
	text-align: center;
}
.columns{
 position:relative;
 width:600px;
 float:left;
 padding-bottom:10px;

}

.two_column_1{
 position:relative;
 width:290px;
 float:left;

}

.two_column_2{
 position:relative;
 width:290px;
 float:left;
 padding-left:20px;
}