/*=======================================================================================*/
/* Software Savvy CSS File                                                               */
/* Company: Next Horizon                                                                 */
/* Author: EJ Samuel                                                                     */
/*=======================================================================================*/

/*====================================================================================== 
	CSS Style order
	
	Neutralizing Styles
	Global Tags
	Text Styles
	CSS Menu Rollovers
	CSS Button Rollovers
	Link Styles
	Layout Classes and IDs
	Page Styles
=======================================================================================*/

/*====================================================================================== 
Neutralizing Styles
=======================================================================================*/

/*Remove padding and margin on some elements: */
html, form, fieldset {
	margin: 0;
	padding: 0;
}

/* Linked image should not have borders */
a img {
	border: none;
}

/*====================================================================================== 
Global Tags
=======================================================================================*/

p {
	font-weight: normal;
	padding-bottom: 10px;
	margin: 0px;
} 
	
body {  
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	margin: 0px;
	font-size: 10px;
	line-height: 1.5em;
	font-weight: normal;
	background: url(../images/bg.jpg) top right repeat;
}
	
input {  
	font-family: Verdana, Arial, sans-serif; 
	font-size: 11px; 
	font-weight: normal;
	color: #000000;
}
		
textarea {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
}
	
div {  

	}
	
h1 {  
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}	

h2 {  
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}	
				
/*======================================================================================
Text Styles 
=======================================================================================*/

.center {
	text-align: center;
}

.quote {
	font-size: 11px;
	font-style: italic;
}

.courses a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	text-decoration:none;
	font-weight:normal;
}

.courseslink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
	font-weight:normal;
}

/*====================================================================================== 
Css Menu Rollovers 
=======================================================================================*/

a#home { 
	width: 76px; 
	background: url(../images/menu_home.jpg) top left no-repeat;
}
	
a#aboutus { 
	width: 70px; 
	background: url(../images/menu_about.jpg) top left no-repeat;
} 
	
a#corporate { 
	width:78px; 
	background: url(../images/menu_corporate.jpg) top left no-repeat;
} 
	
a#smallbusiness { 
	width: 105px; 
	background: url(../images/menu_smallbusiness.jpg) top left no-repeat;
} 
	
a#conventions { 
	width: 87px; 
	background: url(../images/menu_conventions.jpg) top left no-repeat;
} 
	
a#specialprograms { 
	width: 116px; 
	background: url(../images/menu_specialprograms.jpg) top left no-repeat;
}
	
a#courses { 
	width: 61px; 
	background: url(../images/menu_courses.jpg) top left no-repeat;
}
	
a#testimonials { 
	width: 88px; 
	background: url(../images/menu_testimonials.jpg) top left no-repeat;
}
	
a#contactus { 
	width: 123px; 
	background: url(../images/menu_contactus.jpg) top left no-repeat;
}
	
#menu a {
	height: 36px;
	overflow: hidden;
	margin-top: 6px;
	float: left;
	display: block;
	text-indent: -9000px;
}
	
#menu a:hover { 
	background-position: bottom left;
}

/*====================================================================================== 
Css Button Rollovers 
=======================================================================================*/

a#btn-corporate { 
	width: 195px;
	height: 22px;
	text-indent: -9000px;
	overflow: hidden;
	display: block;
	margin: 2px auto;
	background: url(../images/btn_corporate.jpg) top left no-repeat;
}
	
a#btn-corporate:hover { 
	background-position: bottom left;
}

a#btn-conventions { 
	width: 195px;
	height: 22px;
	text-indent: -9000px;
	overflow: hidden;
	display: block;
	margin: 2px auto;
	background: url(../images/btn_conventions.jpg) top left no-repeat;
}
	
a#btn-conventions:hover { 
	background-position: bottom left;
}

a#btn-residential { 
	width: 195px;
	height: 22px;
	text-indent: -9000px;
	overflow: hidden;
	display: block;
	margin: 2px auto;
	background: url(../images/btn_residential.jpg) top left no-repeat;
}
	
a#btn-residential:hover { 
	background-position: bottom left;
}

/*======================================================================================
Link Styles
=======================================================================================*/
	
a.contentlink:link, a.contentlink:visited {
	color: #990000;
	text-decoration: underline;
}

a.contentlink:hover {
	color: #484619;
	text-decoration: underline;
}

