/* CSS Document */

/* GENERAL PAGE POSITIONING */

/* --- PAGE WRAPPERS --- */

html { /* prevents page shift from vertical scrollbar in IE */
	min-height:100%; 
	margin-bottom:1px; 
	}

body {
	margin:0; 
	padding:0;
	text-align:center;
	font-family: verdana, arial, helvetica, sans-serif;
	color:#000;
	background-color:#c9bc7d;
	font-size:76%;
	}
	
#pagewrapper1 {
	width:780px;
	margin:0 auto 0 auto;
	padding:0;
	text-align:left;
	position:relative;
	background-color:#ffffff;
	}

.sampleindex #pagewrapper2 {
	padding:20px;
	}


/* GENERAL TYPOGRAPHY */

/* ------ TYPOGRAPHY STYLES ------------------------------- */

/* GENERAL STYLES FOR ALL PAGES */

p, li, h1, h2, h3, h4, h5, h6 {
	font-family: verdana, arial, helvetica, sans-serif;
	line-height:1.4em;
	color:#000000;
	}

p {
	font-size:1.0em;
	margin:0;
	padding:0 0 16px 0;
	}

ul, ol, dl { /* to prevent disappearing list background bug in IE */ 
	position: relative;  
	}

html>body ul, html>body ol, html>body dl { /* above prevents disappearing list background bug in IE; this reverts it back for Firefox to fix dissappearing links */ 
	position:inherit;
	}

ol, ul {
	margin:10px 0 20px 20px;
	padding:0;
	list-style-position:inside;
	}
		
li {
	font-size:1.0em;
	margin:0;
	padding:0;
	}
		
ol li ol, ul li ul {
	margin:0 0 20px 20px;
	padding:0;
	list-style-position:inside;
	}
		
ul.paragraphlikelist li {
	margin:0 0 10px 0;
	}
		
ul.paragraphlistnobullets {
	list-style-type:none;
	margin:0 0 0 -20px;
	padding:0;
	}
		
ul.paragraphlistnobullets li {
	list-style-type:none;
	list-style-position:outside;
	margin:0 0 10px 0;
	}
		
#leftcolumn ul.listrightofbox {
	list-style-position:outside;
	list-style-type:none;
	}
		
#leftcolumn ul.listrightofbox li {
	margin-bottom:10px;
	margin-left:-10px;
	}
		
dt, dd {
	font-size:1em;
	}
		
h1, h2, h3, h4, h5, h6  {
	margin:10px 0 0 0;
	padding:0;
	font-weight:bold;
	}

.subheading {
	font-size:1.0em;
	font-weight:normal;
	}

.subheadingsm {
	font-size:0.9em;
	font-weight:normal;
	}

h1  {
	font-size:1.5em;
	color:#7c4038;
	border-bottom:3px solid #7c4038;
	padding-bottom:0;
	margin-bottom:20px;
	}

h2  {
	font-size:1.2em;
	}

h3  {
	font-size:1.2em;
	}

h4  {
	font-size:1.1em;
	}

h5  {
	font-size:1.0em;
	}

h6  {
	font-size:1.0em;
	}

h1 .departmentheading {
	color:#999999;
	border:0;
	}

img {
	border:0;
	}

abbr, acronym {
	border-bottom:1px dotted #000000;
	}

a:link {
	color:#526493; /* #293d72 */
	text-decoration:none;
	font-weight:bold;
	}
		
a:visited {
	color:#b34c4c; /* #6a3b6a */
	text-decoration:none;
	font-weight:bold;
	}
		
a:hover {
	color:#000000;
	text-decoration:underline;
	/*background-color:#CCCCFF;*/
	font-weight:bold;
	}
		
a:active {
	color:#000000;
	text-decoration:underline;
	/*background-color:#CCCCFF;*/
	font-weight:bold;
	}

a:focus {
	color:#000000;
	text-decoration:underline;
	/*background-color:#CCCCFF;*/
	font-weight:bold;
	}

.backarrow a:link {
	color:#526493; /* #293d72 */
	text-decoration:none;
	font-weight:bold;
	}
		
.backarrow a:visited {
	color:#526493; /* #6a3b6a */
	text-decoration:none;
	font-weight:bold;
	}
		
.backarrow a:hover {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
	}
		
.backarrow a:active {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
	}

.backarrow a:focus {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
	}

.turnpageright a:link, .turnpageleft a:link {
	color:#526493; /* #293d72 */
	text-decoration:none;
	font-weight:bold;
	}
		
.turnpageright a:visited, .turnpageleft a:visited {
	color:#526493; /* #6a3b6a */
	text-decoration:none;
	font-weight:bold;
	}
		
.turnpageright a:hover, .turnpageleft a:hover {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
	}
		
.turnpageright a:active, .turnpageleft a:active {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
	}

.turnpageright a:focus, .turnpageleft a:focus {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
	}

a:link abbr {
	border-bottom:1px dotted #526493;
	}
		
a:visited abbr {
	border-bottom:1px dotted #666666;
	}
		
a:hover abbr {
	border-bottom:1px dotted #000000;
	}
		
a:active abbr {
	border-bottom:1px dotted #000000;
	}

a:focus abbr {
	border-bottom:1px dotted #000000;
	}

a:link acronym {
	border-bottom:1px dotted #526493;
	}
		
a:visited acronym {
	border-bottom:1px dotted #666666;
	}
		
a:hover acronym {
	border-bottom:1px dotted #000000;
	}
		
a:active acronym {
	border-bottom:1px dotted #000000;
	}

a:focus acronym {
	border-bottom:1px dotted #000000;
	}

h3.linkalone, .linkalone {
	margin:10px 0 20px 0;
	}

img.emailimage, #leftcolumn img.emailimage, #rightcolumn img.emailimage {
	vertical-align:middle;
	float:none;
	display:inline;
	padding:0;
	margin:0;
	}

.signature {
	line-height:1.8em;
	font-size:1.1em;
	font-weight:bold;
	font-style:italic;
	}

.note {
	color:#999999;
	}

.notesmall {
	font-size:11px;
	color:#999999;
	}

p.pspaceabove {
	margin-top:10px;
	}

.nobold {
	font-weight:normal;
	}


/* SECTION LAYOUT AND TYPOGRAPHY */

/* --- Masthead LAYOUT AND TYPOGRAPHY --- */

#masthead1 {
	width:780px;
	height:193px;
	margin:0;
	padding:0;
	}

#masthead2 {
	background: url(../images/latah_masthead_bkgd.jpg) top left no-repeat;
	height:193px;
	}

/* ------ Banner Layout (within Masthead) ------ */

#banner1 {
	margin:0;
	padding:0;
	width:780px;
	height:167px;
	text-align:left;
	}

html>body #banner1 {
	height:156px;
	}

#banner2 {
	width:500px;
	padding:0;
	margin:0;
	text-align:left;
	}

#banner2 p {
	font-size:0.9em;
	}
	
#banner3 {
	left:-1000px;
	position:relative;
	}

#banner3 h1 {
	font-size:0px;
	margin:0;
	padding:0;
	}


/* ------ Banner Navigation Layout (within Masthead) ------ */

#bannernav1 {
	clear:both;
	margin:0;
	padding:0 0 6px 1px;
	height:25px;
	width:780px;
	display:block;
	text-align:center;
	/*border-left:1px dotted #aaaaaa;*/
	}

/*#bannernav1 ul {
	border-top:1px dotted #aaaaaa;
	}

html>body #bannernav1 ul {
	border-top:none;
	}*/

#bannernav1 h2 {
	font-size:0.8em;
	}

/*#bannernav1 ul {
	margin:0;
	padding:0;
	list-style-type:none;
	}

#bannernav1 ul li {
	float:left;
	width:auto;
	margin:0;
	padding:0;
	line-height:2.0em;
	}

html>body #bannernav1 ul li {
	line-height:1.8em;
	}

#bannernav1 ul li a {
	margin:0;
	padding:4px 9px 4px 9px;
	background-color:#3c4c65;
	border-top:1px dotted #aaaaaa;
	border-bottom:1px dotted #aaaaaa;
	border-right:1px dotted #aaaaaa;
	}
	
html>body #bannernav1 ul li a {
	height:15px;
	background: url(../images/dk_blue_02_30.png) top left repeat;
	}

.firstnavitem {
	border-left:1px dotted #aaaaaa;
	}
	
*/#udm li.dummy { /* class for hiding a fake first list item since some browsers render first list items incorrectly */
	display:none;
	}

/*#bannernav1 ul li a:link {
	text-decoration:none;
	color:#cccccc;
	font-weight:bold;
	}

#bannernav1 ul li a:visited {
	text-decoration:none;
	color:#cccccc;
	font-weight:bold;
	}

#bannernav1 ul li a:hover {
	background-color:#2f3c50;
	text-decoration:underline;
	color:#ffffff;
	font-weight:bold;
	}

#bannernav1 ul li a:active {
	background-color:#2f3c50;
	text-decoration:underline;
	color:#ffffff;
	font-weight:bold;
	}

#bannernav1 ul li a:focus {
	background-color:#2f3c50;
	text-decoration:underline;
	font-weight:bold;
	color:#ffffff;
	}

html>body #bannernav1 ul li a:link {
	}

html>body #bannernav1 ul li a:visited {
	}

html>body #bannernav1 ul li a:hover {
	background: url(../images/dk_gold_01_30.png) top left repeat;
	}

html>body #bannernav1 ul li a:active {
	background: url(../images/dk_gold_01_30.png) top left repeat;
	}

html>body #bannernav1 ul li a:focus {
	background: url(../images/dk_gold_01_30.png) top left repeat;
	}*/


