/* DANSPEDbasic - 

CONTENTS:

General
Header
Navigation
Sidebars
Content
Footer

Version: 1.1, January 04, 2008 */

/* GENERAL ATTRIBUTES */
body{
background:#333 url(../images/bg.gif) repeat-x fixed;
color:#505050;
font:76% Georgia,Verdana,Tahoma,Arial,sans-serif;
margin:0px;
padding:0px;
text-align:center;
}

td {
color:#505050;
font:76% Georgia,Verdana,Tahoma,Arial,sans-serif;
}

p{
line-height:1.5em;
margin:0 0 15px;
}

h1{
color:#505050;
font-size:2em;
font-weight:400;
margin:15px 0 10px;
padding:0;
}

h2{
color:#505050;
font-size:1.4em;
font-weight:400;
margin:15px 0 10px;
padding:0;
}

h3{
font-size:0.95em;
font-weight:400;
margin:0 0 12px 0;
}

h4{
font-size:1em;
font-weight:bold;
font-variant:small-caps;
margin:0 0 12px 0;
}

h5{
}

hr{
height:1px;
margin:10px 0;
width:98%;
}

dt{
font-weight:700;
}

dd{
margin:1px 0 12px 15px;
}

.smallcaps{
font-variant:small-caps;
}

.mini{
color:#a0a0a0;
font-size:0.75em;
font-weight:400;
line-height:1.2em;
margin:20px 0 10px 8px;
}

.small{
font-size:0.85em;
}

.large{
font-size:1.4em;
}

.soft{
color:#808080;
}

.normal{
font-weight:400;
}

.sharp{
color:#101010;
}

.center{
text-align:center;
}

.intro{
font-weight:700;
}

a{
color:#A03350;
font-weight:700;
text-decoration:none;
}

a:hover{
color:#CC0000;
}


.active{
border:1px solid #A03350;
padding:1px 1px 1px 9px;
}

.sub{
font-size:0.9em;
margin-left:20px;
padding:1px 1px 1px 6px;
width:105px;
}

.sub:hover{
border:1px solid #fa9035;
color:#505050;
padding:0 0 0 5px;
}

img{
border:1px solid #666;
margin:10px 0 5px 5px;
padding:4px;
}

marquee {
border:hidden;
color: #FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
font-size:14px;
text-align:center;
height:18px;
}

.marquee_bg {
background:url(../images/marquee_bg.png) top center no-repeat;
margin-bottom: 5px;
width:600px;
}

#page{
background:#c0c0c0 url(img/bodybg.gif) repeat-x;
margin:0 auto;
text-align:left;
width:750px;
border-left:1px solid #808080;
border-right:1px solid #808080;
border-bottom:1px solid #808080;
}

#page1{
margin:0 auto;
padding-right: 15px;
text-align:left;
width:750px;
border-left:0px solid #808080;
border-right:0px solid #808080;
border-bottom:0px solid #808080;
}
/* PAGE 1 Hack Begin */
#page1{
voice-family:"\"}\"";
voice-family:inherit;
background:url(../images/page1.png) right repeat-y;
}

html*#page1{
background:url(../images/page1.png) right repeat-y;
]background:url(../images/page1.png) right repeat-y;
}

* html #page1{
background:url(../images/page1.png) right repeat-y;
}
/* PAGE 1 Hack End */
/* PAGE 2 Hack Begin */
#page2{
margin:0 auto;
padding-left: 15px;
text-align:left;
width:735px;
border-left:0px solid #808080;
border-right:0px solid #808080;
border-bottom:0px solid #808080;
}

#page2{
background:url() left repeat-y;
voice-family:"\"}\"";
voice-family:inherit;
background:url(../images/page2.png) left repeat-y;
*background: none;
}

html*#page2{
background:url(../images/page2.png) left repeat-y;
*background: none;
}

* html #page2{
background:url(../images/page2.png) left repeat-y;
*background: none;
}
/* PAGE 2 Hack End */

