/* ----------------- Page Design ------------------ */

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 76%;
 font-style: normal; 
 color: #000;
 background-image: url(../awaken/images/bg/bg.gif);
 background-repeat: repeat;
 background-attachment: fixed;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em; 
}
table {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 1.25em;
}
ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 4px;
}
ul li {
	background: url(../awaken/images/bg/bullet.gif) no-repeat;
	background-position: 0.2em .4em;
              padding-left: 8px;
	margin-bottom: 5px;
}
a:link {
    text-decoration: none;
    color:#023175;
}
a:visited {
    text-decoration: none;
    color:#333333;
}
a:hover {font-weight: bold;}

.fieldset {
  width:560px;
  border:solid 0 #fff;
}

.fieldset label {
text-align:right;
width:70px;
float:left;
padding:0.2em;
margin:0;
margin-top:0.3em;
}

.fieldset .nobr {display:none;}  

.fieldset .textfield {
margin:3px;
padding: 2px 4px;
height:20px;
width:200px;
border:solid 0 #fff;
background: transparent url("../awaken/images/form/textfield_bg.gif") no-repeat;
}

.fieldset .textarea {
margin:3px;
padding: 2px 4px;
height:165px;
width:400px;
border:solid 0 #fff;
background: transparent url("../awaken/images/form//textarea_bg.gif") no-repeat;
}

.submit {
margin:3px;
height:20px;
border:solid 0 #fff;
width:80px;
background: transparent url("../awaken/images/form/submit.gif") no-repeat;
}

/* ------------------- Page Design ------------------- */






/* ------------------- Page Format -------------------- */
#wrapper { 
 margin: 0 auto;
 width: 822px;
}
#header {
 color: #000;
 width: 800px;
 float: left;
 padding: 0px;
 border: 0px solid #ccc;
 height: 100px;
 margin: 0px 0px 0px 0px;
 background-image: url(../awaken/images/bg2/header.jpg)
}
#navigation {
 float: left;
 width: 800px;
 height: 32px;
 color: #000;
 padding: 0px;
 border: 0px solid #ccc;
 margin: 0px 0px 0px 0px;
 background: #c5c6c6;
}
#leftcolumn { 
 color: #000;
 border-left-color: 0px solid #eaeaea; 
 margin: 0px 0px 0px 0px;
 padding-top: 8px;
 padding-right: 8px;
 padding-bottom: 8px;
 padding-left: 8px;
 height: 470px;
 width: 568px;
 float: left;
 overflow-x: hidden;
 background: #BBBCBC;
 font-style: normal;
}
#rightcolumn { 
 float: left;
 color: #000;
 border: 0px solid #ccc;
 margin: 0px 0px 0px 0px;
 padding-top: 7px;
 padding-right: 7px;
 padding-bottom: 7px;
 padding-left: 7px;
 height: 472px;
 width: 202px;
 display: inline;
 overflow-x: hidden;
 background: #A3A3A3;
}
#centeredcolumn {
 float: left;
 color: #000;
 border-left-color: 0px solid #eaeaea;
 margin: 0px 0px 0px 0pk;
 padding-top: 8px;
 padding-right: 8px;
 padding-bottom: 8px;
 padding-left: 8px;
 height:530px;
 width: 784px;
 overflow-x: hidden;
 background: #BBBCBC;
 font-style: normal;
}
#footer {
 color: #b3a88f;
 width: 800px;
 height: 30px;
 clear: both;
 border: 0px solid #ccc;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 background-image: url(../awaken/images/bg2/footer.jpg)
}
/* ------------------- Page Format ------------------- */







/* ---------------------- Menu ---------------------- */

#navoutline{
	position:relative;
	height:0px;
	color:#90EE90;
	background:#210f00;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	}

#nav{
	position:relative;
	height:33px;
	font-size:1.25em;
	font-weight:bold;
	background:#210f00 url(../awaken/images/nav/BG.gif) repeat-x bottom left;
	padding:0 0 0 20px;
	}

#nav ul{
	margin:0;
	padding:0;
	list-style-type: none;
              background: none;
	width:auto;
	float:left;
	}

#nav ul li{
	display:block;
              background: none;
	float:left;
	margin:0 1px;
	}

#nav ul li a{
	display:block;
	float:left;
	color:#111111;
	text-decoration:none;
    background: none;
	padding:0 0 0 20px;
	height:33px;
	}

#nav ul li a span{
	padding:12px 20px 0 0;
	height:21px;
	float:left;
	}

#nav ul li a:hover{
	font-style: normal; 
              color:#000000;
	background:transparent url(../awaken/images/nav/OVER.gif) repeat-x bottom left;
               }

#nav ul li a:hover span{
	display:block;
	width:auto;
	cursor:pointer;
	}

#nav ul li a.current,#nav ul li a.current:hover{
	color:#000000;
	background:#210f00 url(../awaken/images/nav/Left-ON.gif) no-repeat top left;
	line-height:275%;
	}

#nav ul li a.current span{
	display:block;
	padding:0 20px 0 0;
	width:auto;
	background:#210f00 url(../awaken/images/nav/Right-ON.gif) no-repeat top right;
	height:33px;
	}
	
	/* ---------------------- Menu ---------------------- */
