/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

body {
	color: #000000;
	font-family: "Trebuchet MS";
	font-size: 12pt;
	line-height: 1.1em;
	background: #FFFFFF url(../images/siteBG.jpg) repeat-x left top;
	padding: 0px 0 50px;
	text-align: center;
}

a {
	color: #006633;
	text-decoration: none;
	font-weight: bold;
}

a:hover,a:focus {
  color: #0066CC;
  text-decoration: none;
}

p {
	color: #000000;
	font: normal 10pt/1.2em "Trebuchet MS";
	margin-right: 20px;
	margin-left: 25px;
}

ol {
	margin: 15px 40 15px 60px;
}
ul {
	margin: 15px 20 15px 40px;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 13pt;
	font-weight: bold;
	color: #C54311;
	margin-left: 25px;
	letter-spacing: .1em;
	margin-top: 20px;
}
h2 {
	font: normal 12px "Trebuchet MS";
	color: #333333;
}

ul li {
	list-style: url(../images/orangeBullet.gif);
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #000000;
}


img,fieldset {
	border: 0 none;
}

strong,b {
  color: #000;
  font-weight: bold;
}#site-container {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 776px;
}
#header-container {
	background: url(../images/siteHeader.jpg) no-repeat left top;
	height: 146px;
	width: 776px;
	margin-right: auto;
	margin-left: auto;
}
#navbar-container {
	height: 26px;
	width: 776px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#viewport {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 776px;
	height: 571px;
	background: #FFFFFF;
}
#leftcolumn-container {
	background: #FFFFFF url(../images/leftcolBG.jpg) no-repeat left top;
	width: 271px;
	float: left;
	height: 571px;
}
#date {
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-left: 25px;
	text-align: left;
	margin-top: 45px;
	margin-right: 25px;
}
#meetings-header {
	text-align: left;
	margin-left: 25px;
	margin-top: 4px;
	margin-right: 25px;
}
#meetings-text {
	height: 220px;
	text-align: left;
	margin-top: 8px;
	overflow: auto;
	margin-right: 25px;
}
#news-header {
	text-align: left;
	margin-left: 25px;
	margin-top: 12px;
	margin-right: 25px;
}
#news-text {
	height: 150px;
	text-align: left;
	margin-top: 8px;
	overflow: auto;
	margin-right: 25px;
	clear: both;
}

#rightcolumn-container {
	background: #FFFFFF url(../images/contentBG.gif) no-repeat right top;
	height: 571px;
	width: 502px;
	margin-left: 270px;
	text-align: right;
	margin-top: 0px;
	clear: right;
	float: none;
}
#rightcolumn-text {
	font: 13px "Trebuchet MS";
	color: #000000;
	text-align: left;
	overflow: auto;
	padding-top: 25px;
}

#maincolumn-container {

	background: #FFFFFF url(../images/contentBGwide.gif) no-repeat left top;
	height: 571px;
	width: 776px;
	text-align: right;
	margin-top: 0px;
	clear: right;
	float: none;
}
#maincolumn-text {
	font: 13px "Trebuchet MS";
	color: #000000;
	text-align: left;
	overflow: auto;
	padding-top: 25px;
	height: 571px;
}
#photo-table {
	padding: 4px;
	width: 650px;
	border: 1px solid #C7450B;
}
#photo-caption {
	font: normal 12px "Trebuchet MS";
	color: #333333;
	padding: 4px;
}
#photo-detail table {
	width: 500px;
	border: 1px dotted #C3410F;
}

#calendar {
	margin-left: 30px;
	margin-top: 15px;
}



#footer-container {
	height: 24px;
	width: 776px;
	margin-right: auto;
	margin-left: auto;
	background: #A4A9B1;
	font: 11px "Trebuchet MS";
	color: #FFFFFF;
	padding-top: 4px;
	position: relative;
}

#trans_ambassador {
	width: 720px;
	height: 30px;
	margin-left: 25px;
	margin-bottom: 25px;
}

#ta_input {
	font: 10px "Trebuchet MS";
}

#sign-up {
	width: 440px;
	height: 50px;
	margin-left: 25px;
}
#input-text {
	float: left;
	margin-right: 6px;
}

#submit-button {
	float: left;
}

#social-networks {
	width: 100px;
	height: 40px;
	text-align: right;
	margin-left: 365px;
}