/* --- UDM - Override for background images for Newer Browsers --- */

#udm p, #udm li, #udm h1, #udm h2, #udm h3, #udm h4, #udm h5, #udm h6 {
	line-height:normal;
	}

html>body .udm a, html>body .udm a:link, html>body .udm a.nohref {
	background-image:url(../images/dk_blue_02_30.png);
	}
	
html>body .udm li a:visited {
	background-image:url(../images/dk_blue_02_30.png);
	}
	
html>body .udm li ul {
	background-image:url(../images/3f5268_92.png);
	}
	
html>body .udm li a.udmR, html>body .udm li a.udmY, html>body .udm li a.udmR:visited, html>body .udm li a.udmY:visited /*html>body .udm li a:hover, html>body .udm li a:focus, html>body .udm li a.nohref:hover, html>body .udm li a.nohref:focus*/ {
	background-image:url(../images/gold_100.gif);
	}

/*html>body .udm li a.udmR, html>body .udm li a.udmY, html>body .udm li a.udmR:visited, html>body .udm li a.udmY:visited, */html>body .udm li a:hover, html>body .udm li a:focus, html>body .udm li a.nohref:hover, html>body .udm li a.nohref:focus {
	background-image:url(../images/dk_gold_01_30.png);
	}

html>body .udm li ul li a:hover, html>body .udm li ul li a:focus, html>body .udm li ul li a.nohref:hover, html>body .udm li ul li a.nohref:focus {
	background-image:url(../images/gold_100.gif);
	}

html>body .udm li a:active {
	background-image:url(../images/dk_gold_01_30.png);
	}

html>body .udm li h2 a.nohref:active, html>body .udm li h2 a.nohref:focus {
	background-image:url(../images/dk_gold_01_30.png);
	}

.udm li a:link abbr {
	border-bottom:1px dotted #cccccc;
	}
	
.udm li a:visited abbr {
	border-bottom:1px dotted #cccccc;
	}
	
.udm li a:hover abbr {
	border-bottom:1px dotted #ffffff;
	}
	
.udm li a:active abbr {
	border-bottom:1px dotted #ffffff;
	}
	
.udm li a:focus abbr {
	border-bottom:1px dotted #ffffff;
	}
	
.udm li ul li a:link abbr {
	border-bottom:1px dotted #cccccc;
	}
	
.udm li ul li a:visited abbr {
	border-bottom:1px dotted #cccccc;
	}
	
.udm li ul li a:hover abbr {
	border-bottom:1px dotted #000000;
	}
	
.udm li ul li a:active abbr {
	border-bottom:1px dotted #000000;
	}
	
.udm li ul li a:focus abbr {
	border-bottom:1px dotted #000000;
	}

.udm li a:link acronym {
	border-bottom:1px dotted #cccccc;
	}
	
.udm li a:visited acronym {
	border-bottom:1px dotted #cccccc;
	}
	
.udm li a:hover acronym {
	border-bottom:1px dotted #ffffff;
	}
	
.udm li a:active acronym {
	border-bottom:1px dotted #ffffff;
	}
	
.udm li a:focus acronym {
	border-bottom:1px dotted #ffffff;
	}
	
.udm li ul li a:link acronym {
	border-bottom:1px dotted #cccccc;
	}
	
.udm li ul li a:visited acronym {
	border-bottom:1px dotted #cccccc;
	}
	
.udm li ul li a:hover acronym {
	border-bottom:1px dotted #000000;
	}
	
.udm li ul li a:active acronym {
	border-bottom:1px dotted #000000;
	}
	
.udm li ul li a:focus acronym {
	border-bottom:1px dotted #000000;
	}


/* UDM core scrolling button styles - do not change these */
#udm .scrollBUTTON {
	display:block;
	visibility:hidden;
	position:absolute;
	z-index:33000;
	}
#udm .scrollUP, #udm .scrollDOWN, #udm .scrollINNER {
	display:block;
	line-height:0 !important;
	}


/* UDM custom scrolling button styles - you can customise these freely, with restrictions */
#udm .scrollUP, #udm .scrollDOWN {
	border-color:#aaaaaa;
	border-style:dotted;
	background:#3c4c65;
	}

#udm .scrollUP {
	border-width:1px 1px 0 1px;
	padding:1px 1px 3px 1px;
	}

#udm .scrollDOWN {
	border-width:0 1px 1px 1px;
	padding:3px 1px 1px 1px;
	}

#udm .scrollINNER {
	background:#5a6b85;
	border:1px dotted #aaaaaa;
	text-align:center;
	font:0.75em tahoma,sans-serif;
	color:#060;
	padding:4px 0 5px 0;
	}

#udm .scrollMOVING {
	border-color:#aaaaaa;
	background:#3c4c65;
	padding:5px 0 4px 0;
	}


/* --- Middlecontent LAYOUT AND TYPOGRAPHY --- */

#middlecontent1 {
	width:780px;
	margin:0;
	padding:0;
	clear:both;
	}

#middlecontent2 {
	padding:20px 0 0 20px;
	margin:0;
	}


/* ------ Left Column Layout (within Middlecontent) ------ */

#leftcolumn {
	padding:0;
	margin:0;
	width:500px;
	text-align:left;
	word-wrap:break-word;
	max-width:500px !important;
	}

html>body #leftcolumn {
	width:500px;
	}

/* ------ ONE-COLUMN PAGE -- Left Column Layout (within Middlecontent) ------ */

.onecolumn #middlecontent2 {
	padding:20px;
	margin:0;
	}

.onecolumn #leftcolumn {
	padding:0 ;
	margin:0;
	width:740px;
	word-wrap:break-word;
	max-width:740px !important;
	}

html>body .onecolumn #leftcolumn {
	width:740px;
	}

/* ------------ Styles within Left Column Layout ------------ */

#leftcolumn img {
	border:0;
	}

#leftcolumn img.leftfloat {
	float:left;
	border:0;
	padding:0 0 10px 0;
	margin:0;
	margin-right:10px;
	}
	
#leftcolumn img.rightfloat {
	float:right;
	border:0;
	padding:0 0 10px 10px;
	margin:0;
	}
	
#leftcolumn .photowithcaptionleft {
	float:left;
	border:0;
	padding:0 10px 10px 0;
	margin:0;
	background-color:#ffffff;
	}
	
#leftcolumn .photowithcaptionright {
	float:right;
	border:0;
	padding:0 0 10px 10px;
	margin:0;
	background-color:#ffffff;
	}
	
#leftcolumn .phototwowithcaption { /* Two images next to each other - used on "/vehiclelicensing/index.php" */
	float:none;
	border:0;
	padding:0;
	margin:0;
	}
	
#leftcolumn .textboxcontainer {
	padding:10px 0 0 0;
	margin:10px 0 0 0;
	border-top:1px dotted #cccccc;
	width:500px;
	}
	
#leftcolumn .textboxleft {
	float:left;
	padding:10px 10px 0 0;
	margin:0 0 0 0;
	}
	
#leftcolumn .textboxright {
	float:left;
	padding:10px 0 0 10px;
	margin:0 0 10px 0;
	}
	
#leftcolumn .phototwowithcaption img { /* Two images next to each other - used on "/vehiclelicensing/index.php" */
	float:left;
	border:0;
	padding:0 0 10px 0;
	margin:0;
	}
	
#leftcolumn .photowithcaptionleft p, #leftcolumn .photowithcaptionright p {
	font-size:0.9em;
	text-align:center;
	padding-bottom:0;
	margin-bottom:0;
	}
	
#leftcolumn .textboxleft p, #leftcolumn .textboxright p {
	font-size:1.0em;
	text-align:center;
	padding-bottom:0;
	margin-bottom:0;
	}
	
#leftcolumn .photowithcaption {/* add style="width:Hpx;" to instance of div (H = width of photo) if you want caption centered and width of photo */
	border:0;
	padding:0 10px 10px 0;
	margin:0;
	}
	
#leftcolumn .photowithcaption p {
	font-size:0.9em;
	text-align:center;
	padding-bottom:0;
	margin-bottom:0;
	}
	
#leftcolumn .photowithcaptionleft p.leftaligncaption, #leftcolumn .photowithcaptionright p.leftaligncaption, #leftcolumn .photowithcaption p.leftaligncaption {
	text-align:left;
	}
	
/*#leftcolumn .photoleftnofloat { /* add style="width:Hpx;" to instance of div (H = width of photo) if you want caption centered and width of photo */
	/*border:0;
	padding:0 10px 10px 0;
	margin:0;
	text-align:left;
	}*/
	
#leftcolumn .photocenternofloat {/* centers inside leftcolumn */
	width:490px;
	border:0;
	padding:0 10px 10px 0;
	margin:0;
	text-align:center;
	}
	
/*#leftcolumn .photoleftnofloat p, */#leftcolumn .photocenternofloat p, #leftcolumn .phototwowithcaption p {
	font-size:0.9em;
	text-align:center;
	padding-bottom:0;
	margin-bottom:0;
	}
	
/*#leftcolumn .photoleftnofloat p.mediumcaption, */#leftcolumn .photocenternofloat p.mediumcaption, #leftcolumn .phototwowithcaption p.mediumcaption {
	font-size:1.1em;
	text-align:center;
	padding-top:10px;
	padding-bottom:0;
	margin-bottom:0;
	}
	
