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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/img_leathertexture1.jpg);
	background-repeat: repeat;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #C00;
}
a:active {
	text-decoration: none;
	color: #000;
}
.gridContainer {
	max-width: 1024px;
	margin: auto;
	padding: auto;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	line-height: 15px;
}

.menu_icon {
	display:none;
}

nav {
	background-color: #010066; /*--- blue ---*/
	
}
#nav, #nav ul {
	
	font-size: 20px;
	color: #FFF;
	text-align: center;
	padding: 0;
	margin: auto auto auto 3% ;
	list-style: none;
	line-height: 1;
	z-index: 1000;
	width:80%;
}
#nav a:link, #nav a:visited {
	margin-right: 25px;
	color : #fff;
	text-decoration : none;
	padding : 0;
	font-weight:100;
}
#nav a:hover, #nav a:active {
	color: #E5D5C5; /*--- toupe ---*/
	text-decoration : underline;
}
#nav li {
	float: left;
	padding-top: 5px;
}
#nav li ul {
	position: absolute;
	width: 175px;
	left: -999em;
	background-color: #0c174f;
	text-align: left;
	padding-bottom: 3px;
	margin:auto;
}
#nav li ul li {
	font-size: 80%;
	margin-left: 8px;
	clear: left;
}
#nav li ul a:link, #nav li ul a:visited {
	margin-right: 0px;
	color : #fff;
	text-decoration : none;
}
#nav li ul a:hover, #nav li ul a:active {
	color: #9c7900;
	text-decoration : underline;
}
#nav li:hover ul {
	left: auto;
}
section {
	margin: 2% 15%;
	overflow:auto;
}

.left_col {
	float:left;
	width:60%;
	margin-right: 3%;
}

.right_col {
	float:left;
	width:37%;	
}

footer {
	clear:left;
	background-color: #E5D5C5; /*--- toupe ---*/
	height: 40px;
}

/*** home styles ***/
.hm_left_col {
	width: 43%;
	margin-right: 1%;
	float:left;
	border:	#010066 solid 3px;
	padding: 0 2%;
	
}

.hm_right_col {
	width: 43%;
	margin-left: 1%;
	float:left;
	border:	#010066 solid 3px;
	padding: 0 2%;
	
}

.hm_left_col p, .hm_right_col p {
	padding-left: 22px ;
    text-indent: -22px ;
}

.hm_full_col {
	width:93%;
	border:	#010066 solid 3px;
	padding: 0 2%;
	clear:left;
	margin-top: 2%;	
}

h3 a:link, h3 a:visited, h3 a:active, h3 a:hover {
	background-color: #010066;
	color:#fff;
	padding: 10px;
	display:table;
	margin-top: -25px;
	
}


/*** blog styles ***/

.blog_title {
	font-size: 120%;
	font-weight:bold;
	margin-bottom: 1%;	
}

.posted_date {
	font-style: italic;
	margin-bottom: 1%;			
}

.blogpost {
	margin-bottom: 1%;	
	
}


@media only screen and (max-width: 481px) {

.menu_icon {
	display:block;
}

#nav, #nav ul {
	font-size: 1.5em;
	text-align: left;
}
#nav li {
	float: none;
	padding-top: 5px;
}

.left_col {
	float:none;
	width:95%;
	margin-right: auto;
	margin-left: auto;

}

.right_col {
	float:none;
	width:95%;
	margin-right: auto;
	margin-left: auto;	
}

section>p>img {
	float:none !important;	
}


/*** home styles ***/
.hm_left_col {
	width: 93%;
	margin-right: auto;
	margin-left: auto;
	float:none;
	
}

.hm_right_col {
	width: 93%;
	margin-right: auto;
	margin-left: auto;
	float:none;
	
}


}
