/* ..........................................
	
	isna (version 1)
	date: july 17, 07
	design & build by oxidev interactive
	
.......................................... */


/* .... css reset .... */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* .... end of css reset .... */

img
{
	border: none;
}

a
{
	text-decoration: none;
}

a:hover
{
	/*opacity: .6;
	filter: alpha(opacity=60);*/
}

h1
{
	
}

h2
{
}

h3
{
}

p
{
	font-size: 1.1em;
	color: #333;
	padding-bottom: .8em;
	line-height: 1.4em;
}

.clearBoth
{
	clear: both;
}

.noBorder
{
	border: none !important;
}

.alignCenter
{
	display: block;
	margin: 0px auto;
}






/* ........... style begins ................. */

body
{
	font-size: 62.5%;
	font-family: tahoma, helvetica, arial, "lucida grande", sans-serif;
	background-color: #ebe4d1;
}

#container
{
	width: 778px;
	margin: 0px auto;
}

#navigations
{
	position: relative;
	width: 100%;
	height: 98px;
	background: url(../images/main_header_bg.gif) no-repeat top;
}

#logo
{
	/*float: left;
	margin-top: 9px;
	margin-left: 15px;*/
	position: absolute;
	top: 9px;
	left: 24px;
}

ul#topNav
{
	float: right;
}

ul#topNav li
{
	float: left;
	font-size: 10px;
	height: 26px;
	background: url(../images/sec_06.gif) repeat-x bottom;
}

ul#topNav li.firstItem
{
	background: url(../images/sec_04.gif) no-repeat left;
	padding-left: 12px;
}

ul#topNav li.lastItem
{
	background: url(../images/sec_08.gif) no-repeat right;
	padding-right: 12px;
}

ul#topNav li a
{
	padding: 0px 12px;
	color: #e5d54d;
	height: 26px;
	float: left;
	line-height: 23px;
}

ul#topNav li a:hover
{
	color: #ffea82;
}
ul#mainNav
{
	clear: right;
	float: right;
	margin-top: 35px;
	margin-right: 3px;
	width: 460px;
}

ul#mainNav li
{
	display: block;
	float: left;
	height: 37px;
	margin-left: 4px;
}

#contentLeft
{
	float: left;
	width: 192px;
	background-color: #fff;
	margin-left: 7px;
	display: inline;
}

.isnaClock
{
	padding-top: 9px;
	width: 192px;
	height: 41px;
	font-family: georgia, serif;
	font-size: 10px;
	background: url(../images/isna_clock_green_bg.gif) no-repeat bottom;
}

.isnaClock p
{
	margin-left: 55px;
	color: #2f6501;
	padding-bottom: 0px;
}

#contentLeft h1
{
	height: 31px;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	font-family: lucida, Sans-Serif;
	padding-left: 10px;
	color: #156400;
	background-color: #d7e9c9;

	margin: 5px 0px;
}

#isnaSearch
{
	width: 100%-11px;
	padding: 15px 0px;
	padding-left: 11px;
	background: url(../images/search_bg.gif) no-repeat bottom;
	margin-bottom: 5px;

}

#isnaSearch input.inputField
{
	border: 1px solid #d8cec7;
	margin-right: 6px;
	width: 140px;
	font-size: 11px;
	color: #666;
	padding: 2px 0px;
}

#isnaSearch h2
{
	margin-bottom: 10px;
}

#newsletter
{
	width: 100%-11px;
	padding: 15px 0px;
	padding-left: 11px;
	background: url(../images/search_bg.gif) no-repeat bottom;
	margin-bottom: 5px;
}

#newsletter input.inputField
{
	border: 1px solid #d8cec7;
	margin-right: 6px;
	width: 140px;
	font-size: 11px;
	color: #666;
	padding: 2px 0px;
}

#newsletter h2
{
	margin-bottom: 10px;
}

#contentHolder
{
	width: 778px;
	background: #fff;
	padding-top: 7px;
	padding-bottom: 25px;
	margin-top: 0px !important;
	margin-top: -2px;
}

/* ........ sideNav ........... */

#contentLeft ul
{
	margin-bottom: 5px;
}

