﻿/*HTML declarations*/
html, body, form
{
	margin:0px;
	height:100%;
}

body, textarea
{
	font-family:Arial;
	font-size:12px;
}

img
{
	border:none;
}

/*Class Declarations*/
div.content_box
{
	margin:0px auto;
	height:768px;
	width:1024px;
}

div.body_section
{
	margin:0px auto;
	height:398px;
	width:1024px;
	background-image:url(../images/default_bg.jpg);
}

div.header_bar
{
	height:300px;
	width:1024px;
	background-color:#000;
	color:#fff;
	margin:0px auto;
}

div.top_pad
{
	height:70px;
	width:1024px;
	background-image:url(../images/header_default.jpg);
}

div.logo_section
{
	float:left;
	height:130px;
	width:764px;
}

div.menu_top
{
	height:10px;
	width:260px;
}

div.menu_section
{
	float:left;
	height:130px;
	width:260px;
	clear:right;
}

div.headline_section
{
	float:left;
	height:170px;
	width:764px;
}

div.login_section
{
	float:left;
	height:170px;
	width:260px;
	clear:right;
}

div.map_section
{
	float:left;
	width:764px;
	height:348px;
}

div.footer_section
{
	clear:both;
	height:50px;
	width:1024px;
}

div.login_header
{
	float:left;
	height:46px;
	width:260px;
}

div.login_input
{
	float:left;
	width:260px;
	height:124px;
}

div.login_button
{
	float:left;
	width:103px;
	height:124px;
}

div.login_text
{
	font-size:10px;
	height:16px;
}

div.promo_section
{
	float:left;
	width:260px;
	height:300px;
}

div.promo_header
{
	float:left;
	background-image:url(../images/promo_button.jpg);
	height:39px;
	width:65px;
	border:dotted 1px #ccc;
}

.promo_text
{
	font-size:24px;
	color:#fff;
}

/*ASP.NET Control Classes*/
.login_tbox
{
	width:110px;
}