@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:1px;
	margin: 0 !important;
}

#content {
	width:970px;
	margin:auto;
}

#logo {
	padding-top:45px;
	margin-bottom: 10px;
}

#header {
	width:960px;
	height:290px;
	margin-top: 25px;
	background-image:url(img/header.jpg);
}

#nav {
	height:300px;
	width:440px;

}
.navlink {
	height:18px;
	width:190px;
	border-right:3px solid #041130;
	margin:4px;
	float:right;
	clear:right;
}
.navlink:hover {
	border-right:3px solid #FFF;
	cursor:pointer;
}
.navi {
	list-style: none;
	padding-bottom: 7px;
	margin: 0 auto 4px;
	/* width: 690px; */
}
.navi li {
	display: block;
	float: left;
	color: #fff;
}
.navi a {
	padding-left: 26px;
	padding-right: 52px;
	padding-top: 8px;
	padding-bottom: 7px;
	border-right: #051232 2px solid;
	color: #fff;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; 
	font-weight: 100;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	-moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.navi a:hover {
	border-right: #fff 2px solid;	
} 

.list {
	list-style: none;
	width: 620px;
	margin: 0;
	padding: 0;
}
.list li {
	float: left;
	display: block;
	width: 27%;
	margin-right: 2%;
	padding: 10px;
	background-color: #f4f0f0;
	margin-bottom: 10px;
}
.list li:nth-child(3n+1) {
	clear: both;
}

#substance {
	width:960px;
	margin-top:30px;
	background-color:#FFF;
}

#verbage {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: 300;
	font-size: 14.5px;
	line-height: 20px;	
	width:640px;
	float:left;
        text-align: justify;
	border-right:1px dotted #999;
	padding-right:20px; //content language in website
}
#hometxt p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 21px;
	font-weight: 200;
	text-align: justify;
	padding: 0 2% 6px;
	float: left;
	display: block;
	width: 32%; //left and right paragraph on home page
}
#hometxt h3 {
	padding: 10px 2% 10px;  
	float: left;
	display: block;
	width: 23%; 
	border-top: dotted rgba(9, 18, 60, 0.30) 2px;
	border-bottom: dotted rgba(9, 18, 60, 0.30) 2px; //lines above and below middle paragraph on home page

}
#contact {
	width:250px;
	float:right; //contact on right of every page
}

#footer {
	width:960px;
	border-top:1px dotted #222222;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-align:right;
	margin-top:25px;
	padding-bottom: 25px; //disclaimer
}
h3 {
	font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color:#041130;
	font-size:14px;
	line-height: 23px;
	font-weight: 600; //middle paragraph on home page
}

h2 {
	font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color:#041130;
	font-size:14px;
	letter-spacing:2px; //navigation tab fonts
}

h1 {
	font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color:#041130;
	font-size:16px;
	letter-spacing:4px;
	margin-bottom: 20px; //individual page headers
}
