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

}


@font-face {
    font-family: 'GnuolaneRegular';
    src: url('../webfonts/gnuolane_rg-webfont.eot');
    src: url('../webfonts/gnuolane_rg-webfont.eot?iefix') format('eot'),
         url('../webfonts/gnuolane_rg-webfont.woff') format('woff'),
         url('../webfonts/gnuolane_rg-webfont.ttf') format('truetype'),
         url('../webfonts/gnuolane_rg-webfont.svg#webfontTV9Olmrw') format('svg');
    font-weight: normal;
    font-style: normal;

}

  
@font-face {font-family:"Mido Medium";src:url("Mido.eot?") format("eot"),url("Mido.woff") format("woff"),url("Mido.ttf") format("truetype"),url("Mido.svg#Mido-Medium") format("svg");font-weight:normal;font-style:normal;}


/* Mobile Phones */
@media only screen and (max-width: 767px) {
	.logo {
		position: absolute;
		z-index: 2000;
		width: 75px;
		height: 100px;  
		float:left	
		}
	}


/* Bigger than Tablets */
@media only screen and (min-width: 768px) {
 
    a.to_nav {
        display: none;
    }
     
    .wrapper {
        position: relative;
		width: 60%;
        margin: auto;
    }
     
    #primary_nav {
		position: absolute;
		width: 768px;
		height: 35px;
		top: 0px;
		left: 30%;
		margin-left: -50px;
		font-family: MaidenOrangeRegular, Arial Narrow, Arial, sans-serif;
    }
     
    #primary_nav li {
        display: inline;
    }
     
    #primary_nav li a {
        float: left;
        border: none;
        padding: 0 20px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
		
    }
 
}

/* Tablets Only */
@media (min-width: 32.5em) and (max-width: 49.938em) {
	
	.logo {
	position: absolute;
	z-index: 2000;
	width: 150px;
	height: 202px;  
	float:left	
	}	
	
	
}

/* Desktops */
@media only screen and (min-width: 50em) {
	
	.logo {
	position: absolute;
	z-index: 2000;
	width: 150px;
	height: 202px;  
	float:left	
	}
	
		
	#primary_nav {
	
	position: absolute;
	height: 35px;
	top: 0px;
	left: 30%;
	margin-left: -50px;
	font-family: MaidenOrangeRegular, Arial Narrow, Arial, sans-serif;
	font-size:21px;
    }
}



/* Getting the new tags to behave */
-webkit-overflow-scrolling: touch
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block}
mark, rp, rt, ruby, summary, time {display:inline}
/* Global properties ======================================================== */
html {width:100%}
body {font-family: MaidenOrangeRegular, Arial, sans-serif; font-size:100%;color:#404040;background:#f2f2f2}
.ic, .ic a {border:0;float:right;background:#fff;color:#f00;width:50%;line-height:10px;font-size:10px;margin:-220% 0 0 0;overflow:hidden;padding:0}
.bg {width:100%;background:#FFFFFF url(../images/main_background.jpg) repeat}
.main {padding:0;margin:0 auto;font-size:0.8125em;line-height:1.692em}
/*a {color:#6e3bb9;outline:none}*/
/* Added this */
a {
    color: #1D745A;
}
a:hover {text-decoration:none}
a.to_nav {
    float: right;
    color: #abdacd;
    background:  #fff;/*#4e4e4e;*/
    text-decoration: none;
    padding: 10px 5px 5px 5px;
	margin-bottom:5px;
	margin-right:20px;
	margin-top:10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    height: 18px;
    /*text-transform: uppercase;*/
    letter-spacing: 0.1em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
 
a.to_nav:hover,
a.to_nav:focus {
    color: #fff;   /* #1c1c1c; */
    background: /* #FFF   */ #ccc; grey 
}
#primary_nav ul {
    list-style: none;
    /*background: #1c1c1c; /*this sets background black */
    padding: 5px 0;
	font-family: MaidenOrangeRegular, Arial Narrow, Arial, sans-serif;
}
 
#primary_nav li a {
    display: block;
    padding: 0 12px 0 12px;
    color: #fff; 
    text-decoration: none;
    font-weight: bold;
    /*text-transform: uppercase;*/
    letter-spacing: 0.1em;
    letter-spacing: 0.1em;
    line-height: 2em;
    height: 2em;
}
 
#primary_nav li:last-child a {
    border-bottom: none;
}
 
#primary_nav li a:hover,
#primary_nav li a:focus {
    /*color: #1c1c1c; */
    background: #ccc;
}
 /*End Added this */
