/* CSS Document */

html, body
{
width: 100%; height: 100%;
border: 0px; margin: 0px;
}

#container
{
position: relative; top: 10px; left: 0px; width: 945px;
margin-left: auto; margin-right: auto;
}

#top_container
{
position: relative; top: 0px; left: 0px; width: 945px; height: 345px;
}

#login_nav
{
position: absolute; top: 0px; left: 0px; width: 945px; height: 30px;
z-index: 2;
}

#logo
{
position: absolute; top: 60px; left: 0px; width: 290px; height: 61px;
}

#quotes
{
position: absolute; top: 180px; left: 40px; width: 600px; height: 75px;
z-index: 3;
}

#nav
{
position: relative; top: 312px; left: 30px; width: 510px; height: 34px;
z-index: 1;
}

#bot_container
{
position: relative; top: 0px; left: 0px; width: 945px;
}

#body_container
{
position: relative; top: 0px; left: 0px; width: 835px; min-height: 430px;
background-image: url(../images/bg_fade.jpg);
background-position: top;
background-repeat: no-repeat;
background-color: #004977;
z-index: 1;
} 

#body_bot
{
position: relative; top: 0px; left: 0px; width: 835px; height: 31px;
background-image: url(../images/bot_fade.jpg);
background-repeat: no-repeat; z-index: 1;
}

#image_block
{
position: absolute; top: 0px; left: 510px; width: 470px; height: 548px;
}

#star
{
position: absolute; top: 292px; right: 52px; width: 114px; height: 114px;
z-index: 2;
}

#text_box
{
position: relative; top: 0px; left: 32px; width: 538px; min-height: 430px;
z-index: 2; padding-top: 30px;
}

#login_box
{
position: absolute; top: 100px; right: 18px; width: 205px; height: 169px;
background-image: url(../images/login_back.png);
background-repeat: no-repeat; padding: 4px 4px 4px 4px;
z-index: 2;
}

#sub_menu
{
position: absolute; top: 100px; right: 18px; width: 205px; 
z-index: 2;
}

#contact_box
{
position: absolute; bottom: 30px; right: -10px; width: 105px; height: 310px;
}

#footer
{
position: relative; top: 5px; left: 0px; width: 945px;
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px;
padding-bottom: 20px;
}

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 12px;
	margin-bottom:2px;
	height:20px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 12px;
	width:400px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 12px;	
	position:relative;
	padding-bottom: 20px;
}