@charset "UTF-8";
/* CSS Document */

header, section, aside, figure, figcaption, nav, article, footer, address {
	display: block;
}

html,div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol,li, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

@font-face { font-family: Keffeesatz; src: url(YanoneKaffeesatz-Light.otf) format("opentype") }
@font-face { font-family: KeffeesatzBold; src: url(YanoneKaffeesatz-Bold.otf) format("opentype") }

header, section, footer, aside, nav, article, figure, figcaption {
	display:block;
	
}



body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #336;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	width: 960px;
	margin:0 auto;
	text-align:left;
	font-weight: normal;
	border-right-width: 20px;
	border-left-width: 20px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #2f7852;
	border-left-color: #2f7852;
	background-color: #9CF;
	font-size: 12px;
}

header{
	width:960px;
	margin:0 auto;
	text-align:left;
}


nav{
	background-color:#2f7852;
	height:35px;
	width:960px;
	text-decoration: none;
	list-style-type: none;
	text-align: center;
	margin-top: -20px;
	padding-left: -10px;
}



nav li{
	float:left;
	width: 195px;
	height:32px;
	text-align:center;
	line-height:32px;
	text-decoration: none;
	list-style-type: none;
	margin-left: -5px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: capitalize;
	margin-top: 3px;
}
nav ul li a{
	color:#ffffff;
	text-decoration:none;
	display:block;
	text-align: center;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	text-transform: capitalize;
}

nav ul li a:hover {
	background-image:url(images/navBg.jpg);
	background-repeat:repeat-x;
    color:#ffffff;
	text-decoration: none;
	text-align: center;
}
nav ul li a:active a:link{
	background-image:url(images/navBg.jpg);
	background-repeat:repeat-x;
	color:#ffffff;
	text-decoration: none;
	text-align: center;
}
.nav-program {
}

#wrapper {
	width: 960px;
	height:500px;
	margin-left:auto;
	margin-right:auto;
}

#introduction-content {
	width: 600px;
	height:100%;
	float: left;
	background: linear-gradient(190deg, #69f, white);
	min-height: 100%;
	padding-top: 27px;
	padding-right: 10px;
	padding-bottom: 18px;
	padding-left: 10px;
	color: 336;
	margin-bottom: -15px;
}
#introduction-content_contact {
	width: 600px;
	height:100%;
	float: left;
	background: linear-gradient(190deg, #69f, white);
	min-height: 100%;
	padding-top: 27px;
	padding-right: 10px;
	padding-bottom: 18px;
	padding-left: 10px;
	color: #2f7852;
	margin-bottom: -15px;
	text-align: center;
	font-weight: bold;
}
#wrapper #introduction-content_contact h2 {
	font-weight: bold;
	color: #284179;
	margin-top: 10px;
	font-size: 15px;
}
#wrapper #introduction-content_contact h2 a {
	color: #284179;
}
#wrapper #introduction-content_contact h2 a:hover {
	color: #2f7852;
}
#wrapper #introduction-content_contact h3 {
	color: #284179;
	font-size: 14px;
}
#wrapper #introduction-content strong {
	font-weight: bold;
}
#right-side_contact {
	width:280px;
	height:100%;
	float:right;
	background-color:#FFF;
	padding: 25px;
	color: #336;
}
#wrapper #right-side_contact h1 {
	color: #2f7852;
	font-weight: bold;
	text-align: center;
}
#contactform {
	text-align: left;
	margin-left: 45px;
}
#wrapper #right-side_testimonials strong {
	color: #2f7852;
	font-weight: bold;
}
#wrapper #right-side_testimonials h2 {
	text-align: center;
	color: #2f7852;
	font-weight: bold;
}
#right-side_testimonials {
	width:280px;
	height:100%;
	float:right;
	background-color:#FFF;
	padding: 25px;
	color: #336;
}
#wrapper #right-side_testimonials img {
	margin-top: 5px;
	-moz-box-shadow:0 0 7px #111;
	-webkit-box-shadow:0 0 7px #111;
	box-shadow:0 0 7px #111;
}
#right-side_gallery {
	width:280px;
	height:100%;
	float:right;
	background-color:#FFF;
	color: #2f7852;
	font-weight: bold;
	padding-top: 45px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	font-size: 12px;
}
#wrapper #right-side_gallery h1 {
	text-align: center;
	color: #284179;
}
#wrapper #right-side2 h1 {
	text-align: center;
	color: #284179;
}
#wrapper #right-side_gallery img {
	margin-top: 22px;
	margin-left: -5px;
	-moz-box-shadow:0 0 12px #111;
	-webkit-box-shadow:0 0 12px #111;
	box-shadow:0 0 12px #111;
}
#wrapper #right-side2 img {
	margin-top: 22px;
	margin-left: -5px;
	-moz-box-shadow:0 0 12px #111;
	-webkit-box-shadow:0 0 12px #111;
	box-shadow:0 0 12px #111;
}

