body { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000;
	background-image: url(../images/upperbackground.gif);
	background-repeat:repeat-x;
	margin: 0;
}

a:link, a:visited, a:active {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #ffa434;
	text-decoration: none;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #603;
	border: 0;
	border-top: 1px solid #603;
	height: 1px;
}
/* Page Headings */
/*
h1, h2, h3, h4, h5, h6 {color: #ffffff;font-weight:normal;} */
h1  	{font-size:32px;}
h2  	{font-size:20px;}
h3  	{font-size:14px;}

form {margin: 0;}

blockquote 	{
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	color: #666;
	border-left: 2px solid #666;
	padding-left: 10px;
	font-size: 1.2em;
}

abbr				{}
acroynm			{}
cite				{}
address			{}
strong			{}
em					{}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Layout Blocks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#main { /* Holds the page items in place */
	width: 915px;
	margin: 20px auto 0 auto;
	padding: 0;
}
#banner {
	padding: 10px 10px 20px 25px;
	height:50px;
	text-align: left;
	font-weight: bold;	
}
* html #banner {clear:both;height:70px;} /* ie6 misbehaves again */

#content { /* main content from the WYSIWYG goes in here */
	clear: right;
	margin-top: 15px;
}

#content.homecontent { 
	margin-top: 25px;
	height: 298px;
	margin-left: 35px;
}


#hometext {
	float: left;
}

#newsbutton  {
	float: left;
	margin-top: 50px;
}

#bottommenu  {
	background-image: url(../images/bottom_menu_about.png);
	background-repeat: no-repeat;
	clear:  both;
	height: 210px;
	margin-left: 25px;
}

#bottommenu-gettingstarted  {
	background-image: url(../images/bottom_menu_getstarted.png);
	background-repeat: no-repeat;
	clear:  both;
	height: 211px;
	margin-left: 25px;
	clear:both;
}
#bottommenu-ideas  {
	background-image: url(../images/bottom_menu_ideas.png);
	background-repeat: no-repeat;
	background-position: top left;
	clear:  both;
	height: 211px;
	margin-left: 25px;
}
#bottommenu-media  {
	background-image: url(../images/bottom_menu_media.png);
	background-repeat: no-repeat;
	clear:  both;
	height: 211px;
	margin-left: 25px;
}

#bottomnav  {
	width: 860px;
	text-align:center;
	vertical-align: middle;
	font-size:14px;
	font-weight:bold;
	padding-top: 25px;
	text-transform:uppercase;
	margin-left: 5px;
}

#bottomspacer  {
	height: 25px;
}
#bottomnav td {
	width: 288px;
}

#bottomnav a  {
	color: #003366;
}
#bottomnav a:hover {
	color: #ffffff;
	text-decoration:none;
}

#bottomnav a.current  {
	color: #ffffff;
}
#



* html #contentContainer #content {text-align:left;} /* ie6 misbehaves */
* html #contentContainer #content table {width: 90%;} /* ie6 fix to stop tables being pushed below floats */



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Search Box in banner */
#search_box {
	color: #fff;
	text-align: center;
}
#search_box {
	float: right;
	clear: right;
	width: 200px;
}
#search_box fieldset {border:0;}
#search_box legend, #search_box label {display:none;}

#search_string {
	width: 100px;
	height: 16px;
	font-size: 90%;
	vertical-align: middle;
	border: 1px inset #ccc;
}
#search_submit {
	width: 50px;
	height: 20px;
	font-size: 90%;
	vertical-align: middle;
	padding: 0 0 4px 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */

#navContainer {
	width: auto;
	display:block;
	clear:both; 
	width: 865px;
	}



/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Header menu */	 
#header_menu {position: absolute; margin-left: 20px;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	border-top: 0;
	padding:0;
	margin-left: 20px;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 80%; 
	text-transform: uppercase;
	width: auto;
	font-size: 12px;
	font-weight: bold;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {
	float: left; 
	color: #003366; 
	font-weight:bold;
	text-align:left;
	height:  38px;
	padding-left: 5px;
}
#nav ul li a {
	display: block;  
	padding-left:10px; 
	padding-right: 23px; 
	color: #003366; 
	text-decoration: none;
	height: 23px;
	padding-top: 15px;
}

#nav ul li a:link, #nav ul li a:visited {
	display: block;  
	padding-left:10px; 
	padding-right: 23px; 
	color: #003366; 
	text-decoration: none;
	height: 23px;
	padding-top: 15px;
}
#nav ul li a:hover {
	color: #ffffff;
}

#nav ul li a:active  {
	color: #ffffff;
}
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Custom Classes (Re-useables)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */

.stealth {visibility:hidden; display:none;} /* hides from normal css enabled browsers */



/* Inline font Styles */
/* Pretty styles for changing text in the WYSIWYG editor */