/*#leftcolumn .photoleftnofloat p.largercaption, */#leftcolumn .photocenternofloat p.largercaption, #leftcolumn .phototwowithcaption p.largercaption {
	font-size:1.2em;
	text-align:center;
	padding-top:10px;
	padding-bottom:0;
	margin-bottom:0;
	}
	
/*#leftcolumn .photoleftnofloat p.pagecounter, */#leftcolumn .photocenternofloat p.pagecounter {
	font-size:1.2em;
	line-height:2.0em;
	text-align:center;
	padding-top:10px;
	padding-bottom:0;
	margin-bottom:0;
	}
	
#leftcolumn h1.linedivider, #leftcolumn h2.linedivider, #leftcolumn h3.linedivider, #leftcolumn h4.linedivider, #leftcolumn h5.linedivider, #leftcolumn h6.linedivider, #leftcolumn p.linedivider, #leftcolumn ul.linedivider, #leftcolumn li.linedivider, #leftcolumn dt.linedivider  {
	margin-top:10px;
	padding-top:10px;
	border-top:1px dotted #cccccc;
	}

#leftcolumn h1.lineabovebelow, #leftcolumn h2.lineabovebelow, #leftcolumn h3.lineabovebelow, #leftcolumn h4.lineabovebelow, #leftcolumn h5.lineabovebelow, #leftcolumn h6.lineabovebelow, #leftcolumn p.lineabovebelow, #leftcolumn ul.lineabovebelow, #leftcolumn li.lineabovebelow, #leftcolumn dt.lineabovebelow  {
	margin-top:10px;
	padding-top:10px;
	border-top:1px dotted #cccccc;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #cccccc;
	}

#leftcolumn h1.sectionheader, #leftcolumn h2.sectionheader, #leftcolumn h3.sectionheader, #leftcolumn h4.sectionheader, #leftcolumn h5.sectionheader, #leftcolumn h6.sectionheader  {
	margin:10px 0 10px 0;
	padding:1px 0 1px 6px;
	border:none;
	background-color:#dddddd;
	}

#leftcolumn h1.sectionheader .subsectionheader, #leftcolumn h2.sectionheader .subsectionheader, #leftcolumn h3.sectionheader .subsectionheader, #leftcolumn h4.sectionheader .subsectionheader, #leftcolumn h5.sectionheader .subsectionheader, #leftcolumn h6.sectionheader .subsectionheader  {
	margin:0;
	padding:5px 0 0 0;
	font-size:0.9em;
	/*color:#666666;*/
	font-weight:normal;
	}

#leftcolumn h1 {
	/*margin-bottom:10px;*/
	}

#leftcolumn h1.nobold {
	font-weight:normal;
	}

h1 .subsectionheader {
	font-weight:normal;
	font-size:0.8em;
	}

#leftcolumn ul li, #leftcolumn ol li {
	margin-left:20px;
	list-style-position:outside;
	}

#leftcolumn .faq p.answer, #leftcolumn .faq h4, #leftcolumn .faq h5, #leftcolumn .faq h6 {
	text-indent:-20px;
	margin-left:20px;
	}
	
#leftcolumn .faq p, #leftcolumn .faq ul {
	margin-left:20px;
	}
	
#leftcolumn div.leftsidesubmenu {
	padding:0 0 12px 0;
	margin:16px 0 14px 0;
	border-top:1px dotted #cccccc;
	border-bottom:1px dotted #cccccc;
	background-color:#efefef;
	}

#leftcolumn div.leftsidesubmenu ul {
	padding-bottom:0;
	margin-bottom:0;
	}

#leftcolumn div.leftsidesubmenu ul li {
	padding-bottom:0;
	margin-bottom:2px;
	}

#leftcolumn div.leftsidesubmenu h2 {
	padding-bottom:0;
	padding-left:10px;
	margin-bottom:0;
	}

#leftcolumn p.backarrow {
	padding-top:20px;
	margin-top:20px;
	border-top:1px dotted #cccccc;
	}

#leftcolumn p.turnpageright {
	text-align:right;
	padding-top:20px;
	margin-top:0;
	border-top:none;
	}

#leftcolumn p.turnpageleft {
	text-align:left;
	padding-top:20px;
	margin-top:0;
	border-top:none;
	}

#leftcolumn .noticebox {
	padding:20px;
	margin:20px 0 20px 0;
	border:1px dotted #aaaaaa;
	background-color:#dddddd;
	}

#leftcolumn .joblisting {
	padding:20px;
	margin:20px 0 20px 0;
	border:1px dotted #c9bc7d;
	background-color:#efebd9;
	}

#leftcolumn .joblisting h3 {
	margin:0 0 10px 0;
	padding-bottom:0;
	border-bottom:1px solid #c9bc7d;
	}


/* ------ Right Column Layout (within Middlecontent) ------ */

#rightcolumn {
	float:right;
	width:230px;
	margin:0 0 0 20px;
	padding:0;
	text-align:left;
	}

#rightcolumn img.leftfloat {
	float:left;
	border:0;
	padding:0 10px 10px 0;
	margin:0;
	}

#rightcolumn .photowithcaption {
	width:210px;
	margin:0 20px 20px 0;
	padding:0;
	border:0;
	text-align:center;
	}
	
#rightcolumn .photowithcaption p {
	font-size:0.9em;
	text-align:center;
	padding-top:5px;
	padding-bottom:0;
	margin-bottom:0;
	}
	


/* ------------ Styles within Right Column Layout ------------ */

/* ---------------------------Searchbox Styles within Right Column  ------------ */

#searchbox {
	margin:0 20px 20px 0;
	text-align:right;
	}

#searchbox form input.searchentry {
	width:130px;
	}


/* ---------------------------Submenu Styles within Right Column  ------------ */

#submenu {
	width:210px;
	margin:0 20px 20px 0;
	padding:0;
	word-wrap:break-word;
	max-width:210px !important;
	}

#submenu h3  {
	margin:0;
	padding:0;
	color:#cccccc;
	line-height:0.9em;
	}

#submenu ul  {
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	border:0;
	border-top:1px solid #cccccc;
	}

#submenu ul li  {
	margin:0;
	padding:0;
	}

#submenu ul li a {
	height:20px;
	border-top:1px solid #cccccc;
	padding:3px 10px 3px 10px;
	display:block;
	}

html>body #submenu ul li a {
	height:auto;
	}

#submenu ul li a.submenufirstlink {
	border-top:none;
	}

#submenu ul li a:link {
	background-color:#e4e4e4;
	text-decoration:none;
	color:#293d72;
	font-weight:bold;
	border-left:1px solid #b7bdc7;
	border-right:1px solid #b7bdc7;
	}

#submenu ul li a:visited {
	background-color:#e4e4e4;
	text-decoration:none;
	color:#293d72;
	font-weight:bold;
	border-left:1px solid #b7bdc7;
	border-right:1px solid #b7bdc7;
	}

#submenu ul li a:hover {
	background-color:#ffffff;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	border-left:1px solid #b7bdc7;
	border-right:1px solid #b7bdc7;
	}

#submenu ul li a:active {
	background-color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	border-left:1px solid #b7bdc7;
	border-right:1px solid #b7bdc7;
	}

#submenu ul li a:focus {
	background-color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	border-left:1px solid #b7bdc7;
	border-right:1px solid #b7bdc7;
	}

/* ---------------------------Subcontent boxes' Styles within Right Column  ------------ */

#subcontent, #subcontent2, #subcontent3 {
	width:210px;
	margin:0 20px 20px 0;
	padding:0;
	word-wrap:break-word;
	max-width:210px !important;
	}

#subcontent .noheading .rboxtopmiddle3, #subcontent2 .noheading .rboxtopmiddle3, #subcontent3 .noheading .rboxtopmiddle3 {
	font-size:0;
	line-height:0;
	}

#subcontent h3, #subcontent2 h3, #subcontent3 h3  {
	margin:0;
	padding:0;
	line-height:0.9em;
	}

#subcontent h3.smallerboxheading, #subcontent2 h3.smallerboxheading, #subcontent3 h3.smallerboxheading, #submenu h3.smallerboxheading, #leftlinkbox1 h3.smallerboxheading, .rboxcontainer h3.smallerboxheading  {
	font-size:1.1em;
	}

#subcontent h4, #subcontent2 h4, #subcontent3 h4  {
	margin:0 0 5px 0;
	padding:0 0 0 5px;
	border-bottom:1px solid #cccccc;
	border-top:1px solid #cccccc;
	font-size:12px;
	background-color:#eeeeee;
	}

#subcontent p, #subcontent2 p, #subcontent3 p, #subcontent dt, #subcontent2 dt, #subcontent3 dt, #subcontent dd, #subcontent2 dd, #subcontent3 dd  {
	font-size:12px;
	line-height:16px;
	}

#subcontent img, #subcontent2 img, #subcontent3 img {
	float:left;
	border:0;
	padding:0 10px 10px 0;
	margin:0;
	}

#subcontent img.noimagefloat, #subcontent2 img.noimagefloat, #subcontent3 img.noimagefloat {
	float:none;
	border:0;
	padding:0 0 10px 0;
	margin:0;
	}

#subcontent dl, #subcontent2 dl, #subcontent3 dl {
	line-height:1.1em;
	margin-top:0;
	}

#subcontent dt, #subcontent2 dt, #subcontent3 dt {
	}
#subcontent dd, #subcontent2 dd, #subcontent3 dd {
	margin-left:20px;
	margin-bottom:10px;
	}


