/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, input, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}

/* Sets */
html, body {
	font-family: "Trebuchet MS", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #d0d1d3;
	line-height: 140%;
}

a {
	color: #6390C8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

legend {
	display: none;
}

label {
	cursor: pointer;
}

p {
	padding: 5px 0;
}

input, textarea {
	border: 1px solid #666666;
}

div#container {
	position: relative;
	width: 925px;
	margin: auto;
	margin-bottom: 20px;
	padding: 15px 15px 30px 15px;
	background-color: #d0d1d3;
	background-position: 0 0;
}

/* Header */
div#header {
	position: relative;
}

div#header a#logo {
	display: block;
	background: url(/images/logos/kolomLogo.gif) no-repeat;
	width: 167px;
	height: 64px;
	text-indent: -3000em;
	margin: 0 0 10px 50px;
	overflow: hidden;
}

div#header div#subNav {
	position: absolute;
	top: 50px;
	right: 10px;
}

div#header div#subNav li,
div#header div#subNav label,
div#header div#subNav form {
	list-style: none;
	float: left;
	font-size: 11px;
	color: #666;
}

div#header div#subNav li a,
div#header div#subNav li label {
	padding: 0 5px;
	color: #666;
}

div#header div#subNav form input.text {
	width: 120px;
	height: 18px;
	background-position: 0 0;
	padding: 0 2px;
	border: 0;
}

div#header div#subNav form input.submit {
	width: 44px;
	height: 18px;
	background-position: 0 -18px;
	cursor: pointer;
	color: #fff;
	border: 0;
}

div#header div#headerImage {
	position: relative;
	height: 275px;
}

div#header div.dashes {
	background: url(/images/backgrounds/dashes.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 925px;
	height: 11px;
}

/* Nav */
div#header ul#nav {
	position: absolute;
	bottom: 0;
	right: 0;
}

div#header ul#nav li {
	list-style: none;
	float: left;
	margin-right: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

div#header ul#nav li a {
	display: block;
	background-position: 0 -36px;
	width: 124px;
	height: 21px;
	padding-top: 6px;
	color: #fff;
	text-align: center;
}

div#header ul#nav li a.active,
div#header ul#nav li a:hover {
	text-decoration: none;
	color: #00458a;
	background-position: 0 -63px;
}

/* Content */
div#containerContent {
	background: url(/images/backgrounds/aside.gif) repeat-y;
	padding-top: 10px;
}

div#containerContent h1 {
	color: #6390c8;
	font-size: 22px;
	margin-bottom: 5px;
	padding: 15px 0;
	background: url(/images/backgrounds/hr.gif) bottom no-repeat;
}

div#containerContent h1 span {
	font-weight: normal;
}

div#containerContent h2 {
	color: #ff7e00;
	font-size: 14px;
	padding-bottom: 10px;
}

div.item h2 {
	padding-top: 15px;
	padding-bottom: 0px !important;
}

div#content div.inlineImages {
	overflow: auto;
	margin: 10px 0;
}

div#content div.inlineImages img {
	float: left;
	margin-right: 5px;
}

div#content {
	display: inline;
	float: right;
	margin-right: 5px;
	width: 660px;
	padding-bottom: 15px;
	background: url(/images/backgrounds/hr.gif) bottom repeat-x;
}

div#content p {
	padding-right: 4px;
}

div#content ul {
	padding-left: 30px;
	margin: 10px 0;
}

div#content table {
	padding: 2px;
}

div#aside {
	display: inline;
	float: left;
	width: 200px;
	padding: 15px 5px 20px 35px;
	margin-right: 15px;
}

/* leftNav */
div#aside ul#navLeft li {
	list-style: none;
	margin: 10px 0;
}

div#aside ul#navLeft li a {
	display: block;
	width: 170px;
	height: 17px;
	background-position: 0 -90px;
	padding: 5px 10px;
	font-size: 14px;
}

div#aside ul#navLeft li a.yellow1 {
	background: #ffd800;
	color: #000;
}

div#aside ul#navLeft li a.yellow2 {
	background: #ffa300;
	color: #000;
}

div#aside ul#navLeft li a.yellow3 {
	background: #ff7800;
	color: #000;
}

div#aside ul#navLeft li a.yellow4 {
	background: #f34d00;
	color: #000;
}


div#aside ul#navLeft li a:hover {
	text-decoration: none;
}

div#aside ul#navLeft li a.active {
	background-position: 0 -117px;
}

div#aside ul#navLeft ul {
	margin-top: 10px;
}

div#aside ul#navLeft ul li {
	margin: 0;
}

div#aside ul#navLeft ul li a {
	background: none;
	padding: 2px 10px;
	height: auto;
	font-size: 12px;
	color: #000;
}

div#aside ul#navLeft ul li a:hover {
	text-decoration: underline;
}

div#aside ul#navLeft ul li a.active {
	font-weight: bold;
}

div#aside ul#navLeft ul li ul {
	margin: 0 0 0 10px; 
}

/* Footer */
div#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 955px;
	height: 30px;
	background-position: -955px 0;
	background-repeat: no-repeat;
}

/* Sprites */
.containerBackground {
	background: url(/images/sprites/background.png) repeat-y;
}

.base,
#nav li a,
#navLeft li a {
	background: url(/images/sprites/base.png) no-repeat;
}

/* Form */
div#login input.text, div#login textarea {
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-top: 3px;
	width: 150px;
	display: block;
}

div#login input.radio {
	width: auto;
	display: inline;
	margin: 0 3px 0 0px;
	border: none;
	background: none;
}

div#login input.submit {
	padding: 3px;
	cursor: pointer;
	border: 1px solid #CCCCCC;
	background-color: #F4F4F4;
}

div#login strong {
	color: #EF0000;
}

/* begin: gallery navigation */
ul#gallery {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#gallery li {
	float: left;
	margin: 10px 12px 0px 0;
	width: auto;
}
ul#gallery li img {
	border: 4px solid #CCCCCC;
}

div#gallery {
	width: 520px;
	text-align:center;
	display:block;
	float:left;
}

div#gallery ul#gallerynav {
	list-style-type: none;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

div#gallery ul#gallerynav li {
	display: inline;
	margin: 10px 5px 0px 0;
	background: none;
	padding: 0;
}

div#gallery ul#gallerynav li#active {
	font-size: 12px;
	font-weight:bold;
	color: #C43604;
}

div#gallery ul#gallerynav li a {
	padding: 0px 5px;
}

div#gallery ul#gallerynav li a:hover {
	color: #C43604;
}
/* end: gallery navigation */


div#aside a {
	color: #003366;
}


ul.pagingnav {
	margin: 0 !important;
	padding-left: 10px !important;
}

ul#pagingnav li {
	list-style-type: none;
	display: inline-block;
}

ul#pagingnav li#active {
	font-weight: bold;
	padding:0 4px;
}
