/***********************************************/
/* 2col_leftNav-2010.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	width: 875px;
}
a:link, a:visited, a:hover {
	color: #cccccc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#navi{
	padding: 0px;
	background-color: #006699;  
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-right-style: hidden;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/* overrides decoration from previous rule for hovered links */
/*********** #navBar link styles (below from law)***********/
#navi ul a:link, #navi ul a:visited {display: block;}
#navi ul {
	list-style: none;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navi li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navi li {border-bottom: none;}


/*********** #sectionLinks styles (below law) ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 85%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color:#CCCCCC;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	border-top: 1px solid #cccccc;
	width: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 8px;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 8px;
	color:#CCCCCC;
	font-weight: normal;
	text-decoration:none;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #666666;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 8px;
	text-decoration:underline;

}
/*********** (END LAW) ***********/

/***********************************************/
/* Layout Divs                                 */
/***********************************************/




#text_links a:link, a:visited, a:active {
	color:#0066CC;
	}
	
#text_links a:hover {
	color:#0066CC;
	text-decoration: underline;
	}
	


h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Arial,sans-serif;
	font-size: 120%;
	color: #cccccc;
	margin: 0px;
	padding: 0px;
}

h2{
	font-size: 114%;
	color: #333333;
}

h3{
	font-size: 100%;
	color: #333333;
}

h4{
	font-size: 100%;
	font-weight: normal;
	color: #333333;
}

h5{
	font-size: 100%;
	color: #333333;
}

ul{
	list-style-type: square;
}

ul ul{
	list-style-type: disc;
}

ul ul ul{
	list-style-type: none;
}

.bold_italics {
	font-style: italic;
	font-weight: bold;
	}
	
.bold_text {
	font-weight: bold;
	}
	
.bold_blue {
	font-weight: bold;
	color: #0066CC;
	}
	
.italics {
	font-style:italic;
	}
	
.red_text {
	color:#990000;
	}
	
.red_bold {
	color:#990000;
	font-weight:bold;
	}
	
.fine_print {
	font-size:smaller;
	}


hr {
	color:#990000;
	width: 250px;
	margin: auto;
	}
.hr1 	{
	color:#990000;
	width: 75%;
	margin: auto;
	}
.hr2 	{
	color:#990000;
	}
.hr3 	{
	color:#990000;
	width:100%;
	}
.hr4 	{
	color:blue;
	width:100%;
	}
	
/***********************************************/
/* Form Tables                                 */
/***********************************************/
#formtable {
	font-size:14px;
	min-width:100%;
	text-align:center;
	
}
#formtable th {
	font-size:14px;
	text-align:center;
	border-top: 1px solid;
	border-bottom: 1px solid;
	background: #C0C0C0;
	border-color: #990000;
	padding: 4px 4px 4px 4px; 
}
#formtable td {
	font-size:14px;
	text-align:left;
}
#formtable tr.alt td {
	font-size:14px;
	text-align:center;
}
#formtable tr.contact td {
	font-size:14px;
	text-align:left;
	padding: 0px 0px 0px 30px; 
}
/***********************************************/
/* Review Tables                               */
/***********************************************/
#reviewtable {
	font-size:14px;
	min-width: 100%; 
	text-align:left;
}
    
#reviewtable th {
	font-size: small;
	border-top: 1px solid;
	border-bottom: 1px solid;
	background: #C0C0C0;
	border-color: #990000;
	padding: 4px 4px 4px 4px; 
}
#reviewtable tr.alt td {
	text-transform: uppercase;
}

/***********************************************/
/* Confirmation Tables                         */
/***********************************************/
#resulttable {
	font-size:14px;
	min-width: 100%;
	text-align:center;
	font-weight:bold;
	padding: 4px 4px 4px 4px;
}
#resulttable th {
	font-size:14px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	background:#C0C0C0;
	border-color: #990000;
	padding: 4px 4px 4px 4px; 
}
#resulttable tr.regular td {
	font-weight:lighter ;
}


#boc3newsection {
	color: white;
}

#rightsidebar {
	position: fixed;
	float: left;
	top: 10;
	right: 0;
}

#main {
	position:relative;
	width: 1150px;
}
#div-twitter {
	position:absolute;
	top:50;
	right:0;
	width=275px;
}
#left {
	position:absolute;
	top:0;
	left:0;
	width=875px;
}

#confirmation table {
	border-color: #D0D0D0;
	width: 675px;
	
}

/*New Wix Site Page Alert*/
.wix {
  border: 1px solid;
  border-color: black;
  padding: 2px 2px 0px 0px;
  background-color: lemonchiffon;
  text-align: center;
  font-weight: normal;
  font-size: 12px;
  width: 180px;
  position:static;
  float:right;
  top:30px;
  right:40px;
}

/*New Wix Site HOMEPAGE Alert*/
.wixhome {
  border: 1px solid;
  border-color: black;
  background-color: lemonchiffon;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  width: ;
  position:inherit;
  float:none;
}