/* --- Rounded Box (rbox) DEFAULT LAYOUT  --- */

.rboxcontainer1 {  /* --- SET the CONTAINING DIV's width for desired box width  --- */
	margin:0;
	padding:0;
	border:0;
	}
	
.rboxtop1 {
	height:11px;
	margin:0;
	padding:0;
	border:0;
	background:url(../images/lc_rbox_topwhite_toplft.gif) top left no-repeat;
	}
	
html>body .rboxtop1 {
	background:url(../images/lc_rbox_topwhite_toplft.png) top left no-repeat;
	}
	
.rboxtop2 {
	height:11px;
	margin:0 0 0 10px;
	padding:0;
	border:0;
	background:url(../images/lc_rbox_topwhite_toprt.gif) top right no-repeat;
	}
	
html>body .rboxtop2 {
	background:url(../images/lc_rbox_topwhite_toprt.png) top right no-repeat;
	}
	
.rboxtop3 {
	height:11px;
	margin:0 10px 0 0;
	padding:0;
	border:0;
	background:url(../images/lc_rbox_topwhite_topmid.gif) top left repeat-x;
	font-size:0px;
	}
	
html>body .rboxtop3 {
	background:url(../images/lc_rbox_topwhite_topmid.png) top left repeat-x;
	}
	
.rboxtopmiddle1 {
	height:auto;
	margin:0;
	padding:0;
	border:0;
	background:url(../images/lc_rbox_botwhite_midlft.gif) top left repeat-y;
	}
	
html>body .rboxtopmiddle1 {
	background:url(../images/lc_rbox_botwhite_midlft.gif) top left repeat-y;
	}
	
.rboxtopmiddle2 {
	margin:0 0 0 3px;
	padding:0;
	border:0;
	background:url(../images/lc_rbox_botwhite_midrt.gif) top right repeat-y;
	}
	
html>body .rboxtopmiddle2 {
	background:url(../images/lc_rbox_botwhite_midrt.png) top right repeat-y;
	}
	
.rboxtopmiddle3 {
	margin:0 3px 0 0;
	padding:0 5px 8px 5px;
	border:0;
	background:url(../images/lc_rbox_botwhite_midmid.gif) top left repeat;
	text-align:center;
	}
	
html>body .rboxtopmiddle3 {
	background:url(../images/lc_rbox_botwhite_midmid.png) top left repeat;
	}
	
.rboxbottommiddle1 {
	height:auto;
	margin:0;
	padding:0;
	border:0;
	background:url(../images/lc_rbox_botwhite_midlft.gif) top left repeat-y;
	}
	
html>body .rboxbottommiddle1 {
	background:url(../images/lc_rbox_botwhite_midlft.gif) top left repeat-y;
	}
	
.rboxbottommiddle2 {
	margin:0 0 0 3px;
	padding:0;
	border:0;
	background:url(../images/lc_rbox_botwhite_midrt.gif) top right repeat-y;
	}
	
html>body .rboxbottommiddle2 {
	background:url(../images/lc_rbox_botwhite_midrt.png) top right repeat-y;
	}
	
.rboxbottommiddle3 {
	margin:0 3px 0 0;
	padding:0 10px 0 10px;
	border:0;
	background:url(../images/lc_rbox_botwhite_midmid.gif) top left repeat;
	text-align:left;
	}
	
html>body .rboxbottommiddle3 {
	background:url(../images/lc_rbox_botwhite_midmid.png) top left repeat;
	}
	
.rboxbottom1 {
	clear:both;
	height:11px;
	margin:0;
	padding:0;
	border:0;
	background:url(../images/lc_rbox_botwhite_botlft.gif) top left no-repeat;
	}
	
html>body .rboxbottom1 {
	background:url(../images/lc_rbox_botwhite_botlft.png) top left no-repeat;
	}
	
.rboxbottom2 {
	height:11px;
	margin:0 0 0 10px;
	padding:0;
	border:0;
	background:url(../images/lc_rbox_botwhite_botrt.gif) top right no-repeat;
	}
	
html>body .rboxbottom2 {
	background:url(../images/lc_rbox_botwhite_botrt.png) top right no-repeat;
	}
	
.rboxbottom3 {
	height:11px;
	margin:0 10px 0 0;
	padding:0;
	border:0;
	background:url(../images/lc_rbox_botwhite_botmid.gif) top left repeat-x;
	font-size:0px;
	}
	
html>body .rboxbottom3 {
	background:url(../images/lc_rbox_botwhite_botmid.png) top left repeat-x;
	}
	
/* --- Rounded Box (rbox) - STYLE CHANGES for white box with BEIGE header  --- */

.beigeheader .rboxtop1 {
	background:url(../images/lc_rbox_topbeige_toplft.gif) top left no-repeat;
	}
	
html>body .beigeheader .rboxtop1 {
	background:url(../images/lc_rbox_topbeige_toplft.png) top left no-repeat;
	}
	
.beigeheader .rboxtop2 {
	background:url(../images/lc_rbox_topbeige_toprt.gif) top right no-repeat;
	}
	
html>body .beigeheader .rboxtop2 {
	background:url(../images/lc_rbox_topbeige_toprt.png) top right no-repeat;
	}
	
.beigeheader .rboxtop3 {
	background:url(../images/lc_rbox_topbeige_topmid.gif) top left repeat-x;
	}
	
html>body .beigeheader .rboxtop3 {
	background:url(../images/lc_rbox_topbeige_topmid.png) top left repeat-x;
	}
	
.beigeheader .rboxtopmiddle1 {
	border-bottom:1px solid #b7bdc7;
	background:url(../images/lc_rbox_topbeige_midlft.gif) top left repeat-y;
	}
	
html>body .beigeheader .rboxtopmiddle1 {
	background:url(../images/lc_rbox_topbeige_midlft.gif) top left repeat-y;
	}
	
.beigeheader .rboxtopmiddle2 {
	background:url(../images/lc_rbox_topbeige_midrt.gif) top right repeat-y;
	}
	
html>body .beigeheader .rboxtopmiddle2 {
	background:url(../images/lc_rbox_topbeige_midrt.png) top right repeat-y;
	}
	
.beigeheader .rboxtopmiddle3 {
	background:url(../images/lc_rbox_topbeige_midmid.gif) top left repeat;
	}
	
html>body .beigeheader .rboxtopmiddle3 {
	background:url(../images/lc_rbox_topbeige_midmid.png) top left repeat;
	}

.beigeheader .rboxbottommiddle3 {
	padding:10px 10px 0 10px;
	}
	
	
	
/* --- Rounded Box (rbox) - STYLE CHANGES for white box with BLUE header  --- */

.blueheader .rboxtop1 {
	background:url(../images/lc_rbox_topblue_toplft.gif) top left no-repeat;
	}
	
html>body .blueheader .rboxtop1 {
	background:url(../images/lc_rbox_topblue_toplft.png) top left no-repeat;
	}
	
.blueheader .rboxtop2 {
	background:url(../images/lc_rbox_topblue_toprt.gif) top right no-repeat;
	}
	
html>body .blueheader .rboxtop2 {
	background:url(../images/lc_rbox_topblue_toprt.png) top right no-repeat;
	}
	
.blueheader .rboxtop3 {
	background:url(../images/lc_rbox_topblue_topmid.gif) top left repeat-x;
	}
	
html>body .blueheader .rboxtop3 {
	background:url(../images/lc_rbox_topblue_topmid.png) top left repeat-x;
	}
	
.blueheader .rboxtopmiddle1 {
	border-bottom:1px solid #b7bdc7;
	background:url(../images/lc_rbox_topblue_midlft.gif) top left repeat-y;
	}
	
html>body .blueheader .rboxtopmiddle1 {
	background:url(../images/lc_rbox_topblue_midlft.gif) top left repeat-y;
	}
	
.blueheader .rboxtopmiddle2 {
	background:url(../images/lc_rbox_topblue_midrt.gif) top right repeat-y;
	}
	
html>body .blueheader .rboxtopmiddle2 {
	background:url(../images/lc_rbox_topblue_midrt.png) top right repeat-y;
	}
	
.blueheader .rboxtopmiddle3 {
	background:url(../images/lc_rbox_topblue_midmid.gif) top left repeat;
	}
	
html>body .blueheader .rboxtopmiddle3 {
	background:url(../images/lc_rbox_topblue_midmid.png) top left repeat;
	}

.blueheader .rboxbottommiddle3 {
	padding:10px 10px 0 10px;
	}
	


/* --- Rounded Box (rbox) - STYLE CHANGES for lt. gray box with BURGUNDY header and border  --- */

.burgundybox .rboxtop1 {
	background:url(../images/lc_rbox_topburgundy_toplft.gif) top left no-repeat;
	}
	
html>body .burgundybox .rboxtop1 {
	background:url(../images/lc_rbox_topburgundy_toplft.png) top left no-repeat;
	}
	
.burgundybox .rboxtop2 {
	background:url(../images/lc_rbox_topburgundy_toprt.gif) top right no-repeat;
	}
	
html>body .burgundybox .rboxtop2 {
	background:url(../images/lc_rbox_topburgundy_toprt.png) top right no-repeat;
	}
	
.burgundybox .rboxtop3 {
	background:url(../images/lc_rbox_topburgundy_topmid.gif) top left repeat-x;
	}
	
html>body .burgundybox .rboxtop3 {
	background:url(../images/lc_rbox_topburgundy_topmid.png) top left repeat-x;
	}
	