#contentLeft ul li
{
	font-size: 11px;
	font-family: verdana, sans-serif;
	background: #fff url(../images/sidenav_bg.gif) repeat-x top;
	border-bottom: 1px solid #e5d9ba;
}

/*ul.sideNav li:hover
{
	background: #fcfbf7 url(../images/sidenav_bg_o.gif) repeat-x top;
}*/

#contentLeft ul li a
{
	background: url(../images/green_arrow.gif) no-repeat 10px 13px;
	padding-left: 22px;
	display: block;
	color: #ac7d09;
	padding: 8px 0px 8px 22px;
}

#contentLeft ul li a:hover
{
	color: #ffba0d;
}

#contentLeft ul li ul
{
	background-color: #fefdfa;
}

#contentLeft ul li ul li
{
	background-image: none;
	border: none;
}

#contentLeft ul li ul li a
{
	background: url(../images/brown_arrow.gif) no-repeat 20px 4px;
	font-size: 10px;
	padding-left: 32px;
}

#contentRight
{
	float: left;
	width: 565px;
	background-color: #fff;
	margin-left: 5px;
	display: inline;
}

#bannerHolder
{
	width: 100%;
	margin-bottom: 6px;
}

#announcements
{
	width: 393px;
	float: left;
	background: url(../images/announcement_bg.gif) no-repeat top;
}

#announcementTabs
{
	padding-left: 8px;
	width: 100%-8px;
	height: 31px;
	background-color: #35690b;
}

#announcementTabs ul
{
	padding-top: 4px;
}

#announcementTabs ul li
{
	margin-right: 3px;
	width: 116px;
	height: 27px;
	background: url(../images/tab_bg_current.gif) no-repeat top;
	float: left;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #32660a;
	line-height: 26px;
	font-family: arial, sans-serif;
}

#announcementTabs ul li a
{
	display: block;
	width: 116px;
	height: 27px;
	color: #cefea5;
	background: url(../images/tab_bg.gif) no-repeat top;
}

#announcementTabs ul li a:hover
{
	color: #f7fff0;
}

/*#announcementTabs img
{
	margin-top: 4px;
}*/

#announcementTabs a.viewAll
{	
	color: #e4efdb;
	font-size: 11px;
	background: url(../images/light_green_arrow.gif) no-repeat 0px 4px;
	padding-left: 10px;
	float: right;
	margin-top: 5px;
	/*margin-top: -24px;*/
	margin-right: 10px;
}

#announcementTabs a.viewAll:hover
{
	color: #fff;
}

#announcementContent ul
{
	width: 93%;
	margin: 0px auto;
}

#announcementContent ul li
{
	margin: 15px 0px;
	background: url(../images/main_28.gif) no-repeat bottom;
}

#announcementContent p
{
	font-size: 11px;
	background: url(../images/doc_icon.gif) no-repeat 10px 7px;
	padding-left: 30px;
	padding-right: 10px;
}

#announcementContent p b
{
	color: #c8971e;
	font-weight: bold;
}

#announcementContent p a
{
	color: #3f8c00;
}

#tabsContent ul li 
{
	background:transparent url(../images/main_28.gif) no-repeat scroll center bottom;
	margin: 7px 0px;
	padding-left: 10px;
}

#tabsContent a
{
	color: #3F8C00;
}

#tabsContent #tabImage
{
	width:110px;
	margin-left:0px;
	float:left;
}

#tabsContent #tabContent
{	
	float:left;
	/*width:255px;	*/	
}

#tabsContent h1
{
	font-size: 13px;
	font-weight: bold;
	color: #156400;
	margin-bottom: 3px;
}

#tabsContent #tabContent p
{
   padding-bottom: 0px;
}

#tabsContent a.viewAll
{
	color: #959595;
	font-size: 11px;
	background: url(../images/light_green_arrow.gif) no-repeat 0px 4px;
	padding-left: 10px;
	float: left;
	margin-top: 5px;
	/*margin-top: -24px;*/
	margin-left: 10px;
}

#tabsContent a.viewAll:hover
{	
	color: #6FC927;
}


