html, htm, body { height: 100%;}

body { font: 14px Arial, Helvetica, sans-serif;
	line-height: 20px;
	background:url(assets/images/bg.jpg);
	}

h1 { font-size: 28px;
	 font-weight:normal;
	 color:#8d0000;
	}
.subtitle {
	padding-left:30px;
	color:#333333;
	font-style:italic;
	font-weight:bold;
	font-size:16px;
}

h2 { font-size: 20px;}

h3 { font-size: 18px;}

h4 { font-size: 16px;}

a { text-decoration: none;}

a:hover { text-decoration: underline;}

li { font-size: 12px;}

hr { color: #000;
	background: #000;
	height: 1px;
	border: 0;}

/* Classes */
.tagline {
	font-size:30px;
	color:#fff;
	
}

.imgborder { border: 1px solid #000;}

.smalltext { font-size: 10px;
	line-height: 14px;}

.nomargin { margin:0;}
			  
/* End Classes */
			  
/* Custom Forms -- Just change the colors */

.fields { font-size: 12px;
	color: #000;
	border: 1px solid #000;
	background-color: #999999 !important;}

input.submit, input.submit:hover { border: 1px solid #000;
	padding: 0.25px;
	font-size: 12px;}
	
input.submit { background-color: #CCC;
	color: #000;}

input.submit:hover { background-color: #000;
	color: #CCC;}

input { background-color:#FFFFFF !important;}

/* End Custom Forms*/

/* Template Structure */

#centerWrapper { 
	width: 760px;
	margin: 0 auto;}
#borderWrap {
	width:745px;
	border:6px solid #fff;
	float:left;
	background-color:#fff;
}

#logoarea{
	width:470px;
	height:133px;
	background:url(assets/images/tempLogo.gif) no-repeat center center;
	float:left;
}

#underconstruction {
	width:270px;
	height:133px;
	float:right;
	background-color:#424242;
}
#textUnderConstruction{
	text-align:center;
	padding-top:15px;
}
#textUnderConstruction h1{
	font-size:28px;
	font-weight:normal;
	color:#CCCCCC;
}
.subconstruction{
	color:#fff;
	font-size:20px;
	font-weight:normal;
}
#banner{
	width:746px;
	height:172px;
	background:url(assets/images/banner.jpg) top left no-repeat;
	float:left;
	border-top:6px solid #fff;
}
#content{
	width:746px;
	background-color:#cbcbcb;
	border-top:6px solid #fff;
	float:left;
}

#contentText{
	padding:5px 10px;
}

#footer{
	width:746px;
	border-top:6px solid #fff;
	height:40px;
	background-color:#424242;
	float:left;
}

#copyright{
	text-align:center;
	padding-top:8px;
	font-size:12px;
	color:#fff;
}

#copyright a{
	color:#999999;
}

#address {
	width:746px;
	height:35px;
	float:left;
	background:url(assets/images/info.jpg) top left no-repeat;
	border-top:6px solid #fff;

}

#addressText {
	width:500px;
	padding:5px 0 0 15px;
	float:left;
	color:#fff;
}

#phoneText {
	width:200px;
	padding:5px 5px 0 0;
	float:right;
	color:#fff;
}

#title{font:28px bold; margin-top:50px;