.burgundybox .rboxtopmiddle1 {
	border-bottom:1px solid #a16f68;
	background:url(../images/lc_rbox_topburgundy_midlft.gif) top left repeat-y;
	}
	
html>body .burgundybox .rboxtopmiddle1 {
	background:url(../images/lc_rbox_topburgundy_midlft.png) top left repeat-y;
	}
	
.burgundybox .rboxtopmiddle2 {
	background:url(../images/lc_rbox_topburgundy_midrt.gif) top right repeat-y;
	}
	
html>body .burgundybox .rboxtopmiddle2 {
	background:url(../images/lc_rbox_topburgundy_midrt.png) top right repeat-y;
	}
	
.burgundybox .rboxtopmiddle3 {
	background:url(../images/lc_rbox_topburgundy_midmid.gif) top left repeat;
	}
	
html>body .burgundybox .rboxtopmiddle3 {
	background:url(../images/lc_rbox_topburgundy_midmid.png) top left repeat;
	}

.burgundybox .rboxbottommiddle1 {
	background:url(../images/lc_rbox_botburgundy_midlft.gif) top left repeat-y;
	}
	
html>body .burgundybox .rboxbottommiddle1 {
	background:url(../images/lc_rbox_botburgundy_midlft.png) top left repeat-y;
	}
	
.burgundybox .rboxbottommiddle2 {
	background:url(../images/lc_rbox_botburgundy_midrt.gif) top right repeat-y;
	}
	
html>body .burgundybox .rboxbottommiddle2 {
	background:url(../images/lc_rbox_botburgundy_midrt.png) top right repeat-y;
	}
	
.burgundybox .rboxbottommiddle3 {
	padding:10px 10px 0 10px;
	background:url(../images/lc_rbox_botburgundy_midmid.gif) top left repeat;
	}
	
html>body .burgundybox .rboxbottommiddle3 {
	background:url(../images/lc_rbox_botburgundy_midmid.png) top left repeat;
	}

.burgundybox .rboxbottom1 {
	background:url(../images/lc_rbox_botburgundy_botlft.gif) top left no-repeat;
	}
	
html>body .burgundybox .rboxbottom1 {
	background:url(../images/lc_rbox_botburgundy_botlft.png) top left no-repeat;
	}
	
.burgundybox .rboxbottom2 {
	background:url(../images/lc_rbox_botburgundy_botrt.gif) top right no-repeat;
	}
	
html>body .burgundybox .rboxbottom2 {
	background:url(../images/lc_rbox_botburgundy_botrt.png) top right no-repeat;
	}
	
.burgundybox .rboxbottom3 {
	background:url(../images/lc_rbox_botburgundy_botmid.gif) top left repeat-x;
	}
	
html>body .burgundybox .rboxbottom3 {
	background:url(../images/lc_rbox_botburgundy_botmid.png) top left repeat-x;
	}
	

/* --- Rounded Box (rbox) - STYLE CHANGES for lt. gray box with BURGUNDY border but NO HEADER  --- */

.burgundybox2 .rboxtop1 {
	background:url(../images/lc_rbox_topburg2_toplft.gif) top left no-repeat;
	}
	
html>body .burgundybox2 .rboxtop1 {
	background:url(../images/lc_rbox_topburg2_toplft.png) top left no-repeat;
	}
	
.burgundybox2 .rboxtop2 {
	background:url(../images/lc_rbox_topburg2_toprt.gif) top right no-repeat;
	}
	
html>body .burgundybox2 .rboxtop2 {
	background:url(../images/lc_rbox_topburg2_toprt.png) top right no-repeat;
	}
	
.burgundybox2 .rboxtop3 {
	background:url(../images/lc_rbox_topburg2_topmid.gif) top left repeat-x;
	}
	
html>body .burgundybox2 .rboxtop3 {
	background:url(../images/lc_rbox_topburg2_topmid.png) top left repeat-x;
	}
	
.burgundybox2 .rboxtopmiddle1 {
	background:url(../images/lc_rbox_topburg2_midlft.gif) top left repeat-y;
	}
	
html>body .burgundybox2 .rboxtopmiddle1 {
	background:url(../images/lc_rbox_topburg2_midlft.png) top left repeat-y;
	}
	
.burgundybox2 .rboxtopmiddle2 {
	background:url(../images/lc_rbox_topburg2_midrt.gif) top right repeat-y;
	}
	
html>body .burgundybox2 .rboxtopmiddle2 {
	background:url(../images/lc_rbox_topburg2_midrt.png) top right repeat-y;
	}
	
.burgundybox2 .rboxtopmiddle3 {
	background:url(../images/lc_rbox_topburg2_midmid.gif) top left repeat;
	}
	
html>body .burgundybox2 .rboxtopmiddle3 {
	background:url(../images/lc_rbox_topburg2_midmid.png) top left repeat;
	}

.burgundybox2 .rboxbottommiddle1 {
	background:url(../images/lc_rbox_botburgundy_midlft.gif) top left repeat-y;
	}
	
html>body .burgundybox2 .rboxbottommiddle1 {
	background:url(../images/lc_rbox_botburgundy_midlft.png) top left repeat-y;
	}
	
.burgundybox2 .rboxbottommiddle2 {
	background:url(../images/lc_rbox_botburgundy_midrt.gif) top right repeat-y;
	}
	
html>body .burgundybox2 .rboxbottommiddle2 {
	background:url(../images/lc_rbox_botburgundy_midrt.png) top right repeat-y;
	}
	
.burgundybox2 .rboxbottommiddle3 {
	padding:0 10px 0 10px;
	background:url(../images/lc_rbox_botburgundy_midmid.gif) top left repeat;
	}
	
html>body .burgundybox2 .rboxbottommiddle3 {
	background:url(../images/lc_rbox_botburgundy_midmid.png) top left repeat;
	}

.burgundybox2 .rboxbottom1 {
	background:url(../images/lc_rbox_botburgundy_botlft.gif) top left no-repeat;
	}
	
html>body .burgundybox2 .rboxbottom1 {
	background:url(../images/lc_rbox_botburgundy_botlft.png) top left no-repeat;
	}
	
.burgundybox2 .rboxbottom2 {
	background:url(../images/lc_rbox_botburgundy_botrt.gif) top right no-repeat;
	}
	
html>body .burgundybox2 .rboxbottom2 {
	background:url(../images/lc_rbox_botburgundy_botrt.png) top right no-repeat;
	}
	
.burgundybox2 .rboxbottom3 {
	background:url(../images/lc_rbox_botburgundy_botmid.gif) top left repeat-x;
	}
	
html>body .burgundybox2 .rboxbottom3 {
	background:url(../images/lc_rbox_botburgundy_botmid.png) top left repeat-x;
	}
	
	
/* --- SUBMENU Rounded Box WITH BUTTONS (rbox) - STYLE CHANGES (DEFAULT for rbox in #submenu)  --- */

#submenu .rboxtop1 {
	background:url(../images/lc_rbox_topdkblue_toplft.gif) top left no-repeat;
	}
	
html>body #submenu .rboxtop1 {
	background:url(../images/lc_rbox_topdkblue_toplft.png) top left no-repeat;
	}
	
#submenu .rboxtop2 {
	background:url(../images/lc_rbox_topdkblue_toprt.gif) top right no-repeat;
	}
	
html>body #submenu .rboxtop2 {
	background:url(../images/lc_rbox_topdkblue_toprt.png) top right no-repeat;
	}
	
#submenu .rboxtop3 {
	background:url(../images/lc_rbox_topdkblue_topmid.gif) top left repeat-x;
	}
	
html>body #submenu .rboxtop3 {
	background:url(../images/lc_rbox_topdkblue_topmid.png) top left repeat-x;
	}
	
#submenu .rboxtopmiddle1 {
	border:0;
	background:url(../images/lc_rbox_topdkblue_midlft.gif) top left repeat-y;
	}
	
html>body #submenu .rboxtopmiddle1 {
	background:url(../images/lc_rbox_topdkblue_midlft.gif) top left repeat-y;
	}
	
#submenu .rboxtopmiddle2 {
	background:url(../images/lc_rbox_topdkblue_midrt.gif) top right repeat-y;
	}
	
html>body #submenu .rboxtopmiddle2 {
	background:url(../images/lc_rbox_topdkblue_midrt.png) top right repeat-y;
	}
	
#submenu .rboxtopmiddle3 {
	background:url(../images/lc_rbox_topdkblue_midmid.gif) top left repeat;
	text-align:center;
	}
	
html>body #submenu .rboxtopmiddle3 {
	background:url(../images/lc_rbox_topdkblue_midmid.png) top left repeat;
	}
	
#submenu .rboxbottommiddle1 {
	background:url(../images/lc_rbox_botblue2_midlft.gif) top left repeat-y;
	}
	
html>body #submenu .rboxbottommiddle1 {
	background:url(../images/lc_rbox_botblue2_midlft.png) top left repeat-y;
	}
	
#submenu .rboxbottommiddle2 {
	margin:0 0 0 0;/* change from reg box */
	background:url(../images/lc_rbox_botblue2_midrt.gif) top right repeat-y;
	}
	
html>body #submenu .rboxbottommiddle2 {
	background:url(../images/lc_rbox_botblue2_midrt.png) top right repeat-y;
	}
	
#submenu .rboxbottommiddle3 {
	margin:0 0 0 0;/* change from reg box */
	padding:0 0 0 0;/* change from reg box */
	background:url(../images/lc_rbox_botblue2_midmid.gif) top left repeat;
	}
	
