html,
body {
   margin:0;
   padding:0;
   height:100%;
}

* html #container { height: 100%;}

#container {
   min-height:100%;
   position:relative;
}



body {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	line-height: 18px; 
	text-align: left;
	margin: 0; padding: 0;
	background: url(/images/bg-header-cont.png) repeat-x center top #261d44;
}

#container {
	width: 1160px;
	margin: 0 auto; padding: 0;
	text-align: center;
	background: url(/images/bg-cont.png) repeat-y center top; 
	overflow: auto;
	clear: both;
}

#container-header {
	width: 1160px; height: 145px;
	text-align: center;
	margin: 0 auto; padding: 0;
	background: url(/images/bg-header-cont.png) repeat-x center top;
}

#header {
	width: 1160px; height: 145px;
	text-align: center;
	margin: 0 auto; padding: 0;
	background: url(/images/bg-header.png) no-repeat top center;
}

#header .leftPanel	{ width: 500px; padding-left: 40px; text-align: left; }
#header .rightPanel	{ width: 620px;  text-align: right; }

#container-navbar {
	width: 1160px; height: 48px;
	text-align: left;
	margin: 0 auto; padding: 0;
	background: url(/images/bg-navbar-cont.png) no-repeat right top; 

}

#container-navbar img { margin: 0; padding: 0;}

#container-body {
	width: 1160px;
	margin: 0 auto; padding: 0 0 0 0;
	background: url(/images/bg-body.png) no-repeat center top; 
	clear: both;
}



#content {
	width: 1040px;
	min-height: 450px; height: 100% !important; height: 450px; 
	margin: 0 auto;  padding: 20px;
	overflow: auto;
	clear: both;
}


#content .leftPanel		{ width: 300px; margin: 0; padding: 0; text-align: left; }
#content .rightPanel	{ width: 740px; padding-top: 60px; }


#container-footer {
	width: 1160px; height: 600px;

	bottom:0;
	background: url(/images/bg-footer.png) no-repeat center top;
	clear: both;	
}

.footer {
	width: 1050px; height: 600px;
	color: #FFFFFF;
	font-size: 12px;
	margin: 0 auto; padding: 0;
	background: url(/images/bg-footer.png) no-repeat center top;
}

#container-footer .footer .leftPanel		{ width: 280px; height: 600px; margin: 4px 20px 0 0; text-align: center; }
#container-footer .footer .leftPanel img	{ margin-bottom: 10px; }

#container-footer .footer .rightPanel		{ width: 750px; text-align: left; padding: 60px 0 0 0;  }
#container-footer .footer .rightPanel .leftCol	{ width: 550px; text-align: left; float: left; display: inline; }
#container-footer .footer .rightPanel .rightCol	{ width: 200px; padding: 50px 0 0 0; text-align: right; float: right; display: inline; }

a img { border: none; }

h1,h2,h3,h4,h5,h6 { font-weight: bold; }

h1 { font-size: 28px; margin: 0 0 15px 0; padding: 0; color: #FF0000; text-align: left; } /* MAIN HEADING FOR BODY TEXT - BellMTSTD */
h2 { font-size: 20px; margin: 0 0 15px 0; padding: 0; color: #333333; text-align: left; }   /* SUB HEADING FOR BODY TEXT - BellMTSTD */
h3 { font-size: 28px; margin: 0; padding: 45px 0 0 0; color: #FF0000; text-align: left;} /* PHONE NUMBER UP THE TOP - BellMTSTD */
h4 { font-size: 24px; margin: 0 0 7px 0; padding: 0; color: #FF0000; text-align: center;} /* FORM HEADER- BellMTSTD */
h5 { font-size: 16px; margin: 0 0 15px 0; padding: 0; color: #333333; text-align: center; } /* FORM THANKYOU TEXT - NO SIFR */
h6 {  } /* UNUSED - NO SIFR */


hr {
  background: #D5DADC; 
  color: #D5DADC;
  clear: both; 
  float: none; 
  width: 100%; 
  height: 1px;
	margin: 0; padding: 0;
  border: dashed; 
}

/* Text elements
-------------------------------------------------------------- */

p		{ margin: 10px 0 ; text-align: left; }
ul      { margin: 5px 0 5px 20px; padding: 0; text-indent: -20px; text-align: left; list-style-position: inside; list-style-type: square; }


/* Some default classes
-------------------------------------------------------------- */

.leftPanel, .midPanel		{ float: left; display: inline; }
.rightPanel		{ float: right; display: inline; }
.small			{ font-size: 11px; }
.top			{ margin-top: 10px; }
.clr			{ clear: both; }
.bottom_img		{ margin: 80px 0 20px 0; }


.categories 		{ width: 280px; margin: 20px 0; }
.categories .top	{ height: 41px; padding: 7px 15px 0 15px; background: url(/images/bg-cat-header.png) no-repeat center top; }
.categories .bot	{ min-height: 125px; padding: 15px; background: url(/images/bg-cat.png) no-repeat center bottom; }
.categories li		{ margin: 5px 0; }



/** FORM STYLES                                                 **/

form			{ margin: 0; padding: 0; }
.form_bg		{ width: 250px; min-height: 530px; height: 100%; background: #dddddd; padding: 15px; margin: 0; font-size: 12px; }
.label			{ font-size: 12px; text-align: left; }
.error			{ text-align: left; margin: 7px 0 15px 0; font-size: 14px; font-weight: bold; }


INPUT.Cat_TextBox, INPUT.Cat_TextBox_Sm, INPUT.Cat_TextBox_M, INPUT.Cat_TextBox_L, SELECT.Cat_DropDown, SELECT.Cat_DropDown_L, TEXTAREA.Cat_ListBox, TEXTAREA.Cat_ListBox_L {
	color: 	#333333;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px; font-weight: normal;
	border: 1px solid #C4BFBC;
	margin-bottom: 6px;
	background: #FFFFFF !important;
}

INPUT.Cat_TextBox, SELECT.Cat_DropDown {
	WIDTH: 178px;
}

INPUT.Cat_TextBox_Sm {
	width: 55px;
}

INPUT.Cat_TextBox_M {
	width: 128px;
}

INPUT.Cat_TextBox_L, SELECT.Cat_DropDown_L {
	width: 278px;
}

TEXTAREA.Cat_ListBox {
	width: 206px;
	height: 40px;
}

TEXTAREA.Cat_ListBox_L {
	width: 276px;
	height: 40px;
}


/* Button Classes */

.button {
	width:109px;
	height:34px;
	background: url(/images/but-submit.gif) no-repeat;
	outline: none; border: none;
	margin: 5px 0;
	cursor: pointer;
	text-align: center;
}

.button:hover {
	background: url(/images/but-submit_d.gif) no-repeat;

}

.blog_button {
	width:100px;
	height:23px;
	background: url(/images/but-blog.png) no-repeat center bottom;
	outline: none; border: none;
	padding: 7px 0 0 0; margin-left: 275px;
	cursor: pointer;
	text-align: center; font-weight: bold;
}

.blog_button:hover {
	background: url(/images/but-blog_d.png) no-repeat center bottom;
}

 /* @group Links */

a:link, a:visited {
	color: #333333;
	text-decoration: none;	
}

a:hover, a:active {
	color: #FF000000;
	text-decoration: underline;
}


#container-footer a:link, .blog_button a:link, #container-footer a:visited, .blog_button a:visited {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;	
}

#container-footer a:hover, #container-footer a:active {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}

.blog_button a:hover, .blog_button a:active {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}

