﻿@import url('layout.css');
body {
	margin: 0px;
	background-color: #E3E4E8;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	font-size: small; /*	color: #E3E3E3; */;
	color: #000000;
	background-repeat: repeat-x;
	background-image: url('../images/bg.jpg');
}

/* Styles for DIV tags */
#container {
	/*	border-right: 3px solid #999999;
	border-left: 3px solid #999999; */
	border-bottom: 3px solid #000000;
	background: #778899 url('../images/RichardLWarren.png') no-repeat left top;
	margin-top: 10px;
	border-top: 3px solid #000000;
}

#masthead {
	background-color: #778899;
	background-image: url('../images/masthead_bg.jpg');
	background-repeat: repeat-x;
	padding: 15px;
}

#navigation {
	background-color: #998866;
	margin-left: 160px;
	text-align: center;
	border-top: 2px solid #445566;
	border-bottom: 2px solid #665533;
}

html > body #navigation {
	overflow: hidden;
}

#content_container {
	background-color: #ffffff;
	padding: 0px;
}

#column_left {
	float: left;
}

#column_right {
	background-color: #ccbb99;
	padding-bottom: 30px;
}

#image {
	margin-bottom: 6px;
	margin-left: 6px;
	margin-right: 3px;
}

#footer {
	background-color: #666666;
	color: #FFFFFF;
}

#validation {
	margin-top: 10px;
}

#resume {
	text-align: left;
	color: black;
}


/* Styles for Resume */
#resume h1 {
	text-align:center;
	font-size:150%;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color: black;
}

#resume h2 {
	text-align: center;
	font-size: 105%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-variant: small-caps;
	padding-top: 1.5em;
}

#resume h3 {
	text-align: center;
	font-size: 85%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-variant: small-caps;
}

#resume p {
	text-align: left;
	text-indent: 0px;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}

#resume ul {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#resume li {
	list-style: square;
	list-style-position: inside; 
	margin-left: 0px;
}

#resume a {
	font-weight: bold;
	color: gray;
}

#resume hr {
	margin-top: 15px;
	height: 1px;
}

/* Styles for Masthead */
#masthead h1 {
	color: #ffffff;
	font-style: normal;
	font-size: xx-large;
	margin: 0px;
	text-align: left;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
}

#masthead h3 {
	margin-top: 0.4em;
	color: #e5e5e5;
	margin-bottom: 0px;
	text-align: left;
	font-size: large;
	padding-top: .1em;
	font-style: normal;
	font-weight: normal;
}

#masthead a {
	color: #ffffff;
	text-decoration: none;
}

#masthead a:hover {
	text-decoration: none;
}

/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

#navigation li {
	float: left;
}

#navigation a {
	color: #fff;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #986;
}

#navigation a:hover {
	border: 1px solid #456;
	background-color: #456;
}

/* Styles for Right Column */
#column_right h4 {
	color: #112233;
	margin-top: 0px;
}

#column_right p {
	text-indent: 0em;
	color: #000000;
	margin: 1em 0em 0em 0em;
	font-size: small;
}

#column_right a {
	color: #443311;
}

#column_right a:hover {
	background-color: #776644;
	color: #FFFFFF;
}

/* Styles for Left Column */
h1 {
	font-size: xx-large;
	color: #ffffff;
	margin-top: 0px;
}

h2 {
	font-size: x-large;
	color: #333333;
	margin-top: 0px;
}

h3 {
	font-size: large;
	color: #333333;
	margin-top: 0px;
}

h4 {
	font-size: medium;
	color: #000000;
	margin-top: 0px;
}

h5 {
	font-size: x-small;
	margin-top: 0px;
}

h6 {
	font-size: xx-small;
	margin-top: 0px;
}

a {
	color: #112233;
	text-decoration: underline;
}

a:hover {
	color: #998866;
	text-decoration: underline;
}

p {
	color: black;
	text-indent: 2em;
	margin: 1em 0em 0em 0em;
}

.style3 {
	color: green;
	font-weight: bold;
}

/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: x-small;
	text-align: left;
}

#copyright {
	float: right;
	text-align: right;
}

#copyright p {
	font-size: x-small;
}

#footer a {
	color: #FFFFFF;
	font-weight: bold;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* Styles for Validation */
#validation img {
	border-width: 0;
}


/* General style settings */
.style_bold {
	font-weight: bold;
}

.style_italic {
	font-style: italic;
}

.customer {
	color: green;
	font-weight: bold;
}