body {
font-family: Arial,Helvetica,Sans-serif;
font-size: 12px;
}

h1 {
display:block;
}

#page {

margin: 2em;
}

#banner,
#nav,
#posters,
#subcontent,
#footer,
#imagestrip,
#content-banner,
#accordion {
display:none;
}

#quotes p {
margin: 10px 15px;
}

#quotes blockquote {
color:#595B5E;
font-style: italic;
}

#map {
height: 12cm;
width: 20cm;
}

/*//////////////////////////////////////////////////////////////
	General Elements
/////////////////////////////////////////////////////////////*/
p {
line-height: 150%;
margin: 12px 0;
}

strong {
font-weight: bold;
}

em {
font-style: italic;
}

big {
font-size: 140%;
line-height: 130%;
}


h2 {
font-size: 28px;
line-height: 35px;
text-transform: capitalize;
font-weight:bold;
margin: 10px 0 0 0px;
}

h3 {
font-size: 19px;
line-height: 32px;
text-transform: capitalize;
font-weight:bold;
margin: 10px 0 0 0;
}

li {
list-style:circle;
line-height: 150%;
margin: 0px 15px;
}
/*//////////////////////////////////////////////////////////////
	Calendar
/////////////////////////////////////////////////////////////*/
table.calendar {

margin-bottom: 20px;
}

table.calendar td {
border-collapse: collapse;
border: 1px solid #A2ADBC;
width: 129px;
height: 80px;
}

table.calendar th {
padding: 5px;
background: #ccc;
border: 1px solid #A2ADBC;
text-align:center;
}

table.calendar caption {
text-align:center;
padding: 10px 0;
font-size: 110%;
}

.calendar-day-corner {
color: #555;
font-size: 11px;
line-height: 18px;
margin-left: 4px;

}

table a, table a:link,table a:visited{
font-weight:bold;
text-decoration:none;
}

table.calendar a:hover {
color:black;
}

table.calendar li {
list-style: none;
}

table.calendar li a,table li a:link,table li a:visited{
background : #ddd;
color:black;
font-weight:normal;
text-decoration:none;
padding: 2px 4px;
margin: 2px 0;
display:block;
font-size: 11px;

}

table.calendar li a:hover {
background: #ccc;
}

.calendar-prev a,.calendar-prev a:link,.calendar-prev a:visited,.calendar-next a,.calendar-next a:link,.calendar-next a:visited {
font-size: 11px;
text-decoration: underline;
color: #222;
font-weight:normal;
}

.calendar-prev a,.calendar-prev a:link,.calendar-prev a:visited {
float:left;
}

.calendar-next a,.calendar-next a:link,.calendar-next a:visited {
float:right;
}

/* Calendar List */

div.calendar-list img, .calendar-event img {
float:left;
margin-right: 15px;
}

div.calendar-event {
clear:both;
margin: 0 0 20px 0;

} 

div.calendar-event h3 {
line-height:1;
text-transform:uppercase;
margin-bottom: 10px;
}


div.calendar-event p {
margin: 6px 0;

}

div.calendar-details {
clear:both;
}

div.calendar-details p {
/*margin changed to padding to fix slider  height calculations*/
margin: 0;
padding: 12px 0;
}

p.calendar-date-from {
padding: 0;
margin: 0;
line-height: 1;
position:relative;
top: -5px;
}

.readmorecallinkcontainer a.button{
clear:right;
}

/*//////////////////////////////////////////////////////////////
	Forms
/////////////////////////////////////////////////////////////*/

form {
margin: 15px 0;
clear:both;
}

form p,
form p label,
form p label span, 
form input, 
form textarea, 
form select,
form option {
float:left;
}
form select option {
float:none;
}


form p {
margin: 10px 0;
clear:both;
}

form p label {
display:block;
float:left;
}

form p label {
clear:both;
}



form p label span {
width: 140px;
text-align:right;
line-height: 1.75;
padding-right: 10px;
}

div.submit {clear:both}

div.submit input{
margin: 5px 0 0  150px;
}

textarea {
float:left;
width: 240px;
height: 100px;
}

form h3 {
margin-top: 15px;
}

form div.subitem {
margin: 5px 0;
float:left;
clear:both;
display:block;
}

form div.subitem label {
line-height: 1.5;
margin-left: 5px;
float:none;
display:inline;
}

form div.multipleitems {
float:left;
}



/*//////////////////////////////////////////////////////////////
	Menus
/////////////////////////////////////////////////////////////*/

div.menu table {
width: 100%;
}

div.menu table th {
text-align:left;
}

div.menu table td {
text-align:right;
}

div.menu table td,div.menu table th {
padding: 10px 0;
}

div.menu h4 {
line-height: 2;
font-size: 120%;
margin-top: 1em;
}


div.menu table tr.cate th {
text-align:right;
}

/*//////////////////////////////////////////////////////////////
	Photo Albums
/////////////////////////////////////////////////////////////*/

.albumthumbnail {
float:left;
margin-right: 15px;
}


h3.albumname {
line-height:1;
text-transform:uppercase;
margin-bottom: 10px;
}

li.thumb {
border: 1px solid #ccc;
float:left;
list-style:none;
margin-bottom: 15px;
padding: 5px;
height: 100px;
width: 100px;
overflow:hidden;
text-align:center;
vertical-align: middle;
line-height: 100px;
}

li.thumb img {
vertical-align: middle;
line-height: 100px;
}
