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

/*----Reset----*/
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, dl,dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Tahoma, Arial;
}

/*--------General styles-----------*/

body {
	
	font-size:62.5%;
	
}

ul, li { 
	list-style:none;
}

a {
	color:#333;	
	text-decoration:none;
	outline:none;
	font-size:1.3em;
}

a:hover {
	color:#600;
}

.text {
	font-size:1.3em;
	color:#FFF;
	}

h1 {
	font-weight:normal;
	font-size:2.9em;
	color:#036;	
}

h1 span {
	font-family:Georgia, "Times New Roman", Times, serif;	
	
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:2.2em;
	color:#069
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:1.6em;
	color:#036;
	margin-top:10px;
}


label, input, p {
	margin-bottom:5px;
}

td {
	color:#FFF;
	font-size:1.4em;	
}

.darkgrey {
	color:#333
}


/*--------Layout-----------*/

.wrapper {
	width: 100%;
	float:left;
}

.container {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}

#home {
	position:relative;
	background-image:url(../gfx/bg_home.jpg);
	background-repeat:repeat-x;
	padding-bottom:20px;
	
}

#row1 {
	position:relative;
	background-image:url(../gfx/bg_row1.jpg);
	background-repeat:repeat-x;
	height:286px;
	z-index:20;
}

.height286 {
	height:286px;
	}


#row2 {
	position:relative;
	background-image:url(../gfx/bg_row2.jpg);
	background-repeat:repeat-x;
	background-color:#8FBED8;
	padding:0px 0px 15px 0px;
	z-index:10;
}

#row3 {
	position:relative;
	border-top:#036 solid 1px;
	background-color:#FFF;
	margin-bottom:10px
	
}



/*--------Header-----------*/

#logo { position:absolute; top:14px;}

#nav {position:absolute; 
	top:66px;
	left:160px;
	}

nav ul {
	height:70px;
	}

#nav li {
	display:inline;
	margin-right:20px;
	padding:15px;
	line-height:35px;
	}

#nav li a {
	font-size:1.6em;
	}
	
#nav li a:hover {
	color:#D30067;
		}

#nav li.active  {
	background-color:#DFEFF6;	
	}

#nav li.active a  {
	color:#D30067;	
	}

#phone{
	color:#D30067;
	font-size:2.4em;
	position:absolute;
	top:20px;
	right:20px;
	background-image:url(../gfx/phone-header.gif);
	background-repeat:no-repeat;
	padding-left:47px;
	}
	
#clients a {
	position:absolute;
	right:40px;
	top:72px;
	color:#015281;
	font-size:1.8em;
	font-weight:lighter;
	}

#clients a:hover {
	color:#D30067;
}
	
#directors {
	position:absolute;
	bottom:0px;
	
	
}


.biogs {
float:left;
	width:230px;
	text-align:justify;
	font-size:1.4em;
	color:#FFF;

}

#col1 {	
	padding:0px 35px 0px 60px;
}

#col2 {
	margin:0px 65px 0px 30px;	
}

#col3 {
	margin:0px 0px 0px 0px;	
}

.footer-divs {
	float:left;
	width:230px;
	font-size:1.2em;
	color:#036;
	padding:10px 7px 10px 7px;
}

.footer-divs a {
	color:#036;
	font-size:100%;
}

a.pink, .pink  {
	color:#D30067;	
	}
	




