
/*Template*/

#page {
	margin-left: auto;
	margin-right: auto;
	width: 948px;
	text-align: left;
}

#template {
	width: 948px;
	background-image: url(../img/common/template_back.gif);
	background-repeat: repeat-y;
	margin-top: 8px;
}

html {
	font-size: 100%;
}

body {
	background-color: #ffffff;
	margin: 0px;
	font-size: 0.625em; /* 1em = 10px */
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/common/target_bar.jpg);
	background-repeat: repeat-x;
}




/*Tags*/

table {
	padding: 0px;
	border-spacing: 0px;
}

td, th { 
	padding: 0px;
	border-spacing: 0px;
	vertical-align: top;
}

p {
	margin-top: 0em;
	margin-bottom: 1em;
}

img {
	border: 0px;
}

form {
	display: inline;
}

h1 {
	font-size: 1.231em;
	line-height: 1.375em;
	font-weight: bold;
	margin-bottom: 0.40em;
	margin-top: 0em;
	color: #00497b;
}

h2 {
	font-size: 1.231em;
	line-height: 1.375em;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0.5em;
	margin-top: 0em;
	font-family: Times, serif;
	color: #426f99;
}

.intext {
	font-size: 1em;
	color: #326799;
	margin-top: 0em;
	margin-bottom: 0.6em;
	font-weight: bold;
}

h3 {
	font-size: 1em;
	color: #326799;
	margin-top: 0em;
	margin-bottom: 0.6em;
	font-weight: bold;
}

h4 {
	font-size: 1em;
	color: #435372;
	margin-top: 0em;
	margin-bottom: 0.6em;
	font-weight: bold;
}

ul, ol {
	margin-top: 0em;
	padding-left: 20px;
	margin-left: 20px;
	padding-right: 60px;
	list-style-type: circle;
}

li {
	line-height: 1.364em;
}

a {
	text-decoration: none;
	font-weight: bold;
}

a:link, a:visited {
	color: #ba3209;
}

a:hover {
	text-decoration: underline;
	color: #1a7306;
}

.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}

.super {
	font-size: 63%;
	vertical-align: super;
	line-height: 60%;
}



/*Header*/

#header {
	width: 948px;
	height: 140px;
	background-image: url(../img/common/header_back.jpg);
	background-repeat: repeat-x;
}

#site_title {
	width: 317px;
	height: 91px;
	margin: 24px 0px 0px 49px;
}

/*Menu*/

#menu {
	float: right;
	width: 537px;
	margin: 15px 33px 0px 0px;
	display: inline;
	font-size: 1.2em;
	text-align: right;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menu li {
	display: inline;
	margin: 0px 0px 0px 26px;
}

a.menu_off {
	text-decoration: none;
	font-weight: bold;
	padding-top: 1px;
}

a.menu_off:link, a.menu_off:visited {
	color: #ffffff;
}

a.menu_off:hover {
	text-decoration: none;
	color: #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

a.menu_on {
	text-decoration: none;
	color: #ffffff;
	padding-top: 1px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

a.menu_on:link, a.menu_on:visited {
	color: #ffffff;
}

a.menu_on:hover {
	text-decoration: none;
	color: #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}


/*Main Menu*/

#left {
	width: 250px;
	background-color: #95b0b0;
	padding: 34px 0px 30px 0px;
}

#main_menu {
	float: right;
	display: inline;
	margin-right: 27px;
	text-align: right;
}

#main_menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}

#main_menu li {
	height: 18px;
	margin-bottom: 18px;
}


.menu_button {
	height: 18px;
}

div#follow_us {
	padding: 10px 21px 0px 0px;
}

td#f_top_left {
	width: 10px;
	height: 10px;
	background-image: url(../img/follow/f_top_left.gif);
	background-repeat: no-repeat;
}

td#f_top, td#f_bottom {
	height: 10px;
	background-color: #b6d7d7;
}

td#f_top_right {
	width: 10px;
	height: 10px;
	background-image: url(../img/follow/f_top_right.gif);
	background-repeat: no-repeat;
}

td#f_left, td#f_right {
	background-color: #b6d7d7;
}

td#f_middle {
	background-color: #b6d7d7;
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	color: #006f94;
}

td#f_bottom_left {
	width: 10px;
	height: 10px;
	background-image: url(../img/follow/f_bottom_left.gif);
	background-repeat: no-repeat;
}

td#f_bottom_right {
	width: 10px;
	height: 10px;
	background-image: url(../img/follow/f_bottom_right.gif);
	background-repeat: no-repeat;
}

img.follow_button {
	margin: 4px 3px 0px 3px;
	height: 33px;
}

img#twitter {
	width: 34px;
}

img#facebook {
	width: 35px;
}

img#youtube {
	width: 33px;
}



/*Content*/

#content {
	width: 698px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;  /* 1em = 12px; */
	line-height: 1.538em;
	color: #000000;
	text-align: justify;
	background-color: #f8f5d4;
}

.content_margins {
	padding: 25px 40px 13px 40px;
}

#content ul {
	text-align: left;
}

#news_room li {
	margin-bottom: 0.5em;
}

.kids {
	width: 325px;
	height: 378px;
	float: right;
	display: inline;
	margin-left: 40px;
}

.early {
	position: absolute;
	width: 449px;
	height: 59px;
}

