/* Screen CSS Document */
html {
	background: #00abe1 url(/images/design/sun.jpg) no-repeat right top;
	font-family: Calibri, "Trebuchet MS", Tahoma, Verdana, Myriad, Geneva, sans-serif;
	font-size: 62.5%;
}
body {
	font-size: 100%;
	padding: 0;
	margin: 0;
}
body * {
	font-size: 1em;
	margin: 0;
}
a img {
	border: none;
}
h1, h2, h3, h4 {
	font-family: Garamond, "Book Antiqua", Georgia, "Adobe Garamond Pro", Palatino, "Times New Roman", Times, serif;
}
.clear {
	clear: both;
}
/*************************************************
****************** header ************************
*************************************************/
#header {
	width: 780px;
	margin: 100px auto 0;
	position: relative;
}
#logo {
	background-image: url(../images/design/logo.png);
	width: 233px;
	height: 66px;
	position: absolute;
	left: -45px;
	top: -40px;
}
#flags {
	width: 760px;
	text-align: right;
	padding-right: 20px;
	position: absolute;
	top: -20px;
}
#flags a {
	margin: 0 4px;
}

/*************************************************
********************* nav ************************
*************************************************/
#nav {
	background-image: url(../images/design/navbg.jpg);
	width: 764px;
	height: 41px;
	margin: 0 auto;
	position: relative;
}
#nav ul {
	margin: 0 -8px 0 -8px;
	padding: 0 8px;
	height: 41px;
	list-style: none;
	background: url(../images/design/navleft.png) no-repeat left top;
}
#nav ul li {
	float: left;
	font-size: 1.2em;
	line-height: 41px;
	background: url(../images/design/navdivider.jpg) no-repeat right top;
}
#nav ul li a {
	text-decoration: none;
	color: #000;
	padding: 0 1em;
	float: left;
	height: 41px;
}
#nav ul li a:hover {
	background: url(../images/design/navbg_hover.jpg);
	color: #fff;
}
#nav ul li a.active {
	background: url(../images/design/navbg_active.jpg);
	color: #fff;
	cursor: default;
}
#nav span {
	background: url(../images/design/navright.png);
	width: 9px;
	height: 41px;
	position: absolute;
	top: 0;
	right: -8px;
}
/*************************************************
******************** main ************************
*************************************************/

#main {
	width: 780px;
	margin: 0 auto;
	position: relative;
	background-image: url(../images/design/mainbg.gif);
	min-height: 200px;
	overflow: auto;
}
#main h2 {
	background: url(../images/design/mainbutterfly.gif) no-repeat left top;
	padding-left: 35px;
	font-size: 2.2em;
	color: #f9a01b;
	margin: 10px 0 0 0;
}
#main h3 {
	font-size: 1.8em;
	line-height: 1.2;
	margin-top: 1em;
}
#main h1 + p {
	font-weight: bold;
	font-size: 1.3em;
}	
#main p, #main li {
	font-size: 1.2em;
	margin-bottom: 0.4em;
}

/*************************************************
****************** content************************
*************************************************/

#content {
	width: 485px;
	padding: 15px;
	float: left;
}
#content #intro {
	overflow: auto;
	margin-bottom: 30px;
}
#content #maincontent {
	clear: left;
	overflow: auto;
	margin-top: 30px;
}
#content #maincontent h2:first-child {
	margin-top: 0;
}
#content h2 a {
	color: #f9a01b;
	text-decoration: none;
	margin: 1em 0 0 0;
}
#content h2 a:hover {
	text-decoration: underline;
}
#content #maincontent p {
	margin: 0 10px 5px 35px;
}
#content ul, #content ol {
	margin-left: 35px;
}
#content #maincontent p.contacts {
	float: left;
	width: 49%;
	margin: 0 0 5px 35px;
}
#content #maincontent hr {
	clear: left;
	color: #ECF8FD;
	border-color: #ECF8FD;
	border-style: solid; 
}
#content #maincontent fieldset legend {
	font-size: 1.2em;
	margin: 0 1em;
	padding: 0 1em;
}
#content #maincontent fieldset form {
	margin: 20px 0 10px 0;
}
#content #maincontent fieldset form p, #content #maincontent fieldset form div input#submit {
	margin: 0 0 20px 110px;
	width: auto;
}
#content #maincontent fieldset form div {
	margin-bottom: 0.5em;
	font-size: 1.2em;
	clear: left;
}
#content #maincontent fieldset form div label {
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 10px;
}
#content #maincontent fieldset form div input, #content #maincontent fieldset form div textarea {
	width: 300px;
}
#content fieldset form {
	margin: 1em;
}
#content fieldset form div {
	font-size: 1.2em;
	margin-bottom: 0.5em;
	clear: left;
}
#content fieldset form div label {
	float: left;
	width: 150px;
	text-align: right;
	margin-right: 10px;
}
#content fieldset form #submit {
	margin-left: 160px;
}
#content .shadow {
	float: left;
	padding: 0 0 3px 5px;
	background: url(../images/design/mainshadow.gif) no-repeat left bottom;
	margin: 0 10px 0 0;
}
#content .shadow img {
	border: 1px solid;
	border-color: #ccc #ccc #666 #666;
}
#content h1 {
	font-size: 3em;
	color: #f9a01b;
}
#content .bubble {
	background: url(../images/design/bubblebg.jpg);
	width: 218px;
	float: left;
	margin: 10px 0 20px 10px;
}
#content .bubble h2 {
	background: url(../images/design/bubbletop.jpg) no-repeat center top;
	margin-bottom: 0.3em;
	padding: 8px 10px 0 48px;
	margin: 0;
	min-height: 27px;
}
#content .bubble h2 + h3 {
	margin-top: 0;
}
#content .bubble p {
	margin-bottom: 0;
	padding: 0 15px;
}
#content .bubble p.bubblebottom {
	background: url(../images/design/bubblebottom.jpg) no-repeat center bottom;
	padding: 0 15px 15px;
	text-align: right;
}
/*************************************************
****************** rightbar **********************
*************************************************/

#rightbar {
	width: 225px;
	padding: 15px;
	float: left;
}
#rightbar fieldset {
	margin-bottom: 1em;
	position: relative;
}
#rightbar fieldset legend {
	color: #ccc;
	padding: 0 5px 0 20px;
}
#rightbar fieldset form {
	margin: 10px;
}
#rightbar fieldset form div img {
	position: absolute;
	left: -5px;
	top: -10px;
}
#rightbar h2 {
	background: url(../images/design/rightbutterfly.gif) no-repeat left center;
}
#rightbar p {
	font-size: 1.2em;
	margin-bottom: 0;
}
/*************************************************
***************** mainbottom *********************
*************************************************/

#mainbottom {
	width: 780px;
	height: 10px;
	margin: 0 auto 100px auto;
	background: url(../images/design/mainbtm.png) no-repeat;
}
/*************************************************
****************** footer ************************
*************************************************/

#footer {
	background: url(../images/design/grass.png);
	width: 100%;
	height: 151px;
	position: fixed;
	left: 0;
	bottom: 0;
}
