/* GLOBAL STYLES */
@import url(global.css);

/* STYLES UNIQUE TO DEFAULT */
.flash-box 					{ width: 100%; color: #fff; overflow: hidden; line-height: 14px; }
.flash-box h3 				{ font-size: 11px; margin: 0; padding: 0 0 5px; }
.flash-box a 				{ display: block; margin-top: 10px; }
.flash-box p				{ margin: 0; }
.flash-box ul				{ margin: 0; padding: 0; list-style: none; }
.flash-box li 				{ background: url(../_images/marker.gif) no-repeat 0 6px; padding-left: 8px; }
.flash-box li a 			{ display: inline; margin: 0; }
.flash-holder 				{ float: left; }
.flash-box .box1 			{ height: 90px; background: url(../_images/box1.gif) no-repeat; margin-top: 10px; }
.flash-box .box2 			{ height: 119px; background: url(../_images/box2.gif) no-repeat; }
.flash-box .box1,
.flash-box .box2 			{ width: 212px; padding: 15px; font-size: 0.8em; float: right; }
.flash-box .boxphoto		{ margin-top: 10px; padding: 0 0 0 6px; float: right; }

/* welcome text and categories container */
.main-box 					{ background: url(../_images/main-box-bg.gif) repeat-y; }
.main-box .top 				{ height: 4px; background: url(../_images/main-box-top.gif) no-repeat; overflow: hidden; }
.main-box .inner-box 		{ width: 100%; background: url(../_images/main-box-bottom.jpg) no-repeat 0 100%; overflow: hidden; }
.main-box .text 			{ width: 432px; font-size: 1.16em; font-weight: bold; color: #fff; padding: 15px 25px 5px 0; float: right; }
.main-box .text p 			{ padding: 15px 0 0; margin: 0; }

/* categories area */
ul.categories				{ margin: 0; list-style: none; }
.categories 				{ width: 222px; padding: 10px 0 0 21px; overflow: hidden; float: left; }
.categories li 				{ width: 175px; background-repeat: no-repeat; background-position: 0 50%; padding-left: 47px; float: left; }
.categories a 				{ display: block; font-size: 1.16em; font-weight: bold; color: #fff; padding: 10px 0 9px; white-space: nowrap; }
.categories a:hover 		{ text-decoration: none; }

.tab1						{ background-image: url(../_images/tab1.png); }
.tab2 						{ background-image: url(../_images/tab2.png); }
.tab3 						{ background-image: url(../_images/tab3.png); }
.tab4 						{ background-image: url(../_images/tab4.png); }
.tab5 						{ background-image: url(../_images/tab5.png); }
.tab6						{ background-image: url(../_images/tab6.png); }
.tab7						{ background-image: url(../_images/tab7.png); }

/* anchor fade bar */
.categories .tab1 a.active		{ background: url(../_images/tab-fade-green.gif) repeat-y 100% 0; }
.categories .tab2 a.active		{ background: url(../_images/tab-fade-orange.gif) repeat-y 100% 0; }
.categories .tab3 a.active  	{ background: url(../_images/tab-fade-purple.gif) repeat-y 100% 0; }
.categories .tab4 a.active 		{ background: url(../_images/tab-fade-yellow.gif) repeat-y 100% 0; }
.categories .tab5 a.active		{ background: url(../_images/tab-fade-blue.gif) repeat-y 100% 0; }
.categories .tab6 a.active  	{ background: url(../_images/tab-fade-pink.gif) repeat-y 100% 0; }
.categories .tab7 a.active		{ background: url(../_images/tab-fade-red.gif) repeat-y 100% 0; }

div.tab 					{ width: 229px; color: #fff; margin-top: 8px; padding: 1px; line-height: 18px; float: left; }
div.tab p 					{ margin: 0; }
div.tab a, div.tab strong 	{ display: block; }
div.tab a 					{ margin-bottom: 22px; }
div.tab li 					{ padding-left: 9px; background: url(../_images/marker.gif) no-repeat 0 8px; }
div.tab li a 				{ display: inline; margin: 0; }
div.tab .inner 				{ min-height: 230px; background-color: #003177; background-repeat: no-repeat; background-position: 50% 50%; padding: 10px 15px; }
* html div.tab .inner 		{ height: 230px; }
*+html div.tab .inner 		{ height: 230px; }

/* border and background for tab infoboxes */
#menu1-tab 					{ background: url(../_images/tab-border-green.gif) repeat-y; }
#menu1-tab .inner 			{ background-image: url(../_images/tab-bg-green.gif); }
#menu2-tab 					{ background: url(../_images/tab-border-orange.gif) repeat-y; }
#menu2-tab .inner 			{ background-image: url(../_images/tab-bg-orange.gif); }
#menu3-tab 					{ background: url(../_images/tab-border-purple.gif) repeat-y; }
#menu3-tab .inner 			{ background-image: url(../_images/tab-bg-purple.gif); }
#menu4-tab 					{ background: url(../_images/tab-border-yellow.gif) repeat-y; }
#menu4-tab .inner 			{ background-image: url(../_images/tab-bg-yellow.gif); }
#menu5-tab 					{ background: url(../_images/tab-border-blue.gif) repeat-y; }
#menu5-tab .inner 			{ background-image: url(../_images/tab-bg-blue.gif); }
#menu6-tab 					{ background: url(../_images/tab-border-pink.gif) repeat-y; }
#menu6-tab .inner 			{ background-image: url(../_images/tab-bg-pink.gif); }
#menu7-tab 					{ background: url(../_images/tab-border-red.gif) repeat-y; }
#menu7-tab .inner 			{ background-image: url(../_images/tab-bg-red.gif); }