html>body #submenu .rboxbottommiddle3 {
	background:url(../images/lc_rbox_botblue2_midmid.png) top left repeat;
	}
	
#submenu .rboxbottom1 {
	background:url(../images/lc_rbox_botblue2_botlft.gif) top left no-repeat;
	}
	
html>body #submenu .rboxbottom1 {
	background:url(../images/lc_rbox_botblue2_botlft.png) top left no-repeat;
	}
	
#submenu .rboxbottom2 {
	background:url(../images/lc_rbox_botblue2_botrt.gif) top right no-repeat;
	}
	
html>body #submenu .rboxbottom2 {
	background:url(../images/lc_rbox_botblue2_botrt.png) top right no-repeat;
	}
	
#submenu .rboxbottom3 {
	background:url(../images/lc_rbox_botblue2_botmid.gif) top left repeat-x;
	}
	
html>body #submenu .rboxbottom3 {
	background:url(../images/lc_rbox_botblue2_botmid.png) top left repeat-x;
	}
	


/* --- SUBMENU Rounded Box with NO BUTTONS (rbox) - STYLE CHANGES  --- */

#submenu.nobuttons .rboxtopmiddle1 {
	border-bottom:1px solid #b7bdc7;/* change */
	}
	
#submenu.nobuttons .rboxbottommiddle2 {
	margin:0 0 0 3px;
	}
	
#submenu.nobuttons .rboxbottommiddle3 {
	margin:0 3px 0 0;
	}
	

/* ------------ Styles within LEFT Column Layout ------------ */

/* ---------------------------LEFTLINKBOX Styles within LEFT Column  ------------ */

.leftlinkbox1 {
	float:left;
	width:210px;
	margin:0 0 0 0; /*changed rt margin from 14px on 12/14/2007 */
	padding:10px 10px 10px 0;
	background-color:#ffffff;
	}

html>body .leftlinkbox1 {
	width:200px;
	}

#leftlinkbox1top .leftlinkbox1 { /* put .leftlinkbox1 inside a div with id="leftlinkbox1top" if burgundy box is used at top of page right below main heading */
	padding-top:0;
	}

#leftcolumn .leftlinkbox1 .rboxtopmiddle3 h3 {
	margin:0;
	padding:0;
	border:0;
	text-align:center;
	}

#leftcolumn .leftlinkbox1 ul  {
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	border-top:1px solid #cccccc;
	}

#leftcolumn .leftlinkbox1 ul li  {
	margin:0;
	padding:0;
	}

.leftlinkbox1 ul li a {
	height:20px;
	border-top:1px solid #cccccc;
	padding:3px 10px 3px 10px;
	display:block;
	}

html>body .leftlinkbox1 ul li a {
	height:auto;
	}

.leftlinkbox1 ul li a.submenufirstlink {
	border-top:none;
	}

.leftlinkbox1 ul li a:link {
	text-decoration:none;
	color:#293d72;
	font-weight:bold;
	border-left:1px solid #b7bdc7;
	border-right:1px solid #b7bdc7;
	}

.leftlinkbox1 ul li a:visited {
	text-decoration:none;
	color:#293d72;
	font-weight:bold;
	border-left:1px solid #b7bdc7;
	border-right:1px solid #b7bdc7;
	}

.leftlinkbox1 ul li a:hover {
	background-color:#ffffff;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	border-left:1px solid #b7bdc7;
	border-right:1px solid #b7bdc7;
	}

.leftlinkbox1 ul li a:active {
	background-color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	border-left:1px solid #b7bdc7;
	border-right:1px solid #b7bdc7;
	}

.leftlinkbox1 ul li a:focus {
	background-color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	border-left:1px solid #b7bdc7;
	border-right:1px solid #b7bdc7;
	}

.leftlinkbox1 ul li.leftlinkboxnolink {
	height:20px;
	border-top:1px solid #cccccc;
	padding:3px 10px 3px 10px;
	display:block;
	border-left:1px solid #b7bdc7;
	border-right:1px solid #b7bdc7;
	}

html>body .leftlinkbox1 ul li.leftlinkboxnolink {
	height:auto;
	}

.leftlinkbox1 ul li.leftlinkboxnolink span {
	padding:3px 10px 3px 10px;
	display:block;
	}

.leftlinkbox1 ul li.leftlinkboxnolinkfirstlink {
	border-top:none;
	height:20px;
	padding:3px 10px 3px 10px;
	display:block;
	border-left:1px solid #b7bdc7;
	border-right:1px solid #b7bdc7;
	}

html>body .leftlinkbox1 ul li.leftlinkboxnolinkfirstlink {
	height:auto;
	}

.leftlinkbox1 ul li.leftlinkboxnolinkfirstlink span {
	display:block;
	padding:3px 10px 3px 10px;
	}

.leftlinkbox1 .burgundybox .rboxbottommiddle3 h4  {
	text-align:center;
	margin:0;
	padding:0 5px 0 5px;
	border-top:1px solid #bf9690;
	border-left:1px solid #bf9690;
	border-right:1px solid #bf9690;
	background-color:#ffffff;
	color:#660000;
	}


/* -------------------- LEFTLINKBOX1 Rounded Box WITH BUTTONS (rbox) - STYLE CHANGES (DEFAULT for rbox in #leftlinkbox1)  --- */

.leftlinkbox1 .rboxtop1 {
	background:url(../images/lc_rbox_topblue_toplft.gif) top left no-repeat;
	}
	
html>body .leftlinkbox1 .rboxtop1 {
	background:url(../images/lc_rbox_topblue_toplft.png) top left no-repeat;
	}
	
.leftlinkbox1 .rboxtop2 {
	background:url(../images/lc_rbox_topblue_toprt.gif) top right no-repeat;
	}
	
html>body .leftlinkbox1 .rboxtop2 {
	background:url(../images/lc_rbox_topblue_toprt.png) top right no-repeat;
	}
	
.leftlinkbox1 .rboxtop3 {
	background:url(../images/lc_rbox_topblue_topmid.gif) top left repeat-x;
	}
	
html>body .leftlinkbox1 .rboxtop3 {
	background:url(../images/lc_rbox_topblue_topmid.png) top left repeat-x;
	}
	
.leftlinkbox1 .rboxtopmiddle1 {
	border:0;
	background:url(../images/lc_rbox_topblue_midlft.gif) top left repeat-y;
	}
	
html>body .leftlinkbox1 .rboxtopmiddle1 {
	background:url(../images/lc_rbox_topblue_midlft.gif) top left repeat-y;
	}
	
.leftlinkbox1 .rboxtopmiddle2 {
	background:url(../images/lc_rbox_topblue_midrt.gif) top right repeat-y;
	}
	
html>body .leftlinkbox1 .rboxtopmiddle2 {
	background:url(../images/lc_rbox_topblue_midrt.png) top right repeat-y;
	}
	
.leftlinkbox1 .rboxtopmiddle3 {
	background:url(../images/lc_rbox_topblue_midmid.gif) top left repeat;
	text-align:center;
	}
	
html>body .leftlinkbox1 .rboxtopmiddle3 {
	background:url(../images/lc_rbox_topblue_midmid.png) top left repeat;
	}
	
.leftlinkbox1 .rboxbottommiddle1 {
	background:url(../images/lc_rbox_botblue_midlft.gif) top left repeat-y;
	}
	
html>body .leftlinkbox1 .rboxbottommiddle1 {
	background:url(../images/lc_rbox_botblue_midlft.gif) top left repeat-y;
	}
	
.leftlinkbox1 .rboxbottommiddle2 {
	margin:0 0 0 0;/* change from reg box */
	background:url(../images/lc_rbox_botblue_midrt.gif) top right repeat-y;
	}
	
html>body .leftlinkbox1 .rboxbottommiddle2 {
	background:url(../images/lc_rbox_botblue_midrt.png) top right repeat-y;
	}
	
.leftlinkbox1 .rboxbottommiddle3 {
	margin:0 0 0 0;/* change from reg box */
	padding:0 0 0 0;/* change from reg box */
	background:url(../images/lc_rbox_botblue_midmid.gif) top left repeat;
	}
	
html>body .leftlinkbox1 .rboxbottommiddle3 {
	background:url(../images/lc_rbox_botblue_midmid.png) top left repeat;
	}
	
.leftlinkbox1 .rboxbottom1 {
	background:url(../images/lc_rbox_botblue_botlft.gif) top left no-repeat;
	}
	
html>body .leftlinkbox1 .rboxbottom1 {
	background:url(../images/lc_rbox_botblue_botlft.png) top left no-repeat;
	}
	
.leftlinkbox1 .rboxbottom2 {
	background:url(../images/lc_rbox_botblue_botrt.gif) top right no-repeat;
	}
	
html>body .leftlinkbox1 .rboxbottom2 {
	background:url(../images/lc_rbox_botblue_botrt.png) top right no-repeat;
	}
	
.leftlinkbox1 .rboxbottom3 {
	background:url(../images/lc_rbox_botblue_botmid.gif) top left repeat-x;
	}
	
html>body .leftlinkbox1 .rboxbottom3 {
	background:url(../images/lc_rbox_botblue_botmid.png) top left repeat-x;
	}

/* ------- LEFTLINKBOX Rounded Box with NO BUTTONS (rbox) - STYLE CHANGES - Default BLUE  --- */

.leftlinkbox1 .nobuttons .rboxtopmiddle1 {
	border-bottom:1px solid #b7bdc7;
	}
	
