/* Resets
------------------------------------------------------------*/
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
/* always show scroll bar */
html{
    overflow-y: scroll;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
h1,h2,h3,h4{
    font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans serif;
    color:#000066;
    font-weight:bold;
}

h1{
    font-size:24px;
    margin-bottom:20px;
}

h2{
    font-size:22px;
    margin-bottom:18px;
}

h3{
    font-size:20px;
    margin-bottom:16px;
}

h4{
    font-size:17px;
    margin-bottom:14px;
}

/* General Classes
------------------------------------------------------------*/
.left {
    display:inline;
	float: left;
}
.right {
    display:inline;
	float: right;
}
.clear {
	clear: both;
}
.error{
    color:#a00;
}
.bold{
    font-weight:bold;
}


/* Body
------------------------------------------------------------*/
body {
    font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 16px;
	background-image: url(../images/header-bg.png);
	background-repeat:repeat-x;
	background-color: #fff;
	text-align: left;
    color:#333333;
}

/* Wrapper
------------------------------------------------------------*/
#wrapper {
	position: relative;
	text-align: left;
	margin: auto;
	width: 960px;
}

#lang-switch{
    position:absolute;
    top:90px;
    left:870px;
    font-size:13px;
}
#lang-switch img{
    padding-right:5px;
}
#lang-switch a{
    text-decoration:none;
    color:#000033;
}
#lang-switch a:visited{
    color:#000033;
}


/* Header
------------------------------------------------------------*/
#header{
    height:182px;
}
#dog-logo{
    position:absolute;
    top:0px;
    left:0px;
}
#text-logo{
    position:absolute;
    top:0px;
    left:149px;
}
#cat-logo{
    position:absolute;
    top:56px;
    left:476px;
}

/* Navigation
------------------------------------------------------------*/
#nav{
    float:right;
    font-size:16.5px;
}

#nav a{
    text-decoration:none;
    color:#333333;
}

#nav .nav-sep{
    padding-left:16px;
    padding-right:16px;
}

/* Content
------------------------------------------------------------*/

#content{
    width:100%;
    min-height:570px;
}

#content-text, #content-text-wide {
    margin-top:90px;
    margin-left:80px;
	width: 480px;
    margin-bottom:30px;
}

#content-text-wide {
    width:800px;
}



#content-pics {
    float:right;
    width:300px;
}

#content-pics .pic {
    padding-top:20px;
    text-align:center;
    width:270px;
    height:215px;
	background: url(../images/pic-frame.jpg) no-repeat;
}

#content-pics .pic-portrait {
    padding-top:20px;
    text-align:center;
    width:270px;
    height:348px;
	background: url(../images/pic-frame-portrait.jpg) no-repeat;
}

#content p {
    margin-bottom:20px;
    line-height:22px;
}

#legal{
    list-style-type:disc;
    list-style-position:outside;
    line-height:22px;
    font-style:italic;
}

#legal li {
    margin-bottom:20px;
}


/* Footer
------------------------------------------------------------*/
#footer {
	background-image: url(../images/footer-bg.png);
	background-repeat:repeat-x;
	font-size: 11px;
    height:40px;
    padding-top:15px;
}
#footer p.right{
    padding-right:10px;
}
#footer p.left{
    padding-left:10px;
}

/* Misc
------------------------------------------------------------*/

#map_canvas { 
    height: 400px; 
    width: 480px; 
    border:2px solid #000;
}

#print img{
    vertical-align:middle;
}

#print a{
    font-size:13px;
    text-decoration:none;
    color:#333333;
}

#validatedForm {
    margin-top:24px;
    font-size:86%;
}
#validatedForm h2{
    margin-bottom:20px;
}
#validatedForm label{
    float:left;
    width:120px;
}
#validatedForm  label.error{
    float:none;
}
#validatedForm  input[type="text"],textarea{
    width:300px;
    margin-top:4px;
}
#validatedForm  label[generated="true"]{
    padding-left:20px;
}

#ajaxResult{
    color:#000066;
    font-weight:bold;
    font-size:18px;
}

#recaptcha {
    margin-left:120px;
}
