html,
body
{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body
{
	font-size: 13px;
	font-family: Trebuchet MS;
	color: Black;
}

body.background
{
	background: #808652 url(images/background.jpg) top left repeat-x;
}

form
{
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}


a, a:visited
{
	color: #737b35;
}

a:active
{
  outline: none; /* Removing dotted line around clicked links in Firefox */
}

a:focus
{
-moz-outline-style: none;
}

h1
{

}

h2
{
    font-size:18px;

}

h3
{

}

a img
{
    border: 0;
}

img.left
{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

img.leftLiaisons
{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 3px solid #A0A28D;
}

img.right
{
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}


/* Containers & Layout */

#cmsWrapper
{
	position: relative;
	width: 960px;
    margin: 0 auto;
    padding: 0;
}

#container
{
	position: relative;
	padding: 0;
	margin: 0;
	width: 960px;
    float: left;
}

#header
{
	position: relative;
	margin: 0;
	padding: 0;
    clear: both;
    float: left;
    width: 960px;
    background: transparent url(images/background-header.jpg) top left no-repeat;
	border-bottom: 6px solid #ffc000;
	z-index: 1000;
}

#headerWrapper
{
	position: relative;
	float: left;
	clear: both;
	width: 960px;
	height: 130px;
}

#logo
{
	position: absolute;
	top: 23px;
	left: 30px;
	width: 381px;
	height: 84px;
	background: transparent url(images/logo.gif) top left no-repeat;
}

#logo h1,
#logo h1 a
{
	position: relative;
	display: block;
	width: 381px;
	height: 84px;
}

#logo h1 span
{
	display: block;
	text-indent: -90000px;
}

#topLinks
{
	position: absolute;
	top: 0;
	left: 450px;
	width: 510px;
	height: 34px;
	font-family: Verdana;
	font-size: 11px;
	color: White;
}

#topLinks ul
{
	float: left;
	clear: both;
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-position: outside;
}

#topLinks ul li
{
	float: left;
	padding: 0 5px;
	line-height: 34px;
}

#topLinks a
{
	display: block;
}

#topLinks a,
#topLinks a:visited
{
	color: White;
	text-decoration: underline;
}

#topLinks a:hover
{
	text-decoration: none;
}

#search
{
	position: absolute;
	top: 56px;
	left: 696px;
	width: 266px;
	height: 57px;
}

#navWrapper
{
	position: relative;
	bottom: 0;
	float: left;
	clear: both;
	width: 960px;
	height: 34px;
}

#nav
{
	position: relative;
	margin: 0 auto;
}

#content
{
	position: relative;
	margin: 0;
	padding: 32px;
    clear: both;
    float: left;
    min-height: 400px;
    background: white url(images/background-content.gif) top left repeat-x;
    width: 896px;
	border-bottom: 6px solid #46166b;
	z-index: 10;
}

#content .middle img
{
	border: 3px solid #A0A28D;
}

#content2Col
{
	position: relative;
	margin: 0;
	padding: 32px;
    clear: both;
    float: left;
    min-height: 400px;
    background: white url(images/background-content.gif) top left repeat-x;
    width: 896px;
	border-bottom: 6px solid #46166b;
	z-index: 10;
}

#content2Col .middle img
{
	border: 3px solid #A0A28D;
}

#footer
{
	position: relative;
	margin: 0;
	padding: 0;
    clear: both;
    float: left;
    width: 960px;
    font-family: Verdana;
    font-size: 11px;
    color: White;
	background: transparent url(images/background-footer.gif) top left no-repeat;
	margin-bottom: 40px;
}

#footer a
{
	color: White;
}

#footer .column1
{
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 276px;
	padding: 25px 0px 0px 23px;
	min-height: 140px;
}

#footer .column1 h1
{
	background: transparent url(images/small-logo.gif) top left no-repeat;
	margin: 0;
}

#footer .column1 h1 a
{
	display: block;
	width: 237px;
	height: 49px;
}

#footer .column1 h1 span
{
	display: none;
}

#footer .column1 p
{
	margin-left: 32px;
}

#footer .column2
{
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #a7ab87;
	width: 202px;
	padding: 8px 0px 8px 23px;
	margin-top: 41px;
	min-height: 140px;
}

#footer .column3
{
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #a7ab87;
	width: 174px;
	padding: 8px 0px 8px 23px;
	margin-top: 41px;
	min-height: 140px;
}

#footer .column3 ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footer .column4
{
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #a7ab87;
	width: 212px;
	padding: 8px 0px 8px 23px;
	margin-top: 41px;
	min-height: 140px;
}

#footer .column3 li,
#footer .column4 li
{
	height: 18px;
}


/* Home Page Styling */
#flash
{
	position: relative;
    float: left;
	margin: 0;
	padding: 0;
	width: 625px;
	margin-right: 10px;
}

#quickLinks
{
	position: relative;
    float: left;
	margin: 0;
	padding: 0;
	width: 251px;
	margin-left: 10px;
}

ul.quickLinks
{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	width: 251px;
}

ul.quickLinks li
{
	position: relative;
	float: left;
	clear: both;
	display: block;
	width: 251px;
}

ul.quickLinks li span
{
	display: block;
	text-indent:-9000px;
}

#ql-header
{
	line-height: 39px;
	background: transparent url(images/ql-header.gif) top left no-repeat;
}

#ql-physician
{
	line-height: 39px;
	/*background: transparent url(images/ql-physician.gif) top left no-repeat;*/
}

#ql-mapsLocations
{
	line-height: 38px;
	/*background: transparent url(images/ql-maps-locations.gif) top left no-repeat;*/
}

#ql-career
{
	line-height: 41px;
	/*background: transparent url(images/ql-career-opps.gif) top left no-repeat;*/
}

#ql-volunteer
{
	line-height: 41px;
	/*background: transparent url(images/ql-volunteer.gif) top left no-repeat;*/
}

#ql-contact
{
	line-height: 40px;
	background: transparent url(images/ql-contact-us.gif) top left no-repeat;
}

/* Code Starts 

Code added by Alex to introduce hovers. Had to remove the li background and move it to the a tag since
ie generally does not support the :hover pseudo class on anything other than the a tag, at least in my
experience*/

#quickLinks a{
		display:block;
		overflow:hidden;
	}
a#a-physician{
	background:url(Images/ql-physician.gif) no-repeat top left;
	height:39px;
}
a:hover#a-physician{
	background-position:bottom left;
}