a.viewlink:link, a.viewlink:visited {
	font-size: 11px;
	color: #990000;
	text-decoration: underline;
}

a.viewlink:hover {
	font-size: 11px;
	color: #484619;
	text-decoration: underline;
}
	
#top-links a:link, #top-links a:visited {
	color: #D8DAC1;
	text-decoration: none;
	padding-right: 10px;
}

#top-links a:hover {
	color: #D8DAC1;
	text-decoration: underline;
	padding-right: 10px;
}

#logo a:link, #logo a:visited {
	width: 184px;
	height: 88px;
	cursor:pointer;
	text-indent: -9000px;
	background: url(../images/logo.jpg) no-repeat;
	display: block;
}

#logo a:hover {
	width: 184px;
	height: 88px;
	cursor:pointer;
	text-indent: -9000px;
	background: url(../images/logo.jpg) no-repeat;
	display: block;
}

#side-scroll-news p.title a:link, #side-scroll-news p.title a:visited {
	font-size: 11px;
	color: #990000;
	text-decoration: underline;
}

#side-scroll-news p.title a:hover {
	font-size: 11px;
	color: #484619;
	text-decoration: underline;
}
		
#footer a:link, #footer a:visited {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: underline;
}
	
#next-horizon a:link, #next-horizon a:visited {
	color: #9E9E69;
	text-decoration: none;
}

#next-horizon a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

/*====================================================================================== 
Layout Classes and IDs
=======================================================================================*/

#main-wrap {
	width: 896px;
	margin: 0px auto;
}

#top-bar {
	width: 890px;
	height: 21px;
	margin: 0px auto;
	background: url(../images/bg_topbar.jpg) no-repeat;
}

#phone {
	width: 130px;
	font-size: 10px;
	color: #D8DAC1;
	padding-left: 10px;
	position: relative;
	float: left;
}

#top-links {
	width: 225px;
	font-size: 10px;
	color: #D8DAC1;
	position: relative;
	float: right;
}

#header {
	width: 896px;
	height: 203px;
	margin-bottom: 5px;
	background: url(../images/bg_header.png) no-repeat;
}


#logo {
	width: 184px;
	height: 88px;
	position: relative;
	padding: 17px 0px 0px 18px;
}

#menu {
	width: 896px;
	height: 42px;
	overflow: hidden;
}

#menu-extra-left {
	width: 48px;
	height: 42px;
	background: url(../images/menu_extra_left.png) no-repeat;
	float: left;
}

#menu-extra-right {
	width: 44px;
	height: 42px;
	background: url(../images/menu_extra_right.png) no-repeat;
	float: left;
}

#content-wrap {
	width: 896px;
	background: url(../images/bg_content_repeat.png) repeat;
}

#content {
	width: 870px;
	margin: 0px auto;
	padding-top: 10px;
	position: relative;
}

#content-bottom {
	width: 896px;
	height: 15px;
	background: url(../images/bg_content_bottom.png) repeat;
}

#content-left {
	width: 245px;
	float: left;
}

#content-right {
	width: 606px;
	float: right;
}

#content-backend {
	
}

.title-bar {
	width: 600px;
	height: 23px;
	margin: 0px 0px 10px 0px;
	background: url(../images/bg_titlebar.jpg) no-repeat;
	clear: both;
}

.title-bar h1 {
	font-size: 13px;
	padding-left: 25px;
	line-height: 22px;
	color: #FFFFFF;
}

.title-bar-no-margin {
	width: 600px;
	height: 23px;
	margin: 0px;
	background: url(../images/bg_titlebar.jpg) no-repeat;
}

.title-bar-no-margin h1 {
	font-size: 13px;
	padding-left: 25px;
	line-height: 22px;
	color: #FFFFFF;
}

.title-bar-medium {
	width: 321px;
	height: 23px;
	margin: 0px 0px 10px 0px;
	background: url(../images/bg_titlebar_medium.jpg) no-repeat;
}

.title-bar-medium h2 {
	font-size: 13px;
	padding-left: 25px;
	line-height: 22px;
	color: #FFFFFF;
}

.title-bar-short {
	width: 284px;
	height: 23px;
	margin: 0px 0px 10px 0px;
	background: url(../images/bg_titlebar_short.jpg) no-repeat;
}

