@charset "utf-8";
/* added to help with older IE compatibility - can go if it messes anything up*/
header, footer, section, article, nav, aside {
	display: block;
}
body {
	font-family: Arial, Helvettica, sans-serif;
	margin: 0px;
	background-color: #CCCCCC;
	padding-bottom: 30px;
	color: rgba(68, 85, 102, 1);
}
/*	Header ---------------------------------------------------------------------*/
BannerImage {
	float: left;
	width: 11%;
	margin: 2px 2px 2px 2px;
}
hgroup {
	 width: 50%; 
	 float: left; 
	padding-left: 10px;
}
hgroup h1 {
	color: white;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 1em;
}
hgroup h2 {
	padding-top: 0;
	padding-bottom: 0;
	line-height: 1em;
}
header {
	width: 85%;
	background-color: rgba(119, 136, 153, 1);
	color: white;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	overflow: hidden;
}

a {
	text-decoration: none;
}

a:link {
    color: rgba(68, 85, 102, .9);
	font-weight: bold;
}

/* visited link */
a:visited {
    color: rgba(68, 85, 102, .6);
}

/* mouse over link */
 a:hover {
    color: rgba(68, 85, 102, .6);
}

/* selected link */
a:active {
         color: rgba(68, 85, 102, .4);
}


.photo_div_right{
		/* clear:none; */
		float: right;
		padding-bottom: 15px;
		padding-left: 10px;
		padding-right: 0px;
		padding-top: 0px;

}

.photo_div_left{
		/* clear: both; */
		float: left;
		padding-bottom: 15px;
		padding-left: 0px;
		padding-right: 15px;
		padding-top: 0px;
}

.photo_shadow {
 			  box-shadow: 4px 4px 6px 2px #cccccc;   
}


 a img:hover {
    opacity: 0.5;
	transition: all 0.3s linear;
}

.photo_left {
		clear: both;
		float: left;
		/* padding: 10px, 10px, 10px, 10px;   */
			 /* box-shadow: 4px 4px 6px 2px #cccccc;  */
		 /* padding: 10px;  */
		padding-bottom: 15px;
		padding-left: 0px;
		padding-right: 10px;
		padding-top: 0px;
}

/*	Global Navigation  
-------------------------*/
nav {
	width: 85%;
	color: white;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	background-color: rgba(153, 136, 102, .6);
	border-top: 2px solid #445566;
	border-bottom: 2px solid #445566;/* border-bottom: 2px solid #665533; */
}
a.nounderline {
	text-decoration: none;
	color: white;
	padding-left: 5px;
	padding-right: 5px;
}
nav a:hover {
	cursor: pointer;
	color: rgba(68, 85, 102, 1);
	transition: all 0.3s linear;
}
nav ul {
	margin: 2px;  /* increase to add room to better display link underlines */
	padding: 2px;
	float: right;
	list-style-type: none;
	padding-left: 0;
}
nav li {
	float: left;
	margin-right: 5px;
	color: #000000;
}





/*	Main Content      
-------------------------*/
.content {
	width: 85%;
	background-color: white;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 0px;
}
.section_grad {
	z-index: 0;
	opacity: 0.3;
	width: 100%;
	height: 45px;
	left: 0px;
}
.shadedDarkColumn {
	width: auto;
	text-align: left;
	float: left;
	background-color: #F8F8F8;
	color: rgba(68, 85, 102, 1);
	margin-top: 35px;
	margin-right: 1%;
	margin-left: 1%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-radius: 3px;
	border-bottom: 4px solid rgba(68, 85, 102, .8);
	box-shadow: 4px 4px 6px 2px #cccccc;
}
.column-text {
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}
.column_image {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
	opacity: 0.8;
}
.imageBlock {
	width: auto;
	height: 100%;
	float: left;
	margin-top: 35px;
	margin-left: 10px;
	padding-left: 5px;
	max-width: 350px;
}
.imgFrame {
	width: 100%;
	box-shadow: 4px 4px 6px 2px #cccccc;
}
.vertImageColumn {
	width: 23%;
	text-align: center;
	float: left;
	margin-top: 35px;
	background-color: #F8F8F8;
	padding-bottom: 20px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 3px;
	padding-top: 20px;
	border-bottom: 4px solid rgba(68, 85, 102, .8);
	padding-left: 0px;
	padding-right: 0px;
}

