
/* ---------->>> GLOBAL <<<-----------*/

* { margin: 0; padding: 0; }

body {
	background: #fff url(vsrc_bkg.gif) repeat-x;
	color:#101010;
 	font: 14px Arial, Helvetica, sans-serif;
   }

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { 
	padding:0;
	margin:0; 
	}

li, dd { margin-left:5%; }
fieldset { padding: .5em; }

a { color: #2F3F58; }

a:hover { text-decoration: underline; color: #70819D;}

/* ---------->>> DIVS <<<-----------*/

#wrapper { 
 background: url(wrapper_bg.png) top left repeat-y;
 margin: 0 auto;
 width: 915px;
}
#container { 
 background: #fff url(index_leftcol.gif) top left repeat-y;
 margin: 0 auto;
 width: 900px;
 border-bottom: 1px solid #999;
}
#leftcol { 
 color: #000;
 margin: 0px;
 padding: 0px;
 width: 245px;
 float: left;
}
#rightcolumn {
 margin-left: 245px;
}
#logo {
 color: #333;
 width: 245px;
 height: 125px;
}
#util { 
display: block;
width: 643px;
color: #fff;
background-color: #2F3F58;
height: 16px;
padding: 6px;
text-align: right;
float: left;
}
#menu {
 background: url(nav_bkg.gif) top left repeat-y;
 width: 245px;
}
#feature {
margin: 0 auto;
padding: 0;
float: right;
}
#content { 
 float: right;
 color: #121212;
 margin: 20px;
 padding: 0px;
 width: 350px;
 display: inline;
 position: relative;
}
#rightcol { 
 width: 225px; 
 border-left: thin solid #BFC28B; 
 padding-left: 15px;
 padding-top: 20px;
 margin-left: 20px;
 float: right; 
 }
#spotlight { margin-top: 40px;} 
#footer { 
 clear: both;
 color: #000;
 text-align: left;
 font-size: .9em;
 border-top: thin solid #BFC28B; 
 padding-top: 20px; 
 margin: 0 20px;
 margin-top: 20px;
 line-height: 1.2em;
}
	
	
/* ---------->>> TEXT Tags <<<-----------*/

h1 { }

	
	#leftcol h1 {
	background-color: #D9DAB9;
	color: #2F3F58;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 5px 0;
	text-transform: uppercase;
	}
	
	#logo h1 {
	padding: 0;
	height:125px; /* height of logo */
	width:245px; /* width of logo */
	background: #fff url(vsrc_logo.gif) top left no-repeat;
	text-indent:-9000px;
	float: left;
	}
	
	#content h1, #rightcol h1 {
	background: url(h1_bg.gif) 0px 3px no-repeat;
	padding-left: 20px;
	margin-bottom: 10px;
	color: #2F3F58;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.2em;
	text-transform: uppercase;
	}

h2 { }
	#leftcol h2 {
	color: #EAB450;
	font-weight: normal;
	font-size: 1em;
	text-transform: none;
	}
	
a { }
	#logo a {
	display:block;
	width:100%;
	height:98%;
	outline:none;
	}

	#util a { 
	color: #fff;
	text-decoration: none; 
	font-size: .8em;
	text-transform: uppercase;
	}
	
	#util a:hover { 
	color: #BFC28B;
	}
	
	#sponsor a { 
	font-weight: bold;
	text-decoration: none; 
	text-transform: uppercase;
	}
	
	#footer a { margin-right: 20px;}

p { }
	#leftcol p { 
	margin: 10px;
	}
	#content p { 
	margin-bottom: 20px; 
	}

li { }
	.arrow li
	{
	list-style-type: none;
	padding-left: 15px;
	background-image: url(arrow_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	}

	.square li
	{
	list-style-type: none;
	padding-left: 15px;
	background-image: url(sq_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	}

img { }
	#spotlight img {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	border: 1px solid #2F3F58;
	}

hr { }
	#content hr { 
	border: thin solid #BFC28B; 
	margin-top: 20px;
	margin-bottom: 20px;
	}


/* ---------->>> Global Navigation <<<-----------*/
#menu ul {
	list-style-type:none; padding:0; margin:0; 
	background: url(nav_bkg.gif) top left repeat-y;
 	width: 245px;
 	}
#menu li { 
   	border-bottom: 1px dotted #F4E4B8;
   	}
#menu li, #menu li a {
	padding: 0;
	margin: 0;
	display: block;
	font: bold 12px "Arial" sans-serif;
   	text-decoration: none; 
   	color: #000;
   	text-align: left;
   	text-transform: uppercase;
   	}
#menu li a {
   	padding: 7px 27px; 
	background: transparent url(nav_icon.gif) 10px 9px no-repeat;
	}
#menu li a:hover { 
	background: transparent url(nav_icon_on.gif) 10px 9px no-repeat;
   	}

#menu li ul { 
	margin-bottom: 20px;
	}
#menu li ul li, #menu li ul li a {
	border-bottom: 0 !important;
	color: #fff;
	background-image: none;
	padding: 0px;
	}
#menu li ul li a {
	padding: 2px 28px;
	}
#menu li ul li a:hover {
	background-image: none;
	color: #2F3F58;
	}	
#home .home, #organization .organization, #calendar .calendar, #events .events, #patient .patient, #careers .careers, #clinicians .clinicians, #legislative .legislative, #bod .bod {
	background: transparent url(nav_icon_on.gif) 10px 9px no-repeat;
   	}

#menu li ul li.active a {
	background-image: none;
	color: #2F3F58;
	}
   	
#eventList {
	margin-left: 10px;
}
/* ---------->>> MISC Tags <<<-----------*/

.event{ color: #A4A76C; text-transform: uppercase; text-decoration: none;}
.date { color: #2F3F58;}
.blue { color: #2F3F58; }
.tan { color: #A4A76C; }
.white { color: #fff; }
.small { font-size: .8em; }
.clear { clear: both; background: none; }
.error { color: #DF0000; font-size: .8em; }

/*------>>>> CALENDAR<<<<----------*/
#today {
	color: #254BBF;
}
.thalt {
	border: thin solid #70819D;
	background-color: #70819D;
	color: #fff;
}	
.sun, .mon, .tue, .wed, .thu, .fri, .sat {
		border: thin solid #70819D;
		padding: 2px;
		width: 90px;
		height: 145px;
}	
