
/*==========================================
DOCUMENT
===========================================*/

html{
	margin: .2em;
	border: 2px solid gray;
	border-bottom: none;
}

#top {
	padding: .5em;
}

/*==========================================
HEADER
===========================================*/

h1 {
	color: #003366;
	font-family: cambria, serif;
	font-size: 3em;
	font-style: bold;
	font-variant: small-caps;
	padding: 0;
	margin: 0 0 0 4em;
	width: 80%;
}

h2.second {
	color: #003366;
	font-size: 1.5em;
	margin-left: 9.5em;
}


h2 {
	color: #CC9900;
	font-family: calibri, arial, sans-serif;
	font-size: 1.5em;
	font-variant: small-caps;
	margin-top: -.1em;
	margin-left: 8em;
	margin-bottom: .5em;
}

/*==========================================
LEFT NAV- NAVIGATION
===========================================*/

#leftnav{
	float: left;
	width: 13%;
	margin: 0;
	padding: .5em;
}

a.nav {
	text-decoration: none;
	display: block;
	font-weight: bold;
	font-size: 1em;
	font-family: cambria, serif;
	padding: 2px;
	margin: .4em;
	width: 90%;
	horizontal-align: right;
	border-top: 2px solid silver;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	border-left: 2px solid silver;
	text-align: left;
	background: white;
	
}


a.nav:link, a.nav:visited {
	color: #003366;
	font-family: cambria, serif;
	font-variant: small-caps;
}

a.nav:hover {
	border-top: 2px solid black;
	border-right: 2px solid silver;
	border-bottom: 2px solid silver;
	border-left: 2px solid black;
}

a.nav.active {
	color: white;
	background: #003366;
}

/*==========================================
CONTENT- BODY
===========================================*/

#content{
	width: 62%;
	float: left;
	border-left: white;
	padding: 1em;
	font-size: 1em;
}

/*--------TOPNAV---------*/

a.topnav:link, a.topnav:visited {
	display: block;
	color: #003366;
	font-size: .8em;
	font-weight: bold;
	font-family: calibri, sans-serif;
	text-align: right;
	margin: .3em 0 .3em 0;
}

a.topnav.active, a.topnav:hover {
	text-decoration: none;
	font-style: italic;
	background: white;
}

/*--------SERVICES---------*/

ul.services {
	display: block;
	float: left;
	width: 40%;
	min-width: 20%;
	margin: .5em;
	list-style-position: inside;
	margin: 1em;
	border: 2px dashed #CC9900;
	background-color: lightyellow;
}

li.services.header {
	color: 003366;
	font-weight: bold;
	font-size: 1.3em;
	font-family: cambria, serif;
	font-variant: small-caps;
	list-style-type: none;
	padding: .5em;
	background-color: lightyellow;
}


ul.services li {

	padding: .3em;
}
	

/*--------USP TABLE---------*/

table {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	font-variant: small-caps;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	width: 100%;
}

td.bullet {
	padding: 0;
}

a.bullet {
	display:inline;
	border: none;
	background: none;
	margin: 0;
}

a.bullet:link, a.bullet:visited {
	font-family: calibri, sans-serif;
	font-variant: small-caps;
	font-size: 1em;
	color: black;
	margin: 0;
}

a.bullet:hover {
	font-style: italic;
	margin: 0;
}

ul.bullet {
	padding: .5em;
	margin: 0;
	list-style-position: inside;
}

/*--------BODY---------*/

h3{
	color: #003366;
	font-family: cambria, serif;
	font-size: 1.2em;
	font-variant: small-caps;
	clear: left;
}

h3.topmargin {
	margin-top: 3em;
	clear: left;
}

h3.topmargingold {
	color: #CC9900;
	font-size: 1.5em;
	font-family: calibri, sans-serif;
	font-weight: bold;
	clear: left;
}

body{
	color: black;
	background: white;
	font-family: calibri, arial, sans-serif;
	font-size: 1em;
}

p {
	text-indent: 3em;
	text-align: justify;
	padding-left: 1.5em;	
	padding-right: 1.5em;
	clear: left;

}

p.noindent {
	text-indent: 0;
}

span.gold {
	color: #CC9900;
}

ol li {
	padding-top: 1em;
}

span.wordlink {
	text-decoration: underline;
}

a.header{
	color: #003366;
	font-family: cambria, serif;
	font-size: 1.2em;
	font-variant: small-caps;
	clear: left;
	font-weight: bold;
	margin: 2em 0 2em 0;
	text-decoration: none;
}

a.header:link, a.header:visited, a.header:hover {

color: #003366;
	font-family: cambria, serif;
	font-size: 1.2em;
	font-variant: small-caps;
	clear: left;
}


/*++++++++++ Contact Info +++++++++++*/

h2.contact {
	color: #003366;
	font-size: 1.2em;
	font-style: bold;
	font-variant: small-caps;
	margin-bottom: 0;
	margin-left: 0;
	text-align: center;
}

em.contact {
	font-style: none;
	color: #990000;
	font-family: cambria, serif;
	font-size: 1.5em;
	font-style: bold;
	font-variant: small-caps;
	margin: auto;
}