.vision_table {
	margin-left: 20px;
	margin-bottom: 0em;
	margin-top: 1.6em;
}

.vision_section {
	font-weight: bold;
	font-style: italic;
	text-align: left;
}

.vision_desc {
	padding-left: 20px;
	text-align: left;
}

.pre_ul {
	margin-bottom: 0.25em;
	font-weight: bold;
}

.upper_right {
	float: right;
	display: inline;
	margin-left: 40px;
	/* border-left: 1px solid #fffcd9;
	border-bottom: 1px solid #fffcd9;*/
}

.testimonials {
	padding: 3em 0em 2em 0em;
	margin: 0px 60px 0px 60px;
	font-size: 0.9em;
	line-height: 1.4em;
	border-bottom: 1px solid #95b0b0;
}

/*Forms*/

.form_buttons {
	position: absolute; 
	right: 0px;
	bottom: 2px;
	font-size: 10px;
	line-height: 12px;
	text-align: justify;
	margin-right: 35px;
}

form textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #a9bbcc;
	color: #51516e;
	width: 300px;
	padding-left: 3px;
	padding-right: 3px;
}

.formradio {
	margin: 0px 5px 7px 0px;
	float: left;
	display: inline;
}

.formradiotext {
	font-size: 0.917em;
	line-height: 1.636em;
	font-weight: bold;
	text-align: left;
	float: left;
	display: inline;
	color: #5f8ab3;
	margin: 0px 12px 7px 0px;
}

form h3 {
	margin-top: 0em;
	line-height: 18px;
	color: #5f8ab3;
}

#form_message {
	display: none;
}

.form_divide {
	height: 20px;
	font-size: 1px;
	line-height: 1px;
}

.forminput {
	font-size: 0.917em;
	line-height: 1.636em;
	margin-right: 5px;
	text-align: left;
}

.forminput b {
	color: #486996;
}

.forminputtext {
	font-size: 0.917em;
	line-height: 1.636em;
	font-weight: bold;
	margin-right: 5px;
	text-align: left;
	float: left;
	color: #5f8ab3;
}

.formlabel {
	font-size: 0.917em;
	line-height: 1.636em;
	font-weight: bold;
	padding-right: 5px;
	text-align: right;
	white-space: nowrap;
}

.formlabel_error {
	font-size: 0.917em;
	line-height: 1.636em;
	font-weight: bold;
	color: #FF0000;
}

.formfield {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #a9bbcc;
	color: #51516e;
	width: 300px;
	padding-left: 3px;
	padding-right: 3px;
	float: left;
	font-size: 11px;
}

.formfield_error {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #dea49e;
	color: #51516e;
	width: 300px;
	background-color: #ffebeb;
	padding-left: 3px;
	padding-right: 3px;
	float: left;
	font-size: 11px;
}

.formfieldsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #cfd8e5;
	color: #51516e;
	width: 100px;
	padding-left: 3px;
	padding-right: 3px;
}

.formfieldsmall_error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #b9b5e5;
	color: #51516e;
	width: 100px;
	background-color: #ffebeb;
	padding-left: 3px;
	padding-right: 3px;
}

.formselect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #b9b5e5;
	color: #51516e;
}

.formselect_error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffebeb;
	border: 1px solid #b9b5e5;
	color: #51516e;
}

.text_highlight {
	color: #5f8ab3;
	font-weight: bold;
	margin-left: 5px;
	/* visibility: hidden; */
}

.text_highlight_error {
	color: #FF0000;
	font-weight: bold;
	margin-left: 5px;
}

.subnote {
	font-size: 0.8em;
	line-height: 1.3em;
	color: #7093b3;
	margin-bottom: 3px;
	clear: both;
}

.formbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	color: #ffffff;
	background-color: #c4483d;
	border: 1px solid #792119;
	padding: 0px;
	width: 11em;
	height: 2em;
}

.formbuttonover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	color: #ffffff;
	background-color: #de3d2f;
	border: 1px solid #792119;
	padding: 0px;
	width: 11em;
	height: 2em;
}

.primarybutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	color: #ffffff;
	background-color: #7acc66;
	border: 1px solid #197929;
	padding: 0px;
	width: 11em;
	height: 2em;
}

.primarybuttonover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	color: #ffffff;
	background-color: #49cc29;
	border: 1px solid #197929;
	padding: 0px;
	width: 11em;
	height: 2em;
}




/*Footer*/

#footer {
	width: 948px;
	background-image: url(../img/common/footer_back.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 10px;
	vertical-align: bottom;
	text-align: center;
	line-height: 1.5em;
}

#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#footer li {
	display: inline;
	margin: 0px 7px 0px 7px;
}

#footer a {
	text-decoration: none;
	font-weight: normal;
	padding-top: 1px;
}

#footer a:link, #footer a:visited {
	color: #999999;
}

#footer a:hover {
	text-decoration: none;
	color: #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#copyright_holder {
	position: relative;
}

#copyright {
	position: absolute;
	top: 3px;
	left: 30px;
	font-family: Arial, sans-serif;
	color: #ababab;
	line-height: 1.5em;
	width: 888px;
	text-align: center;
}

#logo_bottom {
	width: 204px;
	height: 59px;
	margin: 40px 0px 10px 0px;
}
