﻿/**********************************************\
|            Eric Meyer's CSS Reset            |
\**********************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/********************************\
			*Colors*
	#e5ecf1 ........ Pale Blue
	#abc0d1 ........ Light Blue
	#275e89 ........ Blue
	#001e45 ........ Dark Blue
	#f0ebd3 ........ Tan
	#aca88d ........ Dark Tan
\********************************/



/**********************************************\
|                Main Elements                 |
\**********************************************/

body {
	font-size: 62.5%;
	font-family: Arial, Sans-Serif;
	text-align: center;
	background-image: url(images/bodyBkg.jpg);
	background-repeat: repeat-x;
	background-color: #abc0d1; /*Light Blue*/
}

#container {
	background-color: #275e89; /*dark tan*/
	background-repeat: repeat-x;
	background-position: top;
	width: 800px;
	text-align: left;
	background-position: 0 13em;
	margin: 1em auto;
}

#footer {
	color: white;
	padding: .5em 1em;
	text-align: right;
	background-image: url(images/blue_fade.jpg);
	background-repeat: repeat-y;
	clear: both;
	overflow: hidden;
	display: block;
}

.splitRight {
	width: 34.5em;
	padding-left: 1em;
	margin-left: 1em;
	border-left: solid #275e89 2px;
	float: right;
}

.splitLeft {
	float: left;
	width: 25em;
}

.splitLeft img{
	margin-bottom: 1em;
}


/**********************************************\
|              Header/Navigation               |
\**********************************************/

#header {
	background-image: url(images/header_bkg.jpg);
	height: 12em;
}

#navigation {
	padding: 6em 1em 6.89em 15em;
}

#navigation ul {
	list-style-type: none;
}

#navigation li{
	float: left;
	height: 3.5em;
	padding: .5em .5em .5em 1em;
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	margin-right: -.1em;
	margin-left: 0;
}

#navigation li.first, #navigation li.last {
	width: 4em;
	margin-right:-.1em;
}

#navigation li.first:hover, #navigation li.last:hover {
	width: .7em;
	border-left: none;
	border-right: none;
	background-image: none;
}

#navigation li:hover {
	background-image: url(images/trans_bkg.png);
	border: solid .1em white;
	padding: .5em .4em .5em .9em;
}

#navigation a {
	color: White;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

#navigation em {
	font-weight: bold;
	display: block;
	font-size: 1.3em;
	font-style: normal;
	width: 9em;
}

#navigation small {
	display: block;
	font-size: 1.1em;
	width: 9em;
}


/**********************************************\
|                   Content                    |
\**********************************************/

#contentContainer {
	background-color: white;
	background-image: url(images/content_shadow.jpg);
	background-repeat: repeat-x;
	float: left;
	width: 100%;
	overflow: hidden;
	min-height: 460px;
}

#content {
	width: 62em;
	float: left;
	padding: 1.5em 1em 1em;
	text-align: justify;
}

#left {
	float: left;
	background-image: url(images/left_bottom.jpg);
	background-repeat: repeat-y;
	margin-bottom: -10000px;
	padding-bottom: 10000px;
	width: 80px;
	overflow: hidden;
}

#left .top {
	background-image: url(images/left_top.jpg);
	margin-bottom: -10000px;
	padding-bottom: 10000px;
	background-repeat: no-repeat;
	height: 460px;
	overflow: hidden;
}

#right {
	float: right;
	background-image: url(images/right_bottom.jpg);
	background-repeat: repeat-y;
	margin-bottom: -10000px;
	padding-bottom: 10000px;
	width: 80px;
	overflow: hidden;
}

#right .top {
	background-image: url(images/right_top.jpg);
	margin-bottom: -10000px;
	padding-bottom: 10000px;
	background-repeat: no-repeat;
	height: 460px;
	overflow: hidden;
}



/**********************************************\
|                Text Elements                 |
\**********************************************/

/* Headers */

h1 {
	font-family: Arial, Sans-Serif;
	font-size: 1.6em;
	color: #bf2c4c; /* Red */
	padding-bottom: .5em;
	font-weight: bold;
}

h2 {
	font-size: 1.3em;
	font-family: Arial, Sans-Serif;
	font-style: italic;
	color: #666;
	line-height: 1.4em;
	font-weight: bold;
	margin-bottom: 1em;
}

h3 {
	font-family: Arial, Sans-Serif;
	font-size: 1.3em;
	color: #275e89;
	font-weight: bold;
}

.splitRight h2 {
	font-size: 1.3em;
	font-family: Arial, Sans-Serif;
	color: #666;
	line-height: 1.4em;
	font-weight: bold;
	margin-bottom: 1em;
}

.splitRight h4 {
	font-size: 1.3em;
	font-family: Arial, Sans-Serif;
	color: #666;
	line-height: 1.4em;
	margin-bottom: 1em;
}

p, .splitRight ul{
	font-size: 1.2em;
	line-height: 1.5em;
	margin: .5em 0 1.5em 0;
}

ul {
	list-style-type: disc;
}

li {
	margin-left: 1.5em;
}

a:link {
	color: #275e89; /*Blue*/
	font-style: italic;
	font-weight: bold;
}
a:visited {
	color: #275e89; /*Blue*/
	font-style: italic;

	font-weight: bold;
}
a:hover {
	color: #275e89; /*Blue*/
	font-style: italic;
	font-weight: bold;
}
a:active {
	color: #275e89; /*Blue*/
	font-style: italic;
	font-weight: bold;
}

/* definition Lists */

dl {
}

dt {
	font-weight: bold;
	color: #275e89; /*Blue*/
	font-size: 1.3em;
	margin-top: 1em;
}

dt:first-child {
	margin-top: 0em;
}

dd {
	line-height: 1.5em;
	margin-top: 0em;
}

.framed {
	border: solid 2px #275e89; /*Blue*/
	padding: 0em 1em 1em;
	margin-top: 1.5em;
}

.framed p{
	margin: 1em 0 0;
}

.framed h3 {
	margin-top: 1em;
}

.framed h4 {
	display: inline;
	background-color: White;
	padding: 0 .5em;
	color: #bf2c4c; /* Red */
	font-size: 1.6em;
	font-weight: bold;
}

.framedHead {
	display: block;
	margin-top: -.75em;
}

.last {
	padding-bottom: .5em;
}

.imageBlock img {
	display: block;
	clear: none;
	}

/* Miscellaneous */
	
.placeholder {
	width: 25em;
	height: 12em;
	background-color: Blue;
	margin-bottom: 1em;
	color: White;
	text-align: center;
	vertical-align: middle;
}

.breadcrumb {
	padding: 0;
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 1.1em;
}

.softwarePage {
	margin-bottom: 1em;
	padding: 1em 1.5em 1em 1em;
	border-bottom: solid 2px #275e89; /*Blue*/
}

.softwareInfo {
}

.softwarePage img {
	float: left;
}

.softwarePage p {
	margin: .5em 0 0 13em;
}

.softwarePage h3 {
	margin-left: 12em;
}

object {
	display: block;
	margin: 1em 0 1em 6em;
}

.vidLinks {
	margin: 1em 2em .5em 0em;
}

.vidLinks a {
	font-style: normal;
	font-size: 1.2em;
	margin-right: 2em;
}