/* @group reset */

/* RESET STYLES */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

/* @end */

/* @group layout */

/* @group plugins */

.errors {
	clear: both;
}

/* @end */

/* @group general */

html {
	background: white;
}

#header {
	height: 55px;
	background: url(/stylesheets/design_images/57/bar_top.png) top left repeat-x;
}

#header h1 {
	text-indent: -10000px;
}

/* @group menu */

#menu {
	background: #eee;
	float: left;
	width: 100%;
}

#menu li {
	float: left;
	border-right: 1px solid white;
	color: #999;
}

#menu a, #menu span {
	display: block;
	padding: 5px 10px;
}

#menu a span,
#menu span span {
	padding: 0;
}

#menu span {
	font-weight: bold;
}

#menu a, #menu a:link, #menu a:visited {
	color: #999;
	text-decoration: none;
}
#menu li.current {
	color: black;
}

#menu a:hover {
	background: black;
	color: white;
}

/* @end */

/* @group content_top menu */

#content_top .menu {
	float: left;
	width: 600px;
	margin-bottom: 15px;
}
#content_top .menu li {
	float: left;
	margin-right: 10px;
	font-weight: bold;
}

/* @end */

/* @group contact form */

.contactform div {
	padding: 10px 0 0 0;
}

.contactform input[type="text"] {
	width: 100%;
}

.contactform textarea {
	width: 100%;
	height: 10em;
}

.contactform.submission {
	border: none;
	background: ;
	padding: 10px;
	color: white;
	text-align: center;
}

.contactform label {
	display: block;
	color: #166ccb;
	font-size: 90%;
	font-weight: bold;
}

.submission {
	background: black;
}

/* @end */

/* @group adv album */

#content .image.list,
.image.list a {
	height: 116px;
	width: 116px;
}
.image.list a {
	background-color: #999;
}
#content .list.current a {
	background-color: black;
}
#content div.image.list {
	margin: 0 4px 4px 0;
}
#content div.image {
	margin: 20px 0;
}
/* @end */

#main {
	background: #E6E6E6 url(/stylesheets/design_images/57/background.gif) top left repeat-x;
	min-height: 300px;
	width: 100%;
	clear: left;
	float: left;
}
* html #main {
	height: 300px;
}

#main .container {
	padding: 20px 50px;
	width: 600px;
	float: left;
}
#footer {
	padding: 20px 50px 100px 50px;
	background: url(/stylesheets/design_images/57/background-footer.gif)top left repeat-x;
	clear: both;
}

#footer div {
	width: 60em;
}

/* @end */

/* @end */

/* @group typography */

html {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.4;
}

#header h1 {
	width: 154px;
	height: 35px;
	margin: 16px 0 0 22px;
	background: url(/stylesheets/design_images/57/logo.gif) bottom left no-repeat;
}
#header h2 {
	text-indent: -10000px;
}

#footer {
	color: #666;
}

em {
	font-style: italic;
	font-weight: inherit;
}

strong {
	font-weight: bold;
	font-style: inherit;
}

a {
	color: #166CCB;
}

a:hover {
	background: #166CCB;
	color: white;
	text-decoration: none;
}

a:visited {
	color: #7ABA41;
}

a:visited:hover {
	background: #7ABA41;
	color: white;
}

#content h1 {
	font-size: 200%;
}

#content h2 {
	font-size: 150%;
	font-weight: bold;
	color: #166CCB;
	margin-top: 1.5em;
}

#content h3 {
	font-size: 145%;
	margin: 1em 0 .25em 0;
}

ul.list {
	list-style-type: disc;
	padding-left: 2em;
}

#content p,
#content ul {
	margin-bottom: 1em;
}

/* @end */
