/* Start of CMSMS style sheet 'westside structure' */
/* == 

Colors

BLUE		=	#809bbb
ORANGE	=	#db4104
GREEN	=	#79B30B
LT GRAY	=	#b0b0b0
DK GRAY	=	#33332d

== */

html,body
{
	margin:0;padding:0
}

body
{
	font: 76% arial,sans-serif;text-align:center;
	background:url(uploads/images/bg-x.jpg) repeat-x;
}

p
{
	margin:5px 10px 10px
}

a img
{
	border:none;
}

a
{
	color: #33332d;padding:6px;
	text-decoration:none;
}
a.inline
{
	display:inline;
	color: #809bbb;
	font-weight:bold;
	padding:0px;
	text-decoration:none;
}

a.inline:hover
{
	display:inline;
	color: #33332d;
	background:#eeb;
	padding:0px;
	text-decoration:underline;
}
a:active
{
	outline:none;
}

div#secondary-navigationbar
{
	float:left;
	position:relative;
	display:block;
	height:22px;
	margin-left:-1px;
	margin-top:0px;
	width:890px;
	background:#FFFFDC;
	border: 1px solid #e0e0e0;
}

div#secondary-navigationbar ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

div#secondary-navigationbar li a
{
	float: left;
	position: relative;
	line-height:22px;
	height:22px;
	padding:0px 1.3em;
	border-right:1px solid #e0e0e0;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	color:#33332d;
}

div#secondary-navigationbar li a.last
{
	border-right:none;
}

div#secondary-navigationbar li a:hover
{
	background:#fffffe;
	color:#33332d;
}

div#header
{
	position:relative;
	height:73px;
	padding:0px;
}

div#header h1
{
	position:absolute;
	display:block;
	top:0px;
	padding: 0px;
	margin:0px;
	left:10px;
	width:271px;
	height:70px;
	border:none;
	text-indent:-5000px;
}

div#header h2
{
	position:absolute;
	display:block;
	top:13px;
	padding: 0px;
	margin:0px;
	left:650px;
	width:271px;
	height:70px;
	background:url(uploads/images/new-to-westside.jpg) no-repeat;
	border:none;
	text-indent:-5000px;
}

div#navigationbar
{
	float:left;
	position:relative;
	display:block;
	height:26px;
	width:650px;
}
div#navigationbar ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}
div#navigationbar li a 
{
	float: left;
	position: relative;
	line-height:26px;
	height:26px;
	padding:0px 1.3em;
	border-right:1px solid #b0b0b0;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#333;
}
div#navigationbar li a.last 
{
	border-right:none;
}
div#navigationbar li a:hover 
{
	background:#12B0DE url(uploads/images/gradientX.png) repeat-x;
	color:#fff;
}

div#specialNAV
{
	float:right;
	margin-right:10px;
	position:relative;
	display:block;
	height:26px;
	width:240px;
	background:#809bbb;
}

div#specialNAV ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

div#specialNAV li a 
{
	float: left;
	position: relative;
	line-height:26px;
	height:26px;
	padding:0px 1.2em;
	border-right:1px solid #fff;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#fff;
}

div#specialNAV li a.last 
{
	border-right:none;
	padding: 0 1.2em;
}
div#specialNAV li a:hover 
{
	background:#79B30B url(uploads/images/gradientX.png) repeat-x;
	color:#fff;
}

div#container
{
	text-align:left;

}

div#content 
{
	padding-bottom:10px;

}

div#content p
{
	line-height:1.4;
}

div#sidebarcontainer
{
	display:block;
	float:right;
	width:auto;
	text-align:center;
}

div#sidebarTOP
{
	background:#B9CAFF;
}

div#sidebarTOP.serviceTIMES
{
	background:url(uploads/images/BG-service-times.jpg) no-repeat;
}

div#container
{
	width:900px;
	margin:0 auto;

}

div#content
{
	float:left;
	width:650px;
	margin-top: 15px;
}

div#sidebarTOP h3, div#sidebarBOTTOM h3
{
	font-weight:bold;
	color:#db4104;
	font-size:19px;
	line-height:2px;
	margin-top:10px;
}

div#sidebarTOP h3
{
	font-weight:bold;
	color:#db4104;
	font-size:19px;
	line-height:2px;
	margin-top:10px;
	padding-top:10px;
}

html>body div#sidebarTOP h3
{
	font-weight:bold;
	color:#db4104;
	font-size:19px;
	line-height:2px;
	margin-top:10px;
	padding-top:0px;
}

