/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#4c4c4c;
	font-size:12px;
	margin:0 auto;
	background-color:#ADD3EA;
	background-repeat: repeat-x;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg_repeat.jpg);
}

a {
	color:#F78F52;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:16px; }

.home-text-new h2 { font-size:14px; color:#4c4c4c; font-family:Arial, Helvetica, sans-serif; font-weight:bold; }

h2 { font-size:27px; color:#4CCAF2; font-family:"Century Gothic", "Times New Roman", Arial; font-weight: normal; }

h3 { font-size:17px; margin-bottom:5px; color:#018EDE; font-family:"Century Gothic", "Times New Roman", Arial; font-weight: normal; }

h3 a { color:#018EDE; }

/* ---- class settings ----------------------- */

.nivo-prevNav {
	position:relative;
	width:30px;
	height:50px;
	background:url(images/arrow-left.png) no-repeat;
	font-size:0;
	left:-10px !important;
	margin-top:100px;
}

.nivo-nextNav {
	position:relative;
	width:30px;
	height:50px;
	background:url(images/arrow-right.png) no-repeat;
	font-size:0;
	right:-10px !important;
	margin-top:100px;
}

#slider {
    position:relative;
    width:597px; /* Change this to your images width */
    height:287px; /* Change this to your images height */
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}

/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#4c4c4c;
	font-size:12px;
	margin:0 auto;
	background-color:#ADD3EA;
	background-repeat: repeat-x;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg_repeat.jpg);
}

a {
	color:#F78F52;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:16px; }

.home-text-new h2 { font-size:14px; color:#4c4c4c; font-family:Arial, Helvetica, sans-serif; font-weight:bold; }

h2 { font-size:27px; color:#4CCAF2; font-family:"Century Gothic", "Times New Roman", Arial; font-weight: normal; }

h3 { font-size:17px; margin-bottom:5px; color:#018EDE; font-family:"Century Gothic", "Times New Roman", Arial; font-weight: normal; }

h3 a { color:#018EDE; }

/* ---- class settings ----------------------- */

.nivo-prevNav {
	position:relative;
	width:30px;
	height:50px;
	background:url(images/arrow-left.png) no-repeat;
	font-size:0;
	left:-10px !important;
	margin-top:100px;
}

.nivo-nextNav {
	position:relative;
	width:30px;
	height:50px;
	background:url(images/arrow-right.png) no-repeat;
	font-size:0;
	right:-10px !important;
	margin-top:100px;
}

#slider {
    position:relative;
    width:597px; /* Change this to your images width */
    height:287px; /* Change this to your images height */
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

.orange-text {
	color: #ff7b21;
}

.hr-style {
	border: 1px solid #D2E8F5;
	margin: 10px 0 20px 0;
}

.bolds {
	font-size:14px;
	font-weight:bold;
}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */
/*---- Accoridan Styles ----*/

/*-- --*/

.accord-title{ /*header of 1st demo*/
	cursor: pointer;
	display: block;
	text-align: left;
	font-weight:bold;
	font-size:14px;
	margin-bottom:5px;
	border-top:1px dotted #cfccbf;
	color:#F78F52;
padding:5px 0 0 0;
}

.accord-text {
margin-bottom:20px;
}

.accord-text img {
}

.accord-title a {
}

.accord-text a {
}

.accord-title img {
	margin:0;
}

.accord-title:hover {
}

.accord-open { /*class added to contents of 1st demo when they are open*/
}

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:960px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:150px;
	background-repeat: no-repeat;
	background-image:url(images/bg_header.jpg);
}

#packages {
	position:absolute;
	top:44px;
	left:672px;
	width:201px;
	height:39px;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	float:right;	
	top:98px;
	right:35px;
	width:610px;
	height:32px;
}

#nav-new {
	position:relative;
	float:right;	
	top:98px;
	left:35px;
	width:700px;
	height:32px;
}

#logo {
	position:relative;
	float:left;	
	top:82px;
	left:45px;
	width:235px;
	height:54px;
}

/* ---- end nav id settings -------------------------- */

#main_top {
	position: relative;
	width: 960px;
	height: auto;
	background-repeat: no-repeat;
	background-image: url(images/bg_main-top.jpg);
}

#main {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:auto;
	background-repeat: repeat-y;
	background-image: url(images/bg_main.jpg);
}

#main_mid { 
	position: relative;
	width: 960px;
	height: auto;
	background-repeat: no-repeat;
	background-image: url(images/bg_main-mid.jpg);

}

