* {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #333333;
	line-height: 1.4em;
}

div#notices {
	font-family: Verdana, Arial;
	font-weight:bolder;
	padding-bottom: 5px;	
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 18px;
	font-size: 11px;
	color: #32345B;
}

/*Border*/
.roundbox1{margin-right:15px;}
.roundbox, .roundbox1{margin-bottom:15px;}
.dialog a { color: white; text-decoration: none;}
.dialog a:hover  { border-bottom: 1px dashed #fff;}
.dialog, .dialog1 {
	margin-top:18px;
	/*min-width:20em;*/
}

.dialog .hd .c, .dialog1 .hd .c {height:26px;}
.dialog .ft .c, .dialog1 .ft .c {height:14px;}
.dialog .hd .c,
.dialog .ft .c,
.dialog1 .hd .c, 
.dialog1 .ft .c{
 font-size:1px; /* ensure minimum height */
}

.dialog .hd, .dialog1 .hd {
 background:transparent url(/images/border/Corner-tl.gif) no-repeat 0px 0px;
 height:26px;
}

.dialog .hd .c, .dialog1 .hd .c {
 background:transparent url(/images/border/Corner-tr.gif) no-repeat right 0px;
}

.dialog .bd, .dialog1 .bd {
 background:transparent url(/images/border/Corner-ml.gif) repeat-y 0px 0px;
}

.dialog .bd .c, .dialog1 .bd .c {
 background:transparent url(/images/border/Corner-mr.gif) repeat-y right 0px;
}

.dialog .bd .c .s, .dialog1 .bd .c .s {
 margin:0px 8px 0px 4px; 
 padding:1em;
}

.dialog .ft, .dialog1 .ft {
 background:transparent url(/images/border/Corner-bl.gif) no-repeat 0px 0px;
}

.dialog .ft .c, .dialog1 .ft .c {
 background:transparent url(/images/border/Corner-br.gif) no-repeat right 0px;
}

.dialog h2, .dialog1 h2, .breadcrumbs {
 /* header */
 	font-family: Verdana, Arial;
	font-weight:bolder;
	padding-top:5px;
	padding-left:10px;
	padding-bottom: 5px;
	font-size: 12px;
	color: #0066AA;
	margin:0px;
}

.breadcrumbs a{
	text-decoration:none;
	color: #0066AA;
	font-size: 12px;
}
/*end notice*/

.contactheading {
	font-weight: bolder;
	font-size: 0.8em;
	text-transform:uppercase;
	color: #2041A2;
	font-size: 1em;
	padding-top: 18px;
}

.topbannerbg {
	background: url(../images/stretchbartop.jpg) repeat-x 0 0;
}

.menubg {
	background: url(../images/rightnav.jpg) repeat-x 0 0;
}

div#announcement {
	padding-bottom: 15px;
}

div.bg {
	font-size: 0.8em;
	font-weight: bold;
	background: url(../images/grey_bg.jpg) repeat-x 0 0;
	padding: 10px;
	/*margin: 20px -10px -115px -10px;*/
	margin: 0px 0px -115px 0px;
	height: 130px;
}

div.bg a {
	color: #2041A2;
	text-decoration: none;
}

.leftpadding {
	color: #666666;
	padding-left: 10px;
}

/*Menu style*/
.navLink, .navLinkOvr{
	color: #F9D68A;
	font-weight:bolder;
	font-size:11px;
	cursor:default;
}
.navLink {
	
	
}

.navLinkOvr{
}

.subNavLink, .subNavLinkOvr{
	padding-left:10px;
	font-size:12px;
	border-bottom: 1px solid #A2BED2;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;	
}

.subNavLink{
	color: #ffffff;
	background-color: #80A6C2;
}

.subNavLinkOvr{
	color: #333333;
	background-color: #B3CADA;
}
/*Finish Menu Style*/

/*Location style*/
.leftAligned {
	min-height:750px;
	height:auto;
}
/* for Internet Explorer */
/*\*/
* html .leftAligned {
height: 750px;
}
/**/

.paddingTopBottom {
	padding: 0 0 15px 0;
}

.fixwidth {
	vertical-align:middle;
	width:220px;
	float:left;
}
div#addDsp div {
	color:#718198;
	font-weight:bolder;
}
div#addDsp {
	background:#f2f2f2;
	border: 1px solid #cccccc;
	padding: 10px 0 10px 10px;
	margin-top:10px;
}
/*Finish Location style*/

.form_table td{
	font-size: 11px;
	word-spacing: 0px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	letter-spacing: 0px;
	text-decoration:none;
}
/*News*/
.newstitle {
	font-weight: bold;
	color: #0A5991;
	padding-bottom: 5px;	
	text-transform: uppercase;
	border-bottom: solid 2px #FDF0D3;
	margin-bottom: 5px;
	margin-top: 18px;
	font-size: 11px;
}
/*Accordion*/
.accordion {
	width: 100%;
	/*border-bottom: solid 1px #c4c4c4;*/
}
.accordion h3 {
	background: #8EB2E1 url(../images/arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
	color: #ffffff;
}
.accordion h3:hover {
	background-color: #A2C0E6;
}
.accordion h3.active {
	background-position: right 5px;
}
.accordion ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*Shop*/
table.productTable {
	border-collapse:collapse;
	border-spacing:0;
	width: 80%;	
}

table.productTable td {
	padding: 3px;
	width: 50%;
}

.productItem { 
  FONT: 11px Verdana, Arial, Helvetica;
  FONT-WEIGHT: normal; 
  COLOR: #000000;
  border: 0.1em #D8D8D8 ridge;
}
/**/

/*landing page*/
#landing .blue {
	color:#0066AA;
	font-weight:bold;
	font-size:12px;
}
#landing img {border:3px solid #baccdc;}
#landing ol li img {border:none;}
#landing {min-height: 300px; height:auto !important; height:300px;}
#landing ol li {list-style-type:none;}
/**/

/*flash*/
.flash {
	text-align:center;
	margin-top:1px;
}
#flashcontent p, #flashcontent a {color:#ffffff; font-size:12px;}
/**/