/* Style reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	padding: 0;
	margin: 0;
	}
fieldset, img { 
	border: 0;
	}
table {
        padding: 0;
        margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	}
ol, ul {
	list-style: none;
	}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
	}
caption, th {
	text-align: left;
	}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
	}
q:before, q:after {
	content: '';
	}
abbr, acronym { 
	border: 0;
	}
/* End style reset */
/* Site blocks */

#header {
height: 150px;
}

#menu-top {
height: 20px;
background-color: #8f005d;
}

#logo {
background-image: url("./images/logo.png");
background-repeat: no-repeat;
float: left;
height: 150px;
width: 180px;
}

/* End site blocks */

/* Typography */

h1, h2, h3, h4 {
font-family: "Gill Sans",Helvetica,sans-serif;
color: #05315f;
}

p, ul, ol {
font-size: 12px;
font-family: "Gill Sans",Helvetica,sans-serif;
line-height: 18px;
color: #333;
}

#text1 {
padding: 20px;
font-size: 12px;
font-family: "Gill Sans",Helvetica,sans-serif;
line-height: 18px;
}

.spacer { clear: both; }

a:link { text-decoration: none; color: #333; }
a:hover { text-decoration: none; }
a:visited { text-decoration: none; color: #333; }

#navbar {
float: left;
margin-top: 30px;
margin-left: 20px;
width: 180px;
line-height: 18px;
font-size: 12px;
font-family: "Gill Sans",Helvetica,sans-serif;
}

#navbar ul { list-style: none; }
#navbar li { padding: 0 23px 0 23px; list-style: none; padding-bottom: 5px; }
#navbar li a { color: #05315f; }
#navbar a:hover { text-decoration: none; color: purple; }

#navbar2 {
text-align: center;
width: 750px;
height: 20px;
background-color: purple;
margin-top: -6px;
margin-left: 200px;
font-size: 12px;
font-family: "Gill Sans",Helvetica,sans-serif;
}

#navbar2 ul { list-style: none; }
#navbar2 li { height: 20px; float: left; list-style: none; padding-top: 2px; padding-right: 63px; padding-left: 63px; border-right: 1px solid white; }
#navbar2 li a { color: white; }
#navbar2 a:hover { text-decoration: underline; }

#blog {
padding: 10px;
color: #333;
}

.entry {
color: #333;
width: 720px;
}

.entry a {
padding-top: 10px;
padding-bottom: 10px;
font-size: 12px;
font-family: "Gill Sans",Helvetica,sans-serif;
}

#footer {
position: absolute;
bottom: 0px;
right: 0px;
padding: 5px 10px;
color: #05315f;
font-size: 70%;
}

#contactform {
font-size: 12px;
font-family: "Gill Sans",Helvetica,sans-serif;
}

.sidetitle {
margin: 18px 0 7px 0;
font-size: 115%;
letter-spacing: 0.09em;
font-weight: normal;
background: transparent;
color: #666600;
border-bottom: 1px dotted #ccc;
}

.spacer {
clear: both;
}

.input {
border-top:        1px solid #999999;
border-left:       1px solid #999999;
background-color:  #fff;
color:             #000;
height:            1.6em;
padding:           .3em 0 0 2px;
margin-top:        6px;
margin-bottom:     3px;
}

.textarea {
border-top:        1px solid #999999;
border-left:       1px solid #999999;
background-color:  #fff;
color:             #000;
font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
font-size:         11px;
margin-top:        3px;
margin-bottom:     3px;
}

.checkbox {
background-color:  transparent;
margin:            3px;
padding:           0;
border:            0;
}

.submit {
background-color:  #fff;
font-family:       Arial, Verdana, Sans-serif;
font-size:         11px;
font-weight:       normal;
letter-spacing:    .1em;
padding:           1px 3px 1px 3px;
margin-top:        6px;
margin-bottom:     4px;
text-transform:    uppercase;
color:             #000;
}

ol {
	margin-left: 20px;
	list-style-type: decimal;
	list-style-position: outside;
	margin-top: 0;
	padding-top: 0;
}

ul {
	margin-left: 20px;
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 0;
	padding-top: 0;
}
