/*============================================================
	Main style sheet
============================================================*/

@import url("hacks.css");
@import url("fonts.css");
@import url("nav.css");
@import url("elements.css");
@import url("classes.css");
@import url("tables.css");

/* Turn off all margins and padding */
* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	height: 100%;
	background: #efefef url(../_images/bg.jpg) repeat-x;
}

#container {
	position: relative;
	width: 778px;
	height: auto;
	background: #fff;
	border: 1px solid #254B93;
	margin: 0 auto;
}
/*============================================================
	Header
============================================================*/
#conHeader {
	width: 100%;
	height: 170px;
}

* html #conHeader {
	height: 180px;
}

#conHeader #logo {
	height: 130px;
	width: 485px;
	float: left;
	margin: 0 2px 0 0;
}

#conHeader #strap {
	width: 291px;
	height: 130px;
	background: transparent url(../_images/strap.gif) repeat-x;
	float: left;
}

#conHeader #address {
	height: 130px;
	width: 180px;
	float: right;
	font-size: 80%;
	padding: 12px 0 0 0;
}
/*============================================================
	Content
============================================================*/
#conContent {
	width: 100%;
	height: auto;
	min-height: 600px;
	background: transparent url(../_images/content_bg.gif) repeat-y;
}

/*=== Left Block =========================================*/
#conContent #leftBlock{
	width: 215px;
	margin: 0 18px 0 0;
	border-right: 1px solid #254b93;
}

#conContent #leftBlock #subMenu  {
	width: 100%;
	height: 100%;
	min-height: 568px;
	background: #c4c4c4;
}

* html #conContent #leftBlock #subMenu {
	height: 568px;
}

/*=== Middle Block =======================================*/
#conContent #middleBlock{
	width: 521px;
	margin: 0 8px 0 0;
}

/*=== Common to all blocks ==================================*/
#conContent #leftBlock,#conContent #middleBlock,#conContent .block {
	float: left;
	height: 100%;
	background: transparent;
}

#conContent #clear {
	width: 100%;
	height: 1px;
	clear: left;
}

* html #conContent #clear {
	width: 0;
	height: 0;
	clear: none;
}

/*============================================================
	Footer
============================================================*/
#conFooter {
	width: 100%;
	height: 30px;
	line-height: 29px;
	text-align:center;
	background: #254B93;
	color: #fff;
	font-size: 75%;
	border-top: 1px solid #ccc;
}

#conFooter #copy a:hover {
	color: #ccc;
}

#conFooter #copy {
	height: 25px;
	width: 100%;
	text-indent: 15px;
}

#conFooter #copy a {
	color: #fff;
}