@charset "utf-8";



/*************************************************/
/**                                             **/
/**        JAMES T BAKER - STYLE SHEET          **/
/**             screen version 1.0              **/
/**         http://www.jamestbaker.com          **/
/**                                             **/
/**---------------------------------------------**/
/**                                             **/
/**           © James T Baker, 2009             **/
/**                                             **/
/*************************************************/




/*===============================================*/
/*             Main (inc. reset)                 */
/*===============================================*/

/*-------------------RESET-----------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img { 
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

/*-------------------OTHER-----------------------*/

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, Garuda, Utkal, Nimbus Sans L, FreeSans, Mukti Narrow, Malayalam, sans-serif;
	font-size: small;
	color: #333333;
	/* begin centering fixed-width layout--also see wrapper style*/
	text-align: center;
	/* end centering fixed-width layout--also see wrapper style */
}

img {
	color: #666;
	font-style: italic;
}

.horizontalRule {
	background-color: #FFF;
	background-image: url(../graphic/graphic-hr.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 2px;
}

/*.currentPageIndicator {
	display: inline;
	float: left;
	margin-top: 3px;
	background-color: #FFF;
	background-image: url(../graphic/screen/graphic-screen-currentPageIndicator.png);
	background-repeat: none;
	width: 7px;
	height: 8px;
}
*/
/*===============================================*/
/*                   Layout                      */
/*===============================================*/

#wrapper {
	/* begin centering fixed-width layout--also see body style */
	width: 240px;
	margin-left: auto;
	margin-right: auto;
	/* end centering fixed-width layout--also see body style */
	
	/* begin centering liquid layout */
	/*
	margin-left: 15px; 
	margin-right: 15px;
	*/
	/* end centering liquid layout */

}

#header {
	/*width: 100%;*/
	/*height: 187px;*/
}

#content {
	/*width: 100%;*/
	margin-top: 15px;
}

#footer {
	/*width: 100%;*/
	/*margin-top: 29px;*/
	/*height: 91px;*/
}

#headerGraphic {
	background-color: #FFF;
	background-image: url(../graphic/handheld/graphic-handheld-header.png);
	background-repeat: no-repeat;
	/*width: 100%;*/
	height: 50px;
}

#logo {
	/*position: relative;
		top: -10px;*/
/*	height: 80px;
	width: 236px;*/
}

#taglineContact {
	/*height: 35px;*/
}

#tagline {
	/*position: relative;
		top: -18px;*/
}

#contactTop {
	/*position: relative;
		top: -18px;*/
}

#menuMain {
	/*width: 100%;
	clear: right;
	clear: left;*/
}

#menuMainLineTop {
	/*height: 20px;*/
	margin-top: 15px;
	margin-bottom: 15px;
}

ul#menuMainLinkList {
	/*float: left;*/
	/*height: 31px;*/
	/*width: 100%;*/
	/*margin-top: 3px;*/
}

#search {
	/*float: right;*/
	/*height: 31px;*/
	/*width: 210px;*/
}

#keywords {
	/*float: right;*/
	/*height: 16px;*/
	width: 200px;
	font-size: small;
	margin-top: 10px;
	margin-bottom: 15px;
}

#menuMainLineBottom {
	/*clear: right;*/
}

#homeRow1 {
	
}

#homeRow2 {
	
}

#homeRow3 {
	
}
<!---->
#abouts {
	/*width: 100%;*/
	text-align: left;
}

#about1 {
	/*width: 100%;*/
	padding: 5px;
}

#about2 {
	/*width: 100%;*/
	padding: 5px;
}

#about3 {
	/*width: 100%;*/
	padding: 5px;
}

#services {
	/*width: 100%;*/
	text-align: left;
}

#services1 {
	/*width: 100%;*/
	padding: 5px;
}

#services2 {
	/*width: 100%;*/
	padding: 5px;
	position: relative;
		top: -10px;
}

#services3 {
	/*width: 100%;*/
	padding: 5px;
	position: relative;
		top: -20px;
}
<!---->
#footerLine {
	margin-bottom: 15px;
}

#contactBottom {
	/*height: 14px;*/
}

#copyright {
	/*height: 21px;*/
}

#footerGraphic {
	background-color: #FFF;
	background-image: url(../graphic/handheld/graphic-handheld-footer.png);
	background-repeat: no-repeat;
	/*width: 100%;*/
	height: 43px;
}

/*===============================================*/
/*                 Typography                    */
/*===============================================*/

h2 {
	font-family: Georgia, "Times New Roman", Times, Norasi, Rekha, FreeSerif, serif;
	font-size: large;
	color: #333333;
	margin-bottom: 5px;
}

strong {
	font-weight: 900;
}

p {
	margin-bottom: 15px;
}

p.tagline {
	font-size: x-small;	
}

p.contactTop {
	
}

.basicList1 {
	list-style-image: url('../graphic/graphic-bullet-1.png');
	list-style-position: outside;
	margin-left: 15px;
}

.basicList2 {
	list-style-image: url('../graphic/graphic-bullet-2.png');
	list-style-position: outside;
	margin-left: 13px;
}

p.contactBottom {
	
}

p.finePrint {
	font-size: x-small;	
}

a {
	color: #333;
	/*text-decoration: none;*/
}

a:hover {
	color: #0DBCFF;
	/*text-decoration: underline;*/
}

ul#menuMainLinkList li {
	/*display: inline;*/
	list-style-type: none;
	padding-right: 20px;
	font-family: Georgia, "Times New Roman", Times, Norasi, Rekha, FreeSerif, serif;
	text-transform: uppercase;
	background: url(../graphic/screen/graphic-screen-overButton.png) no-repeat;
}

* html a:hover {
	visibility: visible;
	text-decoration: underline;
}

.menuMainLinkItem a:hover img {
	visibility: hidden;
}

.currentPage{
	/*display: inline;*/
	font-family: Georgia, "Times New Roman", 
		Times, Norasi, Rekha, FreeSerif, serif;
	text-transform: uppercase;
	color: #F60;
}