html,body,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,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
		margin:0;
		padding:0;
		border:0;
		outline:0;
		font-size:100%;
		vertical-align:baseline;
		background:transparent
}

body{
		line-height:1
}

ol,ul{
		list-style:none
}

blockquote,q{
		quotes:none
}

blockquote:before,blockquote:after,q:before,q:after{
		content:''
}

:focus{
		outline:0
}

ins{
		text-decoration:none
}

del{
		text-decoration:line-through
}

table{
		border-collapse:collapse;
		border-spacing:0
}

html{
		font-size:100.01%
}

/* Typography */

body{
		font:1em/1.0 "Helvetica Neue",Arial,Helvetica,sans-serif;
		color:#555;
		background: #fff;
}

#corner{float: left;
	position: fixed; top: -1px; left: -1px;
	height: 200px;
	width: 200px;
	background: url(../img/corner.png) no-repeat;
}

h1,h2,h3,h4,h5,h6{
		font-weight:normal;
		color:#111
}

h1{
		font-size:3em;
		line-height:1;
		margin-bottom:0.5em
}

h1.blue  {
        font: bolder 1.0em/1.9 Helvetica, "Helvetica Neue", Arial, sans-serif;
        letter-spacing: 0.25px;
        background: url(../img/bluehead.png) no-repeat;
        height: 30px;
        display: block;
        color: #fff;
        padding: 0 0 0 15px;
}

h2.green  {
        font: bolder 1.0em/1.9 Helvetica, "Helvetica Neue", Arial, sans-serif;
        letter-spacing: 0.25px;
        background: url(../img/greenhead.png) no-repeat;
        height: 30px;
        display: block;
        color: #fff;
        padding: 0 0 0 15px;
        margin: 0 0 10px 0;
}

h1.intro{
        font: normal 3.0em/1.0 Helvetica, "Helvetica Neue", Arial, sans-serif;
        color: #5090DA;
        margin: 0 0 0 15px;
        padding: 0;
}

#lowerleft h2{
        font: bolder 1.0em/1.9 Helvetica, "Helvetica Neue", Arial, sans-serif;
        letter-spacing: 0.25px;
        background: url(../img/introh1g.png) no-repeat;
        height: 30px;
        display: block;
        color: #fff;
        padding: 0 0 0 15px;
}

#lowerright h2{
        font: bolder 1.0em/1.9 Helvetica, "Helvetica Neue", Arial, sans-serif;
        letter-spacing: 0.25px;
        background: url(../img/introh1b.png) no-repeat;
        height: 30px;
        display: block;
        color: #fff;
        padding: 0 0 0 15px;
}

h2.parents{
        color: #fff;
        padding: 8px 0 20px 40px;
        font: normal 1.0em/1.5 Tahoma, Verdana, Geneva;
        text-transform: uppercase;
        margin: 0 0 -20px 0;
}

span.intro{
        display: block;
        font: italic normal 55%/1.2 Helvetica, "Helvetica Neue", Arial, sans-serif;
        color: #70AF41;
        margin: 0 0 20px 0;
        padding: 0;
}

h3{
		font: bold 1.2em/1.0 "Helvetica Neue",Arial,Helvetica,sans-serif;
		color:#555;
		margin: 10px 0 10px 12px;
}

h4{
		font: bold 1.2em/1.0 "Helvetica Neue",Arial,Helvetica,sans-serif;
		color:#555;
		margin: 10px 0 8px 12px;
}

h5{
		font-size:1em;
		font-weight:bold;
		margin-bottom:1.5em
}

h6{
		font-size:1em;
		font-weight:bold
}

h1 img,h2 img,h3 img,h4 img,h5 img,h6 img{
		margin:0
}

p{
		margin:5px 20px 15px 15px
}

#foot p {
        padding: 70px 15px 0 15px;
}

p img.left{
		float:left;
		margin:1.5em 1.5em 1.5em 0;
		padding:0
}

p img.right{
		float:right;
		margin:1.5em 0 1.5em 1.5em
}

p.intro {
        font: italic bold 1.3em/1.0 "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
        margin: 0 0 10px 15px;
}

a{
		color:#5688C4;
		text-decoration:underline
}

.noline{
        text-decoration: none;
}

#leftcol li{
        margin: 10px 0 0 0;
        list-style: none;
}

#leftcol ol li{
        margin: 0 0 0 10px;
        list-style-type: decimal;
}

a:visited{
        color: #5688C4;
}

a:hover{
        color: #76BB47;
}

blockquote{
		margin:1.5em;
		color:#666;
		font-style:italic
}

strong,dfn,dl dt,th{
		font-weight:bold
}