a#a-mapsLocations{
	background:url(Images/ql-maps-locations.gif) no-repeat top left;
	height:38px;
}
a:hover#a-mapsLocations{
	background-position:bottom left;
	
}


a#a-career{
	background:url(Images/ql-career-opps.gif) no-repeat top left;
	height:41px;
}
a:hover#a-career{
	background-position:bottom left;
	
}

a#a-volunteer{
	background:url(Images/ql-volunteer.gif) no-repeat top left;
	height:41px;
}
a:hover#a-volunteer{
	background-position:bottom left;
	
}

a#a-contact{
	background:url(Images/ql-contact-us.gif) no-repeat top left;
	height:40px;
}
a:hover#a-contact{
	background-position:bottom left;
	
}


/*Code Ends*/

#featuredBanner
{
	position: relative;
    float: left;
    clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	width:896px;
}


#colorBar
{
	position: relative;
    float: left;
    clear: both;
	margin: 0;
	padding: 0;
	background: transparent url(images/color-divider.gif) top left no-repeat;
	padding-top: 7px;
	margin-top: 30px;
	margin-bottom: 10px;
	width:896px;
}

#colorBar h3
{
	font-family: "Myriad Pro", Arial;
	font-size: 19px;
	font-weight: normal;
	margin: 0;
	margin-bottom: 8px;
}