/* ---- start main content settings -------------- */

#intro_main {
	position: relative;
	width: 960px;
	height:auto;
	float: left;
	padding-bottom: 14px;
}

#intro_main-new {
	position: relative;
	width: 960px;
	height:auto;
	float: left;
}

.image-main {
	position: relative;
	float: left;
	padding-left: 29px;
}

.upcoming-events {
	position: relative;
	float: right;
	width:253px;
	height:283px;
	background-repeat: no-repeat;
	background-image: url(images/bg_upcoming-events.jpg);
	padding:15px 39px 0 28px;
}

.upcoming-events-new {
	position: relative;
	float: right;
	width:239px;
	height:273px;
	background-repeat: no-repeat;
	background-image: url(images/bg_upcoming-events.jpg);
	padding:15px 39px 0 28px;
	margin:10px 0 0 0;
}

#make-work {
	position:relative;
	top:0;
	left:0;
	width:286px;
	height:109px;
	background:url(images/new-make-phone-bg.jpg) no-repeat;
	margin:10px 0 0 0;
padding:65px 0 0 20px;
}

.make-work {
	border:1px solid #ff8135;
	color:#969696;
	margin-bottom:3px;
padding:2px 0 2px 5px;
}

#intro_sub {
	position: relative;
	width: 960px;
	height:auto;
	float: left;
	padding:0 0 14px 30px;
}

#three_buttons {
	position: relative;
	float: left;
	width: 903px;
	height: auto;
	padding: 0 0 15px 30px;
}

.btn-left {
	float: left;
	padding: 0 19px 0 0;
}

.btn-mid {
	position: relative;
	width:257px;
	height:72px;
	float: left;
}

.btn-right {
	float: right;
}

#content_main {
	position: relative;
	width:832px;
	height:185px;
	background-repeat: no-repeat;
	background-image: url(images/bg_welcome-box.jpg);
	margin: 0 0 0 30px;
	padding: 68px 40px 0 40px;
}

#content_main-padding {
	position: relative;
	width: 592px;
	height: auto;
	float:left;
	padding: 0 0 0 30px;
}

#content_main-home {
	position: relative;
	width:902px;
	height:auto;
	background-repeat: repeat-y;
	background-image: url(images/bg_welcome-repeat.jpg);
	margin: 0 0 0 30px;
	padding: 28px 40px 20px 40px;
}

#content_main-home-new-top {
	position: relative;
	width:600px;
	height:auto;
	float:left;
	margin: 0 0 0 30px;
	padding:0 0 20px 0;
}

#content_main-home-new {
	position: relative;
	width:520px;
	height:475px;
	float:left;
	background-repeat: repeat-y;
	background-image: url(images/new-home-bg.jpg);
	margin: 10px 0 0 0;
	padding: 28px 40px 20px 40px;
}

#home-right-new {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:306px;
	height:auto;
	margin:0 15px 0 0;
}

.home-text-new {
	position: relative;
	width: 520px;
	padding: 0 0 0 0;
	font-size:14px;
}
.home-text {
	position: relative;
	width: 830px;
	padding: 0 0 0 0;
}

#content_main-sub {
	position: relative;
	float:left;
	width:592px;
	height:auto;
	background-repeat:repeat-y;
	background-image: url(images/main-sub_repeat.jpg);
}

.sub-text {
	position: relative;
	width:516px;
	padding: 38px 0 23px 40px;
}

.sub-text-case {
	position: relative;
	width:516px;
	padding: 38px 0 23px 40px;
}

.sub-text-case p {
	padding-left: 25px;
}

.sub-package {
	position: relative;
	width:536px;
	padding: 38px 0 23px 40px;
}

.sub-package-case {
	position: relative;
	width:536px;
	padding: 38px 0 23px 40px;
}

.sub-package-case p {
	padding-left: 25px;
}

/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:291px;
	height:auto;
	background-repeat: repeat-y;
	background-image: url(images/sidebar_repeat.jpg);
	padding: 0 29px 0 0;
}

