body
{
	font: 12px/1.4em arial, helvetica, sans-serif;
	color: #535A63;
	background: #DADCE3;
	text-align: center;
	padding: 0;
	margin: 0;
}

/*	
	=====================================================
	Typography
	=====================================================
*/

img { border: 0; }
#miniSite h1 { margin-left:0px; margin-bottom:10px;  }
h1
{
	padding: 0;
	margin: 0 0 30px 225px;
	font: 18px/1.2em normal helvetica, sans-serif;
	color: #315E87;
}

#content h1 { padding-top: 20px; }
h1 a, h1 a:hover, h1 em
{
	color: #7A92A7;
	font-style: normal;
	text-decoration: none;
}

.noLine
{
	border: none;
	border-width: 0 0 0 0;
	border-style: none;
	padding-top:0;	
}

h2 {
	font-size:16px;
	font-family: Helvetica, sans-serif;
	color: #315E87;
	/*font-weight:normal;*/
	border: white;
	border-width: 2px 0 0 0;
	border-style: groove;
	padding-top:6px;
}
	

h3
{
	font-size:14px;
	font-family:Helvetica, sans-serif;
	font-weight:normal;
	color: #315E87;
	margin: 0 0 8px 0;
}

h4
{
	color: #315E87;
	font-family: helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2em;
	font-weight: bold;
	margin:0;
}

p
{
	padding: 0;
	margin: 0 0 8px 0;
}

ul
{
	/*list-style-type: disc;*/
	/*list-style-position: inside;*/
	margin:0 0 8px 0;
	padding:0px;
}
.siteMap ul{list-style-type: none;/*list-style-position: outside;*/}
.siteMap ul li{}
.siteMap ul li ul
{
	list-style-type: circle;
	/*list-style-position: inside;*/
	
}
.siteMap ul li ul li
{
	margin-left:4px;
}
.siteMap h4 {padding-bottom:4px;}
.siteMap h2 {margin:0 0 8px 0;padding:8px 0 0 0;color: #315E87;}
.siteMap h2 a {margin:0px;padding:0;color: #315E87;}
.siteMap h2 a:hover {text-decoration:underline}

ul.noBullet{list-style-type: none;}
ul li a:hover{text-decoration:underline}


ol
{
	/*list-style-type: upper-roman;
	list-style-position: inside;*/
	margin:0 0 8px 0;
	padding:0px;
}
b { color: #000000; }
em
{
	color: #000000;
	font-style: normal;
	font-weight: normal;
}

/*	
	=====================================================
	Links
	=====================================================
*/

a
{	
	color: #D57000;
	text-decoration: none;
	font-weight:bold;
	outline:none;
}

a:hover { text-decoration: underline; outline:none;}

a:active
{
	color: #000000;
	text-decoration: underline;
	outline:none;
}

a:visited { text-decoration: none; outline:none;}

.siteMap a:visited { color: #535A63;text-decoration: none; }
.siteMap a:hover { text-decoration: underline; }

.uberMenu a
{
	color: #FFFFFF;
	text-decoration: none;
}

.uberMenu a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
.button {

	line-height:40px;
	border:1px solid #535A63;	
	padding:5px;
	background-color:#315E87;
	text-decoration:none;
	color: #FFFFFF;
	font-weight:normal;
	text-align:center;
}
a.button:hover {
	text-decoration:none;
	background-color:#FFFFFF;
	color: #535A63;
}
/*	
	=====================================================
	Page Structure
	=====================================================
*/

/* ---------------Globals------------------------------ */
#wrapper
{
	padding: 0;
	text-align: center;
	width: 960px;
	margin: 0 auto;
	border-color: #7B8895;
	border-width: 1px;
	border-style: solid;
	background: white;
}

#branding
{
	height: 65px;
	text-align: left;
	background-image: url(../images/headBg2.jpg);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#branding h1 {
	font-size:12px;
	margin:0;
	padding:0;
}
#logoWrapper {
    height: 67px;
    width: 597px;
    float: left;
}
#logo {
	width: 359px;
	height: 67px;
	position: relative;	
}
#logo span {
	background: url(../Images/logo.jpg) no-repeat left top;
	position:absolute;
	width: 100%;
	height: 100%;
}

#headerText {
    float:left; 
    height:25px; 
    width:360px; 
    text-align:right;
    color: #000000;
    font-weight: bold;
}
#phoneWrapper {
    width: 200px;

    float: left;
}
#searchWrapper {
    width: 110px;
    float: left;
}
#searchButtonWrapper {
    
}
#printBranding{display:none} /* ---------turn off print div------- */

