/* desktop.css Copyright 2012 wedu.biz -- genedumas at sbcglobal dot net */
body {
	background-color: #000000;
	/* color: #ffffff; */
	color: #222222;
	font-size: 12px;/* font-weight: bold; */
	font-family: Verdana, Arial, Helvetica,
		'Courier New', Courier,
		'Times New Roman', Georgia, Times;
	/* PC, MAC */
	/* Arial or Verdana, Helvetica */
	/* 'Courier New', Courier */
	/* Georgia or 'Times New Roman', Times */
	margin: 0;
	/* width: 320px; height: 480px;  TEST iPhone width */
}
/* a {	font-style: italic;} h1 a {	font-style: italic;} */

img { border: 0; }


	/* Page Areas */

#header {
	background-color: #CCCCCC;
	background-image: none;
	/* background-image: -webkit-gradient(linear, left top,
	left bottom, from(#ccc), to(#999)); */
	/* border-color: #666;
	border-style: solid;
	border-width: 0 0 1px 0; */
	margin: 0 0 1px 0;
	padding: 0;/* 0 8px 0 8px; */
	top: 0;
	left: 0;
	right: 0;
	/* position: absolute; fixed;   */
	/*width: 100%;*/
}

#header h1 {
	color: #222;
	font-family: 'Courier New', Courier;
	font-size: 20px;
	font-weight: bold;
	margin: 0 auto 0 auto;
	/*max-width: auto;*/
	overflow: hidden;
	padding: 10px 0;
	/*text-align: left; center;*/
	width: auto;
}

#header h2 {
	padding-left: 10px;
}

#header p { padding: 8px; }


/* To beautify the left button with a border image. */
#header div.leftButton {
	display: none;
	position: absolute;
	top: 7px;
	left: 6px;
	height: 30px;
	max-width: 50px;
	font-weight: bold;
	text-align: center;
	line-height: 28px;
	color: white;
	text-shadow: rgba(0,0,0,0.6) 0px -1px 0px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	/* background-image: url(./jqtouch/themes/jqt/img/back_button.png); */
	background-image: url(./apple/img/Mbutton.png);
	border-width: 0 8px 0 8px;
	/* -webkit-border-image: url(./jqtouch/themes/jqt/img/button.png) 0 8 0 8; */
	-webkit-border-image: url(./apple/img/Mbutton.png) 0 8 0 8;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#header div.leftButton a {
	color: white;
	text-decoration: none;
}
#header div.pressed {
	-webkit-border-image: url(./apple/img/button_clicked.png) 0 8 0 8;
}
#header div.leftButton.clicked {
	-webkit-border-image: url(./apple/img/back_button_clicked.png) 0 8 0 8;
}


#nav {
	/*display: block;*/
	float: none;
	margin: 0;
	position: relative;
	width: 100%;/**/
}

#article {
	color: #000000;
	padding: 7px;
	position: relative;
}

#content {
	padding: 10px;
	position: relative;
	/* text-shadow: 0px 1px 0px #fff; */
}
#content a {
	color: blue;
}
#content p {
	color: #000000;
	padding: 4px;
}
#content01 {/* content1:  services.html */
	padding: 10px;
	position: relative;
}
#content01 p {
	color: #000000;
	padding: 4px;
}
#sec01 #content01 {
	width: 30%;
}

#sect01 {
	float: left;
	padding: 0 8px 0 4px;
	/*width: 90%;*/
}
#sect02 {
	float: left;
	padding: 0 8px 0 4px;
	/*width: 90%;*/
}
#sect03 {
	float: left;
	padding: 0 8px 0 4px;
	/*width: 90%;*/
}
#sect04 {
	float: left;
	padding: 0 8px 0 4px;
	/*width: 90%;*/
}
#sect05 {
	float: left;
	padding: 0 8px 0 4px;
	/*width: 90%;*/
}

#sidebar {
	padding: 10px 10px 2px 10px;
	position: relative;
	/* text-shadow: 0px 1px 0px #fff; */
}
#sidebar p { width: auto; max-width: 300px; }

#subhead {
	background-color: #cccccc;
	background-image: none;
	border-color: #666;
	border-style: solid;
	border-width: 0 0 1px 0;
	clear: both;
	/*float: left; */
	float: none;
	padding: 2px 10px 0px 10px;
	position: relative;/**/
}

#footer {
	/* iphone.css  display: none; */
	background-color: gray;
	color: black;
	position: relative;
	/*width: 100%;*/
}

#pagewrap {
	background-color: #C5CCD3;
	background-image: url(./apple/img/pinstripes.png);
	background-repeat: repeat;
	margin: 0 8px 0px 8px;
}

/* end page areas */


/* Change defaults in applemini.css */

