/* Reset */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{margin:0; padding:0;}

/* Body */
body {

	background-color:#eee;
	font-family: "ff-nuvo-web-pro-1","ff-nuvo-web-pro-2";	
	font-size: 1em;
}

.wrap {
	
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	
}

.header {

	margin-top:50px;
	font-weight: normal;
}

.header h1 {

	padding: 6px 12px 6px 12px;
	display: inline;
	color: #003366;
	font-size: 300%;
	font-weight: normal;

}

.header h1 a, .header h1 a:link, .header h1 a:visited, .header h1 a:hover {

	text-decoration: none

}

.header h4 {

	background:#eee;
	padding: 6px 12px 6px 12px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	display: inline;
	color: #003366;
	font-weight: normal;

}

.background {

	background: url(/assets/img/background/garden.jpg);
	background-position: top center;
	height: 230px;
	width: 100%;

}

.menu_background {

	background: #003366;
	background-image: url(/assets/img/elements/blue_gradient.png);
	width: 100%;

}

.menu ul {
	
	list-style: none;
	padding: 6px 0 8px 0;
	font-size: 130%;
	
}

.menu ul li {
	
	display: inline;
	font-family: "apolline-sc-1","apolline-sc-2";
	margin: 0 14px 0 0;
	
}

.menu ul li a, .menu ul li a:link, .menu ul li a:visited, .menu ul li a:active {
	
	color: #fff;
	text-decoration: none;
	padding: 6px;
	
}

.menu ul li .selected {
	
	background: #001E3D;
	padding: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
	
}

.menu ul li a:hover {
	
	background: #001E3D;
	padding: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
	
}

.content {

	padding: 30px 10px 0 10px;

}

.content p {

	padding: 4px;
	line-height: 200%;

}

a, a:link, a:visited {

	color: #003366;
	text-decoration: none;

}

a:hover {

	color: #001E3D;
	text-decoration: underline;

}

.footer {

	padding: 10px 10px 0 10px;
	margin-top: 140px;
	border-top:1px dotted #fff;

}

.footer p {

	font-size: 80%;
	line-height: 180%;
	color: #666;

}

.seo {

	padding: 4px 10px 20px 10px;

}

.seo p {

	font-size: 70%;
	line-height: 180%;
	color: #666;
}

.gallery {

	float: right;
	margin-left: 20px;

}

.gallery_image {

	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	

}

.gallery ul {
	
	list-style: none;
	padding: 8px 0 4px 0;
	
}

.gallery ul li {
	
	display: inline;
	font-family: "apolline-sc-1","apolline-sc-2";
	margin: 0 2px 0 0;
	
}

.gallery ul li a, .gallery ul li a:link, .gallery ul li a:visited, .gallery ul li a:active {
	
	background: #003366;
	color: #fff;
	text-decoration: none;
	padding: 4px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
	
}

.gallery ul li .selected {
	
	background: #001E3D;
	padding: 4px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
	
}

.gallery ul li a:hover {
	
	background: #001E3D;
	padding: 4px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
	
}

table
{

}

table tr td
{
	padding: 10px;
}

table tr td input, table tr td textarea
{
	padding: 6px;
	border: 1px solid #666;
	width: 240px;
	font-size: 120%;
}

table tr td input:focus, table tr td textarea:focus
{
	border: 1px solid #000;
}

table tr td input.button
{
	padding: 6px;
	border: none;
	width: 160px;
	font-size: 120%;
	background: url(/assets/img/elements/blue_gradient.png) top;
	color: #fff;
}

table tr td input:hover.button
{
	background: url(/assets/img/elements/blue_gradient.png) bottom;
	cursor:pointer;
}