.title-bar-short h1 {
	font-size: 13px;
	padding-left: 25px;
	line-height: 22px;
	color: #FFFFFF;
}

.title-bar-short h2 {
	font-size: 13px;
	padding-left: 25px;
	line-height: 22px;
	color: #FFFFFF;
}

#side-container-available-courses {
	width: 245px;
	height: 36px;
	text-indent: -9000px;
	background: url(../images/side_container_available_top.jpg) no-repeat;
}

#side-container-news {
	width: 245px;
	height: 36px;
	text-indent: -9000px;
	margin-top: 5px;
	background: url(../images/side_container_news_top.jpg) no-repeat;
}

#side-container-testimonials {
	width: 245px;
	height: 36px;
	text-indent: -9000px;
	margin-top: 5px;
	background: url(../images/side_container_testimonials_top.jpg) no-repeat;
}

.side-container-repeat {
	width: 221px;
	padding: 0px 12px;
	background: url(../images/side_container_repeat.jpg) repeat-y;
}

.side-container-repeat p {
	font-size: 11px;
	color: #333333;
	padding: 0px;
}

.side-container-repeat ul {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-weight: bold;
	list-style: none;
}

.side-container-repeat li {
	padding-bottom: 3px;
}

.side-container-repeat ul#left {
	width: 110px;
	padding-left: 8px;
	float: left;
}

.side-container-repeat ul#right {
	width: 100px;
	float: right;
}

.side-container-bottom {
	width: 245px;
	height: 20px;
	background: url(../images/side_container_bottom.jpg) no-repeat;
}

.side-dotted-line {
	width: 216px;
	height: 4px;
	padding: 2px 0px;
	margin: 0px auto;
	background: url(../images/side_dotted_line.gif) no-repeat;
}

#side-scroll-news {
	width: 220px;
	height: 220px;
	overflow: auto;
	border: none;
	outline: none;
	padding: 1px;
	position: relative; 
}

#side-scroll-testimonials {
	width: 220px;
	height: 235px;
	overflow: auto;
	border: none;
	outline: none;
	padding: 1px;
	position: relative; 
}

#side-scroll-news p.month {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	margin: 0px;
}

#side-scroll-news p.date {
	color: #78773F;
	margin: 0px;
}

#side-scroll-news p.content {
	padding-bottom: 10px;
	background: url(../images/side_dotted_line.gif) bottom left no-repeat;
}

#side-scroll-testimonials p.content1 {
	font-style: italic;
	padding-bottom: 5px;
}

#side-scroll-testimonials p.testimonial {
	color: #990000;
	padding-bottom: 10px;
	background: url(../images/side_dotted_line.gif) bottom left no-repeat;
}

#slogan {
	margin-top: 10px;
}

#slogan p {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

#footer {
	width: 890px;
	height: 80px;
	color: #000000;
	text-align: center;
	margin:  8px auto 0px auto;
	background: url(../images/bg_footer.jpg) no-repeat;
}

#footer h1 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
}

#footer p {
	margin: 0px;
	padding: 0px;
}

#next-horizon {
	font-size: 11px;
	color: #9E9E69;
}

#policy {
	width: 896px;
	font-size: 11px;
	text-align: center;
	color: #990000;
	margin: 0px auto;
}

#disclaimer {
	width: 896px;
	font-size: 11px;
	text-align: center;
	padding-bottom: 1px;
	margin: 0px auto;
}

.clear {
	clear: both;
	height: 1px;
	width: 1px;
	font-size: 1px;
	overflow: hidden;
}

/*====================================================================================== 
Page Styles
=======================================================================================*/

/*Home Page
=======================================================================================*/

#home-left {
	width: 286px;
	height: 255px;
	margin-bottom: 20px;
	float: left;
}

#home-right {
	width: 286px;
	height: 255px;
	margin-bottom: 20px;
	float: right;
}

#home-box1 {
	width: 199px;
	float: left;
}

#home-box2 {
	width: 199px;
	margin-left: 1px;
	float: left;
}

#home-box3 {
	width: 199px;
	margin-left: 1px;
	float: left;
}

/*About Page
=======================================================================================*/

#about-left {
	width: 322px;
	float: left;
}

#about-right {
	width: 264px;
	height: 231px;
	float: right;
}

#about-left1 {
	width: 284px;
	float: left;
}

#about-right1 {
	width: 284px;
	float: right;
}