.contactText {
	
}




/* Definition of Basic Color Blocks -----------------------------------------*/

.offWhite {
	background-color: rgba(255,255,255,1.00);
}
.lightGray {
	background: rgba(119, 136, 153, .2);
}
.lightTan {
	background: rgba(153, 136, 102, .15);
}
.darkTan {
	background: rgba(153, 136, 102, .6);
}
.deepBlue {
	background: rgba(68, 85, 102, .9);
	color: white;
}
.lightBlue {
	background: rgba(68, 85, 102, .5);
	color: white;
}
.darkDeepBlue {
	background: rgba(68, 85, 102, 1);
	color: white;
}
.dartDeepBlue h1 {
	color: white;
}
/*	General Article - formating an article with a artical block on one side and a image/figure on the other sides can be reversed --*/
section {
	padding-top: 0px;
	padding-bottom: 10px;
}
article {
	padding-left: 20px;
	padding-right: 20px;
}
container_generic {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	padding-bottom: 35px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
	text-align:left;
}
container_generic .shadedDarkColumn {
	width: 57%;
}
container_generic h3 {
	padding-left: 20px;
	padding-right: 5%;
	margin-top: 5%;
	color: #717070;
	font-weight: bold;
	text-transform: uppercase;
}
container_generic .column-text {
	color: #B3B3B3;
}
container_generic .imageBlock {
	height: auto;
	float: left;
}
container_generic .imgFrame {
	width: 100%;
	height: auto;
	max-width: 350px;
	box-shadow: 4px 4px 6px 2px #cccccc;
}
/*	2 Columns
-----------------------------------------------------------------*/
container_2Col {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	color: rgba(68, 85, 102, 1);
	padding-bottom: 35px;
	padding-top: 0px;
/*	margin-top: -5px;*/
	margin-bottom: 0px;
}
container_2Col .shadedDarkColumn {
	width: 48%;
}
container_2Col h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: rgba(68, 85, 102, 1);
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}
/*	3 Columns -----------------------------------------------------*/
container_3Col {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	padding-bottom: 35px;
	padding-top: 0px;
	margin-bottom: 0px;
}
container_3Col .shadedDarkColumn {
	width: 31%;
}
container_3Col h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: rgba(68, 85, 102, 1);
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}
/* 4 Column image and article support -------------------------------------------------------------------------------*/
container_4Col {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
container_4Col .vertImageColumn h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: rgba(68, 85, 102, 1);
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
container_4Col .vertImageColumn .column-text {
	color: #B3B3B3;
}
container_4Col .vertImageColumn .tag {
	color: #5D5E5D;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

/* Resume Elements  -------------------------------------------------------------------------------*/

.shadedDarkColumn_left_resume {
	width: 29%;
	text-align: left;
	float: left;
	background-color: #F8F8F8;
	color: rgba(68, 85, 102, 1);
	margin-top: 10px;
	margin-right: 1%;
	margin-left: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-radius: 3px;
	border-bottom: 4px solid rgba(68, 85, 102, .8);
	box-shadow: 4px 4px 6px 2px #cccccc;
}

.shadedDarkColumn_resume {
	width: 29%;
	text-align: left;
	float: left;
	background-color: #F8F8F8;
	color: rgba(68, 85, 102, 1);
	margin-top: 10px;
	margin-right: 1%;
	margin-left: 0%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-radius: 3px;
	border-bottom: 4px solid rgba(68, 85, 102, .8);
	box-shadow: 4px 4px 6px 2px #cccccc;
}

.resume_ul{
	width: 95%;
	margin: auto;
	padding-left: 0px;
	margin-left: 0px;
display: block;

}
.resume_li {
	width: 95%;
	margin: auto;
	display: block;
}


/*	Page Footer  
-------------------------*/
CopyRightText {
	float: left;
	padding-top: 4px;
	font-size: small;
}
