/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

img {
	vertical-align:middle;
}

input {
font-size: 11px;
}

p {
	font-size: 11px;
	margin-top: 0;
	margin-bottom: 1em;
}

h1 {
	font-size: 11px;
	margin-top: 0;
	margin-bottom: 1em;
	font-weight: bold;
	font-variant: small-caps;
}

ul, li {
	font-size: 11px;
	margin-top: 0;
	margin-bottom: 1em;
}

a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
}

#pagecontents {
	position: absolute;
	width: 97%;
	height: 510px;
	background-color: #ffffff;
	margin: 20px 0% 20px 0%;
	padding: 10px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	color: #333333;
}
#headerlogo {
	position: absolute;
	top: 0px;
	width: 300px;
	height: 60px; 
	background-image: url(theimagenation_logonew.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	border: none;
}
#headermenu {
	position: absolute;
	top: 5px;
	left: 80%;
	height: 15px;
	border: none;
	font-size: 11px;
}
#imagescrollerbox {
	position: absolute;
	top: 65px;
	width: 100%;
	height: 276px;
	background-color: #ffffff;
	border-top: 1px dashed #333333;
	border-right: 1px none #999999;
	border-bottom: 1px none #999999;
	border-left: 1px none #999999;
}
#aboutme {
	position: absolute;
	top: 65px;
	width: 630px;
	border: none;
}
#contactme {
	position: absolute;
	top: 65px;
	width: 630px;
	border: none;
}
.quotedBkgd {
	font-style: italic;
	font-variant: small-caps;
	border: 1px solid;
	background-color: #efefef;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	font-weight: bold;
}

#copyrightmsg {
	position: absolute;
	top: 5px;
	left: 315px;
	border: none;
	font-size: 10px;
	color: #999999;
	text-align: center;
}

#leftpaneltabs {
	position:absolute;
	top: 345px;
	width: 37%;
	border: none;
}

#rightpaneltabs {
	position:absolute;
	top: 345px;
	left: 40%;
	width: 60%;
	border: none;
}

#imagescroller {
	position: absolute;
	top: 45px;
	left: 70%;
	width: 230px;
	height: 20px;
	background-image: url(imagescroller.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	border: none;
}
#imagescroller_thmb {
	position: relative;
	left: 157px;
	top: 2px;
	width: 16px;
	height: 16px;
	background-image: url(imagescroller_thmb.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	border: none;
	
}
#tablist, #tablist2{
	padding: 3px 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0.1em;
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
}

#tablist li, #tablist2 li {
	list-style: none;
	display: inline;
	margin: 0;
}

#tablist li a, #tablist2 li a{
	padding: 3px 0.5em;
	margin-left: 3px;
}

#tablist li a:link, #tablist2 li a:link{
	color: #FFFFFF;
	background-color: #999999;
	text-decoration: none;
}
#tablist li a:visited, #tablist2 li a:visited{
	color: #FFFFFF;
	background-color: #999999;
	text-decoration: none;
}
#tablist li a.current, #tablist2 li a.current{
	color: #ffffff;
	background-color: #333333;
	text-decoration: none;
}
#tabcontentcontainer {
	border: none;
}
.tabcontent{
	display:none;
	color: #333333;
	background-color: #FFFFFF;
	border-top: 1px dashed #333333;
	border-right: 1px none #333333;
	border-bottom: 1px none #333333;
	border-left: 1px none #333333;
	font-size: 11px;
	padding: 5px;
}

.imageinfo {
	display:none;
	position: absolute;
	top: 358px;
	width: 35%;
	font-size: 11px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 5px;
	border-top-color: #333333;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.pageselected  {
	font-weight: bold;
	color: #bcbcbc;
}

.drag {
	position:relative;
	cursor:hand;
}