#right-side{
	width:280px;
	height:100%;
	float:right;
	background-color:#FFF;
	padding: 25px;
	color: #336;
}
#right-side2 {
	width:280px;
	height:100%;
	float:right;
	background-color:#FFF;
	padding: 25px;
	color: #336;
}
#wrapper #right-side h1 {
	font-weight: bold;
	color: #284179;
	text-align: center;
	padding-top: 10px;
}
#wrapper #right-side #servicesList {
	list-style-position: inherit;
	list-style-type: square;
	margin-left: 5px;
	color: #2f7852;
	font-weight: bold;
	padding-top: 3px;
}
#wrapper #right-side #servicesList #marketingList {
	list-style-type: disc;
	font-weight: bold;
	margin-left: -40px;
}
#right-side ul {
	list-style-type: square;
	color: #2f7852;
	font-weight: bold;
}

#siteinfo {
	clear:both;
	background-color: #2f7852;
	width: 960;
	height:35px;
	padding-top: 12px;
	text-align:center;
	padding-bottom: 12px;
	margin-bottom: 5px;
	color: #fff;
	}
footer li {
	display: block;
	list-style-type: none;
	float: left;
	text-align: center;
	color: #fff;
	width: 185px;
	margin-left: 30px;
	height: 12px;
	line-height: 12px;
}
footer ul li a {
	text-align: center;
	display: block;
	text-decoration: none;
	color: #fff;
}
footer ul li a:hover {
	color: #9CF;
	text-decoration: none;
}
#siteinfo p a:hover {
	color: #9CF;
	list-style-type: none;
}
	
ul{
	margin-left: -35px;		
		}
	

#wrapper #introduction-content h3 {
	font-weight: bold;
}
#wrapper #right-side h2 {
	font-weight: bold;
	color: #2f7852;
}


#slideshow{
	background-color:#F5F5F5;
	border:1px solid #FFFFFF;
	height:444px;
	position:relative;
	width:550px;
	-moz-box-shadow:0 0 22px #111;
	-webkit-box-shadow:0 0 22px #111;
	box-shadow:0 0 22px #111;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	 
	#slideshow ul{
	    height:404px;
	    left:30px;
	    list-style:none outside none;
	    overflow:hidden;
	    position:absolute;
	    top:10px;
	    width:620px;
	}
	 
	#slideshow li{
	    position:absolute;
	    display:none;
	    z-index:10;
	}
	 
	#slideshow li:first-child{
	    display:block;
	    z-index:1000;
	}
	 
	#slideshow .slideActive{
	    z-index:1000;
	}
	 
	#slideshow canvas{
	    display:none;
	    position:absolute;
	    z-index:100;
	}
	 
	#slideshow .arrow{
	    height:86px;
	    width:60px;
	    position:absolute;
	    background:url('arrows.png') no-repeat;
	    top:50%;
	    margin-top:-43px;
	    cursor:pointer;
	    z-index:5000;
	}
	 
	#slideshow .previous{ background-position:left top;left:0;}
	#slideshow .previous:hover{ background-position:left bottom;}
	 
	#slideshow .next{ background-position:right top;right:0;}

#slideshow .next:hover{ background-position:right bottom;}

#wrapper #introduction-content h1 {
	color: #2f7852;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
#wrapper #introduction-content_contact h1 {
	color: #2f7852;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
#programList {
	list-style-type: square;
	margin-left: 1px;
	color: #2f7852;
	font-weight: bold;
}
#wrapper #right-side img {
	margin-left: -23px;
	margin-top: 265px;
}
