body {
	font: 12px/24px "Lucida Grande", Lucida, "Lucida Sans Unicode", Verdana, sans-serif;
}

#wrapper {
	width: 990px;
	margin: 0 auto;
	padding: 0 5px;
}

#contentWrapper {
	position: relative;
}

/* @group Header Area */

#header img.logo, #header img.nationalLogo {
	margin: 0 25px;
}

#header img.banner {
	margin: 0 10px;
}

#header {
	padding-bottom: 15px;
}

/* @end */

/* @group Navigation*/

#navigation {
	width: 190px;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 10px;
	line-height: 1;
}

#navigation ul {
	border-top: 1px solid gray;
}

#navigation ul li {
	border-bottom: 1px dashed #9b9b9b;
}

#navigation ul li a {
	display: block;
	color: #848484;
	text-decoration: none;
	padding: 10px 5px;
}

#navigation ul li a:hover {
	color: #000;
	background-color: #eee;
}

#navigation ul li.active a {
	color: gray;
	background-color: #d7d6d7;
}

/* @end */

/* @group Sidebar */

#sidebar {
	position: absolute;
	top: 0;
	right: 0;
	width: 190px;
	font-size: 10px;
}

#sidebar * {
	padding: 0;
	margin: 0;
	line-height: 1.5;
}

#sidebar h2, .sideItem {
	border-bottom: 1px dashed #b2b2b2;
	padding-bottom: .5em !important;
	margin-bottom: .5em !important;
}

#sidebar label {
	display: block;
}

#sidebar input#name, #sidebar input#email, #sidebar textarea {
	width: 178px;
	border: 1px solid #b0b0b0;
	padding: .5em;
}

#sidebar input.submitButton {
	cursor: pointer;
	width: 190px;
	border: 1px solid #c7c7c7;
	background-color: #ececec;
	margin-top: .5em;
	margin-bottom: .5em;
	padding: .5em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#sidebar input.submitButton:hover {
	background-color: #8f8f8f;
}

/* @end */

#content {
	width: 590px;
	margin-left: 200px;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: .5em;
	margin-bottom: .5em;
}

h1 {
	font-size: 2em;
	padding-bottom: .5em;
	border-bottom: 2px solid #000;
	margin-bottom: .5em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.35em;
}

h5 {
	font-size:  1.2em;
}

h6 {
	font-size: 1em;
}

#content a, #sidebar a {
	border-bottom-style: dotted;
	text-decoration: none;
	border-bottom-width: 1px;
}

#content a:hover, #sidebar a:hover {
	color: red;
}

#content ul {
	padding-left: 25px;
}

#content li {
	list-style-type: disc;
	list-style-position: outside;
}

#footer {
	height: 100px;
}

.gallery img {
	margin-right: 18px;
	margin-bottom: 18px;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.gallery a {
	border: none !important;
}