@charset "UTF-8";

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: black;
	line-height: 19px;
}
ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: black;
	line-height: 19px;
	margin-left: 20px;
}
li {
	margin-top: 5px;
}

h1 {
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	color: #304785;
	line-height: 26px;
}

h2 {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	color: #304785;
	line-height: 24px;
}

a {
	color: #889735;
	text-decoration: none;
}
a:hover {
	color: #304785;
	text-decoration: underline;
}

/************* MASTHEAD  ******************/
	
.phoneStyling {
	width: 1050px;
	font-family: 'Lato', sans-serif; 
	font-weight: 700; 
	font-size: 28px; 
	color: white;
	margin-top: 12px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 0.1em 0.1em 0.2em black
}

#masthead { 
	width: 100%; 
	margin-top: 20px;
	height: 56px;
	padding: 10px; 
	/*background: #000F46; */
	-moz-box-shadow: 0 0 20px black; 
	-webkit-box-shadow: 0 0 20px black; 
	box-shadow: 0 0 20px black; opacity:1;
	filter:alpha(opacity=100);  /*For IE8 and earlier */ 
}

.mastheadInner { 
	/*width: 1100px; 
	padding: 5px; */ 
	width: 1024px;
	padding: 30px;
	margin-left: auto;
	margin-right: auto;
}

.mastheadContentLeft {
	float: left;
	width: 118px;
	margin-top: -55px;
	-moz-box-shadow: 0 0 20px black; 
	-webkit-box-shadow: 0 0 20px black; 
}

.mastheadContentRight {
	float: right;
	width: 890px;
	padding: 10px;
	margin-left: 0px;
	margin-top: -110px;
	z-index: 50;
}
.logo {
	position: relative;
	z-index: 20;
}
.ozland { 
	font-family: 'Lato', sans-serif; 
	font-weight: 700; 
	font-size: 48px; 
	color: white;
	z-index: 20;
	text-align: left;
	margin-left: 35px;
	padding-bottom: 35px;
}
.shadow {
	text-shadow: 0.1em 0.1em 0.2em black;
	filter: Shadow(Color=black, Direction=130, Strength=1); /* IE Proprietary Filter*/
}
.tag {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: white;
	font-style: italic;
	line-height: 5px;
	z-index: 20;
	/*margin-left: -100px;*/
	margin-top: 80px;
	text-shadow: 0.1em 0.1em 0.2em black;
	letter-spacing: 1px;
}

/************* MENU ******************/

#menu{
	clear: both; 
	width: 1017px;
	padding: 35px 0px;
	margin-top: 0px;
	margin-left: 155px;
	z-index: 50;
}

#menu ul{
	padding:0;
	margin-left: 22px;
	z-index: 100;
}

#menu li{
	position: relative;
	float: left;
	list-style: none;
	margin: 0;
	padding: 8px 0px;
}

#menu li a{
width: auto;
padding-right: 1.5em;
padding-left: 1.5em;
display: inline;
text-decoration:none;
font-family:Verdana, Geneva, sans-serif;
font-weight: 500;
font-size:14px;
color: #fff;
border-right: 1px solid #E0E9F2;
	
}

#menu li:last-child a {
	border-right: 0;
}

#menu li a:hover{
	color: #ccc;
}

#menu ul li:hover > ul {
		display: block;
}
	
#menu ul ul {
	padding: 0;
	position: absolute; top: 100%;
	display: none;
	background: #999;
	text-align: left;
	line-height: 22px;
}
	#menu ul ul li {
		float: none; 
		border-bottom: 1px solid #666;
		
		position: relative;
	}
		#menu ul ul li a {
			color: #fff;
			font-size:12px;
			border-right: 0;
			text-align:left;
		}	
			#menu ul ul li:hover {
				background: #000F46;
			}
			#menu ul ul li a:hover {
				background: #000F46;
				color: #fff;
			}

/************* CONTENT  ******************/
	
#clear { 
	clear: both;
}
	
#main-content { 
	width: 1024px; 
	height: auto;
	overflow: hidden;
	margin-top: 75px;
	margin-left: auto; 
	margin-right: auto; 
	background: white; 
	-moz-box-shadow: 0 0 20px black; 
	-webkit-box-shadow: 0 0 20px black; 
	box-shadow: 0 0 20px black; opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */ 
	z-index: 0;
}

.left-column {
	width: 245px;
	padding-left: 30px;
	margin-top: 30px;
	padding-right: 1.5em;
	float: left;
}
.right-column-full {
	width: 680px;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 1.5em;
	float: right;
	border-left: 1px solid #000;
	
}
.right-column-full2 {
	width: 680px;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: right;
	
}
.right-column-left {
	width: 335px;
	padding: 0px;
	float: left;
}
.right-column-right {
	width: 334px;
	padding: 0px;
	float: right;
}


/************* FOOTER  ******************/

#footer {
	clear: both;
	width: 964px;
	padding-top: 30px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
	
.footer2 {
	padding: 15px 0px;
	border-top: 1px solid #304785;
}

.footer-text {
	font-size: 11px;
	line-height: 16px;
}


	