em,dfn,tfoot{
		font-style:italic
}

sup,sub{
		line-height:0
}

abbr, acronym{
		border-bottom:1px dotted #666;
		cursor: help;
}

address{
		margin:0 0 1.5em;
		font-style:italic
}

del,.quiet{
		color:#666
}

pre{
		margin:1.5em 0;
		white-space:pre
}

pre,code,tt{
		font:1em 'andale mono','lucida console',monospace;
		line-height:1.5
}

li ul,li ol{
		margin:0 1.5em
}

ul,ol{
		margin:0 1.5em 1.5em 1.5em
}

ul{
		list-style:disc
}

ol{
		list-style:decimal
}

dl{
		margin:0 0 1.5em 0
}

dd{
		margin-left:1.5em
}

table{
		margin-bottom:1.4em;
		width:100%
}

thead th{
		background:#c3d9ff
}

th,td,caption{
		padding:4px 10px 4px 5px
}

tr.even td{
		background:#e5ecf9
}

caption{
		background:#eee
}

.small{
		font-size:.6em;
		line-height:1.2em
}

.large{
		font-size:1.2em;
		line-height:2.5em;
		margin-bottom:1.25em
}

.hide{
		display:none
}

.highlight{
		background:#ff0
}

.added{
		background:#060;
		color:#fff
}

.removed{
		background:#900;
		color:#fff
}

.first{
		margin-left:0;
		padding-left:0
}

.last{
		margin-right:0;
		padding-right:0
}

.top{
		margin-top:0;
		padding-top:0
}

.bottom{
		margin-bottom:0;
		padding-bottom:0
}

.clearfix{
        clear:both;
}

.lorna   {
        float: left;
        margin: 8px 8px 0 0;
}

.flright{float: right;
	margin: 0 0 0 8px;
}

.right  {
        float: right;
}

.contact{
	color:#76BB47;
	font-weight: bolder;
	margin: 0;	
}

/* Structure */

#sitewrapper{
        width:960px;
        margin:auto;
}

#headwrapper{
        background:url(../img/header.jpg) no-repeat bottom center;
        height:340px;
        margin:10px auto 0px auto;
        border-bottom: 3px solid #e1e1e1;
}

#logo   {
        background: url(../img/logo.png) no-repeat;
        height: 127px;
        width: 348px;
        position: relative; top: 60px; left: 230px;
}

#icons {
    float : right;
    margin : 0px 15px 0;
    padding : 0;
}

#icons img {
    padding-right : 2px;
    border : 0;
}

#menu   {
    background: url(../img/menubg.jpg) no-repeat bottom center;
    height: 55px;
    margin: 5px 0 0 0;
}

#menu ul {
   list-style: none;
   margin: 0 0 0 20px; padding: 0;
}
#menu li {
   float: left;
}
#menu li a {
   display: block;
   background: url(../img/nvbtn.png) no-repeat 0px 0px;
   width: 112px;
   height: 39px;
   text-align: center;
   font: bold 0.9em/2.7 Tahoma, Verdana, Geneva;
   text-transform: uppercase;
   text-decoration: none;
   color: #9d9d9d;
   padding: 0;
   margin: 8px 0px 0px 35px;
}
#menu li.active a{
   background: url(../img/nvbtn.png) no-repeat 0px -78px;
   color: #fff;
}

#menu li a:hover{
   background: url(../img/nvbtn.png) no-repeat 0px -39px;
   color: #fff;
}

#contentwrapper{

}

#leftcol{
    float: left;
    font: normal 0.95em/1.0 Cambria, Georgia, Times, "Times New Roman", serif;
    background: url(../img/homeparent.png) no-repeat top center;
    width: 320px;
    margin: 15px 0 0 0;
    color: #6F6F6F;
}

#leftinner h3{
	font: bolder 1em/1.0 Cambria, Georgia, Times, "Times New Roman", serif;
	color: #6F6F6F;
	text-transform: uppercase;
	margin: 0 0 10px 14px;
}

#leftinner ul li, #righttop ul li{
        margin: 8px 0 0 10px;
        list-style-image:url("../img/statbul.png");
	list-style-type:square;
}	

#leftinner{
    height: 300px;
    width: 290px;
    margin: 30px 0 0 20px;
}

#ads    {
    margin: 50px 0 0 1px;
    height: 190px;
    width: 317px;
}

#newsletter{
    margin: 20px 0 0 1px;
    height: 238px;
    width: 317px;
    text-indent: -9999px;
    background: url(../img/newsletter.png) no-repeat top center;
}

