/* Design & Code (c) Company Name, Inc. */

body {
	background: url(images/background.jpg) repeat-x top #020b36; 
	margin: 0px;
	}
	
	
	
	
	
/* Headings H1-H6 */
h1, .h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight:bold;
	color: #99af64;
	margin: 0px;
}

h2, .h2 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color: #99af64;
	margin: 0px;
}

h3, .h3 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;	
	font-weight:bold;
	color: #17234e;
	margin: 0px;

}

h4, .h4 { 
	font: 9px Lucida Grande, Verdana, sans-serif;
	color:#2F70B0;
}

h5, .h5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#647443;
	margin:0;
}

h6 { }





/* Paragraph and Link Styles */
p, .content, li {
	color: #17234e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
}

.testimonial {
	color: #17234e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 16px;
}

a {
	text-decoration:none;
	color: #2F70B0;
}

a:hover {
	text-decoration:underline;
}
a:visited {
	color: #2A4C72;
}

.breadcrumbs {
	font: 9px Lucida Grande, Verdana, sans-serif;
	color:#2F70B0;
}	
	
.footer	{ 
	font: 10px/1.5em Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
}	

sup {
font-size:10px;
font-weight:bold;
}

.supheader {
font-size:14px;
font-weight:bold;
}
.buttons {
	width: 190px;
	padding: .5em;
	margin: 1em;
	background-color: #296299;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2B4D73;
	border-right-color: #2B4D73;
	border-bottom-color: #2B4D73;
	border-left-color: #2B4D73;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	}
	
.buttons a {
	text-decoration:none;
	color: #FFFFFF;
}
.buttons a:hover {
	text-decoration:underline;
}
	

/* Forms */
.textField
{
	color: #0F4C78;
	background: #E6F8FF;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:2px;
}	
	
	
/* Lists and Navigation */





/* Articles System */
.catdrop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #131F49;
	background-color: #CED7F2;
}

.articleListHeadings	{
	color: #131F49;
	background-color: #93A5E3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
}

.articleListing
{
	color: #131F49;
	background-color: #CED7F2;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.articleHomeDate { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 1.5em;
	color: #17234e;
	font-weight:bold;
}
.articleHomeListing
{
	color: #0F4C78;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.articleNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #BEBCD4;
}

/* CSS Drop Menu */
/* CSS Document */
#chromemenu{
width: 782px;
}
#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
width: 100%;
margin-left: 0;
padding-left: 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
font: 15px Arial, Helvetica, sans-serif;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
padding: 7px 30px;
text-decoration: none;
padding-bottom: 10px;
}

#chromemenu ul li a:hover{
color: #EAF9FF;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
line-height:18px;
z-index:200;
background-color: #F6F6F6;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
color: #194775;
font: 12px Arial, Helvetica, sans-serif;
font-weight: bold;
border: #A2B6D2 solid 1px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #D9E1EC;
color: #194775;
text-decoration: none;
}

/* secondary shade */


.dropmenudiv2 a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
color: #194775;
font: 12px Arial, Helvetica, sans-serif;
font-weight: bold;
border: #A2B6D2 solid 1px;
}

.dropmenudiv2 a:hover{ /*Theme Change here*/
background-color: #D9E1EC;
color: #194775;
text-decoration: none;
}


/* ######### End Drop Down Menu ######### */
.employee-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #17234E;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #121E48;
	border-right-color: #121E48;
	border-bottom-color: #121E48;
	border-left-color: #121E48;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: -5px;
}

/* Compare Features */
.compareTable {
	margin:5px;
	}
.compareTable td{padding:2px;}
.tableHeadings, .tableHeadings td	{
	color: #131F49;
	background-color: #93A5E3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
}
.compareListings	{
	color: #17234e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
}
.compareListingsChecks	{
	color: #17234e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
}


/*Services Table*/

table .table {
	color: #17234e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	border-collapse:collapse;
	
}

table .table td {
	border: #17234E solid 1px;
	padding: 2px 1px 2px 3px;
	}
	
td .first {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;	
	background:#2f70b0;
}

td .second {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;	
	background:#296299;
}

td .third {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;	
	background:#212d5f;
}

#menu ul {
	list-style-type: none;
}	