/*Business Page
=======================================================================================*/

.business-left {
	width: 586px;
	float: left;
}

#business-right {
	width: 264px;
	height: 231px;
	float: right;
}

#workforcecfl {
	width: 122px;
	height: 84px;
	display: block;
	background: url('../images/WorkForce-logo.png') no-repeat;
}


/*Conventions Page
=======================================================================================*/

.conventions-left {
	width: 322px;
	float: left;
}

.conventions-right {
	width: 264px;
	height: 231px;
	float: right;
}

.conventions-left1 {
	width: 264px;
	height: 231px;
	float: left;
}

.conventions-right1 {
	width: 322px;
	float: right;
}

/*Residential Page
=======================================================================================*/

.residential-left {
	width: 322px;
	float: left;
}

.residential-right {
	width: 264px;
	height: 231px;
	float: right;
}

/*Gift Page
=======================================================================================*/

/*Testimonials Page
=======================================================================================*/

p.testimonial-content {
	font-style: italic;
	padding-top: 10px;
	padding-bottom: 5px;
}

p.testimonial-client {
	color: #990000;
	padding-bottom: 10px;
	background: url(../images/bg_content_dottedline.gif) bottom left repeat-x;
}

/*News and Events Page
=======================================================================================*/

.news-title-bar {
	width: 600px;
	height: 23px;
	margin: 0px 0px 5px 0px;
	background: url(../images/bg_titlebar.jpg) no-repeat;
}

.news-title-bar h1 {
	font-size: 13px;
	padding-left: 25px;
	line-height: 22px;
	color: #FFFFFF;
}

.news-title-bar h1 a:link, .news-title-bar h1 a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.news-title-bar h1 a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

p.news-date {
	color: #484619;
	margin-bottom: 5px;
}

/*Contact Page
=======================================================================================*/

#contact-left {
	width: 100%;
	float: left;
}

#contact-right {
	width: 264px;
	height: 231px;
	float: right;
}

#contact-form {
	width: 400px;
	margin: 10px auto;
}

#contact-form label {
	width: 100px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	margin-bottom: 5px;
	display: block;
	float: left;
}

#contact-form label.zip {
	width: 40px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	margin-bottom: 5px;
	display: block;
	float: left;
}

#contact-form input.contact {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	width: 200px;
	height: 18px;
	color: #000000;
	text-indent: 5px;
	font-weight: normal;
	border: 1px solid #A1A162;
	display: block;
	margin-bottom: 5px;
	float: left;
}

#contact-form textarea.contact {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	width: 240px;
	height: 60px;
	color: #000000;
	text-indent: 5px;
	font-weight: normal;
	border: 1px solid #A1A162;
	display: block;
	margin-bottom: 5px;
	float: left;
}

#contact-form select.state {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	width: 120px;
	height: 20px;
	color: #000000;
	text-indent: 5px;
	font-weight: normal;
	border: 1px solid #A1A162;
	display: block;
	margin-bottom: 5px;
	float: left;
}

#contact-form input.zip {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	width: 65px;
	height: 18px;
	color: #000000;
	text-indent: 5px;
	font-weight: normal;
	border: 1px solid #A1A162;
	display: block;
	margin-bottom: 5px;
	float: left;
}

#submit-btn {
	text-align: right;
	clear: left;
	padding-right: 5px;
}

/*Shopping Cart Style
=======================================================================================*/

#shopping-content-top {
	width: 606px;
	height: 12px;
	background: url(../images/bg_shopping_content_top.jpg) no-repeat;
}

#shopping-content-repeat {
	width: 590px;
	padding: 0px 8px;
	background: url(../images/bg_shopping_content_repeat.jpg);
}

#shopping-content-bottom {
	width: 606px;
	height: 12px;
	background: url(../images/bg_shopping_content_bottom.jpg) no-repeat;
}

/*Shopping Cart Style
=======================================================================================*/

ul.sitemap {
	margin: 0px 0px 15px 4px;
	padding-left: 20px;
	list-style: none;
}

ul.sitemap li {
	padding-bottom: 3px;
	list-style: none;
	list-style-image: url(../images/icon_square.gif);
}

ul.sitemap a:link, ul.sitemap a:visited {
	color: #990000;
	text-decoration: none;
}

ul.sitemap a:hover {
	color: #484619;
	text-decoration: underline;
}
