/* Chocolate Poperty WebMini Theme 3 */
/* Last Modified 2010-01-07 */

body {
	background-image: url(../img/chocolate/theme3/theme3-bg-body.gif);
	background-repeat: no-repeat;
	background-position: top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
}

#page {
	width: 865px;
}

/* ----- Layout ----- */

#columnLeft {
	width: 230px !important;
	display: inline-block;
	color: #fff;
}

#columnRight {
	margin-left: 20px;
	width: 615px;
	display: inline-block;
}

/* ------ Typography ----- */

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

h1 {
	color: #1a2b6b;
	font-size: 11pt;
	font-weight: bold;
	line-height: 20pt;
	text-transform: uppercase;
}

h4 {
	font-size: 12pt;
}

a {
	color: #1a2b6b;
	text-decoration: underline;
}

a:hover {
	color: #000;
}

/* ----- HEADER ----- */
#header {
	height:135px;
}

#logoImagePanel {
	width: 860px;
}

h1#siteTitle {
	float: left;
	color: #737373;
	line-height: 155px;
	font-size: 14pt;
	margin-left: 50px;
}

#siteLogo {
	margin-top: 40px;
}

/* ----- Contact ----- */

#contactMenu {
	background-image: url(../img/chocolate/theme3/theme3-bg-contactMenu.gif);
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 206px;
	width: 210px;
	padding-left: 20px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

#contactMenu h4 {
	line-height: 40px;
}

#contactMenu a {
	color: #1a2b6b;
}

#contactMenu a:hover {
	color: #fff;
}

#siteContact {
	font-size: 8pt;
	margin-top: 15px;
}


/* ----- Admin ----- */

#loginMenu {
	background-image: url(../img/chocolate/theme3/theme3-bg-loginMenu.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 230px;
	min-height: 122px;
	clear: both;
	text-align: center;
	text-transform: uppercase;
}

#loginMenu h4 {
	line-height: 38px;
	text-align: left;
	padding-left: 20px;
}

#loginMenu a {
	color: #fff;
	text-align: center;
	height: 46px;
	line-height: 46px;
	display: block;
	text-decoration: none;
	font-size: 8pt;
}

#loginMenu a:hover {
	background-color: #1a2b6b;
}

/* ----- Navigation ----- */

#nav {
	height: 45px;
	line-height: 45px;
	margin: 15px 0 auto auto;
	background-image: url(../img/chocolate/theme3/theme3-bg-menu.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#menu {
	float: left;
	width: 100%;
	margin-bottom: 20px;	
}

#menu ul li {
	background-color: #737373;
	height: 45px;
	width: 20%;
	border-right: 1px solid #fff;
	font-weight: bold;
	font-size: 12pt;
	float: left;
	display: inline-block;	
}

#menu ul li a {
	color: #fff;
	text-decoration: none;
	text-align: center;
}

#menu ul li a:hover, #menu ul li .menuItemSelected {
	background-color: #1a2b6b;
}

#menu h4 {
	float: left;
	color: #373846;
	text-align: left;
	width: 76px;
	padding-left: 10px;
	border-right: 1px solid #fff;
	font-size: 14pt;
	color: #fff;
}

/* ----- Content ----- */

h1#title {
	color: #1a2b6b;
	font-size: 18pt;
	text-transform: uppercase;
}

#pageContent {
	margin-top: 15px;
}

/* ----- Footer ----- */