/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px;
	padding: 0px;
	background-color: #122C47;
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #333333;
}
/* Redefines the p tag */
p {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 20px;
}

h1 {
	font: bold 21px Georgia, "Times New Roman", Times, serif;
	color: #2E5A77;
	text-transform: capitalize;
	margin-top: 20px;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-right: 40px;
	margin-left: 40px;
}
h2 {
	color: #292929;
	font-size: 16px;
	vertical-align: top;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}
/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #3399FF;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #315D7A;
}

address {
	font: bold normal 12px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
}
address a:link, address a:hover, address a:visited {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	background: url(images/header.jpg) no-repeat;
	position: relative;
	width: 1000px;
	height: 401px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
div#header img.headerimg {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
/* NAVIGATION CONTAINER */
div#nav {
	width: 1000px;
	top: 107px;
	position: absolute;
	text-align: left;
	left: 348px;
}
	
div#nav li a#current, div#nav li a#current:hover{
	background-image: url(images/navcurrent.gif);
	background-position: left top;
	background-repeat: repeat-x;
	color: #05152C;
}

/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	font-size:85%;
	list-style:none;
	text-transform:capitalize;
	width: 100%;} 

div#nav li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
	display: inline;}

div#nav li a {
	display:block;
	width: auto;
	color: #6094B7;
	text-decoration:none;
	font-weight: bold;
	font-size: 16px;
	padding-top: 12px;
	padding-bottom: 13px;
	padding-right: 24px;
	padding-left: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
}
div#nav li a:hover {
	color: #EFF4FA;}

/* NAVIGATION CONTAINER */

/* Creates the div container for the site. */
div#container {
	background: #FFFFFF url(images/contentbg.jpg) no-repeat;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #72C91D;
}
div#content {
	background: url(images/contentbg.jpg) no-repeat;
	float: left;
	width: 1000px;
}
div#contenthome {
	background: url(images/content-home-bg.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 1000px;
}
div#righthome {
	float: right;
	margin-top: 125px;
	width: 500px;
	margin-right: 40px;
}
div#lefthome {
	float: left;
	margin-top: 236px;
	width: 400px;
	margin-right: 40px;
	margin-left: 0px;
}
div#techsupport {
	clear: both;
	text-align: left;
	padding-left: 20px;
	background-color: #FFFFFF;
}
div#techsupport img {
	float: left;
}
div#techsupport p {
	font-size: 11px;
	padding-top: 60px;
}
div#leftnav {
	position: absolute;
	top: 153px;
}
div#left {
	float: left;
	margin-top: 125px;
	width: 300px;
	margin-right: 40px;
}
/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	width: 1000px;
	height: 1px;
	padding-top: 0px;
}
div#list {
	float: left;
	width: 200px;
	margin-left: 50px;
}
ul#list {
	font-size: 12px;
	margin-left: 0px;
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

ul#list li {
	list-style-position: inside;
	list-style-type: none;
	list-style-image: url(images/bullet.gif);
	line-height: 14pt;
}
ul#list2 {
	font-size: 12px;
	margin-left: 70px;
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 50px;
}

ul#list2 li {
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(images/bullet.gif);
	line-height: 14pt;
}
.clear {
	clear: both;
}
.name {
	color: #5A9FC8;
	font-weight: bold;
}
.right {
	float: right;
	margin-right: 100px;
	margin-top: 25px;
	padding: 0px;
}
.testimonial {
	float: right;
	border: none;
}
.heading {
	color: #333333;
	font-size: 16px;
	vertical-align: top;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
div#content p {
	margin-right: 40px;
	margin-left: 40px;
}
div#content img.right {
	float: right;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 2px;
	margin-top: 0px;
	clear: right;
	border: 1px dotted #CCCCCC;
}
.clearleft {
	clear: left;
	margin-top: -20px;
}
.clearright {
	clear: right;
}

.headingblue {
	color: #3399FF;
	font-size: 14px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
div#list2 {
	width: 400px;
	margin-left: 50px;
	clear: left;
}
/* ----------------- FORM ELEMENTS ----------------- */ 
input, textarea {
	width: 200px;
	padding: 0px;
	margin: 0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
label{
	text-align: left;
	float: left;
	width: 150px;
	font-size: 12px;
	color: #333333;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
input.submit {
	width: 100px;
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 220px;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #122C47;
	border: 1px solid #F0F0EB;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
div#form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-left: 50px;
	width: 450px;
}
div#testimonial {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 40px;
}
div#testimonial p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
div#right img.cta {
	padding: 0px;
	float: right;
}
div#cta {
	float: right;
	margin-bottom: 20px;
	width: 1000px;
}
