
/* ---------->>> 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(nav_bkg.gif) top left repeat-y;
 margin: 0 auto;
 width: 900px;
}
#leftcol { 
 color: #000;
 margin: 0px;
 padding: 0px;
 width: 245px;
 display: inline;
 float: left;
}
#logo {
 background-color: #fff;
 color: #333;
 width: 245px;
 height: 125px;
}
#rightcol { 
 color: #121212;
 padding: 0px;
 float: right;
 width: 655px;
}
#rightcolumn {
 margin-left: 245px;
}
#util { 
color: #fff;
background-color: #2F3F58;
height: 16px;
padding: 6px;
text-align: right;
}
#menu {
 background: url(nav_bkg.gif) top left repeat-y;
 width: 245px;
}

 #content { 
 float: left;
 color: #121212;
 margin: 20px;
 padding: 0px;
 display: inline;
 position: relative;
 width: 600px;
}
#footer { 
 clear: both;
 color: #000;
 text-align: left;
 font-size: .9em;
 border-top: thin solid #BFC28B; 
 padding-top: 20px;
 margin-top: 20px;
 margin-left: 265px;
 line-height: 1.2em;
}
	

#login {border: 8px solid #2B4552;background:#fff;width:470px;margin: 75px auto;padding: 20px;color:#999}
#login label	{width: 80px;}
#login p.submit input	{margin: 3px 0 6px 89px;}
	
/* ---------->>> TEXT Tags <<<-----------*/

h1 { }

	#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 {
	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;
	display: block;
	}

h2 { }
	#content h2 {
	font-size: 1.2em;
	color: #2F3F58;
	margin-bottom: 10px;
	font-weight: normal;
	}
	
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 { 
	}
#menu li ul li, #menu li ul li a {
	border-bottom: 0 !important;
	color: #fff;
	background-image: none;
	}
#menu li ul li a {
	padding: 2px 28px;
	}
#menu li ul li a:hover {
	background-image: none;
	color: #2F3F58;
	}	
#menu li ul li.active a {
	background-image: none;
	color: #2F3F58;
	}	
li.active a {
	color: #CC0000;
	}	
#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;
   	}
a.on { color: #2F3F58 !important; }

#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;
}



/* ---------->>> Document Type Icons <<<-----------*/

/* ZIP Document Links */
a[href$='.zip'], a[href$='.rar'], a[href$='.gzip'] {
background:transparent url(/images/icons/page_white_compressed.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:18px;
}

/* PDF document links */
a[href$='.pdf'] {
background:transparent url(/images/icons/page_white_acrobat.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:15px;
}
 
/* Excel Documents links */
a[href$='.xls'], a[href$='.csv'], a[href$='.xlw'], a[href$='.xlt'], a[icon ^="excel"] {
background:transparent url(/images/icons/page_excel.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:15px;
}
 
/* Word Document Links */
a[href$=".doc"], a[href$=".rtf"], a[href$=".wps"], a[href$=".txt"], a[icon ^="word"] {
background:transparent url(/images/icons/page_word.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:15px;
}

/* Image Links */
a[href$=".jpg"], a[href$=".jpeg"], a[href$=".gif"], a[href$=".png"], a[icon ^="image"] {
background:transparent url(/images/icons/page_white_picture.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:15px;
}

/* Audio Links */
a[href$=".wma"], a[href$=".asx"], a[href$=".mp3"], a[href$=".ra"], a[href$=".aiff"], a[href$=".wav"], a[icon ^="audio"] {
background:transparent url(/images/icons/page_white_dvd.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:15px;
}

/* Video Links */
a[href$=".mp4"], a[href$=".mpg"], a[href$=".wmv"], a[href$=".avi"], a[href$=".rm"], a[icon ^="video"] {
background:transparent url(/images/icons/film.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:15px;
}

/* Flash Links */
a[href$=".swf"], a[href$=".flv"], a[icon ^="flash"] {
background:transparent url(/images/icons/page_white_flash.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:15px;
}