.col-1, .col-2 {float:left}
.wrapper {width:100%;overflow:hidden; background:#9DCCBD url(../images/white_background.png) repeat; -moz-box-shadow:0px 0px 1px #222;
	-webkit-box-shadow:0px 0px 1px #222;
	box-shadow:0px 0px 1px #222;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px 6px 6px 6px;
	padding-top:10px}
.extra-wrap {overflow:hidden}
p {
	margin:0 0 0 0;
	clear:both;
	margin-top:0px;
	margin-bottom:22px;
	margin-left:22px;
	margin-right:22px;
	color:#333333;
	font-family: MaidenOrangeRegular, Arial, sans-serif;
	letter-spacing:.04em;
	line-height: 1.40em;
	font-size:22px;

}
.p0 {margin-left:30px
	font-size:28px;
	color:#84A399;
	font-family: MaidenOrangeRegular, Arial Narrow, Arial, sans-serif;
	letter-spacing:.04em;
	position:relative;
}
.p1 {margin-left:40px}
.reg {text-transform:uppercase}
.fleft {float:left}
.fright {float:right; margin-right:30px; margin-top: 15px; margin-bottom:15px}
.alignright {text-align:right}
.aligncenter {text-align:center}
.title {margin-bottom:18px}
.it {font-style:italic}
.letter {letter-spacing:-1px}
/*********************************boxes**********************************/
.margin-bot {margin-bottom:35px}
.spacing {margin-right:35px}
.indent {padding:0 0 0px 30px}
.indent-r {padding-right:40px}
.indent2 {padding:48px 0 0 30px}
.indent-bot {margin-bottom:20px}
.indent-bot2 {margin-bottom:30px}
.indent-bot3 {margin-bottom:45px}
.img-indent-bot {margin-bottom:25px}
.img-indent {float:left;margin:0 20px 0px 0}
.img-indent2 {float:left;margin:0 13px 0px 0}
.img-indent-r {float:right;margin:0 0px 0px 40px}
.inner-top {margin-top:-8px}
.prev-indent-bot {margin-bottom:10px}
.buttons a:hover {cursor:pointer}
.menu li a, .list-1 li a, .link, .button, .button2, .logo {text-decoration:none}
/*********************************header*************************************/
header {width:100%;background:#fff;margin-bottom:-80px;min-height:100px}
h1{
	clear:both;
	font-size:40px;
	margin-top:24px;
	margin-bottom:20px;
	margin-left:22px;
	margin-right:22px;
	text-shadow:0px 1px 1px #111;
	/* color:#9DCCBF; */
	color:#84A399;
	font-family: MaidenOrangeRegular, Arial Narrow, Arial, sans-serif;
	letter-spacing:.04em;
	position:relative;
	float:left
}

.row-top {width:100%;min-height:105px;background:url(../images/main_background.jpg) repeat;}
.row-bot {width:100%;background:url(../images/main_background.jpg) repeat}
	#page1 .row-bot {min-height:523px}
.row-bot-shadow {width:100%;background:url(../images/main_background.jpg) repeat}

/***** slider *****/
.slider-wrapper {padding:30px 0 0 0;margin-left:auto; margin-right:auto;width:930px;height:500px;background:url(../images/Slider_shadow.png) 0 0 no-repeat;position:relative;overflow:hidden}
.slider {margin-left:auto; margin-right:auto; width:900px;height:450px;position:relative; overflow:hidden;}
.items {display:none}
.pagination {position:absolute;left:430px;top:446px;z-index:99}
.pagination li {float:left;margin-right:3px}
	.pagination li a {display:block;width:18px;height:18px;text-indent:-5000px;background:url(../images/slider-pagination.png) right top no-repeat;}
	.pagination li.current a, .pagination li a:hover {background-position:left top}
	.pagination li.current a {cursor:default}
/***** menu *****/
.menu {padding:0;width:100%;height:83px;font-family: GnuolaneRegular, Arial, sans-serif;}
.menu li {float:left;position:relative;margin-right:2px; }
		.menu li.last {margin:0}
	.menu li a {display:block;position:relative;font-size:14px;line-height:1.23em;padding:15px 0 15px 0;color:#F7F8FA;text-align:center;text-transform:uppercase;letter-spacing:-1px;width:100px;bges/pic-2.gif) right 0 repeat-y}

.menu li strong {display:none;width:100%;height:5px;background:url(../images/menu-border-top.gif) center top repeat-x;position:absolute;left:0;top:-5px;z-index:99;}
.menu li.active a, .menu li a:hover {background-position:left bottom}
.menu li.active a, .menu li a:hover {color:#88898C;padding:15px 0 27px 0}
.menu li.active strong, .menu li:hover strong {display:block}
/*********************************content*************************************/
#content {width:100%;padding:39px 0 58px 0;background:url(../images/main_background.jpg) repeat #fff; border-width:thick; font-family: GnuolaneRegular, sans-serif;}
	#page1 #content {padding:20px 0 60px 0}
#topheader {{width:100%;padding:0px 0px 0px 0px;background:url(../images/main_background.jpg) repeat #fff; overflow:auto;border-width:thick}

h2 {clear:both;
	margin-left:30px;
	font-size:22px;
	color:#84A399;
	font-family: MaidenOrangeRegular, Arial Narrow, Arial, sans-serif;
	letter-spacing:.04em;
	position:relative;
	}
h3 {font-size:20px;line-height:1.2em;margin:0 0 20px 0;color:#6e3bb9;font-weight:normal;font-style:italic;letter-spacing:-1px}
h6 {color:#000;margin-bottom:10px}
.dogwrapper {margin:20px,20px,20px,0}
.title-1 {display:block;font-size:30px;line-height:1.2em;color:#6e3bb9;font-style:italic;font-weight:normal;letter-spacing:-2px}
.title-2 {display:block;font-size:19px;line-height:1.21em;color:#404040;font-style:italic;font-weight:normal;letter-spacing:-1px}
.border-bot {width:100%;padding-bottom:38px;background:url(../images/pic-2.gif) 0 bottom repeat-x}
.border-bot2 {width:100%;padding-bottom:35px;background:url(../images/pic-2.gif) 0 bottom repeat-x}
.box {width:100%;min-height:295px;background:url(../images/bg-box.png) 0 0 repeat}
.button {display:inline-block;font-size:24px;line-height:1.208em;padding:7px 20px 9px;color:#fff;background:url(../images/button-tail.gif) left top repeat-x #010101;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;font-style:italic;letter-spacing:-1px}
	.button:hover {background:#010101}
.button2 {display:inline-block;font-size:18px;line-height:1.22em;padding:0px 26px 3px;color:#fff;background:url(../images/button2-tail.gif) left top repeat-x #010101;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;font-style:italic;letter-spacing:-1px}
	.button2:hover {background:#010101}
.list-1 li {padding:0 0 23px 25px;background:url(../images/marker-2.gif) 0 5px no-repeat}
.list-1 li.last {padding:0 0 0 25px}
	.list-1 li span {display:block}
	.list-1 li a {font-weight:bold;display:inline-block;margin-bottom:3px}
		.list-1 li a:hover {text-decoration:underline}
.list-2 li {padding:0 0 19px 25px;background:url(../images/marker-2.gif) 0 5px no-repeat}
.list-2 li.last {padding:0 0 0 25px}
	.list-2 li a {display:inline-block}
		.list-2 li a:hover {text-decoration:none}
.link:hover {text-decoration:underline}
.link-1 {display:inline-block;width:7px;height:7px;text-indent:-5000px;background:url(../images/marker.gif) right 0px no-repeat;cursor:pointer;margin-top:7px}
.link-2 {display:inline-block;padding-left:28px;background:url(../images/marker-3.gif) 0 4px no-repeat}
.link-2:hover {text-decoration:none}
.tdate-1 {display:block;color:#000;font-weight:bold}
.text-1 {font-size:14px}
.text-2 {font-size:14px;line-height:1.285em}
dl dt {font-weight:bold;color:#6e3bb9}
dl span {float:left;width:78px}
dl.news dt {font-weight:normal}

/****************************footer************************/
footer {width:100%;padding:10px 0 20px}
.footer-text {display:block;line-height:26px}
	.footer-text span {display:block}



