/* CSS Document */
body {
	margin:0;
	padding: 0;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;background-color: #fff;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}

a {
	font-style: inherit;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	text-decoration: none;
	font-size: 16px;
	color: #06F;
}


 ul {
	list-style-image: url(img/arrow.png);
}


h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	font-weight: bold;
	color: #00B6EB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 280%;
	text-align: left;
	color: #00b6eb;
	line-height: 120%;
	padding-bottom: 2px;
	padding-top: 1px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 200%;
	font-weight: bold;
	text-align: left;
	color: #3f3f3f;
	line-height: 138.46%;
	padding-bottom: 2px;
	padding-top: 1px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-weight: bold;
	text-align: left;
	color: #3f3f3f;
	line-height: 120%;
	padding-bottom: 2px;
	padding-top: 1px;
}

p {
	margin-bottom: 1.1em;
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	text-align: left;
	color: #414141;
	line-height: 18px;
	padding-bottom: 2px;
	padding-top: 1px;
}

/*navigation bar*/
div.navigation {
	width: 100%;
	height: 45px;
	background: #1b8dc1;
	position: fixed;
}
#wrap	{
	width: 1120px;
	height: 45px;
	margin: 0;
	z-index: 1;
	top:-16px;
	position: relative;
	background: transperent;
	margin-left: auto;
	margin-right: auto;
}

#nav{
    height: 44px;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size:17px;
	color: #fff;
	font-weight:bold;
    background: #1b8dc1; 
    margin-left: 0px;
    padding-left: 0px;
}  

#nav li{
	width: 160px;
    list-style: none;
    display: block;
    float: left;
    position: relative;
}

#nav li a{
    padding: 3px 0px 0px 0px ;
    margin: 0px 0;
	text-align:center;
    line-height: 40px;
    text-decoration: none;
    border-right: 0px solid #2297c2;
    color: #FFF;
}

#nav ul{
    background: #197dab;
    padding: 0px;
    border: 1px solid #2297c2;
    width: 180px;
}

#nav li:hover{
    background: #4baaca;
}
#nav li a{
    display: block;
}
#nav ul li {
    border-right:none;
    border-bottom:none;
    width:180px;
}
#nav ul li a {
    border-right: none;
    color:#fff;
	font-size:14px;
    border-bottom:none;
}
#nav ul li:hover{
	background:#4baaca;
}
#nav ul li:last-child {
	border-bottom: none;
	}
#nav ul li:last-child a{ 
border-bottom: none;
}
/* Sub menus */
#nav ul{
    display: none;
    visibility:hidden;
    position: absolute;
    top: 43px;
}

/* Third-level menus */
#nav ul ul{
    top: 0px;
    left:176px;
    display: none;
    visibility:hidden;
    border: 1px solid #2297c2;
	
}


#nav ul li{
    display: block;
    visibility:visible;
}
#nav li:hover > ul{
    display: block;
    visibility:visible;
}

#current {
	font-weight: normal;
	font-style:italic;
}
/*slider*/
#camera_wrap_4 {
	position:relative;
	height: 450px !important;
}

/*LOGO*/

.logo {
	width: 100%;
	height: 212px;
	background-color: transparent;
	background-image:url(img/logo.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}

/*CONTENT*/


.maincontent, .maincontentHOW {
	width: 930px;
	margin-left: auto;
    margin-right: auto;
	margin-top: 15px;
	margin-bottom: 30px;
	padding: 15px;
	background-color: transperent;
	background-image: url(img/bgtext.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}

.maincontent {
	
	height: 360px; 
}

.imgright {
	float:right;
	margin: 15px 15px 15px 15px;
}

.imgleft {
	float:left;
	margin: 15px 15px 15px 15px;
}

.linklist {
	width:220px; 
	float:left;
}


.linklist ul li {
	padding-bottom: 20px;
}

.linklist ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #3f3f3f;
	padding-left: 5px;
	line-height: 120%;
	text-decoration: none;
}

.linklist ul li a:hover{
	letter-spacing: 1px;
	background: transparent;
}

/*FOOTER*/

.footer {
	height:152px; 
	width: 100%;
	background-color: transparent;
	background-image:url(img/footer.jpg);
}

div.details {
	width:960px;
	margin-left: auto;
    margin-right: auto;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #666666;
	line-height: 18px;
	
}

/*other*/

div.button  {
	width:220px;
	height: 40px;
	float:left;
	padding: 5px;
	font-size:16px;
	text-align:center;
	vertical-align:middle;
}

div.button1  {
	width:220px;
	height: 50px;
	float:left;
	padding: 5px;
	padding-top:30px;
	font-size:16px;
	text-align:center;
	vertical-align:middle;
}

div.button2  {
	width:140px;
	height: 40px;
	float:left;
	padding: 5px;
	font-size:16px;
	text-align:center;
	vertical-align:middle;
}
div.button3  {
	width:300px;
	height: 40px;
	float:left;
	padding: 5px;
	font-size:16px;
	text-align:center;
	vertical-align:middle;
}

p.quote {
	display:block;
	border-radius: 26em 1em / 2em 1em;
	background: rgba(26, 147, 194, 0.6);
	width: 75%;
	padding: 15px;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
	color: white;
	font-size: 16px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}

fieldset {
    border: none;
    margin-top: 1.4em;
    padding: 0.5em;
}

legend {
    font: bold 0.8em Arial, Helvetica, sans-serif;
    color: #00008B;
    background-color: #FFFFFF;
}

input.txt, textarea.txt {
    color: #00008B;
    background-color: #E3F2F7;
    border: 1px inset #00008B;
    width: 160px;
}

input.btn {
    color: #00008B;
    background-color: #ADD8E6;
    border: 1px outset #00008B;
}


form div {
    clear: left;
    margin: 0;
    padding: 10px;
    padding-top: 0.6em;
	width:600px;
	margin-left: auto;
    margin-right: auto;
	
}

form div label {
    float: left;
    width: 180px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	text-align: left;
	color: #3f3f3f;
	line-height: 120%;
	padding-bottom: 2px;
	padding-top: 1px;
}
form div textarea {
    width: 559px;
    height: 100px;}

legend {
    background-color: #FFA873;
}