#side_bar2 {
	position:relative;
	top:10px;
	left:0;
	float:right;
	width:291px;
	height:auto;
	background-repeat: repeat-y;
	background-image: url(images/sidebar_repeat.jpg);
	padding: 0 29px 0 0;
}

#side_bar li {
	list-style: none;
}

#side_bar li a {
	color:#F78F52;
}

.side_bar-text {
	position: relative;
	width:220px;
	height: auto;
	padding: 18px 0 15px 28px;
}

.side_bar-text p {
	padding-left: 15px;
}

.side_bar-text a {
	color: #2B5376;
}

/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:60px;
	clear:both;
	background-repeat: no-repeat;
	background-image: url(images/bg_footer.jpg);
}

.copy {
	position:relative;
	float:left;
	padding: 58px 0 0 45px;
}

.slug {
	position:relative;
	float:right;
	padding: 46px 45px 0 0;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:32px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav2.gif);
}

a#nav_01 {
	width:49px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -32px;
}

.active_01 {
	background-position: 0 -32px !important;
}

a#nav_02 {
	width:110px;
	background-position:-49px 0;
}

a:hover#nav_02{
	background-position:-49px -32px;
}

.active_02 {
	background-position:-49px -32px !important;
}

a#nav_03 {
	width:96px;
	background-position:-159px 0;
}

a:hover#nav_03{
	background-position:-159px -32px;
}

.active_03 {
	background-position:-159px -32px !important;
}

a#nav_04 {
	width:84px;
	background-position:-255px 0;
}

a:hover#nav_04{
	background-position:-255px -32px;
}

.active_04 {
	background-position:-255px -32px !important;
}

a#nav_05 {
	width:96px;
	background-position:-339px 0;
}

a:hover#nav_05{
	background-position:-339px -32px;
}

.active_05 {
	background-position:-339px -32px !important;
}

a#nav_06 {
	width:81px;
	background-position:-435px 0;
}

a:hover#nav_06{
	background-position:-435px -32px;
}

.active_06 {
	background-position:-435px -32px !important;
}

a#nav_07 {
	width:94px;
	background-position:-516px 0;
}

a:hover#nav_07{
	background-position:-516px -32px;
}

.active_07 {
	background-position:-516px -32px !important;
}

#nav-new a {
	position:relative;
	float:left;
	height:32px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav-new.gif);
}

a#newnav_01 {
	width:56px;
	background-position:0 0;
}

a:hover#newnav_01{
	background-position: 0 -32px;
}

.newactive_01 {
	background-position: 0 -32px !important;
}

a#newnav_02 {
	width:95px;
	background-position:-56px 0;
}

a:hover#newnav_02{
	background-position:-56px -32px;
}

.newactive_02 {
	background-position:-56px -32px !important;
}

a#newnav_03 {
	width:85px;
	background-position:-151px 0;
}

a:hover#newnav_03{
	background-position:-151px -32px;
}

.newactive_03 {
	background-position:-151px -32px !important;
}

a#newnav_04 {
	width:65px;
	background-position:-236px 0;
}

a:hover#newnav_04{
	background-position:-236px -32px;
}

.newactive_04 {
	background-position:-236px -32px !important;
}

a#newnav_05 {
	width:85px;
	background-position:-301px 0;
}

a:hover#newnav_05{
	background-position:-301px -32px;
}

.newactive_05 {
	background-position:-301px -32px !important;
}

a#newnav_06 {
	width:94px;
	background-position:-386px 0;
}

a:hover#newnav_06{
	background-position:-386px -32px;
}

.newactive_06 {
	background-position:-386px -32px !important;
}

a#newnav_07 {
	width:57px;
	background-position:-480px 0;
}

a:hover#newnav_07{
	background-position:-480px -32px;
}

.newactive_07 {
	background-position:-480px -32px !important;
}

a#newnav_08 {
	width:107px;
	background-position:-537px 0;
}

a:hover#newnav_08{
	background-position:-537px -32px;
}

.newactive_08 {
	background-position:-537px -32px !important;
}



/*----------------------highslide---------------------------*/

