@charset "utf-8";

div,h1,h2,h3,h4,h5,h6,p,address,ul,ol,li {
	margin: 0px;
	padding: 0px;
}

a:visited {
	color:#28509E;
} /* visited link */
a:hover {
	color: #FFF;
	background: #28509E;
}   /* mouse over link */

body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the 
	#container selector */
	margin: 6px auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100.01%;
	background: #9FBFFE;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	margin-top: 7px;
	text-align: left;
	background: #9FBFFE;
  }
#header {
	height: 80px;
	width: 942px;
	background: #9FBFFE;
	margin-bottom: 20px;
	border-bottom-width: 5px;
	border-bottom-color: #28509E;
	border-bottom-style: solid;
	margin-left: 7px;
}
#logo {
	/* margin: 6px auto; /* line up with content */
	float: right;
	margin-top: 10px;
	margin-right: 0px;
}
#mainContent {
	width: 590px;
	color: #000000;
	padding: 0px 0px 0px 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}
#photos {
	padding: 8px 10px;
	margin-bottom: 10px;
	font-size: 0.9em;
	line-height: 1.3em;
	border: 2px solid #1C376E;
	background: #CFDFFE;
	float: none;
	margin-top: 10px;
}
.photoImg {
	float: right;
	padding-left: 7px;
}
#colorSchemes {
	padding: 8px 10px 10px;
	margin-bottom: 10px;
	font-size: 0.9em;
	line-height: 1.3em;
	border: 2px solid #1C376E;
	background: #CFDFFE;
	float: none;
}
#directions {
	padding: 8px 10px 10px;
	margin-bottom: 10px;
	font-size: 0.9em;
	line-height: 1.3em;
	border: 2px solid #1C376E;
	background: #CFDFFE;
	float: none;
}
#aerospace {
	padding: 8px 10px 10px;
	margin-bottom: 10px;
	font-size: 0.9em;
	line-height: 1.3em;
	border: 2px solid #1C376E;
	background: #CFDFFE;
	float: none;
}
#photography {
	padding: 8px 10px 10px;
	margin-bottom: 10px;
	font-size: 0.9em;
	line-height: 1.3em;
	border: 2px solid #1C376E;
	background: #CFDFFE;
}
#examplePSD {
	padding: 10px;
	margin-bottom: 10px;
	font-size: 0.9em;
	border: 2px solid #1C376E;
	line-height: 1.3em;
	background-color: #CFDFFE;
}
#sidebar {
	float: right;
	width: 340px;
	padding-left: 10px;
	margin-right: 10px;
	font-size: 0.9em;
	line-height: 1.3em;
}
#footer {
	float: left;
	width: 942px;
	height: 120px;
	top: 20px;
	margin-top: 2px;
	margin-left: 7px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #1C376E;
	padding-top: 7px;
}
.bclear {
	clear: both;
}
.highlight {
	background: #28509E;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.6em;
	padding-left: 10px;
	color: #FFF;
	margin-bottom: 10px;
}
.video {
	float: none;
	border: 2px solid #1C376E;
	left: auto;
	right: auto;
	margin-right: 0px;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.spacerdiv {
	padding: 10px 0px;
	float: none;
	border: thick solid #1C376E;
	left: auto;
	right: auto;
	margin-right: 0px;
	text-align: center;
}

.ordinal {
	font-size: 80%;
	vertical-align: 15%;
}
/* define this section for 10 px padding -- indentation ******************************
.navigation {
	margin-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}