div#sidebarLINKS
{
	min-height:25px;
}

div#sidebarTOP, div#sidebarBOTTOM, div#sidebarLINKS
{
	width:220px;
	margin:15px 10px 0 0;
	padding:10px;
}

div#sidebarTOP a
{
	display:block;
	width:196px;
	padding:5px 10px;
	margin-bottom:4px;
	background:#ddeeff;
	color:#333;
	text-decoration:none;
	border-bottom: 1px dotted #b0b0b0;
}

div.newsBLOCK
{
	display:block;
	width:196px;
	padding:5px 10px;
	margin-bottom:4px;
	background:#ffffdc;
	color:#333;
	text-decoration:none;
	border-bottom: 1px dotted #b0b0b0;
}

div.newsBLOCK b a
{
	color:#333;
	text-decoration:underline;
}

div.newsBLOCK a:hover
{
	color:#12B0DE;
	text-decoration:none;
}

div#sidebarBOTTOM 
{
	background:url(uploads/images/BGnews.jpg) no-repeat;
}

div#sidebarBOTTOM a 
{
	background:#fff;
}

div#sidebarBOTTOM a b
{
	font-weight:normal;
	color:#809bbb;
}

div#sidebarTOP a:hover 
{
	background:#00aaff ;
	color:#fff;
}

div#sidebarBOTTOM a:hover 
{
	background:#ffffdc;
}
div#sidebarBOTTOM
{
	margin-top:12px;
}

div#extra
{
	float:left;
	width:610px;
	background:url(uploads/images/lined-BG.gif) top left;
	padding:10px;
	margin-bottom:10px;
	min-height:250px;
}

div#extra a
{
	color:#00aaff;
	text-decoration:underline;
	padding:0;
}

div#extra a:hover
{
	color:#333333;
	text-decoration:underline;
	padding:0;
}

div#extra p 
{
	margin:0 40px 0 0;
}

div#extra ul 
{
	margin:0 40px 0 0;
}

div#imagepick
{
	width:auto;
        float:left
}

div#imagepick a
{
	width:300px;
float:left;
}
.advertCONSTANTS
{
	float:left;
	width:132px;
	padding:10px;
	color:#33332d;
}

.advertCONSTANTSlast
{
	padding:10px;
}

a.advert
{
	padding:0px;
	color:#33332d;
}

a.advert:hover
{
	background:#fff;
	padding:10px;
	margin:-11px;
	border:1px dotted #b0b0b0;
}

p.extraINFO
{
	margin:0;
	padding:6px 0px 6px;
}

div#teachingnotes
{
	float:left;
	width:406px;
	height:184px;
	background:url(uploads/images/teaching-notes.gif) no-repeat;
	padding:0px;
}

h3.teaching
{
	text-indent:-5000px;
}

div#teachingnotes ul 
{
	width:402px;
	padding:1px;
	margin:0px;
	margin-top:-5px;
}

div#teachingnotes ul li 
{
	list-style-type:none;
	padding:4px 25px 4px 25px;
	margin:0px;
}

div#teachingnotes ul li a
{
	padding:0px;
	margin:0px;
	color:#2d2d2d;
	border-bottom:1px dotted #b0b0b0;
	line-height:1.5em;
}

div#teachingnotes ul li a:hover
{
	background:#eeb;
}

div#footer
{
	background: url(uploads/images/footer-gradient.jpg) no-repeat;
	color: #333;
}

div#footer p
{
	margin:0;
	padding:8px 20px 5px 10px;
	text-align:center;
}

div#footer a
{
	display:inline;
	padding:0;
	color: #C6D5FD;
}

div#footer
{
	clear:both;
	width:100%;
}

/* MISCELLANEOUS ============================================== */

h4 
{
	font-size:1.4em;
	border-top: 1px solid #b0b0b0;
	padding: 20px 10px 5px 10px;
	margin-bottom:4px;
}

h4.extrapadding 
{
	font-size:1.4em;
	border-top: 1px solid #b0b0b0;
	padding: 20px 10px 5px 10px;
	margin-top:65px;
	margin-bottom:4px;
}

h4.nobottom 
{
	font-size:1.4em;
	border-top: 1px solid #b0b0b0;
	padding: 20px 10px 0px 10px;
	margin-bottom:4px;
}