.important	{font-weight:bold;color:#f00;}
.code				{font-family: "Courier New", Courier, mono; color:#093;letter-spacing: 1px;}

.info-box		{border: 1px solid #cc3; background-color:#F9F8E2;padding:4px;}

#footer  {
	color:	#999999;
	font-size:9px;
	width: 860px;
	margin: auto;
	height: 40px;
	margin-top:  100px;
}
#footer a {
	color: #999999;
}

.footernav  {
	float:  left;
	margin-left: 100px;
	cursor: default;
	list-style-type: none;
	text-transform:  uppercase;
	font-weight: bold;

}
.footernav li{
	display: inline;
	padding: 0 1em 0 .2em;
}

.copyright {
	float: left;
}

.clearbr  {
	clear:both;
}

#start-top-left  {
	float: left;
	width: 410px;
	margin-top:10px;
}
#start-top-right  {
	float: left;
	width: 410px;
	padding-left: 45px;
		margin-top:10px;

}

#content.homecontent {
	color: #ffffff;
}

#content.homecontent  h1 {
	text-transform:uppercase;
	font-size:25px;
	letter-spacing: -1px;
	margin-bottom:10px;
	font-weight:bold;
}
#content.homecontent  h2 {
	margin-bottom:10px;
	margin-top: 25px;
	font-size:22px;
}

#content.homecontent p  {
	font-size:16px;
	line-height:150%;
	text-align:left;
}

/* addition 4-24-10  */


	
#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}

#nav li.menu-current ul        {
	background-color: #38a2d6;
	background-image:none;
	padding-left: 0px;
	width:200px;
}
#nav li.menu-current ul li a		{
	background-image:none;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}

#nav li.menu-current ul li a:link, #nav li.menu-current ul li a:visited		{
	color: #003366;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}

#nav li ul li a:hover, #nav li ul li a:active		{
	color: #fff;
	background-color:#0142aa;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}
#nav li.menu-current ul li a:hover, #nav li.menu-current ul li a:active		{
	color: #fff;
	background-color:#0142aa;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}


#nav li ul li       {
	background-color: #38a2d6;
	background-image:none;
	padding-left: 0px;
	width:200px;
}
#nav li ul li a		{
	color: #fff; 
	background-image:none;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}
/*
#nav li ul li a:link, #nav li ul li a:visited		{
	color: #003366;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}
#nav li ul li a:hover, #nav li ul li a:active		{
	color: #fff;
	background-color:#0142aa;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}


/* Tab on main menu */

#nav ul li:hover, #nav ul li:active, #nav ul li:focus         {
	background-image: url(../images/sliding-tab-left.png); 
	background-position: top left;
	background-repeat:no-repeat;
}
#nav ul li a:hover, #nav ul li a:active, #nav ul li a:focus		{
	color: #fff; 
	background-color: 3caae1;
	background-image: url(../images/sliding-tab-right.png); 
	background-position: right top;
	background-repeat:no-repeat;
}

/* remove tabs on submenu  */



#nav ul li ul li:hover         {
	background-image: none; 
}
#nav ul li ul li a:hover		{
	background-image: none; 
}

/* Services pages  */

#nav ul li.services-tab:hover, #nav ul li.services-tab:active, #nav ul li.services-tab:focus {
	background-image: url(../images/services-tab.png);
	background-position: bottom left;
	background-repeat:no-repeat;

}
.services-copy  {
	width: 500px;
	float: left;
}

.services-actions {
	width:  265px;
	margin-left: 30px;
	float: left;
}

.white-paper-img  {
	margin-left:30px;
}

#submit-request {
	margin-left: 57px;
}

/* Index Menu - just white on hover - no tabs */

#nav-main {
	border-top: 0;
	padding:0;
	margin-left: 20px;
}
#nav-main ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 80%; 
	text-transform: uppercase;
	width: auto;
	font-size: 12px;
	font-weight: bold;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav-main ul li {
	float: left; 
	color: #003366; 
	font-weight:bold;
	text-align:left;
	height:  38px;
	padding-left: 5px;
}
#nav-main ul li a {
	display: block;  
	padding-left:10px; 
	padding-right: 23px; 
	color: #003366; 
	text-decoration: none;
	height: 23px;
	padding-top: 15px;
}

#nav-main ul li a:link, #nav-main ul li a:visited {
	display: block;  
	padding-left:10px; 
	padding-right: 23px; 
	color: #003366; 
	text-decoration: none;
	height: 23px;
	padding-top: 15px;
}
#nav-main ul li a:hover {
	color: #ffffff;
}

#nav-main ul li a:active  {
	color: #ffffff;
}

#mediaheader a:link  {
	color:	#FFFFFF;
}
#mediaheader a:hover {
	color: #ffffff;
	text-decoration:none;
}

