/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: url("/graphics/bg.gif") #000000 repeat-x;
	font-family:arial,sans-serif;
	font-size:12px;
	color:#000000;
}

/* main table */

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:840px;
	background:#ffffff;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#container_splash {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:840px;
	background:#000000;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	width:840px;
	height:175px;
	background: url("/graphics/header.gif") no-repeat;
	margin: 0 auto 0 auto;
}

div#header_splash {
	width:840px;
	height:175px;
	background: url("/graphics/header_splash.gif") no-repeat;
	margin: 0 auto 0 auto;
}
	
div#content {
	padding:0 0 90px 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
}

div#content_splash {
	padding:0 0 50px 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
}

div#footer {
	position:absolute;
	width:840px;
	height:86px;
	color: #ffffff;
	bottom:0; /* stick to bottom */

	background: url("/graphics/footer.gif") no-repeat;
	font-size:10px;
	margin: 0 auto 0 auto;
	visibility: hidden;
}

div#footer_splash {
	position:absolute;
	width:840px;
	height:39px;
	color: #ffffff;
	bottom:0; /* stick to bottom */

	background: url("/graphics/footer_splash.gif") no-repeat;
	font-size:10px;
	margin: 0 auto 0 auto;
	visibility: hidden;
}




/* main nav */


#leftmenu {
	width: 179px;
	margin: 0 0 0 0px;
	background: url("/graphics/menubg.gif") repeat-y;
	float:left;
	border-top:1px solid #f2e9c6;
}
	
#leftmenusplash {
	width: 179px;
	height:333px;
	margin: 0 0 0 0px;
	float:left;
}




/* content formatting */

#calpagecontent {
	width: 750px;
	margin: 40px 40px 20px 0;
	overflow: auto;
	line-height:20px;
	float:right;
	display:inline;
}

#pagecontent {
	width: 560px;
	margin: 40px 50px 20px 0;
	overflow: auto;
	line-height:20px;
	float:right;
	display:inline;
}

#splashcontent {
	width:840px;
	height:334px;
	margin: 0;
	background: url("/graphics/splashbg3.jpg") #000000 no-repeat;
	overflow: auto;
	line-height:20px;
}

#head {
	width: 631px;
	height:85px;
	margin: 0 0 0 0px;
	background: url("/graphics/head_bg.gif") no-repeat;
	float:right;
}

#gal {
	width:170px; 
	float:left; 
	display:inline; 
	margin:50px 0 0 20px;
	padding:27px 0 0 0;
	background: url("/graphics/gal.gif") no-repeat;
}

#seminars {
	width:195px; 
	height:157px; 
	float:right; 
	display:inline; 
	margin:5px 14px 0 0;
	padding:54px 21px 0 20px;
	background: url("/graphics/seminars.gif") no-repeat;
}

#news {
	width:218px; 
	float:right; 
	display:inline; 
	margin:22px 8px 0 0;
	padding:42px 0 0 4px;
	background: url("/graphics/news.gif") no-repeat;
}

#right_foot {
	float: right;
	padding-top: 50px;
	padding-right:24px;
	text-decoration:underline;
}

#left_foot {
	float: left;
	padding-top: 50px;
	padding-left:24px;
}

#right_footsplash {
	float: right;
	padding-top: 11px;
	padding-right:24px;
	text-decoration:underline;
}

#left_footsplash {
	float: left;
	padding-top: 11px;
	padding-left:24px;
}



#clear {
	clear: both;
}






/* text styles */

form {
	margin: 0;
}

a {
	color: #005185;
	text-decoration: underline;
	 outline: none;

}
a:hover {
	color: #005185;
	text-decoration: underline;
}

a.imedia {
	color: #ffffff;
	text-decoration: underline;
}
a.imedia:hover {
	color: #f2e9c6;
	text-decoration: underline;
}

a.more {
	color: #ff0000;
	text-decoration: none;
}
a.more:hover {
	color: #f2e9c6;
	text-decoration: underline;
}

a.more2 {
	color: #ffffff;
	text-decoration: none;
}
a.more2:hover {
	color: #ff0000;
	text-decoration: underline;
}

a.view {
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
}
a.view:hover {
	color: #ff0000;
	text-decoration: none;
}

a.log {
	color: #f2e9c6;
	text-decoration: none;
}
a.log:hover {
	color: #ceb455;
	text-decoration: none;
}