.highslide-wrapper div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide-html {
	background-color: white;
}
.highslide-maincontent {
	display: none;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	border: 1px solid black;
	background-color: white;

	padding-left: 22px;
	background-image: url(highslide/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper, .rounded-white {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
	width: 450px;
	padding: 0 5px 5px 5px;
}
.highslide-wrapper .highslide-header {
	padding-bottom: 5px;
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
	cursor: move;
}
.highslide-resize {
	cursor: nw-resize;
}

#sub_nav {
	position:absolute;
	top:-20px;
	left:0;
	width:600px;
	height:26px;
	font-size:13px;
	z-index:5000;
}

#sub_nav a {
	color: #787878;
	display:block;
	padding: 5px;
	font-weight:normal;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	background-color:#fff;
}

#sub_nav a:hover {
	color: #2c2c2c;
	padding: 5px;
	text-decoration: none;
}

#L1, #L2, #L3, #L4, #L5 {
	position:absolute;
	visibility:hidden;
	height:auto;
	background:url(images/dd-bottom.png) no-repeat;
	background-position:bottom;
	padding:0 0 8px 0;
	border-top: 1px solid #e6e6e6;
}

#L1 { width:134px; left:330px; }
#L2 { width:134px; left:420px; }
#L3 { width:134px; left:500px; }
#L4 { width:134px; left:575px; }
#L5 { width:134px; left:660px; }



.show {
	position:absolute !important;
	visibility:visible !important;
}

.hide {
	position:absolute !important;
	visibility:hidden !important;
}

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

.orange-text {
	color: #ff7b21;
}

.hr-style {
	border: 1px solid #D2E8F5;
	margin: 10px 0 20px 0;
}

.bolds {
	font-size:14px;
	font-weight:bold;
}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */
/*---- Accoridan Styles ----*/

/*-- --*/

.accord-title{ /*header of 1st demo*/
	cursor: pointer;
	display: block;
	text-align: left;
	font-weight:bold;
	font-size:14px;
	margin-bottom:5px;
	border-top:1px dotted #cfccbf;
	color:#F78F52;
padding:5px 0 0 0;
}

.accord-text {
margin-bottom:20px;
}

.accord-text img {
}

.accord-title a {
}

.accord-text a {
}

.accord-title img {
	margin:0;
}

.accord-title:hover {
}

.accord-open { /*class added to contents of 1st demo when they are open*/
}

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:960px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:150px;
	background-repeat: no-repeat;
	background-image:url(images/bg_header.jpg);
}

#packages {
	position:absolute;
	top:44px;
	left:672px;
	width:201px;
	height:39px;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	float:right;	
	top:98px;
	right:35px;
	width:610px;
	height:32px;
}

#nav-new {
	position:relative;
	float:right;	
	top:98px;
	left:35px;
	width:700px;
	height:32px;
}

#logo {
	position:relative;
	float:left;	
	top:82px;
	left:45px;
	width:235px;
	height:54px;
}

/* ---- end nav id settings -------------------------- */

#main_top {
	position: relative;
	width: 960px;
	height: auto;
	background-repeat: no-repeat;
	background-image: url(images/bg_main-top.jpg);
}

#main {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:auto;
	background-repeat: repeat-y;
	background-image: url(images/bg_main.jpg);
}

#main_mid { 
	position: relative;
	width: 960px;
	height: auto;
	background-repeat: no-repeat;
	background-image: url(images/bg_main-mid.jpg);

}

/* ---- start main content settings -------------- */

#intro_main {
	position: relative;
	width: 960px;
	height:auto;
	float: left;
	padding-bottom: 14px;
}

#intro_main-new {
	position: relative;
	width: 960px;
	height:auto;
	float: left;
}

.image-main {
	position: relative;
	float: left;
	padding-left: 29px;
}

.upcoming-events {
	position: relative;
	float: right;
	width:253px;
	height:283px;
	background-repeat: no-repeat;
	background-image: url(images/bg_upcoming-events.jpg);
	padding:15px 39px 0 28px;
}

.upcoming-events-new {
	position: relative;
	float: right;
	width:239px;
	height:273px;
	background-repeat: no-repeat;
	background-image: url(images/bg_upcoming-events.jpg);
	padding:15px 39px 0 28px;
	margin:10px 0 0 0;
}

#make-work {
	position:relative;
	top:0;
	left:0;
	width:286px;
	height:109px;
	background:url(images/new-make-phone-bg.jpg) no-repeat;
	margin:10px 0 0 0;
