
/* Imports
----------------------------------------*/
@import url("/css/reset.css");


/* Elements
----------------------------------------*/
body
{
	line-height: 1.2em;
	color: #FFFFFF;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#8AC1DC;
}

#mainContainer
{
	border-color: #E1CA22;
	border-style: solid;
	border-width: 2px;
	width:900px;
	margin: 10px auto;
}

p
{
	margin-left: 0;
	margin-bottom: 0.9em;
	margin-right: 0;
	margin-top: 0;
}

a:link, a:visited
{
	color: #E1CA22;
	text-decoration: underline;
}

a:hover, a:active
{
	color: #E1CA22;
	text-decoration: underline;
}

a img
{
	border: none;
}

h1
{
	padding-left: 15px;
	padding-bottom: 15px;
	padding-right: 0px;
	padding-top: 15px;
	font-weight: bold;
	display: block;
	margin: 0px;
	font-size: 1.4em;
}

h2
{
	text-decoration: underline;
	font-weight: bold;
	color: #E1CA22;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 5px;
	display: block;
	margin: 0px;
	font-size: 1.2em;
}

h3
{
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	display: block;
	margin: 0px;
	font-size: 1em;
}

ul
{
	padding-left: 15px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin: 0px;
	list-style-type:none;
}

ol
{
	
}

blockquote	{margin: 0 0 18px 18px; color:#666666; font-style: italic;}
strong		{font-weight:bold;}
em		{font-style:italic;}

/* Standard Definitions
----------------------------------------*/
.left 		{float:left;}
.right 		{float:right;}
.clearThis 	{clear:both;}
.small		{font-size:.625em;}
.large		{font-size:1em;}
.soft		{color:#D3D3D3;}
.hide		{display:none;}
p.last		{margin-bottom:0px;}



/* Header
----------------------------------------*/
#header
{
	padding: 0px;
	margin: 0px;
	text-align: center;
	display: block;
	background-image: url(../images/header.jpg);
	width:900px;
	height:90px;
	
	
}

#langLinks
{
	text-align: center;
	padding-top: 17px;
}

#langLinks li a
{
	background-color: #000066;
	left: 375px;
	position: relative;
	display: block;
	text-align: center;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-bottom: 2px;
	width: 80px;
	border-color: #E1CA22;
	border-style: solid;
	border-width: 1;
	text-decoration: none;
	color: #FFFFFF;
}

#langLinks li a:hover
{
	background-color: #E1CA22;
	color: #000066;
}

#langLinks li a#down
{
	background-color: #E1CA22;
	color: #000066;
}

/* Nav
----------------------------------------*/
#navBar 
{
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-image: url(../images/navbar_bg.jpg);
	height: 31px;
	width: 900px;
	display: block;
}

ul#nav
{
	padding: 0px;
	margin: 0px;
	text-align: center;
}
	
ul#nav li { 
	border-color: white; 
	border-style: solid; 
	border-width: 1px; 
	height: 30px; 
	text-align: center; 
	padding: 0px; 
	margin: 0px;
	width: 148px;
	display: block;
	float:left;
	list-style-type:none;
}
	
a.navLinks 
{
	text-align: center;
	padding-top: 5px;
	display: block;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

a.navLinks:hover 
{
	height: 24px;
	background-color: #000066;
}

#downLink
{
	padding-top: 5px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	height: 24px;
	background-color: #000066;
}





/* Content
----------------------------------------*/

#mainContent
{
	display: block;
	height: 554px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/bg.jpg);
	width:900px;
}

#homecontentFrame
{
	float: left;
	display: block;
	padding: 0px;
	margin: 0px;
	left: 36px;
	top: 19px;
	position: relative;
	height: 523px;
	width: 533px;
	background-image: url(../images/home_contentFrame.jpg);
}

p.content
{
	padding-right: 15px;
	padding-left: 15px;
	display: block;
}

#promoContent
{
	padding-top: 20px;
	float: right;
	display: block;
	height: 500px;
	width: 280px;
}

#flash
{
}

#video
{
	padding-top: 40px;
}

#group {
	display: block;
	padding-left: 15px;
	padding-right: 20px;
	padding-top: 10px;
	float: left;
}

#doctors {
	padding-top: 10px;
}

#largeFrame
{
	display: block;
	padding: 0px;
	margin: 0px;
	left: 37px;
	top: 21px;
	position: relative;
	height: 523px;
	width: 820px;
	background-image: url(../images/largeFrame.jpg);
	background-repeat: no-repeat;
}

#scrollingContainer
{
	display: block;
	padding: 0px;
	margin: 0px;
	left: 0px;
	top: 0px;
	position: absolute;
	height: 523px;
	width: 820px;
	overflow: auto;
}

#scrollingContent
{
	margin: 0px;
	padding: 15px;
}

#listContent
{
	padding-left: 30px;
	margin: 0px;
}

#listContent li
{
	padding-bottom: 15px;
}

#bioContent
{
	padding-left: 30px;
	margin: 0px;
}

#bioContent li
{
	clear: both;
	display: block;
}

.bios
{
	padding-bottom: 30px;
	float: left;
	display: inline-block;
	width: 500px;
}

.bioPhotos
{
	padding-bottom: 30px;
	float: right;
}

a.maps
{
	float: right;
	width: 160px;
	position: relative;
	top: -10px;
	display: block;
	padding-bottom: 15px;
	padding-right: 30px;
}

a.resources
{
	font-size: 1em;
	font-weight: bold;
	display: inline-block;
}