.leftlinkbox1 .nobuttons .rboxbottommiddle2 {
	margin:0 0 0 3px;
	}
	
.leftlinkbox1 .nobuttons .rboxbottommiddle3 {
	margin:0 3px 0 0;
	padding:10px;
	}

.leftlinkbox1 .nobuttons .rboxbottommiddle3 h4  {
	margin:0 0 5px 0;
	padding:0 0 0 5px;
	border-bottom:1px solid #bbbbbb;
	border-top:1px solid #bbbbbb;
	background-color:#dddddd;
	}

#leftcolumn .leftlinkbox1 .nobuttons .rboxbottommiddle3 ul, .leftlinkbox1 .nobuttons .rboxbottommiddle3 p {
	margin-top:10px;
	margin-bottom:10px;
	padding:0;
	border:none;
	}

#leftcolumn .leftlinkbox1 .burgundybox .nobuttons .rboxbottommiddle3 ul {
	list-style-type:disc;
	list-style-position:inside;
	}

#leftcolumn .leftlinkbox1 .burgundybox .nobuttons .rboxbottommiddle3 ul li {
	margin:0 0 5px 0;
	list-style-type:disc;
	list-style-position:inside;
	}

.leftlinkbox1 .nobuttons .rboxbottommiddle3 p, .leftlinkbox1 .nobuttons .rboxbottommiddle3 dt, .leftlinkbox1 .nobuttons .rboxbottommiddle3 dd  {
	/*font-size:12px;
	line-height:16px;*/
	}

.leftlinkbox1 .nobuttons .rboxbottommiddle3 img {
	float:left;
	border:0;
	padding:0 10px 10px 0;
	margin:0;
	}

.leftlinkbox1 .nobuttons .rboxbottommiddle3 img.noimagefloat {
	float:none;
	border:0;
	padding:0 0 10px 0;
	margin:0;
	}

.leftlinkbox1 .nobuttons .rboxbottommiddle3 dl {
	line-height:1.1em;
	margin-top:0;
	}

.leftlinkbox1 .nobuttons .rboxbottommiddle3 dt {
	}
	
.leftlinkbox1 .nobuttons .rboxbottommiddle3 dd {
	margin-left:20px;
	margin-bottom:10px;
	}

.leftlinkbox1 .burgundybox .nobuttons ul li {
	border:none;
	list-style-position:outside;
	margin:0; 
	padding:0;
	}

.leftlinkbox1 .burgundybox .nobuttons ul li a {
	height:auto;
	border:none;
	margin:0;
	padding:0;
	display:inline;
	}

html>body .leftlinkbox1 .burgundybox .nobuttons ul li a {
	height:auto;
	}

.leftlinkbox1 .burgundybox .nobuttons ul li a.submenufirstlink {
	border-top:none;
	}

.leftlinkbox1 .burgundybox .nobuttons ul li a:link {
	text-decoration:none;
	color:#293d72;
	font-weight:bold;
	border:none;
	}

.leftlinkbox1 .burgundybox .nobuttons ul li a:visited {
	text-decoration:none;
	color:#293d72;
	font-weight:bold;
	border:none;
	}

.leftlinkbox1 .burgundybox .nobuttons ul li a:hover {
	background-color:#ffffff;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	border:none;
	}

.leftlinkbox1 .burgundybox .nobuttons ul li a:active {
	background-color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	border:none;
	}

.leftlinkbox1 .burgundybox .nobuttons ul li a:focus {
	background-color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	border:none;
	}


	
/* -------------------- BURGUNDY Box styles - LEFTLINKBOX1 Rounded Box WITH BUTTONS (rbox) - STYLE CHANGES  --- */

#leftcolumn .leftlinkbox1 .burgundybox .rboxtopmiddle3 h3, #leftcolumn .burgundybox .rboxtopmiddle3 h3 {
	color:#ffffff;
	}

.leftlinkbox1 .burgundybox ul {
	border-top:1px solid #bf9690;
	}

.leftlinkbox1 .burgundybox ul li a {
	border-top:1px solid #bf9690;
	}

.leftlinkbox1 .burgundybox ul li a.submenufirstlink {
	border-top:none;
	}

.leftlinkbox1 .burgundybox ul li a:link {
	color:#293d72;
	border-left:1px solid #bf9690;
	border-right:1px solid #bf9690;
	}

.leftlinkbox1 .burgundybox ul li a:visited {
	color:#293d72;
	border-left:1px solid #bf9690;
	border-right:1px solid #bf9690;
	}

.leftlinkbox1 .burgundybox ul li a:hover {
	color:#000000;
	border-left:1px solid #bf9690;
	border-right:1px solid #bf9690;
	}

.leftlinkbox1 .burgundybox ul li a:active {
	color:#000000;
	border-left:1px solid #bf9690;
	border-right:1px solid #bf9690;
	}

.leftlinkbox1 .burgundybox ul li a:focus {
	color:#000000;
	border-left:1px solid #bf9690;
	border-right:1px solid #bf9690;
	}

.leftlinkbox1 .burgundybox ul li.leftlinkboxnolink {
	border-top:1px solid #bf9690;
	border-left:1px solid #bf9690;
	border-right:1px solid #bf9690;
	}

.leftlinkbox1 .burgundybox .rboxtop1 {
	background:url(../images/lc_rbox_topburgundy_toplft.gif) top left no-repeat;
	}
	
html>body .leftlinkbox1 .burgundybox .rboxtop1 {
	background:url(../images/lc_rbox_topburgundy_toplft.png) top left no-repeat;
	}
	
.leftlinkbox1 .burgundybox .rboxtop2 {
	background:url(../images/lc_rbox_topburgundy_toprt.gif) top right no-repeat;
	}
	
html>body .leftlinkbox1 .burgundybox .rboxtop2 {
	background:url(../images/lc_rbox_topburgundy_toprt.png) top right no-repeat;
	}
	
.leftlinkbox1 .burgundybox .rboxtop3 {
	background:url(../images/lc_rbox_topburgundy_topmid.gif) top left repeat-x;
	}
	
html>body .leftlinkbox1 .burgundybox .rboxtop3 {
	background:url(../images/lc_rbox_topburgundy_topmid.png) top left repeat-x;
	}
	
.leftlinkbox1 .burgundybox .rboxtopmiddle1 {
	border:0;
	background:url(../images/lc_rbox_topburgundy_midlft.gif) top left repeat-y;
	}
	
html>body .leftlinkbox1 .burgundybox .rboxtopmiddle1 {
	background:url(../images/lc_rbox_topburgundy_midlft.gif) top left repeat-y;
	}
	
.leftlinkbox1 .burgundybox .rboxtopmiddle2 {
	background:url(../images/lc_rbox_topburgundy_midrt.gif) top right repeat-y;
	}
	
html>body .leftlinkbox1 .burgundybox .rboxtopmiddle2 {
	background:url(../images/lc_rbox_topburgundy_midrt.png) top right repeat-y;
	}
	
.leftlinkbox1 .burgundybox .rboxtopmiddle3 {
	background:url(../images/lc_rbox_topburgundy_midmid.gif) top left repeat;
	text-align:center;
	}
	
html>body .leftlinkbox1 .burgundybox .rboxtopmiddle3 {
	background:url(../images/lc_rbox_topburgundy_midmid.png) top left repeat;
	}
	
.leftlinkbox1 .burgundybox .rboxbottommiddle1 {
	background:url(../images/lc_rbox_botburgundy_midlft.gif) top left repeat-y;
	}
	
html>body .leftlinkbox1 .burgundybox .rboxbottommiddle1 {
	background:url(../images/lc_rbox_botburgundy_midlft.gif) top left repeat-y;
	}
	
.leftlinkbox1 .burgundybox .rboxbottommiddle2 {
	background:url(../images/lc_rbox_botburgundy_midrt.gif) top right repeat-y;
	}
	
html>body .leftlinkbox1 .burgundybox .rboxbottommiddle2 {
	background:url(../images/lc_rbox_botburgundy_midrt.png) top right repeat-y;
	}
	
.leftlinkbox1 .burgundybox .rboxbottommiddle3 {
	background:url(../images/lc_rbox_botburgundy_midmid.gif) top left repeat;
	}
	
html>body .leftlinkbox1 .burgundybox .rboxbottommiddle3 {
	background:url(../images/lc_rbox_botburgundy_midmid.png) top left repeat;
	}
	
.leftlinkbox1 .burgundybox .rboxbottom1 {
	background:url(../images/lc_rbox_botburgundy_botlft.gif) top left no-repeat;
	}
	
html>body .leftlinkbox1 .burgundybox .rboxbottom1 {
	background:url(../images/lc_rbox_botburgundy_botlft.png) top left no-repeat;
	}
	
.leftlinkbox1 .burgundybox .rboxbottom2 {
	background:url(../images/lc_rbox_botburgundy_botrt.gif) top right no-repeat;
	}
	
html>body .leftlinkbox1 .burgundybox .rboxbottom2 {
	background:url(../images/lc_rbox_botburgundy_botrt.png) top right no-repeat;
	}
	
.leftlinkbox1 .burgundybox .rboxbottom3 {
	background:url(../images/lc_rbox_botburgundy_botmid.gif) top left repeat-x;
	}
	
html>body .leftlinkbox1 .burgundybox .rboxbottom3 {
	background:url(../images/lc_rbox_botburgundy_botmid.png) top left repeat-x;
	}