#colorBar .green
{
	position: relative;
    float: left;
	margin: 0;
	padding: 12px 14px;
	width: 271px;
	background: transparent url(images/gradient-green.gif) top left no-repeat;
	min-height: 320px;
}

#colorBar .green h3
{
	color: #898f59;
}

#colorBar .green p
{
}

#colorBar .green a
{
	color: #737b35;
	font-weight: bold;
}

#colorBar .green .view-all
{
	position: absolute;
	top: 15px;
	right: 20px;
}

#colorBar .green .view-all a
{
	font-weight: normal;
}

#colorBar .purple
{
	position: relative;
    float: left;
	margin: 0;
	padding: 12px 14px;
	width: 273px;
	background: transparent url(images/gradient-purple.gif) top left no-repeat;
	min-height: 320px;
}

#colorBar .purple h3
{
	color: #76477e;
}

#colorBar .purple a
{
	color: #76477e;
}

#colorBar .purple .video
{
	width: 256px;
	margin: 0 auto;
	margin-bottom: 10px;
}

#colorBar .purple .learning-portal
{
	width: 260px;
	margin: 0 auto;
	margin-bottom: 5px;
}

#colorBar .purple ul
{
	position: relative;
	padding: 0;
	margin: 0 auto;
	list-style-type: none;
	list-style-position: outside;
	width: 260px;
}

#colorBar .purple li
{
	font-size: 11px;
}

#colorBar .purple li a
{
	text-decoration: underline;
}

#colorBar .orange
{
	position: relative;
    float: left;
	margin: 0;
	padding: 12px 14px;
	width: 266px;
	background: transparent url(images/gradient-orange.gif) top left no-repeat;
	min-height: 320px;
}

#colorBar .orange h3
{
	color: #ad8301;
}

#colorBar .orange a
{
	color: #666633;
}

#colorBar .orange ul
{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	width: 100%;
}

#colorBar .orange ul li
{
	line-height: 23px;
	border-bottom: 1px dotted #66774d;
}

#colorBar .orange li a
{
	padding-left: 16px;
	background: transparent url(images/li-arrow-orange.gif) 3px 4px no-repeat;
	text-decoration: none;
}

#colorBar .orange li.first
{
	border-top: 1px dotted #66774d;
}

#colorBar .orange li.last
{
	margin-bottom: 20px;
}

#banners
{
	position: relative;
    float: left;
    clear: both;
	margin: 0;
	padding: 0;
	width:896px;
}

.tv-box
{
	position: relative;
	background: transparent url(images/tv-box.gif) top left no-repeat;
	width: 397px;
	height: 127px;
	padding: 12px;
	font-size: 12px;
	color: #5b5f3b;
}

.tv-box h4
{
	margin: 0 0 5px 5px;
	font-family: "Myriad Pro", Arial;
	font-size: 19px;
	color: #fff;
	font-weight: normal;
}

.tv-box ul
{
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	margin-left: 20px;
}

.tv-box-tab
{
	position: absolute;
	bottom: 4px;
	right: 16px;
	background: #a0a28d url(images/tv-box-tab-left.gif) left top no-repeat;
	line-height: 23px;
	padding-left: 10px;
}

.tv-box-tab a
{
	display: block;
	background: transparent url(images/tv-box-tab-right.gif) right top no-repeat;
	padding-right: 10px;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}

/* Inner Styling */

.aboutLocations
{
	background: transparent url(/Files/Images/about_bg.jpg) right top no-repeat;
	height: 250px;
	width: 475px;
}

#content2Col .left
{
	position: relative;
	float: left;
	width: 688px;
	padding-right: 15px;
}

#content .left
{
	position: relative;
	float: left;
	padding-right: 15px;
}

#content .twoCol
{
	float: left;
	padding-right: 15px;
    position: relative;
}

#content .middle
{
	position: relative;
	float: left;
	width: 475px;
	padding-right: 15px;
}

