/* Fred Morton Stylesheet 10/13/04 */
* { padding:0; margin:0; }


body{
	font-family: Arial, Verdana,sans-serif;
	color: #333;
	line-height: 1.166;	
	margin: 0 auto;
	text-align:center;
	padding: 0px;
	width:760px;
	font-size:100%;
	scrollbar-face-color: #FFF; 
	scrollbar-shadow-color: #8888FE; 
	scrollbar-highlight-color: #8888FE; 
	scrollbar-3dlight-color: #8888FE; 
	scrollbar-darkshadow-color: #8888FE; 
	scrollbar-track-color: #FFF; 
	scrollbar-arrow-color: #6633FF;
}

a:link, a:visited {
	color:#6633FF;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	color: #39B040;
	font-weight:bold;
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 130%;
 color: #6633FF;
}

h2{
 font-size: 124%;
 color: #6633FF ;
 margin-top:0.5em;
}

h3{
 font-size: 100%;
 color: #6633FF;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #6633FF;
}

h5{
 font-size: 100%;
 color: #6633FF;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0px;
	padding: 0px;
	width: 760px;
	background-image: url(../images/banner2.jpg);
	background-repeat:no-repeat;
	height:83px;
}


#navBar{
	margin: 30px 0px;
	padding: 0px;
	float:left;
	background-color: #FFF;
	text-align:left;
	width:200px;
	font-size:85%;
}

#content{
  	float:right;
	width: 538px;
	margin: 10px 5px 10px 0px;
	padding: 0px;
	border-left: 2px solid #FDBA63;
}

 /* Start hide from IE-Mac \*/
* html > #content
   {
   height: 1px;
   }
/* End Hide from IE-Mac */
#specBox{width:300px; height:300px; overflow: scroll; padding-right:5px; margin-top:1.5em; margin-bottom:0.5em;
}
div#wrapper{
width:538px;
clear:both;
margin:0 auto;
text-align:center;
}
div#posAb{
position:relative;
left:0;
top:0;
z-index:1;
}


/* Be nasty to Safari */
@media all {
@import url(safariStyle.css);
/* rules */
#specBox{ overflow:auto;
}
div#posAb{
z-index:0;
}
}
/* End be nasty to Safari */

 /* Start hide from IE-Mac \*/
* html > #specBox
   {
   height: 1px;
   }
/* End Hide from IE-Mac */

div#contct{margin:10px auto 0.25em auto; color:#000; font-size:85%; font-weight:bold;}
div#contct p{ margin:0.25em auto; padding:0; text-align:center;}

@media all, and (min-width: 0px){
	div#specBox{
  		width:295px; height:300px; padding-right:5px; margin-top:1em; margin-right:0px; margin-left:210px;

  }
}

/************** .feature styles ***************/

.feature{
	margin:0px 0px 10px 0px;
	padding: 0px 0px 10px 5px;
	/* background-image: url(images/waterMark.jpg);
	background-repeat: no-repeat;
	background-position: 80% 2%;*/
	font-size: 90%;

	
}

.feature h3{
	padding: 30px 0px 3px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0;
	margin: 10px 8px 5px 0px;
	border:1px solid #CCC;
}
/* adjust margins to change separation between the feature image and text flowing around it */
.feature p{text-align:left;}
.feature ul li{text-align:left;}

div#humble{ padding-bottom:20px; text-align:center;}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	width:538px;
	position:relative;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/


#siteInfo{
	clear: both;
	font-size: 75%;
	color: #777;
	padding: 3px 10px 0px 10px;
	margin:1px auto;
	text-align:center;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	margin-left:200px;
}


/*********** #navBar link styles ***********/


#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

#navBar li {border-bottom: none;}

#navBar ul li img{margin-left:0.125em; text-align:left; border:1px solid #EEE;}

img.ctr{vertical-align:middle; margin-bottom:0.5em;}

p#quote{font-weight:bold; margin-left:5px; margin-right:5px;}

li span#uRHere{color:#39B040;}
h1#siteName{display:none;}

div.feature li a:link, div.feature li a:visited{text-decoration:underline;}
div.story{margin-top:19px;}
 h2#hello{margin-bottom:0.25em; padding:0px;}
 div#welcome{
 clear:both;
 }
 #welcome h4{font-size:10px;  padding-top:15px; text-align:center;}

div#meetup{
margin:15px 0;

}


