﻿body 
{
	background-repeat:repeat-x;
	font-family:Arial;
	font-size:12px;
}
a
{
    font-weight:bold;
    color:#0C67A5;
}
a:hover

{
    font-weight:bold;
    color:#990000;
}
H1
{
	font-family:Arial;
	font-size:16px;
	margin: 0;
}
H2
{
	font-family:Arial;
	font-size:14px;
	margin: 0;
}
#wrapper {
	width: 793px;
	margin: 5px auto;
}
#left-col
{
	float: left;
	width: 550px;
}
#right-col
{
	float: right;
	width:224px;
}
/************************** start nav style *****************************/
#nav
{
	margin: 0;
	padding: 76px 0 0 0;
	list-style: none;
	background: transparent;
}
.navbutton
{
        width: 130px; 
        height: 13px;
        float:left; 
        font-weight: bold; 
        color: #0e62c9; 
        padding-top: 77px; 
        font-family: Arial; 
        text-align: center;
        CURSOR: pointer;
        vertical-align:bottom;
}
.navbutton:hover
{        
		background: transparent;
}
.navbuttonover
{
 width: 130px; 
        height: 13px;
        float:left; 
        font-weight: bold; 
        color: #0e62c9; 
        padding-top: 77px; 
        font-family: Arial; 
        text-align: center;
        CURSOR: pointer;
        vertical-align:bottom;
}
.navbuttonover a
{
	color: #0e62c9; 
}
.navbutton a
{
	color: #0e62c9; 
}
/*************************** end nav *************************************/
#header
{
	width: 793px;
	background-image:url(/newtemplate/header1.jpg);
	background-repeat:no-repeat;
	height: 111px;
}
.services
{
    padding:10px 24px 10px 10px;
    width: 190px; 
    text-align: left;
	margin:0px;
}
.bodytext
{
	text-align: left;
	margin:0px;
}
.flashintro
{
    padding: 5px 9px 5px 5px;
    width: 534px;
}
#footer
{
	width: 793px;
	border-top: 1px solid #999;
}
#footer p
{
	text-align: center;
}
.footerbox
{
	width: 793px; 
	height:105px;
}
ul,li
{
	margin:0;
	padding:0;
	list-style:none;
}
#foot-list
{
	margin: 5px 0;
}
#foot-list li
{
	float: left;
	padding: 5px 16px;
}
.emphasis
{
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
.bullet
{
	color: #2978B3;
	font-size: 16px;
	padding-right: 6px;	
}
img
{
	border: none;
}
.left-img
{
	float: left;
	margin: 10px 10px 10px 0;
	border: 10px solid #fff;
	outline: #999 solid 1px;
}
.right-img
{
	float: right;
	margin: 10px 0 10px 10px;
	border: 10px solid #fff;
	outline: #999 solid 1px;
}
#press-thumb
{
	float: right;
	margin-left: 10px;
	outline: #999 solid 1px;
}
.clear
{
	clear: both;
}