/*CSS styles for Chapmanresearch.org*/

body {
background-color: #CCC;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px
}
a {
	color:#0539A6;
	text-decoration: none;
	font-weight:bold;
	font-size:14px
}

a:hover {
color:#FFF;
}

h1 {
color: #333;
font-size: 14px;
text-align: center;
font-variant: small-caps;
font-weight: bold;
padding-top: 10px;
}

h2 { 
color: #FFF;
font-size: 14px;
font-variant: small-caps;
font-weight: bold;
padding-top: 10px;
text-align:center;
}

h3 { 
color: #FFF;
font-size: 14px;
font-variant: small-caps;
font-weight: bold;
padding-top: 10px;
text-align:left;
}

img {
border: 0;
}

span {
	color: #333;
	font-size: 14px;
	font-weight: bold;
}


#container {
width: 802px;
margin: 0 auto;	
}


/*BEGIN TOP NAVIGATION STYLING CENTER HORIZONTAL*/

.menu {
height: 25px;
width: 652px;
padding-right: 150px;
clear:left;
background: url(../Images/navbar.gif)
}

.cssnav	{
position: relative;
float: right;
margin: 0;
width: 100px;
height: 25px;	
}

.cssnav a {
display: block;
width: 100px;
height: 25px;
float: right; 
text-decoration: none;
}

.cssnav img {
width: 100px; 
height: 25px; 
border: 0;
}
			 
* html a:hover {
visibility:visible;
height: 25px;
}
			
.cssnav a:hover img{
visibility: visible;
}


/* END OF NAVIGATION */

/* SIDE NAVIGATION*/
.buttons a {
	height: 25px;
	width: 190px;
	background: url(../Images/navbar.gif);
	display: block;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin-top: 2px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.buttons a:hover {
text-decoration: none;
}
.nav-selected {
color: #000;
}
/* END SIDE NAV*/



#header {
width: 802px;
height: 25px;
background: url(../Images/navbar.gif);
}

#header ul, #header li {
list-style-type: none;
position: relative;
display: block;
margin: 0;
}
	
#header ul {
height: 25px;
}

#header li {
	float: left;
	width: 800px;
	padding-top: 3px;
	color:#0539A6;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
#header li a {
color:#0539A6;
font-size: 14px;
}

#header li a:hover {
color: #FFF;
}

#feature{
width: 802px;
height: 224px;
background: url(../Images/feature.jpg) no-repeat;

}

/*BEGIN CONTENT*/



#content{
width: 802px;
background: #CCC url(./images/body.jpg);
}

#leftcol{
	width: 200px;
	padding: 0 10px 10px 10px;
	float: left;
	text-align:left;
}

#leftcol ul, #leftcol li{
list-style-type: none;
position: relative;
margin: 0 ;
padding : 0;
color: #FFF;
}

#leftcol p{
padding: 0 5px;
font-size: 12px;
color: #FFF;
}

#rightcol{
	width: 580px;
	float: right;
	text-align: left;
}

#rightcol p{
padding: 10px 15px 0 15px;
font-size: 12px;
}

#rightcol a:hover{
color: #777;
}

img.float-right{
float: right;
margin: 0 20px 10px 10px;
}

img.float-left{
float: left;
margin: 0 20px 10px 15px;
}

img.center{
margin: 0 20px 10px 115px;
float: left;
}

.clear {
clear: both;
}

/*GALLERY PAGE CSS*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
#gallerypage {
width: 802px;
background: url(../Images/gallery_body.jpg);
margin-bottom: -5px;

}

.gallerycontainer {
width: 760px;
/*height: 550px;*/ /* MAY NEED TO CHANGE WHEN ADDING MORE THUMBNAILS*/
margin: 0;
padding: 20px 20px 0px 20px;
background: url(../Images/gallery/ODTV_MHm_bg.jpg) no-repeat 360px 20px ; /* CHANGE Y position WHEN ADDING MORE THUMBNAILS*/
position: relative; 
}

