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

/* Popup box BEGIN */
.hover_bkgr_fricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
    left: 0;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 400px;
    min-height: 100px;
    vertical-align: middle;
    width: 100%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
}
/* Popup box BEGIN */


body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
}
#wrapper {
	position:relative;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 100px;
}
#header #logo {
	float: left;
}
#header #rightbox {
	float: right;
	margin-top: 30px;
}
#header #contact {
	background-image: url(../images/phone-icon.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #008C99;
	line-height: 16px;
	padding-right: 10px;
}
#header #rightbox .socialnetwork {
	margin-top: 10px;
	text-align: right;
}
#header #rightbox .socialnetwork img {
	margin-right: 10px;
}

/* Navigation Styling
--------------------------*/
#menu{
		position: relative;
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
        background: #008c99;
		background-image: linear-gradient(bottom, #0395A2 50%, #0EC2C2 100%);
		background-image: -o-linear-gradient(bottom, #0395A2 50%, #0EC2C2 100%);
		background-image: -moz-linear-gradient(bottom, #0395A2 50%, #0EC2C2 100%);
		background-image: -webkit-linear-gradient(bottom, #0395A2 50%, #0EC2C2 100%);
		background-image: -ms-linear-gradient(bottom, #0395A2 50%, #0EC2C2 100%);
		
		background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0.5, #0395A2),
			color-stop(1, #0EC2C2)
		);


        -moz-border-radius: 5px;
        border-radius: 5px;
}

#menu li{
	float: left;
	padding: 0;
	position: relative;
	background-image:url(../images/nav-divider.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#menu li:first-child{
	background-image:none;
}

#menu a{
        float: left;
        height: 40px;
        padding: 0 20px;
        color: #fff;
		line-height:40px;
		font-size:14px;
        text-decoration: none;
        text-shadow: 0 1px 0 #000;
}

#menu li:hover > a{
        color: #ddd670;
}

*html #menu li a:hover{ /* IE6 */
        color: #ddd670;
}

#menu li:hover > ul{
        display: block;
}

/* Sub-menu */

#menu ul{
    list-style: none;
	width:100%;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 99999;
    background: #444;
    background: -moz-linear-gradient(#444, #111);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
    background: -webkit-linear-gradient(#444, #111);
    background: -o-linear-gradient(#444, #111);
    background: -ms-linear-gradient(#444, #111);
    background: linear-gradient(#444, #111);
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu ul li{
	background-image:none;
    float: none;
    margin: 0;
    padding: 0;
    display: block;
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}

#menu ul li:last-child{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#menu ul a{
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

*html #menu ul a{ /* IE6 */
        height: 10px;
        width: 150px;
}

*:first-child+html #menu ul a{ /* IE7 */
        height: 10px;
        width: 150px;
}

#menu ul a:hover{
        background: #008C99;
        /*background: -moz-linear-gradient(#04acec,  #0186ba);
        background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
        background: -webkit-linear-gradient(#04acec,  #0186ba);
        background: -o-linear-gradient(#04acec,  #0186ba);
        background: -ms-linear-gradient(#04acec,  #0186ba);
        background: linear-gradient(#04acec,  #0186ba);*/
}

#menu ul li:first-child a{
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child a:after{
    content: '';
    position: absolute;
    left: 45%;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul li:first-child a:hover:after{
    border-bottom-color: #333;
}

#menu ul li:last-child a{
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
#menu a.selected {
color:#ddd670;
}

/* Clear floated elements */
#menu:after{
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */

/*End Menu */

#content {
	padding-top: 10px;
	padding-bottom: 10px;
	min-height:400px;
}
#content a {
	color:#008c99;
}

#footer {
	text-align: right;
	color: #008c99;
	font-size: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #008c99;
	padding-top: 5px;
}
#footer a {
	color: #008C99;
}
/* Homepage Slideshow
-----------------------*/
#slider {
	position:relative;
	z-index:99;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ddd670;
	border-bottom-color: #ddd670;
	padding-top: 2px;
	padding-bottom: 2px;
}
#slider #sliderArea {
	width: 660px;
	height: 320px;
	float: left;
}
#slider .sliderWrap {
	width: 660px;
	height: 320px;
}
#slidernav {
	float: left;
	width: 320px;
	height: 320px;
	background-color: #008c99;
}
#slider .sliderItem {
	line-height:44px;
	height: 64px;
	background-image: url(../images/slider-divider.gif);
	background-repeat: no-repeat;
	background-position: top;
	color: #FFF;
}
#slider .sliderItem:first-child {
	background-image: none;
}
#slider .sliderItem a {
	color: #FFF;
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
	height: 44px;
	display: block;
	padding-left:30px;
	padding-bottom:10px;
	padding-top:10px;
}

#slider .active {
	background-color: #006b75;
	color:#ddd670;
}

/*Content Text Styling
-------------------------*/
#content h1 {
	font-size: 24px;
	font-weight: normal;
	color: #008C99;
	margin: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ddd670;
	border-bottom-color: #ddd670;
	padding-top: 2px;
	padding-bottom: 2px;
}

#content h2 {
		color:#008c99;
}

#content p {
	font-size: 13px;
	line-height: 16px;
	color: #333;
}

#content li {
	font-size: 13px;
	line-height: 18px;
	color: #333;
}

#content .profile {
	width: 480px;
	float: left;
	margin: 5px;
	height: 200px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd670;
	padding-bottom: 2px;
}
#content .profile img {
	float: left;
	padding-right: 10px;
	padding-bottom: 40px;
}
#content .profile p {
	margin: 0px;
}
#content #map {
	height: 300px;
}