.button {
	background: #1E90FF; /*#5877A2;*/
	background-image: url(./apple/img/toolButton.png);
}

.back {/*.bluebackbtn	Chg defaults in applemini.css */
	background: #1E90FF;
	background-image: url(./apple/img/backButton.png);
	/*-webkit-border-image: url(img/backButton.png) 0 8 0 14;*/
	/*background-color: #000;*/
	width: 43px;
	text-align: center;
}

#container { /* page container */
	/* #container > * {	Disabled in applemini.css */
	background-color: rgb(197,204,211);
	background-image: url(./apple/img/pinstripes.png);
	background-repeat: repeat;
	color: #222222;
}

/* Suppress arrow class on #nav menu bar li's */
#nav ul li.arrow {
	background: none;
	background-image: none;
	background-repeat: no-repeat;
}
/*    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
*/

/* end applemini.css changes */


/* Suppress our whole menu when not an interactive mode
	(when printing, etc.) */
@media print, projection {
	#nav { display: none; }
}

.wdindex {/* body area;*/
	margin: 0;
	/*  Disable applemini toolbar so bluebar can be used.
	 Removed it; .toolbar display: none; */
}

/* Fit img 1px from right padding on header toolbar */
.iconr {
	float: right;
	margin-left: 10px; margin-right: 1px;
	/*vertical-align: text-top;*/
}
.dimg01, .dimg02 {
	border: 0;
}
.dimg01 {/* ./graphics/emailicon.png */
	/*margin: 0;24px 24px 0 24px;*/
	height: 18px;
	width: 28px;
}
.dimg02 { /* ./graphics/wedume.jpg */
	float: left;
	margin: 0 10px 0 10px;
}

.bottomline {
	/*color: #222222;*/
	color: gray;
	float: left;
	font-size: 0.8em; font-weight: bolder;
}
.bottomline ul {
	list-style-type: none;
	margin: 0;
	/*background-color: gray;	color: #000;*/
}
.bottomline ul li {
	display: inline; /*display: block; Vertical stacked Items*/
}
.bottomline ul li a,
.bottomline ul li a:link {
	color: gray;
	text-decoration: none;
}
.bottomline ul li a:visited {
	color: gray;
}
.bloptions {
	position: fixed;
	bottom: 12px;
}

.clearbg {
	background-image: url('./images/spacer.gif');
	background-repeat: repeat;
	z-index: 11;
}
.clearleft {
	clear: left;
}
.clearboth {
	clear: both;
}
.clearall {
	clear: both;
}

.dcenter { text-align: center; }
.dleft { text-align: left; }
.dright { text-align: right; }
.headerp { padding: 4px; }

.emailIcon {
	background-image: url(../graphics/emailicon.png);
	background-repeat: no-repeat;
	border: 0;
	display: inline-block;/* inline;padding-bottom: 0.6em;*/
	height: 18px;
	width: 28px;
	vertical-align: text-top; /**/
}
/* <img src="./graphics/emailicon.png" alt="Email Me" class="dimg01" /> */

.homeIcon {
	border: 0;
	display: inline-block;
	height: 30px;
	margin-left: 10px;
	padding-top: 10px;
	/*margin-bottom: 8px;*/
	width: 16px;
	/*vertical-align: bottom;*/
}

.headtitle {
	color: #000000;
	display: inline;
	float: left; /* none;*/
	font-size: 1.8em;/*20px;*/
	font-weight: bolder; /*700;*/
	line-height: 2.0em;/*24px;*/
	padding: 0px 1em 0px 1em;
	position: relative;/*  */
}

.barlink {
	line-height: 4em;
	width: 100%;/**/
}
.barlink a { color: #000; text-decoration: none; }

.barlink a:visited {	color: #000; }

.loud { 	font-style: italic; }

.highlight { background-color: yellow; }

/*.NOT-USED ul li a:active, .NOT-USED ul li a:hover {
	background-color: blue;
	color: white;
}*/

.footermsg {
	background-color: #fff;
	color: #000;
}

.phnum a { /* for iOS, place button on phone numbers */
	background-color: #25559f;
	border: 1px solid #BFBFBF;
	color: #ffffff;
	font-size: 1.0em;
	padding: 2px;
	margin: 4px;
	text-decoration: none;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}


/*.rounded-shadow .middle .body { */
.rounded-shadow {
	box-shadow: 0 2px 8px #323232;
}

.round-corners {
	border-top-left-radius: 8px; /* css3 */
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.subtle { color: #000; font-size: 0.8em; font-weight: bolder; }

.subtle a {
	color: gray;/*#222222; black shade */
	text-decoration: none;
}
.subtle a:visited {
	color: gray;/*#222222;*/
}


/* eof */