@charset "utf-8";
/* CSS Document */

/*

* {margin: 0; padding: 0;}
#container {height: 100%; overflow: hidden;}
#body {float: left; width: 100%; padding-bottom: 2000px; margin-bottom: -2000px;}
#inside {margin-left: 150px; margin-right: 200px; padding-bottom: 2000px; margin-bottom: -2000px;}
#side1 {float: left; width: 150px; margin-left: -100%; padding-bottom: 2000px; margin-bottom: -2000px;}
#side2 {float: left; width: 200px; margin-left: -200px; padding-bottom: 2000px; margin-bottom: -2000px;}

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	font-family: Helvetica, Arial, sans-serif; 
	border:0;
	outline:0;
}

BODY {
	background-color:#003d5e;
	text-align:center; 
	padding:0; 
	margin:0;
	min-width:1024px; 
}
	
BODY {
	color:#666666; 
	font-size:13px; 
	line-height:22px; 
}


P {
	margin-bottom:20px;
	margin-left:2px;
}

UL, OL {
	margin-bottom:15px;
}

UL, OL {
	margin-left:25px;
}


A {
	color:#628dc7;
	text-decoration:underline;
}

A:hover {
	color:#000;
	text-decoration:none;
}

h1 {
	color:#003d5e;
	font-size:28px;
	line-height:30px;
	margin-bottom:25px;
}

h2 {
	color:#56afd1;
	font-size:20px;
	margin-bottom:15px;
}

h3 {
	font-size:16px;
	margin-bottom:5px;
}

h4 {
	font-size:14px;
	margin-bottom:5px;
}

SUB {
	line-height:8px;
}

IMG {
	display:block;
}

.linkSel {
	color:#666666;
	font-weight:bold;
}

/************************* layout styles *********************************/

	
#main {
	text-align:left; 
	width:1024px; 
	min-width:1024px; 
	margin:0 auto;
	padding:0;
}

#top {
	height:191px;
}

#content {
	border:0px solid white;
	padding-top:70px;
	padding-left:78px;
	min-height:1226px;
	height:1226px;
}
#content_nopad {
	background-image:url(images/bg_mid.jpg); 
	background-repeat:repeat-y; 
}

.content_index {
	background-image:url(images/bg_body_about.jpg);
	background-repeat:no-repeat;
}
.content_programs {
	background-image:url(images/bg_body_programs.jpg);
	background-repeat:no-repeat;
}
.content_philosophy{
	background-image:url(images/bg_body_philosophy.jpg);
	background-repeat:no-repeat;
}
.content_contact-us{
	background-image:url(images/bg_body_contact.jpg);
	background-repeat:no-repeat;
}
#content_left {
	width:450px;
	padding-right:80px;
	float:left;
}
#content_right {
	width:400px;
	padding-top:175px;
	float:left;
}
#content_philosophy {
	width:450px;
	padding-right:80px;
}

#cta_shell {
	position:relative;
}
#cta {
	position:absolute;
	right:0px;
	top:0px;
}

#home_btm {
	background-image:url(images/bg_home_btm.jpg);
	background-repeat:no-repeat;
	width:485px;
	height:195px;
	margin:15px 0 0 190px;
	padding:40px 20px 20px;
	text-align:center;
	font-size:15px;
	color:#56afd1;
}

#home_btm h1 {
	margin-bottom:5px;
}

#footer {
	color:#fff;
	padding:0px 20px 20px;
	font-size:11px;
}

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

/*  *******************************  navigation ************************** */

#lang_links {
	padding-top:12px; /* padding-top:55px;  */
	padding-left:25px; 
	padding-bottom:20px;
	font-size:13px;
}

#nav {
	margin: 0;
	padding: 0;
	display: block;
	width:628px;
}
	
#nav UL {
	list-style: none;
	padding:0;
	margin:0;
}

#nav li {
	float:left;
	margin: 0; 
	padding: 0;
	list-style: none;
	display: block;
	height:69px;
	overflow:hidden;
	}

#nav a {
	float:left;
	padding: 69px 0 0 0px;
	overflow: hidden;
	height: 0px !important; 
	height /**/:69px; /* for IE5/Win only */
	width:151px;
	}
	
#nav a:hover, #nav a:active, #nav a.selected {
	background-position: 0 -69px;
	outline:0;
}

#thome a  {
	background: url(images/nav_about.jpg) top left no-repeat;
	}
#tprograms a  {
	background: url(images/nav_programs.jpg) top left no-repeat;
	}
#tphilosophy a  {
	background: url(images/nav_philosophy.jpg) top left no-repeat;
	}
#tcontact a  {
	background: url(images/nav_contact.jpg) top left no-repeat;
	}


/* ******************************* CONTENT HERE ******************************** */



/* ******************************* CONTACT FORM STYLES ********************************** */
/* CONTACT FORM STYLES */
#contactForm TD{
	padding:5px 5px 0px;

}
INPUT, TEXTAREA {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
}
.txtField {
	width:250px;
	font-size:12px;
	height:18px;
}

.txtArea {
	width:250px;
	font-size:12px;
	height:70px;
}

.submitBtn {
	background-image:url(images/btn_submit.jpg);
	background-repeat:no-repeat;
	border:0;
	cursor:pointer;
	width:120px;
	height:46px;
}

.contactBtm, a.contactBtm {
	font-size:14px;
	font-weight:bold;
	color:#999;
	text-decoration:none;
}

a.contactBtm:hover {
	color:#666;
	text-decoration:underline;
}
