@charset "utf-8";
/* CSS Document */

html,body { 
font-family:"Times New Roman", Times, serif; 
/* background:url(bg2.jpg); background-attachment:fixed; 
background-repeat:no-repeat; 
background-position:center; 
background-color:#000; 
margin-left:4.5%; font-size:14px; */
color:#801604;
}

h1,h2,h3,h4 {
	color:#801604;	
}  

body,td,th { 
font-family:"Times New Roman", Times, serif; 
font-size:14px; 
line-height:18px; 
letter-spacing:1px; margin-left:5px;
color:#801604;
}  
p { 
font-family:"Times New Roman", Times, serif; 
font-size:14px; 
}  

#news_item { 
background-color:#FFF; 
width:350px; 
border-radius:15px; 
padding-left:20px; 
padding-right:30px; 
margin-top:50px; 
left:90px; 
} 
img { 
border-radius:10px; 
max-width:750px; 
} 
#articles { 
position:absolute; 
left:200px; 
top:60px; 
background-image:url(new-4.PNG); 
background-repeat:no-repeat; 
border-radius:15px; 
width:100%; 
min-height:590px; 
padding-left:25px; 
padding-top:30px; 
padding-right:25px; 
} 
#content { 
background-image:url(new-4.PNG); 
background-repeat:no-repeat; 
border-radius:15px; 
min-height:640px; 
min-width:70%; 
max-width:75%;
background-color:#e1e2ea; 
padding-left:15px; 
padding-right:15px; 
padding-top:15px; 
border-width:1px;
border-style:solid;
border-color:black;
}
#nav-left { 
position:absolute; 
left:25px; 
top:60px; 
width:160px; 
background-image:url(new-4.PNG); 
background-repeat:no-repeat; 
border-radius:15px; min-height:820px; 
border-width:1px;
border-style:solid;
border-color:black;

}
#nav-right { 
position:absolute; 
left:185px; 
top:60px; 
width:160px; 
min-height:820px; 
background-image:url(new-4.PNG); 
background-repeat:no-repeat; border-radius:15px;
border-width:1px;
border-style:solid;
border-color:black;
}
#start { 
/* min-height:350px;*/
}

.sexypanels{
border-top-left-radius: 4px; 
border-top-right-radius: 4px; 
border-bottom-right-radius: 4px; 
border-bottom-left-radius: 4px; color: rgb(51, 51, 51); 	
list-style-type: none;
margin: 0;
padding: 0;
width: 100%; /* width of menu */
min-width:120px;
max-width:140px;
padding-right:5px;
}

.sexypanels li{
border-bottom: 1px solid white; /* white border beneath each menu item */
}

.sexypanels li a{
	background-color:#063;
	font: bold 13px "Indie Flower", "Lucida Grande", "Trebuchet MS", Verdana;
	display: block;
	color: white;
	width: auto;
	padding: 5px 0; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 8px;
	text-decoration: none;
	border-bottom: 1px solid black; /*bottom border of menu link. Should be equal or darker to link's bgcolor*/
}



.sexypanels li a:visited, .sexypanels li a:active{
color: white;
}

.sexypanels li a:hover{
background-color: #535653; /*color of menu onMouseover*/
color: white;
border-bottom: 1px solid black; /*bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
}

.sexypanels li #current{
background-color: #535653; /*color of menu onMouseover*/
color: white;
border-bottom: 1px solid black; /*bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
}

.button {
	-moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
	box-shadow:inset 0px 0px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#666666;
	font-family:Comic Sans MS;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:30px;
	line-height:20px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
}
.button:active {
	position:relative;
	top:1px;
}