/* CSS Document */
html {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

body {
background-image:url(../images/bg.gif);
background-repeat:repeat-x;
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 100%;
	width: 100%;
	text-align: center; /* required for centering the page in IE */
	background-repeat: repeat;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333300;
	line-height: 19px;
	background-attachment: fixed;
	background-position: left bottom;
	background-color: #b9d989;
}

p {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#333300;
}

a:link {
	color: #CC3300;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
color: #f3db2a;
}

a:visited {
	color: #f3bd2a;
	font-weight: bold;
}

.footer {
position:absolute;
bottom: 10px;
right:10px;
text-align:right;
} 

.slideshow {
position:absolute;
top:180px;
right:50px;
} 

#logo {
	width: 600px;
	height: 200px;
	float: left;
}

table.contentpane {
	overflow: hidden;
	display: inline;
	padding-bottom: 10px;
}

table .contentpaneopen {
	width: 100%;
	display: inline;
}

#right {
	width: 600px;
	text-align: left;
position: absolute; 
left: 50%; 
margin-left: -380px; 
margin-top: 100px;
}

* html #right { display: inline; }

#rightinner {
	background-image: url(http://www.korinaadkins.com/images/right-mid.png);
	background-repeat: repeat-y;
	width: 600px;
	height:400px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#portfolio {
	background-image: url(http://www.korinaadkins.com/images/right-mid.png);
	background-repeat: repeat-y;
	width: 600px;
	height:700px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#rightinner2 {
	margin-left: 0px;
	list-style-type: none;
	padding: 20px;
	border: 0px;
}

ul.menu {
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}

.menu li, .menu {
	display: block;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 18px;
	line-height: 21px;
}

.menu li a {
	display: block;
	height: 20px;
	padding: 3px;
	position: relative;
	left: 1px;
	width: 172px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	background-image: url(../images/star.png);
	background-repeat: no-repeat;
	background-position: 4px 50%;
}

.menu li a:link, ul.menu a:visited {
	display: block;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

.menu li a:hover {
	display: block;
	background-color: #993300;
	color: #000;
	background-image: url(../images/star-hover.png);
	background-repeat: no-repeat;
	background-position: 4px 50%;
}

ul#mainlevel a:link#active_menu, ul#mainlevel a:visited#active_menu {
	background-image: none;
	background-color: #FFF;
	color: #000;
}

li.mostread, li.latestnews{
	padding-bottom: 4px;
}

li.mostread, li.latestnews a:link{
	background-repeat: no-repeat;
}


table .contentpaneopen {
	width: 100%;
	display: inline;
}


html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}


.button {
	border: 1px solid #666;
	padding: 2px 6px!important;
	background: url(../images/button-bg.gif) repeat-x top #000;
	color: #88CFFF;
	font-weight: bold;
	font-size: 12px;
}


.button:hover  {
	background: url(../images/button-bg.gif) repeat-x top #88CFFF;
	color: #000;
	border: 1px solid #000;
}

.button:active, .button:focus {
	border: 1px solid #222222;
}

