body{
background:#f9f9f9;
text-align:center;
text-rendering: optimizelegibility;
}

html {
overflow: -moz-scrollbars-vertical; 
overflow-y: scroll;
}

#ft{
clear:both;
}
/**/
/* 750 centered, and backward compatibility */ 
#doc,#doc2,#doc3,.yui-t1,.yui-t2,.yui-t3,.yui-t4,.yui-t5,.yui-t6,.yui-t7 {
margin:auto;text-align:left;
width:61.875em;*width:61.875em;;min-width:750px;
}


/* Navigation */
.nav, .nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
}

/* The main container */
.nav {
	/* Layout and positioning */
	display: block;
	position: relative;
	height: 56px;
	width: 970px; /* CHANGE this if you want another width or remove it if you want the width of the container */
	border-radius: 3px;
	border: 1px solid #c1c1c1;
	margin: 0 auto;

	/* Background and effects */
	background: #eaeaea; /* Background for IE9 and older browsers */
	background: -webkit-linear-gradient(bottom, #e1e1e1, #f4f4f4); /* Background for Chrome & Safari */
	background: -moz-linear-gradient(bottom, #e1e1e1, #f4f4f4); /* Background for Firefox */
	background: -o-linear-gradient(bottom, #e1e1e1, #f4f4f4); /* Background for Opera */
	background: -ms-linear-gradient(bottom, #e1e1e1, #f4f4f4); /* Background for Internet Explorer 10 */
	box-shadow: inset 0 1px 0 #fff;
}

.nav>li {
	display: block;
	position: relative;
	float: left;
	margin: 0px 0px 0px 61px;
}

/* The main navigation links */
.nav>li>a {
	/* Layout */
	display: block;
	padding: 11px 15px;
	

	/* Typography */
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #00669c;
	text-shadow: 0 1px 0 #fff;

	/* Effects */
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	text-transform: lowercase;
}

#navigation nav a.current {
background-color: #f5f8f9;
}


#photobox {   
    width: 970px;
    height: 370px;
    margin: 0 auto;
}
#photobox img {
	width:100%; 
	height: 100%;
	margin-top: 0px;
} 

#footer{
	height:124px;
	background-color:rgba(255,255,255,1);
	margin-bottom: 30px;
	padding:0;
	}


#wrapper_footer {
	background-color:rgba(255,255,255,1);
    margin: 0 auto;
    position: relative;
    width: 970px;
    min-height:100px;
    padding-top: 5px;
}

.footer_content
{
width: 970px;
margin: 0 auto;
}

.partner_footer
{
color: #00669c;
font-family: 'Verdana', Geneva, sans-serif;
font-size: 21px;
letter-spacing: -1px;
line-height: 32px;
margin-right: 10px;
margin-top: 9px;
text-align: justify;
text-transform: uppercase;
float: left;
}

.pbox
{
float: left;
margin-right: 4px;
}

.copyright {
    color: #00669c;
    font-family: 'Comic Sans',sans-serif;
    font-size: 11px;
    height: 23px;
    letter-spacing: 0;
    padding-top: 4px;
    text-align: justify;
    text-transform: uppercase;
    font-weight: bold;
}

.copybig
{
 font-size: 13px;
 
}


.nav-sec {
    display:block;
    font-size:11px;
    font-family: lucida sans unicode;
    font-weight:normal;
    text-align:center;
    text-transform: uppercase;
    padding-top: 3px;
}


#header{
	height:100px;
	margin:0;
	padding-left:10px;
	padding-top: 10px;
	background-color:rgba(255,255,255,1);
	width: 290px;
	float: left;
	position: relative;
		}
#motto-left{
	height:70px;
	margin:0;
	background-color:rgba(255,255,255,1);
	width: 280px;
	float: left;
	padding-top: 40px;
	padding-left: 120px;
	position: relative;
	font-family: lucida sans unicode;
	color: #837a7a;
	font-size: 24px;
	}
#motto-right{
	height:60px;
	margin:0;
	background-color:rgba(255,255,255,1);
	width: 180px;
	float: left;
	padding-top: 50px;
	padding-left:110px;
	position: relative;
	font-family: lucida sans unicode;
	
}

.tel{
	color: #aa0000;
	padding-left: 25px;
}


#navigation-wrapper{
	height:70px;
	background-color:rgba(255,255,255,1);
	margin:0;
	padding:0;
	}


hr  { border: 0; height: 1px; background: #333; background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc); background-image: -moz-linear-gradient(left, #ccc, #333, #ccc); background-image: -ms-linear-gradient(left, #ccc, #333, #ccc); background-image: -o-linear-gradient(left, #ccc, #333, #ccc); }



.current {
	color: aqua;
}

