* {
margin:0;
padding:0;
}

/* General Style Info */
html {font: 62.5% tahoma,verdana,helvetica,arial,sans-serif;}
body {
	background-color: #24292b;
	color: #b7c2c7;
	font-size:1em;
	margin:20px;
	text-align:center;
}
#wrapper {
	background:url('../img/bg.png') repeat-y center top #24292b;
	margin:0 auto;
	position:relative;
	text-align:left;
	width:951px;
}
#container {
	background:url('../img/container-top.png') no-repeat 32px top;
}
#footer {
	background:url('../img/footer-bg.png') no-repeat 32px top #24292b;
	clear:both;
	line-height:30px;
	padding:80px 10px 15px 32px;;
}
#snowdog img {vertical-align:middle;float:right;margin-right:30px;}
#sidebar {
	color:#24292b;
	float:left;
	padding:20px 0 20px 32px;
	/*position:relative;*/
	width:233px;
	z-index:0;
}
#content {
	padding-top:260px;
	position:relative;
	margin-left:290px;
	margin-right:60px;
	z-index:10;
	color:#24292b;
	font-size:1.15em;
	line-height:1.3;
}
#content p,
.textBlock {margin-bottom:1em;}

#content img {
	border:1px solid #666;
	padding:2px;
}

#page_1 .contentTitle {margin-top:270px;}

/* Footer */

#footer a {
	background-color: #24292b;
	color: #b7c2c7;
}

/* Sidebar */

.topMenu{
	list-style:none;
	margin:40px 0px 0 0;
	padding:0;
}
.topMenu li {
	margin:1px 0;
	padding:0;
}
.topMenu a {
	background:url('../img/grad-bg.png') repeat-y left top #fff;
	border-left:5px solid #3c515a;
	color:#3c515a;
	display:block;
	font: normal 1em Arial, sans-serif;
	padding:7px 20px 7px 10px;
	text-align:right;
	text-transform:uppercase;
	text-decoration:none;
}
.topMenu a.active,
.topMenu a:active,
.topMenu a:focus,
.topMenu a:hover {
	background:#c1c1c1;
	border-left:5px solid #598b9e;
	color:#598b9e;
}

#pageHeader {
	position:absolute;
	top:10px;
	left:50%;
	margin-left:-220px;
	z-index:50;
}
.sideBox {
	font-size:1.1em;
	line-height:1.4em;
	padding:30px 10px 30px 20px;
}
.sideBox a {text-decoration:none}
.newsTitle {font-weight:bold;display:block}

h1 a {
	display:block;
	position:relative;
	width:170px;
	height:80px;
	margin:20px 0 0 20px;
	overflow:hidden;
}
h1 a em {
	background:url('../img/container-top.png') no-repeat -20px -40px;
	display:block;
	height:80px;
	left:0;
	position:absolute;
	top:0;
	width:170px;
	z-index:30;
}

/* global style  */

a {
	background-color: inherit;
	color: #003d4c;
	text-decoration: underline;
}
a:hover {
	background-color: inherit;
	color:#850215;
	cursor:pointer;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	background-color: inherit;
}

h2 {
	background-color: #343f44;
	border:3px solid #4A4D4F;
	color: #fff;
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 1.9em;
	margin: 1em 0;
	padding:0.1em 0.3em;
}
h3 {
	color: #343f44;
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 1.3em;
	margin: 0.3em 0;
}
h4 {
	color: #343f44;
	font-weight: normal;
	padding-top: 0.5em;
}
ul, li {
	margin: 0 12px;
}


.listingThumb {
	float:left;
	margin-right:1em;
	}

.listingItem {
	background:url('../img/listing-bg.png') no-repeat center top;
	float:left;
	padding:30px;
	min-height:60px;
	width:520px
}
.logo {margin:10px;}

#flags {
	color:#fff;
	height:40px;
	left:5px;
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	top:50px;
	width:30px;
	z-index:100;
	}
#flags li {margin:0;padding:0;}
#flags a {
	display:block;
	height:20px;
	width:30px;
	position:relative;
	z-index:100;
	}

ul.sitemap li {
	list-style: none;
	padding:5px 0;
	}
ul.sitemap  li li {
	background:url('../img/treeview-default-line.gif') 0 0 no-repeat;
	padding-left:20px;
}
ul.sitemap  li li ul  {margin:0;}

.contentBody ul,
.contentBody ol {margin:1em;}
.contentBody ul li {list-style-image:url('../img/arrow.png');}

.sideImages img{ margin:5px;}

/* Paging */
div.paging {
	width:500px;
	color: #666;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #666;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Tables */
table {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background-color: #f2f2f2;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	text-align: center;
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background-color: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions div.submit,
td.actions a {
	display: inline;
	margin: 0px 6px;
}



/* Forms */
form {
	padding: 0;
}
fieldset {
	border: none;
	padding: 0px;
}
fieldset legend {
	color: #343f44;
	font-size: 1.2em;
	font-weight: bold;
}
form div {
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	margin-top: 10px;
}
label {
	display: block;
	font-size: 1em;
	padding-right: 20px;
}
options,select,
.input input, textarea {
	border:1px solid #3c515a;
	font-size: 1em;
	padding: 2px;
	min-width:300px;
	max-width:300px;
}
textarea {
	font: 1em Arial, sans-serif;
	width:100%;
}
select {
	font-size: 1em;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 1em;
	padding: 0 3px;
}
input[type=checkbox] {
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=submit] {
	display: inline;
	font-size: 1.1em;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}
input.longText {
	width:20em;
	}
#newsletterBox {
	display:none;
	background:url('../img/grad-bg.png') repeat-y left top #fff;
	}
#newsletterBox label {
	position:absolute;
	margin-left:-9999px;}
#newsletterBox form div {padding:0}
#newsletterBox form {margin-top:20px;}
#newsletterBox input[type=submit],
#newsletterBox .input,
#newsletterBox .submit {display:inline;}
#newsletterBox .submit  {
	margin-left:10px;
	vertical-align:middle;}

/* Notices and Errors */
div.message {
	background:url('../img/dialog-information.png') no-repeat 1em center #eee;
	color: #900;
	border-width:1px;
	border-style:dotted;
	font-size: 1.2em;
	margin: 1em 0;
	padding:0.5em 0.5em 0.5em 3.5em;
}
div.error-message {
	
	border-color: #900;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background-color: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background-color: green;
	color: #FFF;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	display: block;
}
