/* CSS Document */

/*******Base Color Scheme************
A complementary color scheme based on the green 
Dark Gray: #b1b1b1
Light Gray: #F0F0F0
Purple: #8c27b1
Green: #8bb127

****************************************/

/****************Structure Divs***************************/
#wrapper { 
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	background-color:#f0f0f0;
	height:auto;
	}
#wrapper2 { /*used for project display only pages*/
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	background-color:#f0f0f0;
	padding:6px;

}
#topBanner {
	padding:0px;
	margin:0px;
	overflow: auto;
	border-bottom:20px solid #b1b1b1;
	background-color:#b1b1b1;
	}

#mainContent {
	height:auto;
	margin:30px;
	padding-top:20px;
	padding-left:3px;
	padding-right:3px;	
	}

#leftContent {
	float: left;
	margin-top:20px;
	margin-left:3px;
	padding-top:20px;
	padding-left:3px;
	width:170px;
	}
#footer{
	font-size:.7em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	text-align:center;
	margin-bottom:0px;
	border-top:solid #000000 1px;
	clear:both;
	}	
	
#footer p	{
	margin:0px;
	}
/**********************Link Formats for Tabs from http://www.alistapart.com/articles/slidingdoors/***********************/
   #header {
      float:left;
      width:100%;
      background:#b1b1b1 url("images/bg.jpg") repeat-x bottom;
      font-size:93%;
      line-height:normal;
      }
    #header ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
      }
    #header li {
      float:left;
      background:url("images/norm_left.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      }
    #header a {
		float:left;
      display:block;
      background:url("images/norm_right.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
      color:#765;
      }
    #header a:hover {
      color:#333;
      }
    #header #current {
      background-image:url("images/norm_left_on.gif");
      }
    #header #current a {
      background-image:url("images/norm_right_on.gif");
      color:#333;
      padding-bottom:5px;
      }
	 /* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  #header a {float:none;}
  /* End IE5-Mac hack */
/***********************Portfolio & Other Boxes***********************/
#portfoliobox {
	margin: 5px 10px 20px 10px;
	padding: 5px;
	border: 1px #000000 dashed;
	background-color: #f0f0f0;
	min-height:106px;
	background-color:#C9E382;
	}

#portfoliobox img {
	padding: 0px; 
	margin:0px 5px 0px 0px;
	border: 3px #b1b1b1 solid;
	background-color: #f0f0f0;
	float: left;
	}
#objectdiv
	{
	padding: 0px; 
	margin:auto;
	border: 3px #b1b1b1 solid;
	background-color: #f0f0f0;
	width:550px;
	height:428px;
	}
#objectdivgoogle
	{
	padding: 0px; 
	margin:auto;
	border: 3px #b1b1b1 solid;
	background-color: #f0f0f0;
	width:720px;
	height:550px;
	}
#projectbox
	{
	border: 4px outset #8c27b1;
	width: 250px;
	float:right;
	padding:3px;
	margin: 5px;	
	}
/***********************Text Formats**************************/

h1 {
	
	font-family:century gothic, tahoma, arial, sans-serif;
	font-weight:900;
	font-size:3em;
	color:#646464;
	margin-top:0px;
	}
	
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight:bold;
	color: #000000;
	padding-top:0px;
	letter-spacing:-2px;
	margin-bottom:1px;
	}
h3
	{
	font-family:century gothic, tahoma, arial, sans-serif;
	font-weight:800;
	font-size:1.25em;
	color:#646464;
	margin-bottom:5px;
	}

h3 a:link
	{
	font-family:century gothic, tahoma, arial, sans-serif;
	font-weight:800;
	font-size:1em;
	color:#646464;
	}

h3 a:visited
	{
	color:#646464;
	text-decoration:underline;
	}
h3 a:hover
	{
	color:#000000;
	text-decoration:underline;
	font-size:1em;	
	}	
h5
	{
	font-family:century gothic, tahoma, arial, sans-serif;
	font-weight:400;
	font-size:.85em;
	color:#646464;
	}
h5 a:link
	{
	text-decoration:underline;
	
	}
h5 a:visited
	{
	color:#646464;
	text-decoration:underline;
	}
h5 a:hover
	{
	color:#000000;
	text-decoration:underline;	
	}	

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	color: #000000;
	background-color:#b1b1b1;
	margin-top:0px;
	
	}
a:link {
	color: #646464; 
	text-decoration:none;
	}
a:visited {
color: #646464; 
	text-decoration:none;
	}
a:hover {
color: #000000;
text-decoration:underline;
	}	
/***********other in body formats**********************/

#mainContent img
	{
	padding: 0px; 
	background-color: #f0f0f0;
	}
.left
	{
	float:left;
	margin-right:5px;
	border: 3px #b1b1b1 solid;
	}
.right
	{
	float:right;
	margin-left: 5px;
	border: 3px #b1b1b1 solid;
	}
.rightnoborder
	{
	float:right;
	margin-left: 5px;
	border:0px;
	}

.mylink a
	{
	color:#ff5626;
	
	}
.noSpaceTop
	{
	margin-top:0px;
	padding-top:0px;
	}
.noSpaceBottom
	{
	margin-bottom:0px;
	padding-botttom:0px;
	}
.noSpaceTopBottom
	{
	margin-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	padding-botttom:0px;
	}
.myborder {
      border-top: 1px dashed #8c27b1;
      color: #8c27b1;
      height: 2px;
	  width: 100%;
	  text-align:left;
	    }
blockquote
	{
	margin:70px;
	}



















/************#navArea ul {
	color: #000000;
	list-style:none;
	display:inline;
	padding-left:0px;
	margin-left:0px;
	margin-right:0px;
	}
#navArea ul li {
	
	display: inline;
	list-style-type: none;
	}
#navArea a {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:700;
	font-variant: small-caps;
	}
#navArea a:link {
	
	color: #000000;
	text-decoration:none;
	}
#navArea a:visited {
	
	text-decoration:none;
	}
#navArea a:hover {
	color: #8b27b1;

	
	}**********/