/************************************************/
/************** R E S E T ***********************/
/************************************************/

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;
	background: #aaa;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

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;
}


/************************************************/
/************** L A Y O U T *********************/
/************************************************/

h1 {
	color: #444;
	font-size: 46px;
	margin: 10px 0 20px 0;
}

h1 a {
	text-decoration: none;
}

h2 {
	color: #fff;
	font-size: 30px;
	margin: 10px 0;
}

h3 {
	color: #fff;
}

a {
	color: #444;
}

#advanced_search {
	margin-top: 35px;
}

input[type=submit] {
	width: 79px;
	height: 26px;
	background: transparent url('../img/search.png') no-repeat;
	border: none;
	padding: 0;
	margin: 0;
	text-indent: -3000px;
	cursor: pointer;
}

input[type=submit]:hover {
	background: transparent url('../img/search_over.png') no-repeat;
}

input[type=text]{
	border: 1px solid #fff;
	height: 20px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #eee;
	padding: 4px 0 0 4px;
	font-size: 13px;
}

#container {
	margin: 40px 0 0 80px;
	width: 960px;
}

#container .index {
	margin-top: 80px;
}

#header {
	height: 150px;
}

#image_bar {
	margin: 30px 0;
	float: left;
}

#image_bar li {
	float: left;
}

#address {
/* 	clear: both; */
	color: #fff;
	margin-top: 30px;
}

#address p {
	line-height: 18px;
	margin: 14px 0;
}

#tags {
	width: 200px;
	text-align: justify;
	float: right;
	margin: 5px 0 0 20px;
}

#tags.index {
	margin-top: 24px;
}

#tag_container div#tags {
	width: 400px;
}

#tags ul {
	list-style: none;
}

#tags li {
	float: left;
	padding-right: 6px;
}

#tags a {
	text-decoration: none;
}

#tags a:hover {
	text-decoration: underline;
}

#tags a.tag_1, #tags-large a.tag_1 {
	font-size : 11px; 
	color : #455761;
}

#tags a.tag_2, #tags-large a.tag_2 {
	font-size : 12px;
	color : #232e3c;
}

#tags a.tag_3, #tags-large a.tag_3 {
	font-size : 13px; 
	color : #1b2f31;	
	font-weight : bold;
}

#tags a.tag_4, #tags-large a.tag_4 {
	font-size : 14px; 
	color : #204740;
	font-weight : bold;
}
#tags a.tag_5, #tags-large a.tag_5 {
	font-size : 15px;
	color : #1c3d31;
	font-weight : bold;
}
#tags a.tag_6, #tags-large a.tag_6 {
	font-size : 16px;
	color : #142d3c;
	font-weight : bold;
}

#navigation {
/* 	float: right; */
	margin: 14px 0;
}

#navigation li {
	float: left;
	font-size: 12px;
}

#search {
	clear: left;
}

#content {
	width: 960px;
	margin-top: 24px;
}

#content form {
	margin-bottom: 12px;
}

#agb {
	margin-right: 12px;
}

#agb h1 {
	font-size: 20px;
	margin-top: 40px;
}

#agb h3 {
	
}

#agb p {
	font-size: 12px;
	margin-bottom: 12px;
}


