/* VG Cart Styles - Created by James Ellison, Virtual Graffiti, Inc */
/* Sheet Color = #003B91 */

form { margin: 0px; padding: 0px; } /* Form Fix for IE */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

body {
	background-color: #CCCCCC;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.homepageTable {
	border: 1px solid #999999;
	border-collapse: collapse;
}

#container {
 	width:1000px; 
	text-align:left; 
	min-width: 500px; 
	margin: 0px auto 0px auto;
	background:#FFFFFF;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

hr {
   color: #003B91;
}

a:link        {
	color: #003B91;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003B91;
}
a:hover {
	text-decoration: underline;
	color: #6699CC;
}
a:active {
	text-decoration: none;
	color: #003B91;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h1 {
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 1px;
	margin-left: 2px;
}
h2 {
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #003B91;
	margin-top: 1px;
}
h3 {
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin-top: 1px;
}

.doNotDisplay {
  display: none !important;
}

#Header {
 	width:100%;
	height:100px;  
	background:#FFFFFF;
	margin:0px;
	padding:0px;
}

#googleSearchResults iframe {width: 100%;}

.quotation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
}

.smallHeaderText {
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	margin-left: 2px;
}

.headerText {
	font-size: 11pt;
	font-weight: bold;
	font-family: Arial;
	font-style: italic;
}

.smallBoldRedText {
	font-weight: bold;
	font-size: 8pt;
	color: #FF0000;
}
	
/*Top Menu Navigation Start */

.headerTitle {
  margin: 0;
  width: 100%;
}

.subHeader {
  font-family: Arial, San Sarif;
  color: black;
  background-color: #CCCCCC;
  font-size: 95%;
  text-align: left;
  margin: 0;
  padding-top: 0.5ex;
  padding-bottom: 0.5ex;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  background-image:url("../images/menu/topmenu-bg.gif");
  background-repeat:repeat-x;
}

.subHeader a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding-top: 0.5ex;
  padding-bottom: 0.5ex;
  padding-left: 1.5ex;
  padding-right: 1.5ex;
  border-right: 1px solid #666;
}

.subHeader a:hover {
  color: #003B91;
  background-color: #FFF;
  background-image:url("../images/menu/topmenu-bg-over.gif");
  background-repeat:repeat-x;
}

/* Left Menu */

.leftnavHeader {
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 4px;
	background-color:#000;
	background-image:url(../images/pricetable-bg.gif);
    background-repeat:repeat-x;
}

.leftnavdiv ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 170px; /* Width of Menu Items */
	border-bottom: 1px solid #CCC;
	}

.leftnavdiv ul li {
	position: relative;
	z-index:2
}
	
/*Sub level menu items */

.leftnavdiv ul li ul {
	position: absolute;
	width: 170px; /*sub menu width*/
	top: 0;
}

/* Sub level menu links style */

.leftnavdiv ul li a {
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #000;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
	text-decoration: none;
	background: #EEEEEE;
	padding: 5px 5px;
	border: 1px solid #CCC;
	border-bottom: 0;
}

.leftnavdiv ul li a:visited {
	color: black;
}

.leftnavdiv ul li a:hover {
	background-color: #FFF;
	color: #003B91;
}

.leftnavdiv .subfolderstyle {
	background: url(../images/arrow.gif) no-repeat center right;
	color: #000;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 8pt;
	text-decoration: none;
	background-color: #EEEEEE;
	font-weight: bold;
	visibility: visible;
} 

* html .leftnavdiv ul li { float: left; height: 1%;}
* html .leftnavdiv ul li a { height: 1%; }

.title {
	position: relative;
	padding: 4px;
	font-family: Arial, San-Sarif;
	font-size: 8pt; 				
	color: black;
	font-weight: bold;
	background: #EEEEEE;
	border-bottom: solid 1px #000000;
}

/* Left Menu End */

img {
	border: 0px;
}

/*Tabs*/
.tabPane{
	height:21px;	/* Height of tabs */
	border-bottom:1px solid #919b9c;
	margin-left: 10px;
	width:800px;	
}
.aTab{
	border-left:1px solid #919b9c;
	border-right:1px solid #919b9c;
	border-bottom:1px solid #919b9c;
	padding:10px;
	margin-left: 10px;		
	width:780px;
}
.tabPane DIV{
	float:left;
	height:100%;	/* Height of tabs */
	padding-left:5px;
	vertical-align:middle;
	background-repeat:no-repeat;
	background-position:bottom left;
	cursor:pointer;
	position:relative;
	bottom:-1px;
	margin-left:0px;
	margin-right:0px;
}
.tabPane .tabActive{
	background-image:url('../images/ajax/tab_left_active.gif');
	margin-left:0px;
	margin-right:0px;	
		
}
.tabPane .tabInactive{
	background-image:url('../images/ajax/tab_left_inactive.gif');
	margin-left:0px;
	margin-right:0px;

}

.tabPane .inactiveTabOver{
	background-image:url('../images/ajax/tab_left_over.gif');
	margin-left:0px;
	margin-right:0px;
}
.tabPane span{
	font-family:arial;
	vertical-align:top;
	font-size:11px;
	padding-left:3px;
	padding-right:3px;		
	line-height:21px;
	float:left;
}
.tabPane .tabActive span{
	padding-bottom:1px;
	line-height:20px;
}

.tabPane img{
	float:left;
}


.hometable {
	border: 1px solid #003B91;
	border-collapse: collapse;
}

.phone {
  float: right;
  color: #003B91;
  font-family: arial, verdana, helvetica, sans-serif;
  font-weight: bold;
  font-size: 110%;
  letter-spacing: 0.8px;
  text-align: right;
  margin: 0;
  padding-right: 10px;
}
	
.TextBox {
	font-family: arial; 
	font-size: 9pt; 
	font-weight: bold;
	color: #003366; 
	background-color: #EEEEEE; 
	border: 1px solid #000000;
}
.goBox {
	font-family: arial; 
	font-size: 10pt; 
	font-weight: bold;
	color: #003366; 
	background-color: #EEEEEE; 
	border: 1px solid #000000;
}

.blueText {
	color: #003366;
}

.lightblueText {
	color: #0066FF;
}

.grayText {
	color: #999999;
	font-style: italic;
}

.whiteText { 
	color: #FFFFFF;
}

.smallText {
	font-size: 8pt;
}

.smallBoldText {
	font-weight: bold;
	font-size: 8pt;
}

.redText {
	color: #FF0000;
}

.redBoldText  {
	font-weight: bold;
	color: #FF0000;
} 

.blueTextBold {
	color: #0066FF;
	font-weight: bold;
}
.pricetableHeader {
  background-image:url(../images/pricetable-bg.gif);
  background-repeat:repeat-x;
}


	
/*End Tabs*/

/*News*/
.labelfield{ /*CSS for label field in general*/
padding:0px 10px 0px 10px;
}

.datefield{ /*CSS for date field in general*/
color:gray;
font-size: 90%;
}

#example3 a{ /*CSS specific to demo 3*/
color: #0A57AE;
text-decoration: none;
font-weight: bold;
display:block;}
#example3 a:hover {
Text-Decoration:None;
Color: #0066FF;
}

#example3 p{ /*CSS specific to demo 3*/
padding-bottom: 4px;
border-bottom: 1px solid #ccc;

}


code{ /*CSS for insructions*/
color: red;
}
/*end news*/