/* CSS Document */
/* Summit 2009 :: Save the Date */
/* v1_0 */

@import url("reset-min.css");

/*------------------------------------
 Start Global Elements
------------------------------------*/
body {
background: #ffffff;
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000;
}

html {
overflow-y: scroll;
}

a {
color: #008469;
}

/*------------------------------------
 Start mainContainer
------------------------------------*/

#mainContainer {
margin: 0 auto;
width: 610px;
}

#mainContainer p {
	margin: 0;
	padding: 0 0 15px 0;
	line-height: 15px;
}

/*------------------------------------
 Start headerContainer
------------------------------------*/

#headerContainer {
height: 163px;
width: 610px;
margin: 20px 0 5px 0;
}

/*------------------------------------
 End headerContainer
------------------------------------*/


/*------------------------------------
 Start contentContainer
------------------------------------*/

#contentContainer {
width: 570x;
background: #FFF url(../images/bg_contentContainer.jpg) top left repeat-y;
float: left;
}

#bgGraphic {
background: url(../images/bg_bottomGraphic.jpg) bottom left no-repeat;
float: left;
}

#topShadow {
height: 18px;
width: 610px;
background: #FFF url(../images/gfx_shadowTop.jpg) top left no-repeat;
}

#contentContainer h1 {
	font-size: 20px;
	color: #93a446;
	margin: 10px 0 15px 0;
}

#contentLeft {
	height: 475px;
	width: 325px;
	padding: 0 30px 30px 30px;
	/*background: url(../images/bg_bottomGraphic.jpg) bottom left no-repeat;*/
float: left;
}

#contentRight {
width: 243px;
float: left;
color: #195A90;
}

.module {
	width: 203px;
	margin: 5px 0 20px 0;
	float: left;
}

.module2 {
width: 203px;
float: left;
}

.moduleHeader {
height: 60px;
width: 153px;
margin: 0 0 0 0;
padding: 5px 10px 0px 40px;
color: #FFFFFF;
font-size: 14px;
font-weight: bold;
background: url(../images/bg_moduleHeader.gif) no-repeat top left;
}

.moduleHeader2 {
	height: 35px;
	width: 153px;
	margin: 5px 0 4px 0;
	padding: 24px 10px 0 40px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/bg_moduleHeader.gif) no-repeat top left;
}

.moduleText {
width: 173px;
background: #D5E0DA;
margin: 0 0 0 0;
padding: 15px 15px 5px 15px;
}

.moduleText2 {
width: 173px;
background: #D5E0DA;
padding: 15px 15px 5px 15px;
}


#bottomShadow {
height: 18px;
width: 610px;
background: url(../images/gfx_shadowBottom.jpg) top left no-repeat;
clear: both;
}

/*------------------------------------
 End contentContainer
------------------------------------*/


/*------------------------------------
 Start footer
------------------------------------*/

#footer {
width: 590px;
padding: 0 10px 0 10px;
color: #000;
font-size: 10px;
clear: both;
float: left;
}

#footer a {
color: #000;
}

#footer a:hover {
text-decoration: none;
}

#footerText {
width: 350px;
padding: 25px 0 0 0;
float: left;
}

#footerLogo {
width: 240px;
text-align: right;
float: left;
}

/*------------------------------------
 End footer
------------------------------------*/

/*------------------------------------
 End mainContainer
------------------------------------*/
