/* CSS Document */
h1,h2,h3,h4,h5,h6{
   font-family:sans-serif;
   color:#333333;
   margin-top:.1em;
   margin-bottom:-.1em;
   display: inline;
}
h1{
	font-size:6em;
}
h2{
	font-size:1.3em;
	color: #122462;
}
h3{
	font-size:4em;
}
h4{
	font-size:3em;
}
h5{
	font-size:2em;
}
h6{
	font-size:1em;
	font-weight:bold;
	color:#CCCCCC;
}
html,body{
	height:100%;
}
body{

	font-family:Arial, Helvetica, sans-serif;
	font-size:.75em;
	color:#333333;
	
	background-color: #FFFFFF;
	margin: 0px auto;
	padding: 0px;
	
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	background-position: center; 
}
#callout{
	margin: 15px 75px 0px 75px;
	text-align: left;
	color: #FFFFFF;
}
#category{
	margin-top: 45px;
}
.defbg{
background-image:url(images/def_gradient.png);
background-repeat:repeat-x;
}
.article{
	padding-bottom: 10px;
	padding-top: 5px;
}
img{
	border:none;
}
img a{
	border:none;
}
.indents{
	text-indent:-10px;
	padding-left:10px;
	margin-left:10px;
}
.indents2{
	padding-left:10px;
	margin-left:10px;
}
.style3{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #122462;
}
.vertLine{
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.border{
	border: 1px solid #333333;
}
.design{
	background-image: url(images/bck_design.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.photo{
	background-image: url(/v2/images/bck_photography.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.art{
	background-image: url(/v2/images/bck_art.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
a:link {
	font-weight: bold;
	color:#CCCCCC;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color:#FF9900;
	height:100%;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}

.dark a{
	font-weight: bold;
	color: #00CCFF;
	text-decoration: none;
}
.dark a:hover{
	color:#FF9900;
}
.dark a:visited{
	color: #00CCFF;
}
.dark a:active{
	color: #00ccff;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
margin-top: 5px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0px;

}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid #000000;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
left: -1000px;
background-color:#FFFFFF;
visibility: hidden;
color: black;
text-decoration: none;
}
.staticImg{
	border: 1px solid #000000;
	padding: 5px;
}
.thumbnail span img{ /*CSS for enlarged image*/
border: 1px solid #000000;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 45px;
left: 0px; /* position where enlarged image should offset horizontally */
z-index: 50;
}
.footer{
	color:#FFFFFF;
	padding: 15px;
	font-size: .9em;
}
.leftBorder{
	border-left: 2px solid #CCCCCC;
	padding-left: 5px;
}
#container{
	min-height:100%;
	height: 100%;
}
