/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	display:block;
	visibility:hidden;
	font:0px/0px Arial, Helvetica, sans-serif;
	clear:both;
	float:none;
	height:0px;
}

body {
    background:#f1f1f1 url(/img/body_bg.png) 50% 0 no-repeat;
	font:11px/14px Arial, Helvetica, sans-serif;
	color:#939598;
}
h1 {
	font:normal 21px/26px Arial, Helvetica, sans-serif;
	padding-bottom:10px;
}
h2 {
	font:bold 17px/22px Arial, Helvetica, sans-serif;
	color:#626466;
	padding:10px 0 0;
}
h3 {
	font:bold 14px/18px Arial, Helvetica, sans-serif;
	color:#939598;
	padding:10px 0 0;
}
a:link,
a:visited,
a:hover,
a:active {
	color:#6ea7d0;
}
a:hover {
	text-decoration:none;
}


#wrap {
	width:850px;
	margin:0 auto;
}

#header {
    width:780px;
    height:115px;
    padding:35px 35px 0;
}

#header h1 {
	display:block;
	width:200px;
	padding:10px 10px;
	float:left;
	border-right:1px solid #1c4b86;
    font-weight: bold;
	height:50px;	
}
	#header h1 a {
		display:block;
		width:100%;
		height:50px;
		color: #dbdadb;
		text-decoration: none;
	}
	#header h1 img {
		padding-top:14px;
		width:161px;
		height:21px;
	}



#footer {
	width:780px;
	padding:10px 35px;
	float:left;
}
#contentWrapOuter {
	width:780px;
	padding:35px 25px;
	border:10px solid #ebebeb;
	background:#fff;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
	margin-top:-30px;
}
#contentWrapInner {
	background:#fff url(/img/vert_sep_long.png) 220px 0 repeat-y;	
}
#header h1 {
	display:block;
	width:200px;
	padding:0 10px;
	float:left;
	border-right:1px solid #1c4b86;
	height:50px;
}
	#header h1 a {
		display:block;
		width:100%;
		height:50px;
	}
	#header h1 img {
		padding-top:14px;
		width:161px;
		height:21px;
	}
.sideHead {
	float:right;
	width:530px;
	margin-top:20px;
	color:#137fcc;
}
.sidebar {
	float:left;
	width:175px;
	padding:0 10px;
}
	.sidebar ul {
		padding:0 0 5px;
		font:11px/12px Arial, Helvetica, sans-serif;
	}
		.sidebar li {
			padding-bottom:3px;
		}
.content {
	width:530px;
	float:right;
}
	.breadcrumb {
		float:left;
		width:100%;
		margin-top:-15px;
		padding-bottom:6px;
	}
	.breadcrumb li {
		float:left;
		margin-right:3px;
	}
	.content p {
		padding-bottom:15px;
	}
	.content h2 {
		padding:0 0 10px;
	}
	.content .intro {
		font-weight:bold;
		padding-bottom:5px;
	}
	.content img {
		margin:0 auto;
		clear:both;
		float:none;
		display:block;
		margin-bottom:10px;
		border:3px solid #dedede;
	}
	.img_descr {
		font-style:italic;
		display:block;
		text-align:center;
		position:relative;
		top:-5px;
	}
.button {
	display:inline-block;
	padding:0 3px 0;
	font:bold 14px/29px Arial, Helvetica, sans-serif;
	height:29px;
	
}
	.button a {
		padding:0 27px 0 30px;
		color:#fff;
		text-decoration:none;
		display:inline-block;
	}
.type1 {
	background:url(/img/type1.png) 100% -29px no-repeat;
}
.type1 a {
	background:url(/img/type1.png) 0 0px no-repeat;
}
.type2 {
	background:url(/img/type2.png) 100% -29px no-repeat;
}
.type2 a {
	background:url(/img/type2.png) 0 0px no-repeat;
}
.type3 {
	background:url(/img/type3.png) 100% -29px no-repeat;
}
.type3 a {
	background:url(/img/type3.png) 0 0px no-repeat;
}
.type4 {
	background:url(/img/type4.png) 100% -29px no-repeat;
}
.indent {
	padding:10px 0;
}
.type4 a {
	background:url(/img/type4.png) 0 0px no-repeat;
}
.comment {
	padding-bottom:10px;
}
#comments h2 {
	font:bold 15px/20px Arial, Helvetica, sans-serif;
}
.comment .author {
	padding-bottom:5px;
}
#commForm label {
	display:block;
	clear:both;
}
#commForm input,
#commForm textarea {
	width:320px;
	background:#e4e4e4;
	border:1px solid #e4e4e4;
	font:13px/16px Arial,Helvetica, sans-serif;
	color:#333; 
}
#commForm input {
	margin-bottom:5px;
}
#commForm textarea {
	height:85px;
}
#commForm  #submit {
	width:auto;
	background:none;
	color:#6ea7d0;
	border:none;
	clear:both;
	float:none;
	display:block;
	padding:5px;
	font:bold 14px/18px Arial, Helvetica, sans-serif;
	margin:5px 0 0 -5px;
}
#commForm {
	padding-bottom:30px;
}

.copy {
	float:left;
	width:260px;
}
.copy a {
	color:#5a6778;
	text-decoration:none;
}
.sideFoot {
	float:right;
	width:530px;
	line-height:30px;
}
.footLogo {
	width:200px;
	padding:0 10px;
	float:left;
	border-right:1px solid #c8c8c8;
	height:30px;
}
	.footLogo img {
		width:120px;
		height:15px;
		padding-top:7px;
	}
.footNav {
	float:right;
	margin:0;	
}
.footNav li {
	float:left;
	border-left:1px solid #939598;
	padding:0 3px;
	line-height:14px;
	margin-top:8px;
}
	.footNav li:first-child {
		border:none;
	}
	.footNav a {
		color:#939598;
		text-decoration:none;
	}