.uberMenu { color: #FFFFFF; }

.uberMenu em
{
	color: #A9E3FF;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

.uberMenu b { color: #FFFFFF; }

#content
{
	clear: left;
	text-align: left;
	background-image: url(../images/contentBg.jpg);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	
}

#foot-wrapper {
	clear: both;
	width: 100%;
	text-align: left;
	padding: 0;
	background-image: url(../images/footBg.jpg);
	background-repeat: repeat-x;
	border: white;
	border-width: 2px 0 0 0;
	border-style: groove;
	font-size:11px;
}

#foot
{	
	width: 800px;
	margin: auto;
}

.juneCreative { padding: 10px; }

form {
	margin:0px;
}

/* ---------------Home Page Template------------------------------ */
/* mini Site */
table#miniSite, #miniSite
{
	clear: left;
	display: table;
	padding: 0px;
	width: 100%;
	background-image: url(../images/miniBg.png);
	background-repeat: no-repeat;
	background-position: 290px center;
}

table#minSiteText, #miniSiteText
{

	border: white;
	border-width: 0 2px 0 0px;
	border-style: groove;
	/*display: table;*/
	text-align: left;
	/*padding: 0px 5px;*/
	/*width: 565px;*/
	/*float: left;*/
}
table#miniSiteText h1, #miniSiteText h1 {
/*	color:#99FF33;*/
	font-size: 18px; text-align: center; color:#FF0000;
	margin: 0px;
	margin-bottom: 10px;
}	
td.homeNavigation /* set home page vertical navigation width */
{
	width: 150px;
	text-align: left;
	vertical-align: top;
	padding: 0;
	margin: 0;
	/*display: table-cell;*/
}

td.homeCopy
{
	padding-left: 20px;
	padding-right: 10px;
	display: table-cell;
}
td.homeCopy ul li {
	list-style-position:outside;
	
}

#features {
	padding-top: 40px;
}

#features td {
	padding: 10px 0px;
}

#features img {
	margin-right: 10px;
}

#flashcontent {
	width:800px;
	height:300px;
	background:url(/Images/Scratch.jpg) no-repeat top left;	
}

/* ---------------Interior Page Template------------------------------ */
#vertMenuHolder {
	width:190px;
	float:left;
	
}
#verticalMenu /* set interior vertical navigation width */
{
	float: left;
	padding: 40px 0 0 0;
	width: 190px;
	border: groove #FFFFFF;
	background: #D8E3F2 url(../images/vMenuBg.jpg) no-repeat;
	border-width: 0 2px 2px 0;
	overflow: hidden;
	
}
#callAction {
	float:left;
	clear:left;
	width:190px;
	/*margin-top:10px;*/
}
#callAction p {
	margin:10px 10px;
}
#callAction img {
	margin-top: 10px;
}

#pageText, #pageText2, #softwarePage, #calcPage
{
	padding: 0;
	width: 520px;
	margin-right: 125px;
	margin-left: 225px;
	padding-bottom: 25px;
	min-height:375px;
}
* html #pageText, * html #pageText2, * html #softwarePage, * html #calcPage {
	height: 375px;
}
#pageText2, #softwarePage {
	width: 700px;
	margin-right:0px;
}
#pageText ul, #pageText ol, #pageText2 ul,  #pageText2 ol, #softwarePage ul, #prodListing {
	/*list-style-position:outside;*/	
}

#pageText ul li, #pageText ol li, #pageText2 ul li, #pageText2 ol li, #softwarePage ul li  {
	margin-left:25px;	
}
#pageText ul li ul li, #pageText ol li ul li, #pageText2 ul li ul li, #softwarePage ul li ul li  {
	margin-left:10px;
}
.left {float:left;}
.right {float:right;}

