// Colors
// red for headlines: #ec1228;
// blue for borders: #106cd0;
// light blue for bg: #d2ddea;

html {
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;

	width: auto;
	margin: 0 auto;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, p, img   {
	margin: 0;
	padding: 0;
	border: none;
}

p {
    text-align: left;
}

a, a:link, a:visited {
    text-decoration: none;
    color: #106cd0;
}

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

ol {
    padding: 15px 15px 15px 25px;
}

#navigation .first {
	border-left: none;
}

.rounded {
	width: 894px;
	border: 3px solid #14589d;
	margin: 28px auto;
	clear: both;
	background: #d2ddea;
	text-align: center;
}

#course {
	border: 3px solid #106cd0;
	background: #fff url('../images/couple.jpg') bottom left no-repeat;
	width: 855px;
	margin: 11px auto 15px 16px;
	float: left;
}

#course h3 {
	background: url('../images/georgia-h3.png') no-repeat;
	width: 855px;
	height: 62px;
	text-indent: -5000px;
	margin: 0 auto;
}

#course h4 {
	color: #ec1228;
	clear: both;
	margin: 10px auto 0;
	text-align: center;
	font-size: 24px;
}

#course p {
	padding: 15px 40px;
}

#benefits {
	/*border-top: 3px solid #106cd0;
	border-left: 3px solid #106cd0;*/
	float: right;
	width: 475px;
	font-size:18px;
    font-weight:bold;
    padding: 10px 30px 15px 38px;
}

h5 {
	font-size: 24px;
	color: #ec1228;
	margin-bottom: 8px;
	margin-top: 10px;
}

#benefits img {
    float: right;
    margin: 5px -11px 0 0;
}

.learnmore {
    font-size: 0.6em;
}

#register-now {
    float: left;
    margin-top: 8px;
}

.column-photo {
    border-bottom: 2px solid #106cd0;
    width: 276px;
}

#subpage {
    border: 3px solid #106cd0;
	background: #fff;
	width: 825px;
	margin: 11px auto 15px 16px;
	padding: 15px;
	float: left;
	text-align: left;
}

#subpage h3 {
    font-size: 1.6em;
    margin: 5px 0 15px;
}

#subpage p {
    margin-bottom: 15px;
}

#footer {
    width: auto;
}

#footer p {
    font-family: Arial, sans-serif;
    font-size: 12px;
    text-align: center;
    line-height: 1.4em;
	margin-bottom: 25px;
}
#header_bg {
	height: 100px;
	background-image: url(../images/headerBG_stripes.jpg);
	background-repeat: repeat-x;	
	
}
.content-container {
	width: auto;
	margin: 28px auto;
	
	
}
#greybar {
	clear: both;
	width: auto;
	height: 30px;
	background-color:#A9A9A9;
	text-align: left;
	background-image: url(../images/greybarTEXT.jpg);
	background-repeat:no-repeat
}
#body_container {
	
	width: 940px;	
	text-align: left;
	margin-left:auto;
	margin-right:auto;
	padding-left:20px;
	padding-top: 20px;
	display: block;
	
}

.subhead {
	font-size: 20px;
	color: #6E9422;
	font-weight: bold;
}
#textoverlay{
	position: absolute;
	top: 100px;
	left: 2px;
	width: 100%;
	height: 60px;
}
.onlytext {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: center;
}

.numberbig {
	font-size: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	top: -10px;
	position:relative;
}

.numbersmall {
	font-size: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	vertical-align:top;
	line-height: inherit;
}
.package-description {
	color:#F00;
	font-size:18px;
}
