/*Reset Styles*/
html, body, p, a, h1, h2, h3, h4, h5, div, table, tr, td, span, ul, li, form { margin:0; padding:0; }
html, body { background:#f0f0f0; font:normal 100% Arial, Helvetica, sans-serif; color:#6c6c6c; }

/*Default Text Styles*/
h1 {font-family: 'ComfortaaThin'; font-weight: normal; color: #b6d192; font-size: 24px; font-family: 'ComfortaaThin'; margin: 0; padding:0;}
h2 { }
h3 { }
h4 { }
h5 { }
p { font-family: 'ComfortaaRegular'; margin-bottom:20px; font-size:15px; line-height:1.7; color: #666666;}
p span {font-weight: bold; text-align: center;} 
p contact {text-align: center;} 
/*Default Link Styles*/
a { outline:none; text-decoration:none; color:#8db852; }
a:hover { text-decoration: underline; }
a img { border:none; }

/*Default List Styles*/
ul { }
ul li { }

/*******Default colors*******/
/*					        */
/*	 pale green: #b6d192;   */
/*   mid green: #8db852;	*/
/* 	 grey: #666666;	        */
/*   drk green: #496b52;	*/
/*   grey bg: #f0f0f0;	    */
/*					        */
/****************************/


/*Layout Styles*/


/*font face styles*/
@font-face {
    font-family: 'ComfortaaRegular';
    src: url('../fonts/Comfortaa_Regular-webfont.eot');
    src: url('../fonts/Comfortaa_Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Comfortaa_Regular-webfont.woff') format('woff'),
         url('../fonts/Comfortaa_Regular-webfont.ttf') format('truetype'),
         url('../fonts/Comfortaa_Regular-webfont.svg#ComfortaaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ComfortaaThin';
    src: url('../fonts/Comfortaa_Thin-webfont.eot');
    src: url('../fonts/Comfortaa_Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Comfortaa_Thin-webfont.woff') format('woff'),
         url('../fonts/Comfortaa_Thin-webfont.ttf') format('truetype'),
         url('../fonts/Comfortaa_Thin-webfont.svg#ComfortaaThin') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*Wrap Styles*/
#outerwrapper{width: 960px; height: 550px; margin:100px auto; padding:0; border: 1px dotted #c5c5c5; background: #fff; box-shadow: 5px 5px 5px #ccc;}
.wrap-980 { width:960px; margin:115px auto; }
#content {width: 350px;}

/*Clear Styles*/
.clear { clear:both; font-size:0; }
.last { margin-right:0px !important; }

/*content left Styles*/
.content-left{float: left; margin-left: 115px;} 
.logo{margin-bottom: 10px;}

/*content right Styles*/
.content-right {float: left; margin: 15px 0 0 55px; text-align: center;}
p .contact{ text-align: center;}



/*Footer Styles*/
#footer{ width: 715px; margin: 40px auto;  text-align: center;}
ul{height: 70px; }
li{ color: #8db852; margin-right: 20px; font-family: 'ComfortaaRegular';  display: inline; font-size: 24px;}