a.back {
	color: #005185;
	text-decoration: none;
	float:left; font-size:15px; margin:48px 0 0 45px; font-style:italic;
}
a.back:hover {
	color: #ff0000;
	text-decoration: underline;
}

a.bios {
	color: #005185;
	text-decoration: none;
	 outline: none;
	 line-height:14px;

}
a.bios:hover {
	color: #8a0000;
	text-decoration: underline;
}

h1 {
	font-weight:normal;
	font-size:25px;
	color: #005185;
	text-transform: capitalize;
	font-style:italic;
	margin:39px 0 0 25px;
	font-family:georgia,times;
}

h3 {
	font-weight:bold;
	font-size:16px;
	color: #005185;
	margin:24px 0 0 0;
	font-style:italic;
	font-family:georgia,times;
}



p { 
	margin:12px 0 12px 0;
}

.contact td {
font-size: 10px;
text-align:right;

}

/* catalog styles */

a.catalog {
	color: #01177a;
	text-decoration: none;
}
a.catalog:hover {
	color: #0266c4;
	text-decoration: none;
}
.catalogText {	
	text-decoration: none;
	font-size: 10pt;
}
.catalogTitle {
	color: #5C4033;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
}
td.cartdisplay {
	background: #eaeaea;
	border-bottom: solid 1px #bababa;
	padding: 6px 8px;
	}

td.cartdisplaytop {
	border-bottom: solid 1px #bababa;
	padding: 2px 8px;
	font-weight: bold;
	}
	
td.cartname {
	font-weight: bold;
	font-size:11px;
	}
td.cartoptions {
	font-size: 11px;	
	}
td.cartsub {
	padding: 6px 8px;
	}
.border {
	border: solid 1px #eeaf04;
}






/* menu codes */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
width: 163px;
padding: 0;
margin:0 0 0 16px;
font-size: 11px;
text-align:left;
text-transform:uppercase;
font-weight:bold;
}

* html #blueblock{ /*IE 6 only */
w\idth: 145px; /*Box model bug: 180px minus all left and right paddings for #blueblock  from the UL and LI */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
margin: 0;
}

li a.blueblock {
display: block;
padding: 9px 0 0 18px;
color: #005185;
text-decoration: none;
width: 145px;
height:21px;
border-bottom:1px solid #f2e9c6;
}

html>body li a.blueblock { /*Non IE6 width*/
width: auto;
}

li a.blueblock:hover{
color: #8a0000;
	text-decoration: none;
}



li a.blueblock2 {
display: block;
padding: 6px 0 0 18px;
color: #005185;
text-decoration: none;
width: 145px;
height:23px;
border-top:1px solid #f2e9c6;
}

html>body li a.blueblock2 { /*Non IE6 width*/
width: auto;
}

li a.blueblock2:hover{
color: #8a0000;
	text-decoration: none;
}

#thumbs {
width:140px; 
height:240px;
position: relative;
float:left; 
display:inline; 
margin:0 0 0 15px;
}

#tst2 {
width:131px; 
height:189px;
position: relative;
overflow: hidden;
border-left: solid 1px #939393;
border-right: solid 1px #939393;
text-align:center;
margin-bottom: 4px;

}

div.photobox {
height:125px; 
width: 125px;
margin: 0 8px 8px 0;
float:left;
border: solid 3px #eaeaea;
}

div.searchResults {
padding: 10px 5px;
}

#paging {
color:#888888;
font-size:12px;
font-weight:normal;
padding:25px 5px 15px 5px;
clear: left;
}

#prevNext {
width:100%; 
height: 35px;
background: URL(/graphics/pagingline.gif) repeat-x;
}

#paging a {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #eaeaea;
color:#888888;
margin:0 2px 4px 2px;
padding:3px 7px;
display: inline;
float: left;
text-decoration:none;
}

#paging a.currentPage  {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #eaeaea;
color:#c80117;
margin:0 2px;
padding:3px 7px;
text-decoration:none;
}

#paging a.currentPage:hover  {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #eaeaea;
color:#eaeaea;
margin:0 2px;
padding:3px 7px;
text-decoration:none;
}

#paging a:hover {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #eaeaea;
color:#c80117;
text-decoration:none;
}

div.searchResults {
	width: 230px;
	display: block;
	float: left;
}

h4 {
	font-size:15px;
	font-weight: bold;
	margin: 15px 0 0 0;
}