/*common css used on all pages*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #D1D1D1;
	margin: 0 0 24px 0;
	padding: 0;
}

p   {
	font-size: 75%;
	color: #000066;
	margin-top: 0px;
	margin-bottom: 5px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #000066;
	margin-top: 0px;
	margin-bottom: 8px;
}

h2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #000066;
	margin-top: 12px;
	margin-bottom: 5px;
}

a:link {
	color: #000066;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}

.imageFloatRight {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 10px;
	border: 1px solid #BABABA;
}
.imageFloatLeft { 
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 10px;
	border: 1px solid #BABABA;
}
/*divs used on all pages, except pop-up image pages*/

#pagewrapper { /*this wraps all content except the footer*/
	background-color: #FFFFFF;
	background-image:  url("images/contents_background.jpg");
	background-repeat: no-repeat;
	background-position: 0px 102px;
	
}

#logo   {  /*this positions the logo on all pages except pop-up image pages*/
	width:420px;
	height:75px;
	z-index:2;
	margin-top: 0px;
	margin-left: 3px;
	padding: 9px;
	background-color: #FFFFFF;
}

#topNav   {  /*this postions and contains the top navigation*/
	width: 575px;
	margin-left: 95px;
	z-index:3;	
}

#SecondText   {  /*this contains the text on all secondary pages*/
	width: 565px;
	margin-left: 95px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BABABA;
	padding-bottom: 20px;
	margin-top: 40px;
	padding-top: 0px;
}

#topBottominfo   {  /*this contains the footer on the top page*/
	margin-left: 242px;
	padding-left: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 15px;
}

#topBottominfo p  {  /*this styles the text in the footer on the top page*/
	font-size: 70%;
	line-height: 125%;
	color: #666666;
}
/*these styles the the links in the footer on the top page*/

#topBottominfo a:link   {
	color: #666666;
	text-decoration: underline;
}
#topBottominfo a:visited   {
	color: #666666;
	text-decoration: underline;
}

/*all of the following are just like above, but on the secondary
pages the footer has to shift position*/
#SecondBottominfo   {
	margin-left: 95px;
	padding-left: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 15px;
}
#SecondBottominfo p  {
	font-size: 70%;
	line-height: 125%;
	color: #666666;
}
#SecondBottominfo a:link   {
	color: #666666;
	text-decoration: underline;
}
#SecondBottominfo a:visited   {
	color: #666666;
	text-decoration: underline;
}
/* this styles the div that holds the print page, view cart button, and scroll 
instructions that sit to the right of each large image */
#rightofimage { 
	padding-left: 8px;
	left: 630px;
	top: 400px;
}


/*All of the following style the table and contents on the top page.
It was too difficult to try to get the design to work in divs, so
I just resorted to a table*/

/*this styles the pictures on the top page. It gives them a
border and a margin on their left*/
.topPictureLeftMargin {
	margin-left: 15px;
	border: 1px solid #BABABA;
	margin-bottom: 40px;
}

/*this styles the cell on the left side of the table*/
.TopTableLeftCell {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BABABA;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 242px;
}
/*I had to style the contents separately because changing the cells
margins and padding screwed up the alignment of the grey and white lines
on the page*/
.TopTableLeftCell p  {
	margin-right: 5px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
	
}

/*styles the cell on the right*/
.TopTableCellRight {
	padding-left: 10px;
	padding-bottom: 10px;
}
.TopTableLeftCell h1 {
	margin-right: 5px;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #339733;
	margin-bottom: 5px;
	margin-top: 0px;
}

/*simply moves the table down from the navbar*/
.TopTable {
	margin-top: 40px;
}

/*this puts a border around the thumbnail images on te portfolio pages*/
.thumbnailImage {
	border: 1px solid #BABABA;
}
/*pads the portfolio table cells on the bottom only*/
.portfolioCells {
	padding-bottom: 20px;
}
/*simply moves the table down from the content above*/
.portfolioTable {
	margin-top: 20px;
}

/* a small table that holds the title and links to additional portfolio pages*/
.portfolioTitleTable {
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BABABA;
}
.rightSidebar   { /*this is a classed div that holds the stuff in a column aligned to the right side of secondary pages */
	float: right;
	width: 200px;
	padding-left: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BABABA;
	margin-top: 10px;
	padding-top: 0px;
	margin-left: 5px;
	margin-bottom: 20px;
	
}
.rightSidebar p  {
	font-size: 70%;
	margin-bottom: 10px;
}
.rightSidebar li  {
	font-size: 70%;
}
li {
	font-size: 75%;
	color: #000066;
	margin-top: 0px;
	margin-bottom: 5px;
}