padding:65px 0 0 20px;
}

.make-work {
	border:1px solid #ff8135;
	color:#969696;
	margin-bottom:3px;
padding:2px 0 2px 5px;
}

#intro_sub {
	position: relative;
	width: 960px;
	height:auto;
	float: left;
	padding:0 0 14px 30px;
}

#three_buttons {
	position: relative;
	float: left;
	width: 903px;
	height: auto;
	padding: 0 0 15px 30px;
}

.btn-left {
	float: left;
	padding: 0 19px 0 0;
}

.btn-mid {
	position: relative;
	width:257px;
	height:72px;
	float: left;
}

.btn-right {
	float: right;
}

#content_main {
	position: relative;
	width:832px;
	height:185px;
	background-repeat: no-repeat;
	background-image: url(images/bg_welcome-box.jpg);
	margin: 0 0 0 30px;
	padding: 68px 40px 0 40px;
}

#content_main-padding {
	position: relative;
	width: 592px;
	height: auto;
	float:left;
	padding: 0 0 0 30px;
}

#content_main-home {
	position: relative;
	width:902px;
	height:auto;
	background-repeat: repeat-y;
	background-image: url(images/bg_welcome-repeat.jpg);
	margin: 0 0 0 30px;
	padding: 28px 40px 20px 40px;
}

#content_main-home-new-top {
	position: relative;
	width:600px;
	height:auto;
	float:left;
	margin: 0 0 0 30px;
	padding:0 0 20px 0;
}

#content_main-home-new {
	position: relative;
	width:520px;
	height:475px;
	float:left;
	background-repeat: repeat-y;
	background-image: url(images/new-home-bg.jpg);
	margin: 10px 0 0 0;
	padding: 28px 40px 20px 40px;
}

#home-right-new {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:306px;
	height:auto;
	margin:0 15px 0 0;
}

.home-text-new {
	position: relative;
	width: 520px;
	padding: 0 0 0 0;
	font-size:14px;
}
.home-text {
	position: relative;
	width: 830px;
	padding: 0 0 0 0;
}

#content_main-sub {
	position: relative;
	float:left;
	width:592px;
	height:auto;
	background-repeat:repeat-y;
	background-image: url(images/main-sub_repeat.jpg);
}

.sub-text {
	position: relative;
	width:516px;
	padding: 38px 0 23px 40px;
}

.sub-text-case {
	position: relative;
	width:516px;
	padding: 38px 0 23px 40px;
}

.sub-text-case p {
	padding-left: 25px;
}

.sub-package {
	position: relative;
	width:536px;
	padding: 38px 0 23px 40px;
}

.sub-package-case {
	position: relative;
	width:536px;
	padding: 38px 0 23px 40px;
}

.sub-package-case p {
	padding-left: 25px;
}

/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:291px;
	height:auto;
	background-repeat: repeat-y;
	background-image: url(images/sidebar_repeat.jpg);
	padding: 0 29px 0 0;
}

#side_bar2 {
	position:relative;
	top:10px;
	left:0;
	float:right;
	width:291px;
	height:auto;
	background-repeat: repeat-y;
	background-image: url(images/sidebar_repeat.jpg);
	padding: 0 29px 0 0;
}

#side_bar li {
	list-style: none;
}

#side_bar li a {
	color:#F78F52;
}

.side_bar-text {
	position: relative;
	width:220px;
	height: auto;
	padding: 18px 0 15px 28px;
}

.side_bar-text p {
	padding-left: 15px;
}

.side_bar-text a {
	color: #2B5376;
}

/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:60px;
	clear:both;
	background-repeat: no-repeat;
	background-image: url(images/bg_footer.jpg);
}

.copy {
	position:relative;
	float:left;
	padding: 58px 0 0 45px;
}

.slug {
	position:relative;
	float:right;
	padding: 46px 45px 0 0;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:32px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav2.gif);
}

a#nav_01 {
	width:49px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -32px;
}

.active_01 {
	background-position: 0 -32px !important;
}

a#nav_02 {
	width:110px;
	background-position:-49px 0;
}

a:hover#nav_02{
	background-position:-49px -32px;
}

.active_02 {
	background-position:-49px -32px !important;
}

a#nav_03 {
	width:96px;
	background-position:-159px 0;
}