h4.no-bar 
{
	font-size:1.9em;
	border-top:none;
	padding: 0px 10px 5px 10px;
	margin:8px 0 4px 0;
}

img.right 
{
	float:right;
	margin-left:30px;
	padding:8px;
	background:white;
	border:1px solid #CCC;
}

img.left 
{
	float:left;
	margin-right:30px;
	padding:8px;
	background:white;
	border:1px solid #CCC;
}

div.callout 
{
	font-size:1.6em;
	color:#db4104;
	background:#fff;
	text-align:left;
	padding:1.1em 1em;
	margin:.8em 0em;
	border-top:1px dashed #b0b0b0;
	border-bottom:1px dashed #b0b0b0;
}

p.callout 
{
	font-size:1.6em;
	color:#db4104;
	background:#fff;
	text-align:center;
	padding:1.1em 2.6em;
	margin:.8em 0em;
	border-top:1px dashed #b0b0b0;
	border-bottom:1px dashed #b0b0b0;
}

p.strongHeaders 
{
	 padding-top:1.5em;
}
ul.minDescriptions li 
{
	padding-bottom:.45em;
}

strong.minHeaders 
{
	font-size:1.15em;
}

a.beliefs 
{
	padding:0px;
}

a.beliefs:hover 
{
	background:#00aaff;
	color:#fff;
	padding:10px;
	margin:-10px;
}

a.email 
{
	padding:0px;
	display:block;
	padding:3px;
	margin:-3px;
	width:auto;
	background:#eeb;
	color:#333;
}

a.email:hover 
{
	background:#db4104;
	color:#fff;
}

.whoweare 
{
	margin-left:-15px;
	margin-right: 15px;
	padding:5px 0px;
	border-bottom:1px dotted #c8c8c8;
}

p.ourstory 
{
	margin-left:15px;
	margin-right: 15px;
	padding:5px 0px;
}

ol li 
{
	padding: 4px 0px;
	border-bottom:1px dotted  #c8c8c8;
	width:550px;
}

div#insidepage
{
	background: #e6e6e6;
}

p.faker 
{
	width:100px;
	height:0px;
	padding:0px;
}

html>body p.faker 
{
	width:130px;
	height:95px;
	padding:0px;
}

ul.emailDIR li a
{
	padding:0px;
}

html>body ul.emailDIR li a 
{
	padding:0px;
	display:block;
	padding:3px;
	margin:-3px;
}

html>body ul.emailDIR li a:hover 
{
	background:#ffc;
}


/* SIDEBAR EVENT LIST ============================================== */


.rightSideLinks
{
            display:block;
            text-align:center; 
            width:215px;
            padding:6px 4px;
            margin:4px 0;
            border-bottom:none; 
            background:#db4104 url(uploads/images/gradientX.png) repeat-x;
            color:#fff;
            font-weight:bold;
}

.rightSideLinks:hover
{
            background:#B92002 url(uploads/images/gradientX.png) repeat-x;
            color:#ddd;
}

.tableListings
{
	width: 218px;
	margin: 0px;
	padding: 0px;
}

.tableDate
{
	width: 218px;
	text-align: left;
	vertical-align: middle;
	padding: 2px;
	font-weight:normal; color:#809bbb;
}

.tableTitle
{
	color: #33332d;
	width: 218px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	padding: 2px;
}

.tableTime
{
	color: #33332d;
	font-weight: normal;
}

div#sidebarBOTTOM a
{
	background:#ffffdc
}

div#sidebarBOTTOM a b
{
	font-weight:bold;
	color:#809bbb;
}

div#sidebarBOTTOM a:hover
{
	background:#ffffdc;
}

div#sidebarBOTTOM
{
	margin-top:12px;
}


/* MULTI-TIER NAVIGATION ============================================== */

#navigationbar, #navigationbar ul
{
	/* all lists */
}

#navigationbar a
{
	display: block;
}

#navigationbar li
{
	/* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
}

#navigationbar li ul
{
	position: absolute;
	background: #ddd;
	top: 26px;
	width: 190px;
	left: -5000px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-left: -83px;
}

html>/**/body #navigationbar li ul
{
	margin-left:0px;
}

#navigationbar li ul li a
{
	width:158px; border-right:none;
}

#navigationbar li:hover ul, #navigationbar li.sfhover ul
{
	/* lists nested under hovered list items */
	left: auto;
}

#navigationbar li ul li ul
{
	background-color:red;
	display:none;
}
/* End of 'westside structure' */