#wrap1{
text-align: left;
margin: 0 auto;
background:url(../images/wrap1.gif) top left repeat-y;
width:735px;
*padding-top: 0px;
min-height: 475px;
*height: expression( this.scrollHeight < 453 ? "452px" : "auto" );
}

#wrap2{
background:url(../images/wrap2.gif) top left no-repeat;
width:735px;
height: 80px;
*height: 30px;
margin: 0 auto;
}

#wrap_index{
background:url(../images/wrap2.gif) top left no-repeat;
width:735px;
height: 20px;
*height: 20px;
margin: 0 auto;
}

#wrap2 h1{
text-align: left;
margin-left: 72px;
}

#wrap1 h1{
text-align: left;
margin-left: 72px;
}

.menublock{
margin-bottom:10px;
}


.box{
background:url(../images/box.png);
*background-image:none; 
*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/box.png, sizingMethod='scale');
border:1px solid #d0d4d4;
color:#505050;
margin:15px 30px 15px 30px;
padding:10px 10px 10px 20px;
width:75%;
}

.photo{
margin:5px auto 15px;
padding:5px;
}

/* ClickButton */

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.clickbutton {
    background: transparent url('../images/clickbutton_a.gif') no-repeat scroll top right;
    display: block;
    float: left;
    font: bold 10px arial, sans-serif;
    height: 24px;
    margin-right: 0px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.clickbutton span {
    background: transparent url('../images/clickbutton_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.clickbutton:hover {
    outline: none; /* hide dotted outline in Firefox */
}

a.clickbutton:active {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}

a.clickbutton:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

.clearer {
clear: left; 
line-height: 0; 
height: 0;
}


/* ClickButton END */

.hide{
display:none;
}

/* HEADER */
#header{
height:150px;
position:relative;
width:750px;
}

#header2{
background-color:#000000;
background:url(../images/header1.gif);
width:735px;
margin: 0 auto;
height:180px;
text-align:center;
padding:0;
}


#header2 h1{
display:none;
}

#header2 h2{
display:none;
}

#topbox{
color:#ccc;
margin:0 32px 4px 0px;
text-align:right;
}

#topbox a{
color:#5B4936;
}

#topbox a:hover{
text-decoration:underline;
}

#sitename{
background:url() top center no-repeat;
color:#ffffff;
font-weight:400;
height:50px;
margin:0 20px 10px 0;
text-align:center;
}

#sitename h1{
font-size:2.2em;
margin:0;
}

#sitename span{
font-size:1.6em;
letter-spacing:-1px;
margin:0;
}


/* NAVIGATION */

#nav{
background:url(imag/greypx.gif) bottom left repeat-x;
float:left;
/*margin:140px 0 0 75px;*/
width:665px;
margin: 140px 0 0  50px;
*margin-left: 30px;
}

html*#nav{
/*margin:140px 0 0 75px;
]margin:140px 0 0 75px;*/
}

#nav ul{
list-style:none;
margin:0;
padding:0;
}

#nav a{
background:url(../images/tabs_a.gif) no-repeat 100% 0;
color:#ccc;
display:block;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:.75em;
letter-spacing:0px;
padding:7px 10px 7px 4px;
text-decoration:none;
}

#nav a:hover{
color:#fff;
}

#nav li{
background:url(../images/tabs_li.gif) no-repeat 0 0;
float:left;
margin:0 1px 0 0;
padding:0 0 0 8px;
}

#nav #current{
background:url(../images/tabs_li.gif) no-repeat 0 -30px;
}

#nav #current a{
background:url(../images/tabs_a.gif) no-repeat 100% -30px;
color:#fff;
padding:7px 10px 7px 4px;
}

.nav{
color:#A03350;
display:block;
font-size:1.1em;
font-weight:700;
margin-bottom:1px;
padding:2px 2px 2px 10px;
position:relative;
text-decoration:none;
width:125px;
}