#promo
{
	padding: 10px 22px 10px 0px;
	width: 347px;
	/*background: url(../images/promo.jpg) no-repeat top;*/	
	border: solid 1px #8abf63; 
	font-family: arial, sans-serif;
}

#promo #spotlightImage
{
	width:110px;
	margin-left:10px;
	float:left;
}

#promo #promoContent
{	
	float:left;
	width:225px;	
}

#promo:hover
{
	opacity: 1;
	cursor: pointer;
}

#promo h1
{
	font-size: 13px;
	font-weight: bold;
	color: #156400;
	margin-bottom: 3px;
}

#promo h2
{
	font-size: 11px;
	font-weight: bold;
	color: #727272;
	margin-bottom: 5px;
}

#promo p
{
	font-size: 11px;
	color: #6a6962;
	font-family: tahoma, sans-serif;
}

#promo a.learnMore
{
	float: right;
	font-size: 11px;
	font-weight: bold;
	color: #959595;
	background: url(../images/light_green_arrow.gif) no-repeat 0px 4px;
	padding-left: 12px;
	margin-top: 5px;
}

#promo a.learnMore:hover
{
	color: #6fc927;
}

#newEvents
{
	width: 166px;
	float: left;
	margin-left: 6px !important;
	margin-left: 4px;
	display: inline;
}

#newEvents h1
{
	height: 31px;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	font-family: lucida, Sans-Serif;
	padding-left: 10px;
	color: #156400;
	background-color: #d7e9c9;

	margin: 5px 0px;
}

ul#upcomingEvents
{
	padding-left: 14px;
	padding-right: 10px;
}

ul#upcomingEvents li p
{
	font-size: 11px;
	padding: 6px 0px;
}

ul#upcomingEvents li p b
{
	color: #c8971e;
	font-weight: bold;
}

ul#upcomingEvents li p a
{
	color: #35690b;
}

#newEvents a img:hover
{
	opacity: .8;
}




#secContent
{
	padding: 15px 20px;
	width: 100%-40px;
	background: url(../images/content_shadow.gif) no-repeat 0px 0px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#secContent h1
{
	font-size: 2.2em;
	color: #156400;
	padding-bottom: .6em;
}

#footer
{
	text-align: center;
	padding-top: 6px;
	margin-top: 4px;
	background-color: #fff;
}

#footer ul
{
	padding: 12px 0px;
	width: 774px;
	background: #32670a url(../images/sec_38.gif) no-repeat top;
	color: #bccba5;
	margin: 5px auto 0px auto;
}

#footer ul li
{
	display: inline;
	color: #bccba5;
	font-size: 11px;
}

#footer ul li a
{
	font-size: 11px;
	color: #bccba5;
}

#footer ul li a:hover
{
	color: #fff;
}

#footer ul p
{
	padding-top: 10px;
	font-size: 11px;
	color: #bccba5;
}

/* ............ added aug 14, 07 for calendar................ */
#eventCalendar table tr td.DaySelected a
{
	/*text-decoration: underline!important;*/
	color:#C8971E!important;
}
#eventCalendar
{
    width: 166px;
}

#eventCalendar table
{
    width: 100%;
}

#eventCalendar table tr th
{
    color: #333 !important;
    font-weight: bold;
    border-bottom: 1px solid #dedddb;
    text-align: center;
    padding: 5px 0px;
}

#eventCalendar table tr td
{
    font-size: 11px;
    text-align: center;
    padding: 2px 0px;
}

#eventCalendar table tr td a
{
    color: #484848 !important;
}

#eventCalendar table tr td a:hover
{
    color: #ac7d09 !important;
}

#eventCalendar table tr td table tr td
{
    color: #cfb03c;
    font-weight: bold;
}

#eventCalendar table tr td table tr td a
{
    color: #cfb03c !important;
}

.TopMenu .AspNet-Menu li a:hover
{
    background-color: #4a6435; /* link hover color */
}

.TopMenu .AspNet-Menu li li a
{    
    background-color: #255001; /* nav background color */    
}

.TopMenu .AspNet-Menu li a
{    
	color: #e5d54d;
}
div#adSpace1 a img,div#adSpace2 a img
{
	display:block;
	margin-bottom:5px;
}

