@charset "UTF-8";
/* CSS Document */

/*------------------------------------------------------------------------------------->General
*/

body {
	background:#FFF;
	margin:0px;
	padding:0px;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
}

h1 {
	font-size:150%;
	font-family:Arial, Helvetica, sans-serif;
	color:#cc5500;
	text-align:center;
	text-transform:uppercase;
}

h2 {
	font-size:110%;
	font-family:Arial, Helvetica, sans-serif;
	color:#cc5500;
	text-transform:uppercase;
}

h2.postItStyle {
	color:#000;
	font-family:"Comic Sans MS", cursive;
	font-size:120%;
}

h3 {
	font-family:120%;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	text-transform:capitalize;
}

p {
	color:#000;
	font-size:100%;
	line-height:105%;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.clear {
	clear:both;
}

/*------------------------------------------------------------------------------------->Anchors
*/

a:link {color:#666; text-decoration:none;}
a:visited {color:#666; text-decoration:none;}
a:hover {color:#000; text-decoration:underline;}
a:active {color:#000; text-decoration:none;}

a.footerLink:link {color:#CCC; text-decoration:none;}
a.footerLink:visited {color:#CCC; text-decoration:none;}
a.footerLink:hover {color:#FFF; text-decoration:underline;}
a.footerLink:active {color:#cc5500; text-decoration:line-through;}

/*------------------------------------------------------------------------------------->Header
*/

.topBar {
	width:100%;
	height:160px;
	margin:0px;
	padding:10px 0px 0px 0px;
	background-color:#6c6b6b;
	background-image:url(site_images/header_bg.jpg);
	background-repeat:repeat-x;
}

.topBar .header {
	width:828px;
	height:100%;
	margin:auto;
}

#headerLeft {
	width:120px;
	height:120px;
	margin-top:10px;
	float:left;
}

#headerMiddle {
	background-image:url(site_images/header.jpg);
	background-repeat:no-repeat;
	margin-left:2px;
	width:460px;
	height:150px;
	float:left;
}

#headerRight {
	width:230px;
	margin-top:15px;
	float:right;
}

#search {
	width:225px;
	margin-top:10px;
	margin-right:5px;
}
	
#headerRightLogos {
	width:70px;
	margin-top:10px;
	margin-left:160px;
}


/*------------------------------------------------------------------------------------->Body
*/

.container {
	width:100%;
	background-color:#adadad;
	background-image:url(site_images/body_bg.jpg);
	background-repeat:repeat;
	padding:0px;
}

.wrapper {
	width:838px;
	margin:0px auto;
	background-color:#FFF;
	background-image:url(site_images/paper_bg_repeat.jpg);
	background-repeat:repeat-y;
}

.content {
	background-image:url(site_images/paper_bg.jpg);
	background-repeat:no-repeat;
	width:100%;
	height:100%;
}

.leftColumn{
	width:153px;
	height:100%;
	margin:0px;
	padding:0px;
	float:left;
}

.nav {
	width:145px;
	margin-left:8px;
	padding:166px 0px 0px 0px;
}

.middleColumn {
	width:440px;
	height:100%;
	float:left;
	margin:0px;
	padding:0px 10px 0px 10px;
}

.rightColumn {
	width:225px;
	float:left;
	height:100%;
	padding:0px;
	margin:0px;
}

.postIt {
	width:205px;
	height:205px;
	margin-top:40px;
	margin-left:10px;
	overflow:auto;
}

div.videosHome {
	width:205px;
	margin-top:30px;
}

#meetingMap {
	width:205px;
	margin-top:30px;
}

#latestNews {
	width:205px;
	margin-top:25px;
}

#latestNews h3 {
	color:#333;
	font-size:110%;
	margin-bottom:10px;
	padding:0px;
}


#latestNews a {
	color:#cc5500;
	margin:0px;
	padding:0px;
	font-size:80%;
	text-transform:capitalize;
}

#latestNews p {
	margin-top:2px;
	padding:0px;
	font-size:75%;
}

.bottomBanner {
	background-repeat:no-repeat;
	width:838px;
	height:189px;
}

/*------------------------------------------------------------------------------------->Footer
*/

.footer {
	width:100%;
	height:300px;
	padding:0px;
	margin:0px;
	background-color:#666;
	background-image:url(site_images/banner_bottom.jpg);
	background-repeat:repeat-x;
}

.footer .footContent {
	width:838px;
	margin:auto;
	padding-top:25px;
}

.footer .footContent ul {
	width:250px;
	margin:0px;
	padding:10px;
	float:left;
}

.footer .footContent ul li {
	padding:0px;
	margin:0px;
	border-right:#FFF dotted 1px;
	display:block;
	font-size:80%;
	color:#FFF;
}
	