.nav:hover{
border:1px solid #CC0000;
color:#505050;
padding:1px 1px 1px 9px;
}

/* SIDEBARS */

#sidebar{
/*float:right;
margin:25px 35px 20px 0;
width:130px;*/
display:none
}

#sidebar p{
font-size:0.9em;
margin:2px 0 12px 10px;
}

#sidebar img{
border:1px solid #CCcccc;
float:left;
margin:5px 10px 5px 5px;
padding:2px;
}

#sidebar_two{
/*float:left;
margin:0px 0 0 50px;
width:145px;*/
display:none;
}

#sidebar_photo{
float:right;
margin:40px 15px 20px 0;
width:130px;
}

#sidebar_photo p{
font-size:0.9em;
margin:2px 0 12px 10px;
}

/* CONTENT */

#content{
margin:0px 32px 0 74px;
}

#content img{
border:0px solid #A03350;
float:left;
margin:5px 15px 6px;
}

.announcement{
background:url(/images/content/sig_bg.gif);
border:#666 solid 5px;
width:600px;
margin:auto;
}

.annoucetext {
text-align:left;
margin:0 100px 50px 100px;
}

/* Home Icons */
#home_icons ul{
	width: 600px;
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
	list-style-type: none;
}

#home_icons li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px
}

#home_icons a{
	width: 275px;
	height: 65px;
	float: left;
	display: block;
	padding: 5px;
	margin: 3px 5px;
}

#home_icons a:hover{
	background-color: #FFFFCC;
}

#home_icons li span{
	font-weight: normal;
	font-size: 12px;
	margin: 2px 0px 0px 5px;
	padding :0px;
	color: #333333;
	float: left;
	white-space: nowrap;
}

#home_icons li .icon_title {
	color:#A03350;
	font-size: 14px;
	font-weight: bold;
	float: left;
	clear: none;
}


#home_icons li img{
	margin: 0px;
	padding: 0px;
	border: none;
}

#home_icons li.lefty img{
	float: left;
}

#home_icons li img{
	float: right;

}

/* FOOTER */

#footer{
clear:both;
color:#a0a0a0;
font-size:0.9em;
height:100px;
margin:0 auto;
padding:25px 1px 1px 1px;
text-align:center;
background:url(../images/wrap1.gif);
width:735px;
}

#footer a{
color:#a0a0a0;
font-weight:400;
}

#footer a:hover{
color:#a0a0a0;
text-decoration:underline;
}

/* CLOCKS */
#clock_image {
background:#333 url(../images/content/clock_images/rotate.php);
width:600px;
height:300px;
}

#clock_table {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant:small-caps;
	color: #333333;
	text-align: center;
	background-image: url(../images/clockface.png);
}
.rb_clock2 {
	font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
	font-variant:small-caps;
    color: #333333;
	text-align:center;
	margin:0 0 0px 0;
}

.digi_clock2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
    font-size: 14px;
	font-weight:bold;
	font-variant:small-caps;
    color: #333333;
	text-align:center;
	margin:0px 0 0 0;
}

/*AMP*/
#amp {
}

/*THE LITEPACIFIC CSS HACK*/
/*
BLACK = Standarized browser like Opera or Mozilla.
RED = older version of Mozilla (< version 1.01).
BLUE = Macintosh Safari Only (versions 1.0 through 3.1+).
PURPLE = Internet Explorer 7!
GREEN = Internet Explorer 6!
ORANGE = Internet Explorer 5!.*/
#test1 {
font-weight:bold;
font-size:14px;
color:orange;
voice-family:"\"}\"";
voice-family:inherit;
color:black;
}
/*end*/
/*\*/
html*#test1 {
[color:red;
color:blue;
]color:purple;
}/*end*/
.dummyend[id]{clear:both;}

/*\*/
* html #test1 {
color:green;
}
* html img {
   behavior: url("pngbehavior.htc");
}
/*end*/F