#pageText2 .header, #softwarePage .header {
	text-align:center;
	background:#D8E3F2;
	font-weight:bold;
	color: #315E87;
}
/*#pageText ol, #pageText2 ol, #softwarePage ol  {
list-style-position:inside;
}*/
/*#pageText ol {
	list-style-position:outside;
}
*/
.prodListing {
	margin-top:10px;
	padding-top:5px;
	border-top:2px groove #FFFFFF;	
}
.prodListing img {
	margin: 0 10px 5px 0;
	padding:5px;
	float:left;
}
.clearSpace {
	clear:both;
}
#formDiv{
	width:350px;
}
#formDiv div {
	padding: 0 5px 5px 0;
}
.input {
	border:1px solid #315E87;
	color: #535A63;
	font: 11px arial, helvetica, sans-serif; 
	padding-left:5px;
	margin:3px;
}
input.input:focus, select.input:focus, textarea.input:focus {
	background-color:#E6EAF0;
}
/*interior content */
#callOut
{
	float: right;
	width: 150px;
	padding: 0 15px;
	margin: 4px 0 0 0;
	text-align: center;
	border: white;
	border-width: 0 0 0 1px;
	border-style: solid;
	min-height: 300px;
}
.management { 
	float:left; 
	margin: 0 10px 10px 0;
}
.imgBorder {
	margin-left:auto;
	margin-right:auto;
}
.management img, .imgBorder img, #softwarePage img{
	background-color: #D8E3F2;
	padding:10px;
	margin-right:5px;
}

.enlarge {
	position: relative;
	z-index: 50;
	cursor:default;
}

.enlarge:hover {
	background-color: transparent;
	text-decoration:none;
}

.enlarge span{ 
	position: absolute;
	background-color: #D8E3F2;
	padding: 10px;
	border: 1px solid #315E87;
	display:none;
	/*visibility: hidden;*/
	text-decoration: none;
}
.enlarge span img{ 
	border-width: 0;
	padding: 2px;
}

.enlarge:hover span{ 
	/*visibility: visible;*/
	display:block;
	cursor:default;
	position:absolute;
	left:20px;
	top:-100px;
}
* html .enlarge:hover span{ 
	left:20px;
	top:20px;
}

.promo { display:none; }

#wmvTable {
	margin:10px auto;
	
}
.table {
	margin: 10px auto;
}
.table td {
	border-bottom:1px solid #CCCCCC;
	padding:2px 10px;
}
.table th {
	background-color:#315E87;
	color:#D8E3F2;
	padding:2px;
}

#search a:link, #search a:visited {
	color: #315E87;
	text-decoration:underline;
}
#search a:hover {
	color:#000000;
}
#search .highlight {
/*background-color:#FFFF00; */		
	 font-size:110%;
	 font-weight:bold;
}
#search .searchheading { 
	font-size: 16px; 
	font-weight: bold; 
	color:#315E87;
	padding-top:10px;
}
#search .summary { 
	font-size:10px; 
	font-style: italic; 
} 
#search .results { 
	font-size: 12px; 
}
#search .category { 
	color: #999999; 
}
#search .description { 
	font-size: 10px; 
	color: #008000; 
}
#search .context { 
	font-size: 12px; 
}
#search .infoline { 
	font-size: 10px; 
	color: #666666;
}
#search .sorting { 
	text-align: right; 
}
#search .result_title { 
	font-size: 12px; 
}
#search .zoom_searchform { 
	font-size: 100%; 
}
#search .zoom_options { 
	font-size: 10px;
	margin-bottom:5px;
	padding:10px; 
}
#search input.zoom_button {  

}
#search input.zoom_searchbox {  

}
blockquote {
	margin-top:20px;
	margin-bottom:20px;
	font-weight:bold;
}
.quote {
	text-align:right;	
}
.bqstart {
     float: left;
     height: 45px;
     margin-top: -20px;
     padding-top: 45px;
     margin-bottom: -50px;
     font-size: 700%;
     color: #315E87;
	 font-family:Georgia, "Times New Roman", Times, serif;
 }

.bqend {
     float: right;
     height: 25px;
     margin-top: 0px;
     padding-top: 45px;
     font-size: 700%;
     color: #315E87;
	 font-family:Georgia, "Times New Roman", Times, serif;
 }	
#callBack {
	width:200px;	
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #315E87;
	position:absolute;	
	display:none;
}
#UserDetails  
{
   position: absolute;
   top: 50%;
   left: 50%;
   margin-left: 50px;
   margin-top: -175px;
   background-color: #FFFFFF;
   border: 1px solid #315E87;     
}
 
/*	
	=====================================================
	Vertical Navigation 
	=====================================================
*/

.navigation{padding-bottom:14px;}
.navigation ul
{
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0 0 0 0;
	border: none;
}

