/*This body tag is for Firefox*/
html>body {
	margin-left:0;
	margin-right: 0;
	background-color:#333333;
	text-align: -moz-center;
	/*background-image: url();
	background-repeat: repeat;
	background-position: center top;*/

	/*If I want to have the webpage centered in IE and FF then I need to enable the text-align center attribute and give the wrapper attribute a px width and no margin. Then the page will center perfectly and the actual text will align left because the wrapper attr is overriding the body attr for that.*/
}	 

/*This body tag is for IE*/
body {
	margin-left:0;
	margin-right: 0;
	background-color: #333333;
	text-align: center;
	/*background-image: url(../images/buttons_graphics/backgroundSoft.jpg);
	background-repeat: repeat;
	background-position: center top;*/
}	
#wrapper {
	position: relative;
	width: 900px;
	text-align: left;
	vertical-align: top;
	background-color:#FFFFFF;
	border-color:#000000;
	border-style:solid;
	border-width: 1px;

	/*margin-left: 10%;*/
}
/*this is where the swf header files goes*/
.header {
	width: 900px;
	height: 75px;
}	

/*end header code*/

/*this code is for basic text layout and is currently applied to the home pages*/
.bodytext {
	background-color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: .9em;
	text-align: left;
	padding-top: 20px;
	padding-right: 40px;
	line-height: 130%;
	padding-left: 40px;
}	

/*This code is for the resume page*/
.resumemainformat{
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	vertical-align: top;
	color: #000000;
	vertical-align: top;
	text-align: left;
}
.resumepositionformat {
	padding-left:40px;
	padding-right: 20px;
	padding-top: 20px;
	width: 800px;
}

/*.resumepositionformat img{
	
}*/

h1 {
	font-size: 2em;
	font-weight: bold;
	padding-bottom: 0px;
	margin-top: 0px;
}	
h2 {
	font-size: 1.7em;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 8px;
}	
h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 15px;
}	
h4 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 15px;
}	
h5 {
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
}	
h6 {	
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}	

.tinyprint {
	font-size: .4em;
}	

.return {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: left;
	font-weight: normal;
	color:#000000;
}	
	
/*end resume page code*/
/*gallery formatting here*/
.pg_positionformat {
	padding-left: 75px;
	padding-right: 75px;
	background-color:#333333;
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
}

.wg_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-align: center;
	font-weight: normal;
	width: 350px;
	line-height: 130%;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
	height: 500px;
	float: left;
	position: relative;
}

#glink a {	
	text-decoration: none;
	color:#FFFFFF;
}	

#glink a:hover, .glink a:active	{
	text-decoration:none;
	color:#999999;
}	
.wg_subpgformat {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: .9em;
	text-align: left;
	padding-top: 20px;
	padding-right: 40px;
	line-height: 130%;
	padding-left: 40px;
}	

.wg_subpglayout {
	vertical-align: text-top;
	font-weight: normal;
	line-height: 130%;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 20px;
	height: 150px;
	width: 680px;
	border-color:#000000;
	border-style: solid;
	border-width: 1px;
	padding:10px;
}
.wg_subpglayout img {
	float: left;
	text-align: center;
	margin-right: 15px;
	border-color: #000000;
	border-style: solid;
	border-width:1px;
}	
.pricinglayout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 200px;
	float: left;
	height: 100px;
	margin-left: 70px;
	margin-right: 0px;
	margin-top: 15px;

}

/*gallery code ends here*/

.indeximage {
	float: left;
	vertical-align: top;
	margin-right: 15px;
	margin-bottom: 5px;
	padding-top:0px;
	margin-left: 0px;
	border-width: 1px;
	border-style: solid;
}	

.aboutimage {
	float: left;
	vertical-align: text-top;
	margin-right: 10px;
	margin-bottom: 5px;
	padding-top:0px;
	margin-left: 20px;
	display: block;
	height: 1250px;
	width: 175px;
}

.aboutimage img {
	border-style: solid;
	border-width: 3px;
	border-color:#000000;
	margin-bottom: 5px;
}

img {
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
}	

.copyright {
	font-family: arial;
	font-size: .7em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: center;
	margin: 10px;
}
.java {
	font-family: arial;
	font-size: .8em;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
	text-align: center;
}
.picspace img{
	margin-bottom: 10px;
}	

a:link {color:#000000;}
a:visited {color:#000000;}
a:hover {color:#666666;}

.nav {
	background-color: #ffffff;
	background-position: center;
}	

#nav ul li {
	float: left;
	white-space: nowrap;
	list-style: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#000000;
	font-size: .8em;
	height: 15px;
	width: 130px;
	text-align: center;
	/*If you want to put the border info back so it's just under the nav area and not all the way across, put it here- navborder.  Remember to remove the extra tr and td code in the template*/
}	

#nav a {
	text-decoration: none;
	color:#000000;
}	
#nav ul li a:hover, #navmainalt ul li a:active	{
	text-decoration:none;
	color:#666666;
}

.navborder {
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding-top:20px;
}

/* CSS Document */