.gallerycontainer .text { 
font-size: 1em;
margin-bottom: 10px; 
}

.gallerycontainer li, .gallerycontainer ul { 
list-style-type: none; 
margin: 0; 
padding: 0; 
}

.thumbnail img { 
margin: 0px 2px 5px 0; 
width: 99px; 
height: 73px;
border: 2px solid #0539A6; 
}

.thumbnail:hover { 
background-color: transparent; 
}

.thumbnail:hover img { 
border: 2px solid #999; 
}

.thumbnail span {/*CSS for enlarged image*/ 
position: absolute; 
left: -2000px; 
visibility: hidden;  
}

.thumbnail:hover span img {/*CSS for enlarged image*/ 
margin: 0px 0 5px 0; 
border: 2px solid #0539A6; 
height: 300px; 
width: 400px;
border: 2px solid #0539A6;
}

.thumbnail:hover span {/*CSS for enlarged image on hover*/ 
visibility: visible; 
top: 20px;/*position where enlarged image should offset from top */ 
left: 360px;/*position where enlarged image should offset horizontally CHANGE Y WHEN ADDING THUMBNAILS*/ 
z-index: 50; 
font-size: 1em; 
color: #000;
}


/*PRODUCTS PAGE GALLERY*/

.photocontainer {
width: 560px;
/*height: 400px;  MAY NEED TO CHANGE WHEN ADDING MORE THUMBNAILS*/
margin: 0;
padding-left: 20px;
background: url(../Images/products/OHD_FSP-FLIV_03.jpg) no-repeat 230px 0px ; /* CHANGE Y position WHEN ADDING MORE THUMBNAILS*/
position: relative; 
}

.photocontainer .text { 
font-size: 1em;
margin-bottom: 10px; 
}

.photocontainer li, .photocontainer ul { 
list-style-type: none; 
margin: 0; 
padding: 0; 
}

.thumb img { 
margin: 0px 2px 5px 0; 
width: 89px; 
height: 100px;
border: 2px solid #0539A6; 
}

.thumb:hover { 
background-color: transparent; 
}

.thumb:hover img { 
border: 2px solid #999; 
}

.thumb span {/*CSS for enlarged image*/ 
position: absolute; 
left: -2000px; 
visibility: hidden;  
}

.thumb:hover span img {/*CSS for enlarged image*/ 
margin: 0px 0 5px 0; 
border: 2px solid #0539A6; 
height: 369px; 
width: 330px;
border: 2px solid #0539A6;
}

.thumb:hover span {/*CSS for enlarged image on hover*/ 
visibility: visible; 
top: 0px;/*position where enlarged image should offset from top */ 
left: 230px;/*position where enlarged image should offset horizontally CHANGE Y WHEN ADDING THUMBNAILS*/ 
z-index: 50; 
font-size: 1em; 
color: #000;
}

/*a: {
text-decoration: none;
}

.clear {
clear: left;
}*/
/*END GALLERY*/


/*FORM ELEMENTS*/
.contact{
	width: 530px;
	float: left;
	padding: 5px 20px;
	margin-bottom: 10px; 
}
label {
	display:block;
	margin:5px 0;
	color: #333;
	font-weight:bold;
	font-size: 90%;
}
input {
	padding: 2px;
		
}
textarea {
	width: 500px;
	margin-top: 3px;
	padding:2px;
	height:78px;
	display:block;
	color:#000;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #999;
	background: #a4a4a4; 
	padding: 2px 3px; 
	color:  #FFF;	
}
/*END FORM*/


#footer{
	width: 800px;
	height: 21px;
	padding-top: 4px;
	margin-top: 5px;
	text-align: center;
	background-color: #CCC;
	background-image: url(../Images/navbar.gif);
	background-repeat: repeat-x;
}

#subfooter {
	height: 43px;
	padding-top: 2px;
	background: url(../Images/footer.jpg) no-repeat 0 0;
	text-align: center;
	font-size: 80%
	}

#subfooter a{
	font-size: 95%;
}	