a:hover#nav_03{
	background-position:-159px -32px;
}

.active_03 {
	background-position:-159px -32px !important;
}

a#nav_04 {
	width:84px;
	background-position:-255px 0;
}

a:hover#nav_04{
	background-position:-255px -32px;
}

.active_04 {
	background-position:-255px -32px !important;
}

a#nav_05 {
	width:96px;
	background-position:-339px 0;
}

a:hover#nav_05{
	background-position:-339px -32px;
}

.active_05 {
	background-position:-339px -32px !important;
}

a#nav_06 {
	width:81px;
	background-position:-435px 0;
}

a:hover#nav_06{
	background-position:-435px -32px;
}

.active_06 {
	background-position:-435px -32px !important;
}

a#nav_07 {
	width:94px;
	background-position:-516px 0;
}

a:hover#nav_07{
	background-position:-516px -32px;
}

.active_07 {
	background-position:-516px -32px !important;
}

#nav-new a {
	position:relative;
	float:left;
	height:32px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav-new.gif);
}

a#newnav_01 {
	width:56px;
	background-position:0 0;
}

a:hover#newnav_01{
	background-position: 0 -32px;
}

.newactive_01 {
	background-position: 0 -32px !important;
}

a#newnav_02 {
	width:95px;
	background-position:-56px 0;
}

a:hover#newnav_02{
	background-position:-56px -32px;
}

.newactive_02 {
	background-position:-56px -32px !important;
}

a#newnav_03 {
	width:85px;
	background-position:-151px 0;
}

a:hover#newnav_03{
	background-position:-151px -32px;
}

.newactive_03 {
	background-position:-151px -32px !important;
}

a#newnav_04 {
	width:65px;
	background-position:-236px 0;
}

a:hover#newnav_04{
	background-position:-236px -32px;
}

.newactive_04 {
	background-position:-236px -32px !important;
}

a#newnav_05 {
	width:85px;
	background-position:-301px 0;
}

a:hover#newnav_05{
	background-position:-301px -32px;
}

.newactive_05 {
	background-position:-301px -32px !important;
}

a#newnav_06 {
	width:94px;
	background-position:-386px 0;
}

a:hover#newnav_06{
	background-position:-386px -32px;
}

.newactive_06 {
	background-position:-386px -32px !important;
}

a#newnav_07 {
	width:57px;
	background-position:-480px 0;
}

a:hover#newnav_07{
	background-position:-480px -32px;
}

.newactive_07 {
	background-position:-480px -32px !important;
}

a#newnav_08 {
	width:107px;
	background-position:-537px 0;
}

a:hover#newnav_08{
	background-position:-537px -32px;
}

.newactive_08 {
	background-position:-537px -32px !important;
}



/*----------------------highslide---------------------------*/

.highslide-wrapper div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide-html {
	background-color: white;
}
.highslide-maincontent {
	display: none;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	border: 1px solid black;
	background-color: white;

	padding-left: 22px;
	background-image: url(highslide/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper, .rounded-white {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
	width: 450px;
	padding: 0 5px 5px 5px;
}
.highslide-wrapper .highslide-header {
	padding-bottom: 5px;
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
	cursor: move;
}
.highslide-resize {
	cursor: nw-resize;
}

#sub_nav {
	position:absolute;
	top:-20px;
	left:0;
	width:600px;
	height:26px;
	font-size:13px;
	z-index:5000;
}

#sub_nav a {
	color: #787878;
	display:block;
	padding: 5px;
	font-weight:normal;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	background-color:#fff;
}

#sub_nav a:hover {
	color: #2c2c2c;
	padding: 5px;
	text-decoration: none;
}

#L1, #L2, #L3, #L4, #L5 {
	position:absolute;
	visibility:hidden;
	height:auto;
	background:url(images/dd-bottom.png) no-repeat;
	background-position:bottom;
	padding:0 0 8px 0;
	border-top: 1px solid #e6e6e6;
}

#L1 { width:134px; left:330px; }
#L2 { width:134px; left:420px; }
#L3 { width:134px; left:500px; }
#L4 { width:134px; left:575px; }
#L5 { width:134px; left:660px; }



.show {
	position:absolute !important;
	visibility:visible !important;
}

.hide {
	position:absolute !important;
	visibility:hidden !important;
}