.middle_2colnav
{
	position: relative;
	float: left;
	width: 660px;
	padding-right: 15px;
}

#content2Col .right,
#content .right
{
	position: relative;
	float: right;
}

#content .left h4
{
	font-family: "Myriad Pro", Arial;
	color: #7e8450;
	font-size:16px;
	margin:5px 0;
	padding:0;
}

ul.relatedLinks
{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	width: 185px;
}

ul.relatedLinks li
{
	line-height: 23px;
	border-bottom: 1px dotted #66774d;
}

ul.relatedLinks li.last
{
	border: 0;
	margin-bottom: 10px;
}

ul.relatedLinks li a
{
	padding-left: 16px;
	background: transparent url(images/li-arrow.gif) 3px 4px no-repeat;
}

ul.relatedLinks li a,
ul.relatedLinks li a:visited
{
	color: #767f1a;
	text-decoration: none;
}

ul.relatedLinks li a:hover
{
	cursor: pointer;
}

#content2Col .title,
#content .title
{
	position: relative;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	width: 475px;
}

.title2colnav
{
	position: relative;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	width: 660px;
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #76477e;
	margin: 8px 0;
	line-height: 30px;
}

#content2Col .title
{
	width: 688px;
}

#content2Col .title h1,
#content .title h1 
{
	font-family: "Trebuchet MS";
	font-size: 30px;
	color: #76477e;
	margin: 8px 0;
	line-height: 30px;
}

#content2Col .breadcrumbs,
#content .breadcrumbs
{
	position: relative;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 11px;
	color: #7f8451;
	display: block;
	line-height: 13px;
	margin-bottom: 10px;
	width: 475px;
}

.breadcrumbs2colnav
{
	position: relative;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 11px;
	color: #7f8451;
	display: block;
	line-height: 13px;
	margin-bottom: 10px;
	width: 475px;
}

#content2Col .breadcrumbs
{
	width: 688px;
}

#content2Col .breadcrumbs a,
#content .breadcrumbs a
{
	text-decoration: none;
	color: #7f8451;
}

#banners .left,
#banners .right
{
	float: left;
	margin: 0;
	padding: 0;
}

#banners .left
{
	width: 443px;
	margin-right: 17px;
}

#banners .right
{
	margin-left: 17px;
	width: 151px;
}

/* Blog Styling */

ul.sf_postListing
{

}

ul.sf_postListing li.entry
{

}

ul.sf_postListing li
{

}

p.sf_postDate
{

}


h2.sf_postTitle
{

}

h2.sf_postTitle a
{

}

div.categoryAuthor
{

}

div.sf_postContent
{

}

.sf_postContent p
{

}

p.sf_postTags
{

}

p.sf_readMore,
p.sf_postBookmark
{

}

/* Calendar CSS */

.RadScheduler_Default .rsHeader 
{
background:#663366 none repeat scroll 0 0 !important;
}


/* Dynamic Form CSS */
.dynamicFormRow
{
    width: 100%;
    margin: 5px 0;
    clear: both;
    float: left;
}

.dynamicFormLeftColumn
{
    float: left;
    width: 100px;
}

.dynamicFormLeftSmallColumn
{
    float: left;
    width: 40px;
}

.dynamicFormLeftColumn2
{
    float: left;
    width: 190px;
}

.dynamicFormRightColumn
{
    float: left;
}

.dynamicFormRightColumn input 
{
	border:1px solid #5D3661;
	font-size:13px;
	height:20px;
}

.column td
{
    margin-right:20px;
}

ul.dynamicFormRadioButtonList
{
    margin: 0;
    padding: 0;
}

ul.dynamicFormRadioButtonList li
{
    list-style-type: none;
}

/* Poll Box CSS */
.PollBox
{
}

.PollBox fieldset
{
    border: 0;
}

.PollBox fieldset ul
{
    margin: 0 0 0 10px;
    padding: 0;
}

.PollBox fieldset ul li
{
    list-style-type: none;
}