/* ------- Burgundy LEFTLINKBOX Rounded Box with NO BUTTONS (rbox) - STYLE CHANGES  --- */

.leftlinkbox1 .burgundybox .nobuttons .rboxtopmiddle1 {
	border-bottom:1px solid #a16f68;/* change */
	}
	

	
/* --- FORM and RBOX STYLES - (Commissioners Agenda Form, Planning and Zoning Forms) --- */

div#boccagendaform { 
	width:250px;
	float:left;
	padding:0 10px 10px 0;
	background-color:#ffffff;
	}

div#planningagendaform { 
	width:240px;
	float:left;
	margin:0 20px 20px 0;
	background-color:#ffffff;
	}

div#zoningagendaform { 
	width:240px;
	float:left;
	margin:0 0 20px 0;
	background-color:#ffffff;
	}

div#boccagendaform form, div#planningagendaform form, div#zoningagendaform form { 
	margin:0;
	padding:0;
	}

div#boccagendaform h3 { 
	margin:0;
	padding:0;
	}

div#planningagendaform h3, div#zoningagendaform h3 { 
	margin:0 0 10px 0;
	padding:0;
	font-size:12px;
	color:#874941;
	}

div#planningagendaform form select, div#zoningagendaform form select, div#boccagendaform form select { 
	width:180px;
	}

div#boccagendaform label, div#planningagendaform label, div#zoningagendaform label { 
	margin:0;
	padding:0;
	font-weight:bold;
	}

div#boccagendaform select, div#planningagendaform select, div#zoningagendaform select {
	margin-top:0; 
	margin-bottom:5px;
	}


/* --- FORM/TABLE STYLES - (Sheriff Customer Survey, YAC forms) --- */

div.surveyform { 
	font-size:1.0em;
	padding-bottom:20px;
	}

#leftcolumnsurveyform { 
	width:490px;
	}

#bothcolumnsurveyform { 
	width:720px;
	}

.surveyform p { 
	font-size:1.0em;
	font-weight:normal; 
	}

.surveyform textarea { 
	background-color:#f3f0df;
	width:720px;
	}

.surveyform table { 
	font-size:12px;
	font-weight:normal; 
	text-align:left; 
	vertical-align:top;
	}

.surveyform th { 
	font-size:1.0em;
	font-weight:normal; 
	text-align:left; 
	vertical-align:top;
	}

.surveyform tr.thsubrow { 
	padding-top:20px;
	}

.surveyform tr.throwheader1 { 
	padding-top:20px;
	background-color:#eeeeee;
	}

.surveyform tr.throwheader2, .surveyform tr.throwheader3 { 
	padding-top:20px;
	background-color:#dddddd;
	}

.surveyform tr.thsubrow th { 
	font-size:1.0em;
	font-weight:bold; 
	text-align:center; 
	vertical-align:bottom;
	}

.surveyform tr.throwheader1 th { 
	font-size:1.0em;
	font-weight:bold; 
	text-align:center; 
	vertical-align:middle;
	border-top:1px solid #dddddd;
	border-right:1px solid #dddddd;
	border-left:1px solid #dddddd;
	}

.surveyform tr.throwheader2 th, .surveyform tr.throwheader3 th { 
	font-size:1.0em;
	font-weight:bold; 
	text-align:center; 
	vertical-align:bottom;
	border-right:1px solid #eeeeee;
	border-left:1px solid #eeeeee;
	}

.surveyform tr.throwheader3 th { 
	border-right:1px solid #ffffff;
	border-left:1px solid #ffffff;
	}

.surveyform tr.centerrow td { 
	font-size:1.0em;
	text-align:center; 
	vertical-align:bottom;
	}

.surveyform tr.centerrow2 { 
	font-size:1.0em;
	text-align:center; 
	vertical-align:bottom;
	background-color:#eeeeee;
	}

.surveyform tr.centerrowtop td { 
	font-size:1.0em;
	text-align:center; 
	vertical-align:top;
	}

.surveyform .form_title{
	}
		
.surveyform .form_field {
	}
	
.surveyform .form_text{
	}
	
.surveyform .text_box{
	width:200px;
	}
		
.surveyform .text_box2{
	width:150px;
	}
		
.surveyform .text_box3{
	width:100px;
	}
		
.surveyform .text_box4{
	width:70px;
	}
		
.surveyform .text_box5{
	width:170px;
	}
		
.surveyform .text_box6{
	width:250px;
	}
		
.surveyform .text_box7{
	width:40px;
	}
		
.surveyform .text_box8{
	width:310px;
	}
		
.surveyform .text_area{
	width:200px;
	height:60px;
	}
		
.surveyform .text_select{
	}

.surveyform .form_error{
	font-size:1.2em;
	color:#990000;
	font-weight:bold;
	}


/* --- DATA TABLE STYLES - (used in vehicle_surplus.php) --- */

table.datatable { 
	margin-bottom:20px;
	}
	
.datatable tr th { 
	font-size:12px;
	font-weight:bold; 
	text-align:left; 
	vertical-align:bottom;
	}
	
.datatable tr.thsubrow th { 
	font-size:12px;
	font-weight:bold; 
	text-align:left; 
	vertical-align:bottom;
	}
	
.datatable tr td { 
	font-size:12px;
	vertical-align:top;
	}
	
.datatable tr td ul li { 
	font-size:12px;
	margin:0;
	}
	
.datatable tr td ul { 
	margin-left:0;
	margin-top:0;
	}
	
.datatable tr.rowbkgd { 
	background-color:#eeeeee;
	}
	
.datatable tr th.data, .datatable tr td.data { 
	text-align:right; 
	}

/* -- Elections datatable classes - used for phone lists too --- */

table.datatable2 { 
	margin-bottom:20px;
	margin-top:10px;
	border:1px solid #aaaaaa;
	}
	
.datatable2 tr th { 
	font-size:12px;
	font-weight:bold; 
	text-align:left; 
	vertical-align:bottom;
	border:1px solid #aaaaaa;
	background-color:#dddddd;
	}
	
.datatable2 tr.thsubrow th { 
	font-size:12px;
	font-weight:bold; 
	text-align:left; 
	vertical-align:bottom;
	background-color:#dddddd;
	}
	
.datatable2 tr.thsubrow2 th { 
	font-size:12px;
	font-weight:bold; 
	text-align:left; 
	vertical-align:bottom;
	background-color:#eeeeee;
	}
	
.datatable2 tr td { 
	font-size:12px;
	vertical-align:top;
	border:1px solid #aaaaaa;
	}
	
.datatable2 tr td ul li { 
	font-size:12px;
	margin:0;
	}
	
.datatable2 tr td ul { 
	margin-left:0;
	margin-top:0;
	}
	
.datatable2 tr.rowbkgd { 
	background-color:#eeeeee;
	}
	
.datatable2 tr.highlightedyellow { /* used on contact.php */
	background-color:#ffffbb;
	}
	
.datatable2 tr th.data, .datatable2 tr td.data { 
	text-align:right; 
	}


/* --- FOOTER LAYOUT AND TYPOGRAPHY --- */

#footer {
	width:780px;
	margin:0;
	padding:10px 0 10px 0;
	clear:both;
	text-align:center;
	border-top:2px dotted #bbbbbb;
	background-color:#dddddd;
	}

#footer ul  {
	list-style-type:none;
	margin:0;
	padding:0 0 10px 0;
	}

#footer ul li {
	display:inline;
	}

#footer p {
	font-size:0.9em;
	padding:0;
	}


/* ACCESSIBILITY HELPS  */

.hide { 
 	height:0; 
 	width:0; 
 	overflow:hidden; 
 	position:absolute;  /* for the benefit of IE5 Mac */
 	}

#skip a, #skip a:hover, #skip a:visited {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
	}

#skip a:active, #skip a:focus {
	position:static;
	width:auto;
	height:auto;
	}
	
	
/* Historical Society styles  */

#historicalsocietybkgd { 
 	background:url(../historicalsociety/images/gable_02.jpg) top left no-repeat;
 	}
	
h1.historicalsocietyheader {
 	background:url(../historicalsociety/images/gable_h60.jpg) top left no-repeat;
	padding-left:60px;
	}

	
/* Search positioning  */

div.cse-overlay { 
 	top:100px;
 	}

a.gs-title, a.gs-title * { 
 	font-size:14px;
 	}

.gs-snippet, .gs-snippet * { 
 	font-size:12px;
 	}

.gs-visibleUrl, .gs-visibleUrl * { 
 	font-size:12px;
 	}


/* Button Box Styles  */

div.buttonbox {
	text-align:center;
	margin:20px 0 20px 0;
	}

div.buttonbox a {
	font-weight:bold;
	padding:10px;
	font-size:1.2em;
	display:block;
	}

div.buttonbox a:link {
	text-decoration:none;
	color:#ffffff;
	border:2px dotted #999999;
	background-color:#3f5268;
	}

div.buttonbox a:visited {
	text-decoration:none;
	color:#ffffff;
	border:2px dotted #999999;
	background-color:#3f5268;
	}

div.buttonbox a:hover {
	text-decoration:none;
	color:#000000;
	border:2px dotted #cccccc;
	background-color:#be8d22;
	}

div.buttonbox a:active {
	text-decoration:none;
	color:#000000;
	border:2px solid #cccccc;
	background-color:#be8d22;
	}

div.buttonbox a:focus {
	text-decoration:none;
	color:#000000;
	border:2px solid #cccccc;
	background-color:#be8d22;
	}