h2.contacttop {
	color: #003366;
	font-size: 1.2em;
	font-style: bold;
	font-variant: small-caps;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 1.5em;
	text-align: center;
}

em.contacttop {
	font-style: none;
	color: #990000;
	font-family: cambria, serif;
	font-size: 1.5em;
	font-style: bold;
	font-variant: small-caps;
	margin: auto;
}

blockquote {
	border: 2px dashed #CC9900;
	background-color: lightyellow;
	width: 80%;
	margin: 2em auto 2em auto;
	font-style: italic;
}

h3.blockquote {
	margin-left: .5em;
	font-style: normal;
	font-weight: bold;
}

p.blockquoteend {
	font-style: normal;
	font-weight: bold;
	color: #666666;
}

table.pics {
	font-size: 1.5em;
	font-weight: bold;
	color: #CC9900;
	width: 70%;
	border: 0;
	margin: 0 0 0 -100px;
	padding: 0;
}

table.pics td {
	padding: 1em;
}
	

/*==========================================
RIGHT NAV- FORM
===========================================*/

#rightnav {
	float: left;
	width: 16%;
	margin: 0;
	padding: .5em;
}

/*--------HEADER ATTENTION BLOCK---------*/
h4.rightnav {
	display: block;
	background: white;
	color: #990000;
	font-family: cambria, serif;
	font-size: 1.3em;
	font-variant: small-caps;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	text-align: center;
	padding: 0;
}

/*----------------FORM------------------*/

form {
	background: #003366;
	color: white;
	font-variant: small-caps;
	font-family: cambria, serif;
	border: 3px solid #CC9900;
}

input, textarea {
	
	width: 100%;
	font-size: .8em;
}

input:focus, textarea:focus {
	background-color: lightyellow;
}


/*--------FORM HEADERS---------*/
p.rightnav { 
	margin-left: 0;
	text-indent: 0;
	text-align: left;
	color: white;
	text-decoration: small-caps;
}

/*--------FORM FOOTERS---------*/
h5.info {
	font-size: 10pt;
	font-weight: bold;
	text-indent: .2em;
	font-variant: small-caps;
	font-family: cambria, serif;
}

p.info {
	font-size: 8pt;
	text-indent: 0;
}

ol.info {
	font-size: 9pt;
	text-indent: .5em;
	font-weight: normal;
	font-family: calibri, sans-serif;
}

/*==========================================
FOOTER
===========================================*/

#footer{
	clear: both;
	padding: 2em;
	font-size: .8em;
}

h1.footer {
	font-weight: bold;
	font-size: 1.3em;
	margin-left: 0;
}


ul.footer li {
	padding: .1em .3em .1em .3em;
	text-indent: 0;
	margin-left: auto;
	margin-right: auto;
	font-variant: normal;
	font-family: calibri, arial, sans-serif;
	color: black;
	font-weight: normal;
	list-style-type: disc;
	list-style-position: inside;
	float: left;
}

/*==========================================
BOTTOM LINKS
===========================================*/
#bottomlinks{
	clear: both;
	padding: .5em;
	margin: 0 2em 2em 2em;
	font-size: .8em;
	border-top: 1px solid #CC9900;
	border-bottom: 1px solid #CC9900;
}

a.bottomlinks { 
	margin: .5em 1em 1em .5em;
	font-size: .9em;
	color: #000033;
	font-family: calibri, arial, sans-serif;
}

a.bottomlinks:link, a.bottomlinks:visited {
	font-size: 1em;
	color: #000033;
}



/*==========================================
POPUP
===========================================*/
#popup {
	background: #003366;
	border: none;
	text-align: center;
}

div.popup {
	border: 3px solid #CC9900;
	width: 600px;
	height: 320px;
	padding: .5em;
	background: white;
	text-align: left;
	margin: 0;
}

h1.popuptitle {
	text-align: center;
	font-size: 1.3em;
}

h1.popup {
	font-size: .8em; 
	margin: 0;
}

h2.popup {
	font-size: .8em; 
	margin:0;
}

p.popup {
	font-size: 1em
}

a.popup:link, a.popup:visited {
	color: #003366;
	font-family: cambria, serif;
	font-variant: small-caps;
}

a.popup:hover {
	border-top: 2px solid black;
	border-right: 2px solid silver;
	border-bottom: 2px solid silver;
	border-left: 2px solid black;
}

/*--------THANK YOU PAGE---------*/

p.thankyou {
	margin: 0;
	padding: .5em;
	font-size: 3em;
	text-indent: 0;
	font-variant: small-caps;
	color: #003366;
	display: block;
	background-color: lightyellow;
	border: 2px dashed #CC9900;
	width: 85%;
}

/*==========================================
MISC
===========================================*/

br.clear {
	clear: both;
}

img.header {
	float: left;
}

img.logo {
	margin: 1em 1em 1em 2em;
	height: 40px;
}

img.install {

	width: 360px;
}

img.installone {
	margin-left: -4em;
	width: 360px;
}

/*=============================================
LIGHTBOX
==============================================*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed #CC9900;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 40%;
left: 60px; /*position where enlarged image should offset horizontally */
}

a.thumbnail {
	color: #003366;
}