.navigation ul li
{
	font-weight: normal;
	line-height: normal;
	margin: 0;
	
}

/* preload rollover images */
.navigation ul li a
{
	display: block;
	background-image: url(../images/rollOver.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 100%;
	height: 17px;
	padding: 3px 0 0 8px;
	margin: 0;
	vertical-align: middle;
	text-decoration: none;
}

ul.thirdTier li a	{ padding-left:18px; color: #34578F;   }
ul.fourthTier li a	{ padding-left:36px; color: #34578F;   }
ul.fifthTier li a	{ padding-left:52px; color: #34578F;   }


/* position image to rollover */
.navigation ul li a:hover
{
	color: #000000;
	text-decoration: none;
	background-position: -242px 0;
	background-repeat: no-repeat;
}

/* position image to active */
.navigation ul li a:active
{
	color: #FFFFFF;
	background-position: -438px 0;
}

/* set division width for interior navigation */
#verticalMenu .navigation { width: 198px; }

/* interior page rollover postions */

#verticalMenu .navigation ul li a:hover { background-position: -198px 0; }
#verticalMenu .navigation ul li a:active { background-position: -392px 0; }

.swingNav ul {
    display: none;    
}
.swingNav:hover ul {
    display: block;
    position: absolute;
    z-index: 50;
    margin-left: 65px;
    margin-top: -20px;
    padding: 5px 8px 5px 0;
    width: 172px;
    background: #D8E3F2 url(../images/vMenuBg.jpg) no-repeat;
    border: 2px groove #FFFFFF; 
}
/* position image to active */
#thisPage a 
{
	color: #000000;
	text-decoration: none;
	background-image: url(../images/rollOver.gif);
	background-repeat: no-repeat;
	background-position: -198px 0;
}

/* position homepage rollover image to active */
td.homeNavigation #thisPage
{
	display:none;
	background-position: 0 0;
	color: #000000;
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
	background-image: url(../images/rollOver.gif);
	background-repeat: no-repeat;
}
td.homeNavigation ul li a {
	background-position:-634px 0;
}


/*	
	=====================================================
	Horizontal Menu
	=====================================================
*/

#menuwrap/* Simple Background */
{
	width: 958px;
	height: 32px;
	background-image: url(../images/menuBg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

#menu /* push buttons to right*/
{
	width: 935px;
	padding: 0 0 0 25px;
	height: 32px;
	background-image: url(../images/menuBg.jpg);
	background-repeat: repeat-x;
}

#menuTwo/* positioned arrows behind .bar to fix explorer image flicker */
{
	height: 32px;
	background-image: url(../images/arrowBg.gif);
	background-repeat: repeat-x;
}

#menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

li.bar
{
	height: 32px;
	background-image: url(../images/topMenuBg.gif);
	background-repeat: no-repeat;
}

.top a
{
	float: left;
	width: auto;
	padding: 9px 12px 9px 30px;
	font-size: 14px;
	font-family: Helvetica "Trebuchet MS",sans-serif;	
	/*font-weight: normal;*/
	color: #34578F;
	background: transparent;
	background-image: url(../images/topMenuTwoBg.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

.top a:hover
{
	background-position: -120px 0;
	text-decoration: none;
}

.top a:active
{
	background-position: -240px 0;
	color: #4CE1FF;
}

.bar li a
{
	font-family: arial;
	display: block;
	font-size: 12px;
	font-weight: normal;
	padding: 4px 10px;
	color: #34578F;
	text-decoration: none;
	line-height: 1.2em;
}

.bar li a:hover
{
	background: #CAD7EB;
	color: #25529C;
	padding: 4px 10px;
	text-decoration: none;
}

#menu li
{
	float: left;
	position: relative;
	text-align: left;
	cursor: default;
	z-index: 1000;
}
.menuImage img { padding: 8px 0 12px 68px; }

.bar ul
{
	width: 172px;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background-color: #E6EAF0;
	/*
background-image: url(../images/blueBg.gif);
	background-repeat: repeat-x;
*/
	padding: 4px 10px;
	border-color: #E2EBF4 #A4A9B1 #A4A9B1 #A4A9B1;
	border-width: 0 1px 1px 1px;
	border-style: solid;
}

.bar>#menu ul
{
	top: auto;
	left: auto;
}

li.bar li
{
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
	width: 172px;
}

li.bar:hover ul, li.over ul { display: block; }

