@charset "utf-8";
/* CSS Document */

/* Layout */
html { height: 100%; margin-bottom: 1px; }
body {
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow-y: scroll;
	
}

/* Hyperlink  */
a {
	color: #1299cd;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* Images and Bullets */
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.indent {
	list-style: none;
	padding: 0;
	margin-left: 20px;
}

.indent2 {
	list-style: none;
	padding: 0;
	margin-left: 25px;
}

.indent3 {
	list-style: none;
	padding: 0;
	margin-left: 30px;
}

.indent4 {
	list-style: none;
	padding: 0;
	margin-left: 35px;
}

.indent40 {
	list-style: none;
	padding: 0;
	margin-left: 40px;
}

li {
	background: url(../../images/template/arrow.gif) no-repeat left top;
	padding: 0 0 0 10px;
	margin-bottom: 8px;
	
}
.subbullet
{
	background: url(../../images/template/arrow.gif) no-repeat left top;
	padding: 0 0 0 10px;
	margin-bottom: 8px;
	
}

.witharrow li {
	background: url(../../images/template/arrow.gif) no-repeat left top;
	padding: 0 0 0 10px;
	margin-bottom: 5px;
}

.noarrow li {
	background: none;
	padding: 0;
	margin-bottom: 5px;
}

img {
	border: 0px;
}

.imageright {
	float: right;


}

.imagelogo{
	float: left;
	margin: 3px 5px 0 0;
}

select {
	width: 400px;
}


/* h1 tags to add a light horozontal rule */

h1.title25Border {
	width: auto;
	padding: 0px 0px 2px 0px;
	font-size: 25px;
	font-weight: bold;
	border-bottom: 1px #CCCCCC solid;
	margin-bottom: 10px;
	margin-top: 0px; 
}
h1.wsub {
	width: auto;
	padding: 0px 0px 2px 0px;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px #CCCCCC solid;
	margin-bottom: 0px;
	margin-top: 0px; 
}

h2.sub
{
	float: left;
	width: 85%;
	padding: 2px 0px 2px 0px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px #CCCCCC solid;
	margin-bottom: 5px; 
}

h2.news {
	width: auto;
	padding: 2px 0px 0px 0px;
	font-size: 16px;
	font-style: italic;
	margin-bottom: 15px;
	margin-top: 0px; 
}

/* div tag to add a light horozontal rule */
div.lightBorder {
	width: auto;
	border-bottom: 1px #CCCCCC solid;
	margin-bottom: 10px; 
}	

/* Header/Footer Section */
#header {
	width: 980px;
	height: auto;
	margin: 0px auto;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 11px;
}

#footer {
	float: left;
	width: 750px;
	height: 50px;
	margin: 20px auto;
	text-align: center;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 11px;
}

#footLinks {
	display: block;
	margin-bottom: 10px;
}

#footCopy {
	display: block;
}

#logininfo {
	height: 20px;
	margin: 5px 0px 5px 0px;
}

#search {
	width: 400px;
}

#googleLogo {
	margin-top: 10px;
}

input.searchbox {
	font-size: 11px;
	color: #666666;
	width: 200px;
	border: 1px solid #cfcecf;
	background: url(../../images/template/searchfield.jpg) left center no-repeat;
	padding: 2px 5px 2px 22px;
	margin-right: 5px;
}

/* Body content Section */
#content {
	width: 750px;
	height: auto;
	margin: 20px auto;
}

#index_flash {
	width: 750px;
	height: 204px;
	margin: 0px auto;
	margin-bottom: 10px;
}

#bcrumbs {
	color: #999999;
	margin-bottom: 5px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 11px;
}

a.bcrumbslink {
	color: #999999;
	text-decoration: none;
}

a.bcrumbslink:hover {
	color: #999999;
	text-decoration: underline;
}

/* styles for top row situated above the main content box,
 * containing breadcrumbs and print link.
 */
div#topline {
  display:block; float:none; text-align: center; margin: 0 auto; width:100%; height:1.5em;
}
div#toprow div#bcrumbs {
  display:inline; float:left; text-align:left; width:65%;
}
div#toprow div.printdiv {
  display:inline; float:right; text-align:right; width:30%;
  /* same as bcrumbs */
  color: #999999;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 11px;
}
div#toprow a.printLink {
  background: url(../../images/template/printer.gif) no-repeat right top;
  color: #999999;
  padding-right:20px;
}

div.clearall {
  clear:both;
}


#contentbody {
	width: 750px;
	height: auto;
	margin: 0px auto;
}

#contleft {
	float: left;
	width: 500px;
	padding: 10px 10px 10px 0px;
	text-align: left;
}

#contright {
	float: right;
	width: 190px;
	margin: 20px 0px 20px 0px;
	padding: 10px;
	background-color: #E8EEF7;
	border: 1px solid #cfcecf;/*#6699FF;*/
	text-align: left;
}

