/* ---------- COLORS (FOR REFERENCE ONLY) ---------- */
/*
primary		#000000
secondary	#000000
tertiary	#000000
*/


/* ---------- TYPOGRAPHY ---------- */
h1 {
color:#4275b4;
font-size: 40px;
line-height: 1.2em;
font-family: Times;
}
h2 {
color:#65b277;
font-size:28px;
margin-bottom:15px;
line-height: 24px;
font-family: Times;
}
h3 {
font-size: 17px;
color:#60a7eb;
margin-bottom:5px;
font-family: Times;
}
h4 {
color:#60a7eb;
font-size: 16px;
font-family: Times;
}
h5 {
color:#60a7eb;
font-size: 15px;
font-family: Times;
}
h6 {
color:#959595;
font-size: 18px;
font-style: italic;
font-family: Times;
font-weight: normal;
}
a {
color:#2067ab;
}
a:hover {
color:#60a7eb;
}


/* ---------- MAIN STRUCTURE ---------- */
body {
font-family: Helvetica, Arial, sans-serif;
font-size:14px;
color:#666;
background-image: url(../img/bg.jpg);
background-repeat: repeat-x;
background-position:top center;
background-color: #fff;
line-height:150%;
}
#container {
width:960px;
margin:0 auto;
padding-bottom: 20px;
}
#mainContent {
padding: 30px;
padding-bottom:15px;
background-color:#fff;
margin-bottom:15px;
}
#mainContent p img {
padding:3px;
margin:10px;
border:1px solid #ddd;
}
#homeContent {
padding: 30px;
padding-top: 20px;
background-color:#fff;
}
/* ---------- HEADER ---------- */
.header{
position: relative;
height: 165px;
}
.logo{
top: 20px;
position: absolute;
}
.headimg{
height:234px;
}
.homeimg{
height:240px;
width:410px;
padding:5px;
padding-bottom:35px;
border:1px solid #ddd;  
float:left;
margin-right: 15px;
margin-bottom:15px;
}
.subimg{
height:240px;
width:380px;
padding:5px;
padding-bottom:35px;
border:1px solid #ddd;  
float:left;
margin-bottom:15px;
}
.homeimg img{
 margin-left: 5px;
 margin-top:5px;
}
.subimg img{
 margin-left: 5px;
 margin-top:5px;
}
.homeSlide {
position: relative;
}
.subSlide {
position: relative;
float: right;
margin-left:  10px;
}
#caption {
position:absolute;
top:255px;
left:10px;
width:410px;
z-index: 100;
font-size:12px;
color:#959595;
text-align: center;
}
/*---------- Hard-Code NAVIGATION ----------*/
ul#headerNav{
list-style-type: none;
float:right;
width:310px;
padding: 25px 0 0 0;
margin:0 0 0 20px;
}
ul#headerNav li {
float:left;
}
ul#headerNav li a{
/* margin-right: 20px; */
display: block;
text-decoration: none;
font-weight: bold;
padding-right: 10px; 
padding-left: 10px;
border-right: 1px solid #4275b4;
}
ul#headerNav li:last-child a{
border-right:none;
}
ul#headerNav li a:hover{
text-decoration: none;
}
ul#headerNav ul {
padding:0;
margin: 0;
display: none;
z-index: 500;
}

/* top level */
ul#headerNav li {
float: left;
display: block;
position: relative;
text-align: left;
}
ul#headerNav li a {

}
/* second level */
ul#headerNav ul {
position: absolute;
top: 22px;
left: 0;
background-color:#8eadd8;

-moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px;
}
ul#headerNav li li {
float: none;
text-align: left;
border: none;
border-top: 1px solid #fff;
}
ul#headerNav li li a {
width: 150px;
padding: 5px 10px;;
line-height:20px;
}
ul#headerNav ul li a {
border-right:none;
width:223px;
color:#fff;
}
ul#headerNav ul li a:hover {
color: #0f589c;
}

/*---------- NAVIGATION ----------*/
#navcontainer{
background-image: url(../img/navbg.png);
background-repeat: no-repeat;
background-position:top center;
height:92px;
}
.topnav{
height:40px;
padding-top:10px;

}
ul#nav ul {
padding:0;
margin: 0;
display: none;
z-index: 1000;
}
ul#nav {
display: block;
height: 42px;
/* font-size: 12px; */
padding:0;
padding-left: 10px;
padding-top: 5px;
margin: 0;
list-style-type:none;
}
ul#nav a {
padding-top: 2px;
line-height: 42px;
display: block;
text-decoration: none;
color: #fff;
font-weight: bold;
}
ul#nav a:hover {
color:#0f589c;
font-weight: bold;
}
/* top level */
ul#nav li {
float: left;
display: block;
position: relative;
text-align: left;
border-right: 1px solid #d8e3f3;
}
ul#nav li a {
padding-left: 7px;
padding-right: 7px;
line-height:30px;
}
/* second level */
ul#nav ul {
position: absolute;
top: 37px;
left: 0;
background-color:#8eadd8;
-moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px;
}
ul#nav li li {
float: none;
text-align: left;
border: none;
border-top: 1px solid #fff;
}
ul#nav li li a {
width: 150px;
padding: 5px 10px;;
line-height:20px;
}
/* third level */
ul#nav ul ul {
top: 0px;
left: 160px;
border-left: 1px solid #999;
}