#newsletter a{
	display: block;
	width: 168px;
	height: 69px;
	background: url(../img/nwsbtn.png) no-repeat 0px 0px;
	position: relative; top: 148px; left: 16px;
}

#newsletter a:hover{
	background: url(../img/nwsbtn.png) no-repeat 0px -70px;
}

#newsletter a:active{
	background: url(../img/nwsbtn.png) no-repeat 0px -138px;
}

#righttop{
    float: right;
    width: 600px;
    margin: 15px 0 0 40px;
}

#rightlower{
    float: right;
    width: 600px;
    margin: 15px 0 0 40px;
}

#lowerleft{
    float: left;
    width: 300px;
}

#lowerright{
    float: left;
    width: 300px;
}

#gallery{
	margin: 40px 0 0 40px;
}

#foot{
    background: url(../img/footbg.png) no-repeat bottom center;
    width: 960px;
    height: 100px;
    font: normal 0.75em/1 Tahoma, Verdana, Geneva;
    color: #5F5F5F;
}

#ajaxticker1{
    width: 300px;
    font: normal 0.95em/1 Tahoma, Verdana, Geneva;
    height: 325px;
    border: 0;
    padding: 5px;
    background-color: #FFF;
    text-align: left;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
    background-color: #FFF;
}

.structure{
    position: absolute;
    top: -9999px;
    left: -9999px;
}

a:focus{
        color: #000;
}

:focus img.badge{
        border: 1px solid #000;
}

div.vcard{
	margin: 0 0 0 12px;
}

.micro{

	font-size: 1em;

	padding: 5px 15px 0 0;

	background: url(../img/micro.png) no-repeat bottom right;

}

#gmap	{
	float: right;
	width: 410px;
	height: 260px;
	margin: 0 10px 30px 0;
	padding: 0;

}

#map 	{
border: 1px solid #5688C4;
	font: normal 0.75em/1 Tahoma, Verdana, Geneva;
	margin: 0;
	padding: 0;
}

#map p	{margin: 0;
	padding: 0;
}

#map h4	{margin: 0;
	padding: 0;
	color:#5688C4;
	font-weight: bold;
}

.errors{
	color: #FF0000;
	border: 3px solid #FF0000;
	padding: 15px;
	margin: 10px;
}

fieldset#cform{
	height: 310px;
	width: 575px;
}

#contactform{
	width: 575px;
	height: 100%;
	border: 1px solid #D2D2D2;
	padding: 16px 0 16px 0;
	margin: 0 12px;
}

#contactform p{
	margin: 0;
	padding: 0 20px 0 20px;
	display: inherit;
	font: normal 0.95em/1.0 Tahoma, Verdana, Geneva;
	color: #6f6f6f;
}

p.txtin	{
	width: 246px;
}
p.txtar	{
	width: 246px;
	float: right;
	position: relative; top: -174px; right: 0px;
}

input.input{
	margin: 8px 0 8px 0;
	height: 26px;
	width: 246px;
	border: none;
	padding: 0 0 0 8px;
	background: url(../img/input.png) no-repeat top center;
	font: normal 0.90em/1.0 Tahoma, Verdana, Geneva;
	color: #6f6f6f;
}

textarea.input{
	margin: 9px 0 0 0;
	height: 142px;
	width: 242px;
	border: none;
	padding: 2px;
	background: url(../img/txtarea.png) no-repeat top center;
	font: normal 0.90em/1.0 Tahoma, Verdana, Geneva;
	color: #6f6f6f;
}

img.veriword{
	border: 3px solid #5688C4;
}

input.codebox{
	margin: 8px 0 8px 0;
	height: 26px;
	width: 118px;
	border: none;
	padding: 0 0 0 8px;
	background: url(../img/codebox.png) no-repeat top center;
	font: normal 0.90em/0.9 Tahoma, Verdana, Geneva;
	color: #6f6f6f;
}

p.submit{
	float: right;
	position: relative;
	top: -88px;
	left: 285px;
}

input.send{
	border: none;
	background: url(../img/frmbtn.png) no-repeat 0px 0px;
	height: 80px;
	width: 240px;
}

input.send:hover{
	background: url(../img/frmbtn.png) no-repeat 0px -80px;
}

input.send:active{
	background: url(../img/frmbtn.png) no-repeat 0px -160px;
}


.addthis_toolbox.addthis_pill_combo a {
    float: left;
}
.addthis_toolbox.addthis_pill_combo a.addthis_button_tweet {
    margin-top: -2px;
}
.addthis_button_compact .at15t_compact {
    margin-right: 4px;
    float: left;
}

img.activimg{margin-left: 4px;}	