#colleft {
	float: left;
	width: 518px;
	height: auto;
	padding: 10px;
	text-align: left;
	border: 1px solid #cfcecf;
}

#colright {
	float: right;
	width: 200px;
	height: auto;
	text-align: left;
}

#colcenter {
	width: 748px;
	height: auto;
	border: 1px solid #cfcecf;
}

#colcenterTitle {
	width: 728px;
	padding: 10px;
}

#colcenterImg {
	width: 748px;
	height: auto;
}

#colcenterBody {
	width: 728px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#colcenter2 {
	float: right;
	width: 728px;
	height: auto;
	text-align: left;
	padding: 10px;
	border: 1px solid #cfcecf;
}

#colcenter2Left {
	float: left;
	width: 498px;
}

#colcenter2Right {
	float: right;
	width: 200px;
}

div.colRcont {
	width: 198px;
	border: 1px solid #cfcecf;/*#6699FF;*/
	margin-bottom: 20px;
}

.colRtitle {
	width: 178px;
	height: auto;
	padding: 10px;
	background-color: #1299cd;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

.colRinfo {
	width: 178px;
	height: auto;
	padding: 10px;
	background-color: #E8EEF7;
}

.colRcont .titleRed {
        width: 178px;
        height: auto;
        padding: 10px;
        color: white;
        background-color: #FF0000;
        font-size: 14px;
        font-weight: bold;
}



/* Navigation */
#navi {
	width: 980px;
	height: 24px;
	margin: 0px auto;
	background: #1299cd;
} /*The caps at the end of the nav bar*/

div.navinotselstart {
	padding: 5px 0px 6px 0px;
	height: 13px;
	text-align: center;
	color: white;
	font-weight: bold;
	background: #1299cd;
	border-left: 1px solid white;
	border-right: 1px solid white;
} /*This the first item in the nav bar*/


div.naviselstart {
	padding: 5px 0px 6px 0px;
	height: 13px;
	text-align: center;
	color: white;
	font-weight: bold;
	background-color: #0066FF;
	border-left: 1px solid white;
	border-right: 1px solid white;
	cursor: pointer;
}  /*This is the nav hover info for the first item*/

div.navinotsel {
	padding: 5px 0px 6px 0px;
	height: 13px;
	text-align: center;
	color: white;
	font-weight: bold;
	background: #1299cd;
	border-right: 1px solid white;
	text-decoration: none;
} /*These are the rest of the items in the nav bar*/

div.navisel {
	padding: 5px 0px 6px 0px;
	height: 13px;
	text-align: center;
	color: white;
	font-weight: bold;
	background-color: #0066FF;
	border-right: 1px solid white;
	cursor: pointer;
	text-decoration: none;
} /*This is the nav hover info*/

a.navi {
	color: black;
	text-decoration: none;
}

a.navilink {
	text-decoration: none;
}

a.navi:hover {
	color: blue;
	text-decoration: underline;	
}

a.nextsteps {
	text-decoration: none;
}

a.nextsteps:hover {
	color: blue;
	text-decoration: underline;
}

a.email {
	text-decoration: none;
	background: url(../../images/template/mailto.gif) left center no-repeat;
	padding-left: 20px;
}

a.email:hover {
	text-decoration: underline;
	background: url(../../images/template/mailto.gif) left center no-repeat;
	padding-left: 20px;
}	

a.collapse {
    cursor: pointer; cursor: hand;
}

a.collapse:hover {
    Text-decoration : underline;
}

/* Title Section */
.titles25 {
	font-size: 25px;
	font-weight: bold
}

/*title with rule line*/
div.title25Border {
	width: auto;
	padding: 2px 0px 2px 0px;
	font-size: 25px;
	font-weight: bold;
	border-bottom: 1px #CCCCCC solid;
	margin-bottom: 10px; 
}	

.titles20 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.titles18 {
	font-size: 20px;
	font-weight: bold
}

.titles15 {
	font-size: 15px;
	font-weight: bold;
}

.copyright {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 9px;
	color: #999999; 
}

.indent20 {
	margin-left: 20px;
}
	
div.imgInline {
	margin: 10px 20px 10px 20px;
	float: right;
}
	
div.imgInline2 {
	margin: 5px 5px 5px 5px;
	float: right;
}

.priceTitle {
	background-color: #1299cd;
	font-weight: bold;
	
}

.maintTitle {
	background-color: #96DCFF;
	font-weight: bold;

	
}

.itemNumber {
	background-color: #D1D1D1;
	font-weight: bold;
}

table.common {
  border:1px solid #999;
  border-collapse:collapse;
}
table.common th {
  margin:auto;
  text-align:center;
  background-color:#cccccc;
  font-weight:bold;
}
table.common td {
  padding-left:1.5em;
}
	
noscript {
	color: red;
	font-style: bold;
	margin-left: 30 px;
	
	
}

/* Expandable Links  */
.collapsible {
    display: none;
}

