/* @group Classes */

/* @group Greek Alphabets */

.AccentTwoColumns {
	background: url(../images/layout-views/home-2-columns-background.gif) no-repeat 0 bottom;
}

.AccentThreeColumns {
	background: url(../images/layout-views/home-3-columns-background.gif) no-repeat 0 bottom;
}

.ThreeColumns .Column, .AccentThreeColumns .Column {
	float: left;
	margin-left: 18px;
}
.ThreeColumns .First, .AccentThreeColumns .First {
	margin-left: 0;
}

.TwoColumns .Column, .AccentTwoColumns .Column {
	width: 472px;
}

.ThreeColumns .Column, .AccentThreeColumns .Column {
	width: 308px;
}

.AccentTwoColumns .Column {
	min-height: 354px;
	height: auto !important;
	height: 354px;
}

.AccentThreeColumns .Column {
	<!-- min-height: 231px; -->
	height: auto !important;
	<!-- height: 231px; -->
}





/* @end */



/* @end */

/* @group IDs */

#menu-and-banner {
	padding-bottom: 16px;
}

#menu {
	position: relative;
	float: left;
	padding: 16px;
	width: 314px;
	z-index: 1;
	background-color: #1e2a42;
}

#menu ul {
	margin-left: 0;
	margin-bottom: 0;
	border-top: 8px solid #233761;
	zoom: 1;
}

#menu li {
	border-bottom: 1px solid #373f4f;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 16px;
	list-style-type: none;
	background: url(../images/layout-views/yellow-bullet.gif) no-repeat 0 15px;
}

#menu a {
    font-weight: bold;
    text-decoration: none;
	color: #f5f6f7;
}

#menu a:hover, #menu a:active, #menu a:focus {
    text-decoration: underline;
}

#menu form {
	border-bottom: 8px solid #233761;
	padding-top: 8px;
	padding-bottom: 13px;
	color: #f5f6f7;
}

#menu form label {
	display: block;
	margin-bottom: 8px;
	font-size: 108%;
	font-weight: bold;
}

#menu form div {
	height: 22px;
}

#menu input {
	float: left;
}

#sign-up-field {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 2px;
	margin-right: 16px;
	width: 195px;
}

#sign-up-button {
	border-style: none;
	padding-top: 22px;
	width: 99px;
	height: 22px;
	background: url(../images/controls/home-sign-up-button.png) no-repeat;
	overflow: hidden;
	cursor: pointer;
}

#sign-up-button:active {
	-ms-background-position-x: 1px;
	-ms-background-position-y: 1px;
}

#menu-top-shadow {
	position: absolute;
	left: -8px;
	top: 0;
	width: 362px;
	height: 8px;
	z-index: -1;
	background: url(../images/layout-views/home-menu-top-shadow.png) no-repeat;
}

#menu-shadow {
	position: absolute;
	left: -8px;
	bottom: -8px;
	width: 362px;
	height: 100%;
	z-index: -1;
	background: url(../images/layout-views/home-menu-shadow.png) no-repeat 0 bottom;
}

#banner {
	position: relative;
	float: left;
	margin-top: 16px;
	margin-left: 16px;
	width: 598px;
	height: 320px;
}

#banner h1 {
	position: absolute;
	top: 0px;
	left: 8px;
	padding-top: 72px;
	width: 585px;
	height: 0;
	background-image: url(../images/content/home/mission-statement.png);
	overflow: hidden;
}


#banner img {
	position: absolute;
	right: 0;
	bottom: 0;
}

#banner-blurb {
	position: absolute;
	top: 124px;
	left: 8px;
	width: 283px;
	height: 172px;
	color: #f5f6f7;
}

#banner-blurb h2 a {
	color: #f5f6f7;
}

#banner-blurb p a {
	font-weight: bold;
	color: #f5f6f7;
}

#banner-background {
	position: absolute;
	top: 0;
	left: -3711px;
	width: 7422px;
	height: 320px;
	z-index: -1;
	background: url(../images/layout-views/home-banner-background.png) repeat-x;
}



/* @end */
