/* CSS Document */
* {
  margin: 0;
  padding: 0;
}

/* ---------------------------ELEMENTS-----------------------------*/
{
  margin: 0;
  padding: 0;
}

html {
	width: 100%;
	background: #032656;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}

body {
	width: 100%;
	background: #032656 repeat;
	color: #AA6668;
	font: 62.5% Arial, Helvetica, sans-serif;
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

p {
	margin-bottom: 20px;
	color: #636363;
	font: normal 1.4em/1.6em Arial, Helvetica, sans-serif;
}
h1 {
	font: bold normal 2.5em "Trebuchet MS";
	color: #4C729F;
}
h2 {
	font: bold normal 1.6em "Trebuchet MS";
	color: #4C729F;
}

h4 {
	color: #032656;
}
a {
	color: #032656;
}
.clear {
	clear: both;
	height: 0px;
	width: 0px;
}







/* --------------------------PAGE DIVISIONS--------------------------*/
#site-container {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background: #FFFFFF;
	margin-bottom: 0px;
}

#header-container {
	height: 182px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#newsticker {
	height: 27px;
	width: 920px;
	background: url(../images/bg_newsticker.jpg) no-repeat left top;
	font: normal 1.2em Arial, Helvetica, sans-serif;
	color: #333333;
	padding-left: 80px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.newsticker-text {
	width: 820px;
	padding-top: 6px;
}


#navbar-container {
	background: url(../images/nav_holder.jpg) no-repeat left top;
	height: 42px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	clear: right;
}
#body-container {
	background: #FFFFFF url(../images/BG_admin.gif) no-repeat left top;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	min-height: 550px;
	height: 550px;
	position: relative;
}
#modules-container {
	float: left;
	width: 182px;
	clear: right;
	background: #CCCCCC url(../images/bg_modules.jpg) no-repeat left top;
	text-align: left;
	height: 550px;
}
#meetings-module {
	width: 182px;
	height: 182px;
	text-align: center;
}
.meeting-text {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: 12px;
	text-align: left;
}
.icon-box {
	float: left;
	text-align: center;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #000000;
	vertical-align: bottom;
	margin-right: 4px;
	margin-top: 4px;
	clear: right;
}


#didyouknow-module {
	height: 185px;
	width: 182px;
	position: relative;
	font: bold 1.25em Arial, Helvetica, sans-serif;
	color: #000000;
}
.didyouknow-text {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: 40px;
	width: 158px;
}

.signup-text {
	font: bold 1.4em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-right: 12px;
	margin-left: 12px;
	margin-top: 12px;
}
.input-text {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 12px;
}
.input-box {
}


#content-container {
}
#content-left {
	width: 500px;
	float: left;
	padding-top: 24px;
	padding-left: 24px;
	padding-right: 24px;
	text-align: left;
}
#content-left-in {
	width: 500px;
	
}
#content-right {
	float: right;
	width: 188px;
	border-left: 1px dashed #032656;
	margin-top: 24px;
	clear: right;
	height: auto;
	text-align: center;
}
#spotlight-module {
	text-align: center;
}
.spotlight-name {
	font: bold 1.5em Arial, Helvetica, sans-serif;
	color: #032656;
}
.spotlight-title {
	color: #032656;
	font: bold 1.2em Arial, Helvetica, sans-serif;
}
.dotted-line {
	margin-top: 2px;
	margin-bottom: 2px;
}



#footer-container {
	background: url(../images/bg_footer.jpg) no-repeat left top;
	height: 25px;
	width: 920px;
	text-align: center;
	padding-top: 7px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

#list-container {
	width: 500px;
	height: 300px;
	min-height: 300px;
	
}
#list-header {
	width: 500px;
	margin-bottom: 20px;
	float: left;
}
#list-left {
	width: 244px;
	margin-right: 16px;
	text-align: left;
	color: #636363;
	font: normal 1.4em/1.6em Arial, Helvetica, sans-serif;
	float: left;
}

#list-right {
	width: 240px;
	text-align: left;
	color: #636363;
	font: normal 1.4em/1.6em Arial, Helvetica, sans-serif;
	float: left;
}
