/* Global Styles */
.left{ float: left; }
.right{	float: right;	}
body{
	background-color: #141E2A;
	background-image: url(../images/layout/bkg_gradient.png); 
	background-repeat: repeat-x;
	background-attachment: fixed;
}

a {
  color: #abc8e9;
	text-decoration: none;
}
a:hover {
  color:#FFFF00;
	text-decoration: underline;
}
a:visited {
  color: #abc8e9;
}

/* Site Container */
div#container{
	width: 900px;
	margin: auto;	
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
}

/* Header */
div#header{
	background-image: url(../images/layout/header.jpg);	
	height: 192px;
}

/* Menu */
div#menu{
	margin-top: 130px;
	margin-left: 350px;
}

/* Content */
div#content{
	margin: 0px;
	padding: 5px;
	background-image: url(../images/layout/content.jpg);
	background-repeat: repeat;
	color: #FFFFFF;
}

div#content h1{
	font-size: 150%;
	color: #FEE400;
	text-align: center;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
}

div#content h2{
	font-size: 125%;
	color: #FEE400;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

div#content span.phone{
	font-size: 125%;
	color: #FEE400;
	text-decoration: underline;
}

div#login {
	width: 25%;
	margin: auto;
	margin-top: 5px;
	background-color: #243850; 
	border: 1px solid #362E61; 
	color: #CCCCCC;
	float: left;
	margin-right: 10px;
}

div#login .notice{
	margin-bottom: 4px;
	font-size: 11px;
	color: #FFFF00;
	background-color: #395980;
	text-decoration: blink;
}

.form {
	margin: 5px;
	margin-bottom: 0px;
	text-align: center;
}
.form input{
	margin-bottom: 3px;
}

/* Header Type A */
.headerA {
	background: url(../images/header.gold.png);
	border: 1px solid #000000; 
	border-bottom: 1px solid #454545;
	color: #245FAB; 
	font-size: 12px;
	font-weight: bold; 
	margin: 0px;
	padding: 8px;
}

/* Footer */
div#footer{
	margin: 0px;
	background-image: url(../images/layout/footer.jpg);
	background-repeat: repeat-x;
	height: 54px;
}
div#footer div#exectime{
	float: left;
	padding-top: 37px;
	padding-left: 5px;
	font-size: 75%;
	color: #666666;
}
div#footer a:hover{
  color: #FFFF00 ;
}
div#footer div#logo{
	cursor: pointer;
	float: right;
	background-image: url(../images/DSLogo.png);
	background-repeat: no-repeat;
	margin-top: 9px;
	height: 31px;
	width: 47px;
	margin-right: 5px;
}
div#footer div#copyright{
	color:#FFFFFF;
	font-size: 9px ;
	font-family: Tahoma;
	float: right;
	text-align: left;
	padding-top: 13px;
	padding-right: 5px;
}
div#footer img{
	border: 0px;
	float: right;
}
