/* LINKS
--------------------------------------------------*/
.Learn-More a:link,
.Learn-More a:visited {
	color: #2d9b11;
	text-decoration: none;
}
.Primary a:link,
.Primary a:visited {
	text-decoration: underline;
}
a:hover,
.Learn-More a:hover {
	text-decoration: underline;
}
.Primary a:hover {
	text-decoration: none;
}
a:active {
	color: #000;
}

/* COMMON
--------------------------------------------------*/
body {
	padding: 0;
	background: #d5e4d1;
}
.Primary ul {
	padding: 0 2.5em;
}

/* TYPOGRAPHY
--------------------------------------------------*/
.Internal h1 {
	margin: 0 0 0.5em 0;
}
.Secondary dt {
	line-height: 1.3em;
}

/* FORMS
--------------------------------------------------*/
fieldset {
	padding-bottom: 0.5em;
	/* background: url("/images/cd/clover-bg.jpg") repeat-x left bottom; */
}
input[type="email"],
input[type="text"],
input[type="tel"],
input[type="password"],
select,
textarea {
	margin-bottom: 0;
}
.Authenticated {
	margin: 0;
}
.Internal form dl {
	/* float: left; */
	/* width: 49%; */
	margin-bottom: 0;
}
.Internal fieldset dl {
	/* float: right; */
}
/***
.Internal form dl:nth-child(even) {
	float: right;
}
.Internal fieldset dl:nth-child(even) {
	float: left;
}
***/
.Authenticated,
#Log-In {
	position: absolute;
	right: 0;
	top: 20px;
}
#Log-In dl {
	padding: 0;
}
#Log-In dd, #Log-In dt {
	float: left;
	margin: 0 1em 0 0;
	font-size: 90%;
	line-height: 1.25;
}
#Log-In dd {
	margin-right: 0;
	display: block;
}
#Log-In dt {
	padding-top: .75em !important;
	text-align: left;
}
#Log-In input[type="email"],
#Log-In input[type="password"] {
	float: left;
	margin-right: .5em;
	width: 10em;
}
#Log-In span {
	color: inherit;
}
#Log-In dd span {
	display: none;
}
button, a.bl, a.blsm, input[type="submit"] {
	margin: 0 !important;
}
.Internal button, .Internal a.bl, .Internal input[type="submit"] {
	line-height: 1.5em;
}
.Internal button.Small, .Internal a.blsm {
	line-height: 1em;
}
.Lg {
	font-size: 150% !important;
	margin-top: .5em;
}
.Rt {
	float: right;
}
.Submit {
	clear: both;
	padding-top: 1em;
}

/* NAV
--------------------------------------------------*/
nav {
	position: absolute;
	right: 0;
	bottom: 0;
}
nav a:link,
nav a:visited {
	color: #444;
	background: transparent;
	padding: 0;
}
nav a:hover {
	color: #2d9b11;
	text-decoration: none;
}
nav a:link em,
nav a:visited em {
	color: #888;
}
nav a:active {
	color: #000;
}
nav ul, nav li {
	margin: 0;
	overflow: visible;
	background: transparent;
}
nav li {
	font-size: 120%;
	text-align: center;
	margin-left: 0.75em;
	padding-bottom: .5em;
	position: relative;
}
nav em {
	display: block;
	font-family: 'Museo_Regular';
	font-style: normal;
	font-size: 60%;
	padding: .5em 0;
}
.ID a:before {
	position: absolute;
	left: 50%;
	bottom: -8px;
	width: 104px;
	height: 8px;
	margin-left: -52px;
	text-align: center;
	content: "";
	background: url("/images/cd/nav-id.png") no-repeat;
}

/* GENERAL STRUCTURE
--------------------------------------------------*/
.Clovers {
	height: 92px;
	margin-bottom: 1em;
	background: #218e1d url("/images/cd/clovers-internal.jpg") repeat-x center top;
}
.Contain {
	width: 90%; /* 880px, base design width */
	/* max-width: 880px; */
	margin: 0 auto;
	padding: 1em 0 0 0;
	position: relative;
	overflow: hidden;
}
header .Contain {
	position: relative;
	height: 11em;
	padding: 0;
	overflow: visible;
}
.Home .Contain {
	overflow: visible;
	padding-top: 0;
}
.Course {
	padding: 0;
}
.CTA {
	text-align: left;
	padding: 4em 0 0 380px;
	position: relative;
	z-index: 2;
}
footer em {
	color: #7f8c7c;
}
header {
	z-index: 2;
}
.Home {
	height: 361px;
}
.Home-Ph {
	display: block;
	position: absolute;
	left: -40px;
	top: 14px;
	padding: 48px 176px 62px 107px;
	background: url("/images/cd/wall-doorway.png") no-repeat;
	/* z-index: 1; */
}
.Internal {
	padding: 0 0 3em 0;
}
.Lang {
	float: right;
}
a.other_lang:visited, a.other_lang:link {
/*	color: #42DE1B; */
}
a.main_lang:visited, a.main_lang:link {
	font-size: 110%;
}
.Indent {
	margin-left: 1em;
}
.Learn-More {
	position: absolute;
	right: 0;
	top: 325px;
}
.Logo {
	position: absolute;
	left: 0;
	top: 30px;
}
.Atty-Logo {
	position: absolute;
	left: 280px;
	top: 80px;
}
.Pad {
	padding: 2em 0;
}
.Primary {
	float: left;
	width: 78.409091%; /* 690/880 */
	*width:70%;
	margin-bottom: 0;
	padding-right: 4%;
	*padding-right:2%;
	border: 0;
	border-right: 1px solid #c9d4c9;
	/* makes width ignore border/padding in width */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.Secondary {
	float: right;
	width: 21.590909%; /* 190/880 */
	*width:25%;
	padding-left: 4%;
	*padding-left: 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.Secondary dt:first-child {
	margin-top: 0;
}

.Secondary-Left {
	width:19%; 
	float:left; 
	padding:0; 
	border-right: solid 1px #C9D4C9;
}

.Primary-Right {
	width:79%; 
	float:right; 
	border-style:none; 
	padding-right:0;
	padding-left:1em;
}


.Special-Msg p {
	width: 90%;
	/* max-width: 880px; */
}
.Top {
	display: none;
}

/* HIDE
--------------------------------------------------*/


@media screen and (min-device-width:960px) and (min-width:960px) {
	
	
	
}