/* ---------- SIDEBAR (subnav) ---------- */
#sidebar{
float: left;
width:140px;
margin:30px 0 0 20px;
padding: 20px;
background-color:#eaeaea;
background-image:url(../img/sidebg.jpg);
background-repeat:no-repeat;
}
#sidebar h1{
font-size: 18px;
font-weight: bold;
color: #2067AB;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #999;
}
#sidebar ul {
list-style-type: none;
margin: 0;
padding: 0;
}
#sidebar ul ul {
margin-left: 20px;
}
#sidebar ul li {
list-style:none;
display:block;
padding:2px 0;
}
#sidebar ul li a {
color:#999;
text-decoration:none;
list-style:none;
display:block;
font-weight:bold;
}
#sidebar ul li a:hover {
text-decoration:none;
list-style:none;
display:block;
color:#2067AB;
font-weight:bold;
}

/* ---------- SNIPPET SIDEBAR (subnav) ---------- */
.snippetSidebar{
float: left;
width:140px;
margin:0px 20px 0 -210px;
padding: 20px;
background-color:#eaeaea;
background-image:url(../img/sidebg.jpg);
background-repeat:no-repeat;

}
/*
.snippetSidebar h1{
font-size: 18px;
font-weight: bold;
color: #2067AB;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #999;
}
*/
.snippetSidebar ul {
line-height: normal;
font-size: 13px;
list-style-type: none;
margin: 0;
padding: 0;
}
.snippetSidebar ul ul {
margin-left: 20px;
}
.snippetSidebar ul li {
list-style:none;
display:block;
padding:3px 0;
}
.snippetSidebar ul li a {
color:#999;
text-decoration:none;
list-style:none;
display:block;
font-weight:bold;
}
.snippetSidebar ul li a:hover {
text-decoration:none;
list-style:none;
display:block;
color:#65b277;
font-weight:bold;
}

/*---------- FOOT SPACE ----------*/
.button{
height:155px;
width:243px;
background-image:url(../img/buttonbg.png);
background-repeat:no-repeat;
float:left;
margin-left:20px;
padding:15px 25px;
}
.button h3{
font-size: 22px;
/*
padding-left:10px;
padding-right:10px;
text-align: center;
*/
}
.button p{
font-size:11px;
line-height:140%;
}

.testimonialHome, .facilityHome, .chooseHome {
height:170px;
width:243px;
background-image:url(../img/testimonialHome.png);
background-repeat:no-repeat;
float:left;
padding:10px 25px;
cursor:hand;
cursor:pointer;
border:1px solid #eee;
margin-right:37px;
}
.chooseHome {
background-image:url(../img/chooseHome.png);
background-repeat:no-repeat;
margin-right:0px;
}
.facilityHome {
background-image:url(../img/facilityHome.png);
background-repeat:no-repeat;
}

.testimonialHome p {
font-size:11px;
line-height:140%;
padding:10px 25px;
}
.testimonialHome h2 {
margin: 10px 25px 0px 25px;
}
.chooseHome h2, .facilityHome h2, .testimonialHome h2{
text-align:center;
color:#4275b4;
}

.footspace {
		position:relative;
		left:-30px;
		width:960px;
		margin-top:50px;
		}
		
/*---------- FOOTER ----------*/
#foothold{
background-image:url(../img/footbg.jpg);
background-position:bottom left;
background-repeat:repeat-x;
height:140px;
}
#footer{
width:960px;
text-align:center;
margin:0 auto;
margin-top: 10px;
color: #959595;
}
#footer ul{
float:right;
list-style:none;
margin: 0;
margin-right:20px;
text-transform:uppercase;
}
#footer ul li{
background-image:url(../img/footnavdiv.jpg);
background-position:100% 70%;
background-repeat:no-repeat;
list-style:none;
line-height:18px;
display:inline;
}
#footer a{
padding:0 10px;
text-decoration: none;
font-size: 10px;
color: #959595;
}
#footer a:hover{
text-decoration:underline;
}
.copyright{
margin-right:10px;
float:right;
margin-top:4px;
font-size: 10px;
}


/*---------- MISCELLANEOUS ----------*/
.clear{
clear:both;
}
.round {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}
.message{
margin-bottom:10px;
padding:5px 10px;
background:white;
-moz-opacity:0.75;
filter:alpha(opacity=75);
}


table#map td img {display: block;}
table#map tr, table#map tr td, table#map tr td img {
padding:0;
margin:0;
}
table#map {
width:705px;
margin-left:20px;
}
table#map img {
border:0;
}


.albumRight {
margin: 10px 0 10px 20px;
}
.albumRight * {
float:right;
margin: 10px 0 10px 20px;
}
.albumLeft {
margin: 10px 20px 10px 0;
}
.albumLeft *{
float:left;
margin: 10px 20px 10px 0;

}