/* CSS Document */

body {
	margin: 0;
	padding: 12 0 0 0;
	color: #666666;
	background: #efefef;
	font: .8em/1.3em helvetica,verdana,arial,sans-serif;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /*for compliant browsers */	
	}
html>body {
	font-size: small;
} /* be nice to Opera */

/* Loading
----------------------------------------------- */

.SpryHiddenRegion {
	visibility: hidden;
}



/* Links and elements
----------------------------------------------- */
a img { border-style: none; }

img {
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: none;
	color:#6699CC;
	outline: none;
}
a:hover {
	text-decoration: none;
	color:#006600;
}

p {
	text-align:left;
	font-size: 90%;
}


/* Layout Divs
----------------------------------------------- */

#home_main {
	width: 800px;
	border: 1px solid #b1b1bc;
	padding: 10px;
	background: #fff;
}

#home_body {
	height: 320px;
	background-image:url(../images/design/home_bg.gif);
	margin: 10px 0px;
}

#home_menu {
	width: 380px;
	height:26px;
	padding:0;
	margin:0;
}

#page1_main {
	width: 800px;
	border: 1px solid #b1b1bc;
	padding: 10px;
	background: #fff;
	background-image: url(../images/design/page_topleft1.jpg);
	background-repeat: no-repeat;
}

#page2_main {
	width: 800px;
	border: 1px solid #b1b1bc;
	padding: 10px;
	background: #fff;
	background-image: url(../images/design/page_topleft2.jpg);
	background-repeat: no-repeat;
}

#page3_main {
	width: 800px;
	border: 1px solid #b1b1bc;
	padding: 10px;
	background: #fff;
	background-image: url(../images/design/page_topleft3.jpg);
	background-repeat: no-repeat;
}

#page4_main {
	width: 800px;
	border: 1px solid #b1b1bc;
	padding: 10px;
	background: #fff;
	background-image: url(../images/design/page_topleft4.jpg);
	background-repeat: no-repeat;
}

#page_menu_spacer {
	height: 272px;
}

#page_right {
	width: 118px;
	padding:0;
	margin:0;
	float:right;
}

#page_footer {
	clear:both;
}

#page_menu {
	width: 118px;
	margin-right: 20px;
	height: 635px;
	float: left;
}

#page_body {
	padding-left: 2px;
	padding-right: 30px;
	margin-left: 130px;
}

#formTable {
	font-size: 90%;
}

.formTextBox{
	color: #666;
	background-color:  #eee;
	border: 1px solid #b1b1bc;
}

#menu_footer{
	width:800px;
	padding:20px;
	font-size:80%;
}


/* Gallery Divs
----------------------------------------------- */
#thumbnails {
	margin: 10px auto;
	width: 120px;
	float: left;
}
#thumbnails div {
	position: relative;
	width: 40px;
	height: 40px;
	float: left;
	margin: 8px;
	padding: 0;
	float: left;
	display:inline;
}
#thumbnails img {
	width: 40px;
	height: 40px;
	position: absolute;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
}

#main_photo {
	padding-left: 0px;
}
#main_photo p{
	text-align:right;
}

.footnote {
	text-align:left;
	font-size: 80%;
	padding-left: 150px;
}

#mainImageOutline {
	margin: 0 auto;
	padding: 0;
	background-color: #eee;
	border-top: solid 1px #666;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
	padding: 1em; 
	overflow: hidden; 
}

#caption {
	text-align: center;
	padding: 5px;
}

.clearAll {
	clear:both;
}

