/* CSS Document */
/* ------------------------------------- */

body {
	background: url('/images/bg.png') repeat-x #d9c2a9;
}

p, label {
	font: normal normal 12.5px/20px Georgia, Times, serif;
	color: #666;
}

h1 {
	padding-bottom: 20px;
	width: 40%;
	font: normal bold 18px/22px Verdana, Arial, sans-serif;
	color: #333;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
	letter-spacing: 2px;
}

h2 {}

h3 {}

strong, u {
	color: #444;
}

img {
	border: 0;
}


/* HYPERLINKS */
/* ------------------------------------- */

a {
color: #6a3d0a;
} 

a:hover {
color: #5b7694;
}


/* IDS */
/* ------------------------------------- */

#primary #container {
	margin: 200px auto 0 auto;
	width: 550px;
}

#secondary #container {
	margin: 20px auto 0 auto;
	width: 714px;
}

#primary #header {
	float: left;
	padding: 5px;
	background: url('/images/shadow01.png') no-repeat;
}

#secondary #header {
	float: left;
	padding: 5px;
	background: url('/images/shadow02.png') no-repeat;
}

#primary #navigation {
	float: right;
	width: 190px;
	height: 132px;
}

#primary #navigation #navbg {
	width: 190px;
	height: 132px;
	background: url('/images/module.png') no-repeat;
}

#secondary #navigation {
	float: right;
	width: 475px;
	height: 105px;
}

#secondary #navigation #navbg {
	width: 475px;
	height: 105px;
	background: url('/images/nav.png') no-repeat;
}

#quote {
	float: right;
	margin-top: 10px;
	padding: 12px 0 0 27px;
	width: 163px;
	height: 132px;
	background: url('/images/module.png') no-repeat;
}

#content {
	margin: 10px 4px 0 4px;
	padding: 20px 5% 20px 5%;
	background: url('/images/content.png') no-repeat #e1e1e1;
	border: 1px solid #c2c2c2;
}


/* CLASSES */
/* ------------------------------------- */

.columnized1, .columnized2 {
	float: left;
	width: 44%;
	padding: 0 3%;
}


.columnized3 {
	float: left;
	width: 72%;
	padding: 0;
}

 .columnized4 {
	float: right;
	width: 24%;
	padding: 0;
	text-align: right;
}

.uncolumnized {
	clear: both;
	padding: 0 5%;
}

.contactinput, select {
	width: 280px;
	border: 1px solid #aaa;
}

.button {
	margin-left: 100px;
	width: 80px;
	border: 1px solid #888;
	background: #ddd;
}

.clear {
	clear: both;
}

.left {
}

.right {
}

.center {
	text-align: center;
}

/* NAVIGATION */
/* ------------------------------------- */

#primary #navigation ul {
	margin: -133px 5px -10px 10px;
	padding: 12px 0 0 10px;
	list-style: none;
	text-align: center;
}

#primary #navigation li {}

#primary #navigation a {
	display: block;
	margin: 3px 0;
	padding: 3px 0;
	font: normal normal 12px/12px Verdana, Arial, sans-serif;
	color: #555;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#primary #navigation a:hover {
	color: #eee;
	background: #777;
}

#secondary #navigation ul {
	margin-top: -63px;
	padding-left: 10px;
	list-style: none;
	text-align: center;
}

#secondary #navigation li {
	display: inline;
}

#secondary #navigation a {
	margin: 0 8px;
	font: normal normal 10px/10px Verdana, Arial, sans-serif;
	color: #555;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#secondary #navigation a:hover {
	color: #000;
	text-decoration: underline;
}

#secondary #navigation .current {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}


/* MISC STYLES */
/* ------------------------------------- */

#quote p {
	margin: 0;
	padding: 17px 5px 0 8px;
	width: 137px;
	height: 92px;
	font: normal normal 14px/19px Georgia, Times, serif;
	color: #888;
	text-align: center;
	background: url('/images/quote.png') no-repeat;
}

.title h1 {
	
}

#content img {
	padding: 1px;
	border: 1px solid #aaa;
}

#jlb {
	padding: 12px 2px 2px 2px;
	text-align: right;
}


#jlb2 {
	padding: 12px 2px 2px 2px;
font: normal normal 10.5px/20px Georgia, Times, serif;
	color: #666;
	text-align: right;
}