   
 /*##########BODY PROPERTIES##########*/    
    * {
	margin: 0 auto 0 auto; /* GLOBAL RESET */
	padding: 0;
}
body{
	margin:0;
	font-size: 70%; 
	font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 150%; 
	color:#262626; /*change font color*/
}

div, p, ul, img{
	padding:0px; margin:0px; border:none;
}
ul{
	font-size: 1.2em;
	line-height: 2em;
	list-style-type: square;
	padding-left: 50px;
}

.spacer{
	clear:both; 
	font-size:0px; 
	line-height:0px;
}

a {outline:none; /* Remove Firefox's dotted borders */ text-decoration:none; color:#0A7A3E; padding:0; margin:0;}
a:hover {text-decoration: underline;}
a img { border:none;} /* Remove IE's blue borders */

p  {font-size: 1.2em; padding:0; line-height:1.5em;}

h1 {font-size: 2.4em;}
h2 {font-size: 2.2em; color: #0FC55E; line-height: normal;}
h3 {font-size: 2.0em;}
h4 {font-size: 1.6em; color: #043A1D;}
h5 {font-size: 1.4em;}
h6 {font-size: 1.2em;color: #043A1D}
    
 /*##########PAGE CONTENT##########*/
 #topMessage{
 	line-height: 3.5em;
 	text-align: center;
 	color: #043A1D;
 }
#wrapper {
	margin: auto;
	width:1000px;
}

 #header {
 	margin: 10px 5px 20px 0px;
 	text-align: right;
 	width: 810px;
 }
 #header p {font-size: 1.2em; padding:0; line-height:1.4em; font-weight: bold;}
 #header a {color:#0071BC;}
 
 #logo {float:left; padding-left: 5px;}
 
 #main_wrapper {
	/*border: solid 1px;*/
	min-height: 500px;
	width: inherit;
	background-color: #F6F6F6;
 }
  .main_content {
  	margin: 0 auto;
 	width: 810px;
 }
 
 .trial_wrapper {
 	width:100%;
 	height: 50px;
 	background-color: #002651; 
 }
 
 .trial_wrapper h2 {
 	margin-left: 40px;
 	color: #FFFFFF;
 }
 
  #footer {
 	margin: 10px 0px 10px 0px;
	text-align: center;
 }
 
 #footerText{
 	color:#043A1D;
 	text-align: center;
 }
 #footer p {font-size: 1.2em;color:#FFFFFF;}
 #footer a {color:#29ABE2;}
 
 /*##########TYPOGRAPHY##########*/

.gray {color: #666; font-size:1em; font-style:normal;}
.bold{font-weight:bold;}
.small  {font-size: 1.1em; padding:0; line-height:1.4em;}
.big {font-size: 1.8em; padding:0; line-height:1.2em; color:#f1f1f1; margin:0 0 22px 0;}
.white {font-size: 1.2em; padding:0 10px 0 0; line-height:1.4em; color:#fff;}
.title{ font-size:1.1em; font-style:italic; color:#227ab0;}
.stroke { border:1px solid #fff;}

.thumb_left {
	float: left;
	margin-right: 10px;
}
.thumb_right {
	float: right;
	margin-left: 10px;
}


/*##########CODA SLIDER#############*/
#wrapper {
    width: 810px;
    margin: 0 auto;
}

#intro {
    padding-bottom: 10px;
}

#slider {
    width: 720px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 450px;
    width: 720px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF url(../images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    padding: 20px;
    height: 310px;
    width: 680px;
}

#shade_below {
    background: #F6F6F6 url(../images/shade_below.jpg) no-repeat 0 0;
    height: 40px;
}

.navigation {
	background: #F6F6F6 url(../images/shade_above.jpg) no-repeat 0 0;
	width: 720px;
}

ul.navigation {
	font-size: 1.2em;
	font-weight: bold;
	line-height: normal;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 5px;
    padding-left: 6px;
    padding-bottom: 8px;
}

ul.navigation li {
    display: inline;
    margin-right: 3px;
}

ul.navigation a {
    padding: 8px;
    padding-top: 10px;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #FFFFFF;
    color: #15FA7E;
}

ul.navigation a.selected {
    background-color: #FFFFFF;
    color: #043A1D;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 230px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -30px;
}

.scrollButtons.right {
    right: -30px;
}

.hide {
    display: none;
}
 
 