#wrap {
	margin: 0px auto;
	padding-bottom: 30px;
	width: 904px;
}

#header {
	height: 120px;
}

#logo {
	float: left;
	width: 402px;
	height: 120px;
	background: url(../images/logo.jpg) no-repeat left top;
}
#logo.bw {
	background: url(../images/logo_bw.jpg) no-repeat left top;
}
#logo div {
	visibility: hidden;
}
#logo h1, #logo h2 {
	margin: 0;
}

#top {
	width: 412px;
	height: 120px;
	float: right;
}

#base {
	background: #00264C;
	min-height: 902px;
	_height: 902px; /* IE6 Hack */
}

#menu {
	width: 120px;
	height: 902px;
	margin: 0 1px;
	float: left;
}
#menu ul {
	margin: 0;
}
#menu li {
	display: block;
	width: 24px;
	height: 720px;
	margin: 0;
	float: left;
	overflow: hidden;
}
#menu a {
	display: block;
	width: 24px;
	height: 720px;
	text-indent: -900px;
}
#menu a:hover {
}
.m_home {
	background: url(../images/m_home.jpg) no-repeat;
}
.m_about {
	background: url(../images/m_about.jpg) no-repeat;
}
.m_serv {
	background: url(../images/m_serv.jpg) no-repeat;
}
.m_gallery {
	background: url(../images/m_gallery.jpg) no-repeat;
}
.m_contact {
	background: url(../images/m_contact.jpg) no-repeat;
}
.m_home:hover {
	background: url(../images/m_home_ro.jpg) no-repeat;
}
.m_about:hover {
	background: url(../images/m_about_ro.jpg) no-repeat;
}
.m_serv:hover {
	background: url(../images/m_serv_ro.jpg) no-repeat;
}
.m_gallery:hover {
	background: url(../images/m_gallery_ro.jpg) no-repeat;
}
.m_contact:hover {
	background: url(../images/m_contact_ro.jpg) no-repeat;
}

#content {
	color: #FFFFFF;
	margin-left: 138px;
	_margin-left: 135px; /* IE6 Hack */
	padding-bottom: 15px;
	width: 766px;
}

/* -- Settings for Content Table -- */
#colMain {
	width: 446px;
	height: 845px;
	vertical-align: top;
}
#colRight {
	width: 251px;
	padding: 8px 17px;
	vertical-align: top;
}
table.hdg {
	width: 100%;
	margin-bottom: 16px;
}
td.hdg, td.smenu {
	background: url(../images/hdg_bg.jpg) no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	height: 26px;
	padding: 0 9px;
	vertical-align: middle;
	text-transform: uppercase;
}
td.smenu  {
	text-transform: none;
}
#colMain.hdg {
	background: url(../images/hdg_bg-left.jpg) no-repeat;
	height: 26px;
	width: 428px;
	padding: 0 9px;
	vertical-align: middle;
}
#colRight.hdg {
	background: url(../images/hdg_bg-right.jpg) no-repeat;
	height: 26px;
	padding: 0 17px;
	vertical-align: middle;
}
#colMain table {
	height: 0;
}
#colMain td {
	padding: 8px 9px;
}
#colMain table table {
	height: 0;
	margin: 1.2em 0;
}
#colMain td td {
	padding: 8px 0;
}

/* -- Settings for Form Table -- */
#colMain table.form {
	color: #00264C;
	width: 446px;
}
#colMain table.form td td {
	padding: 2px 0;
}
#colMain table.form .formCell {
	height: 482px;
	vertical-align: top;
	background: url(../images/bg-form.jpg) repeat-x top;
}
#colMain table.form input {
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	width: 306px;
}
#colMain table.form textarea {
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	width: 306px;
	height: 280px;
}
#colMain table.form select {
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
}
#colMain table.form input.send {
	width: 163px;
	height: 26px;
	background: url(../images/btn_send.jpg) no-repeat;
	border: 0;
	padding-top: 26px;
	overflow: hidden;
}
#colMain table.form input.send:hover {
	background: url(../images/btn_send_ro.jpg) no-repeat;
}

/* -- News Section -- */
.news {
	color: #00264C;
	background: #BCC9D6;
}
.news h2 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}

/* -- Right Section -- */
#colRight.right {
	padding: 15px 17px;
	background: url(../images/r_bg.jpg) repeat-x top;
}
.right {
	/* IE6 Hack */
	/* #colRight.right is needed to overwrite the PADDING */
	/* but ID that followed by CLASS doesn't seem to work on IE6. */
	/* Still needs to find a way to overwrite the PADDING for IE6 */
	background: url(../images/r_bg.jpg) repeat-x top;
}

#footer {
	font-size: 0.8em;
	color: #888888;
	margin: 5px 0 0 16px;
}

.small {
	font: 0.8em Arial,Helvetica,sans-serif;
	color: #888888;
}

/* -- Submenu Settings -- */
.smenu {
}
.smenu ul {
	list-style: none;
	margin: 0;
}
.smenu li {
	display:inline;
	padding: 0 8px 0 12px;
	margin: 0;
	background: url(../images/sm_sprt.gif) no-repeat left 4px;
}
.smenu li.first {
	background: none;
	padding: 0 8px 0 0;
}
.smenu a {
	text-decoration: none;
}
.smenu a:hover {
	color: #FEA802;
}

/* -- BC Specific IDs or Classes -- */
#colMain .webform-results {
}
#colMain .webform-results table {
	margin: 0;
}
