/* default elements */
* {margin: 0; padding: 0;}

body {
	background: #e6e5e5;
	color: #4f4f4f;
	font: normal 62.5% sans-serif;
	padding: 1% 0;
}

a {color: #24598a;}
a:hover {color: #24598a;}

big {font-size: 1.1em;}

h1,h2,h3 {color: #24598a; padding: 8px 0 2px;}

h1 {font: normal 26px "Century Gothic",verdana,arial,times,sans-serif;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: none;}

h2 {font: normal 1.7em "Century Gothic",verdana,arial,times,sans-serif;}
h3 {font: bold 1.2em "Century Gothic",verdana,arial,times,sans-serif;}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font: normal 1.1em Georgia,serif;
	padding-left: 26px
}

form,table {margin-bottom: 0.6em;}
img {
	background: #FAFAFA;
   border: 1px solid #DCDCDC;
	padding: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}
label {display: block;}
li {line-height: 1.6em;}
p {padding: 2px 0 10px;}
small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;}

/* structure */
#wrapper {
	background: #ccc no-repeat left bottom;
	margin: 0 auto;
	width: 762px;
}
#container {
	background: #fff;
	border-top: 1px solid #ccc;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 760px;
}

/* header */
.title {
	background: #fff;
}

.title h1 {
	color: #24598a;
	font: normal 38px "Century Gothic",verdana,arial,times,sans-serif;
	padding: 10px 0 10px 18px;
}

.header  {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #DAD7C5 url(img/header.jpg) no-repeat left bottom;
	height: 220px;
}

/* main */
.main#two-columns {background: #fff;}

/* footer */
.footer {
	background: #ccc;
	color: #000;
	padding: 4px;
}
.footer .left {width: 66%;}
.footer .right {
	width: 33%;
	text-align: right;
}
.footer a {
	color: #4f4f4f;
	text-decoration: underline;
}
.footer a:hover {
	color: #4f4f4f;
	text-decoration: underline;
}

/* gallery */
.gallery td {
	vertical-align: top;
	text-align: center;
}
.gallery em {display: block;}

/* misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {width: 74%;
border-right: 1px solid #ccc;}
.col2 .right .content {background: #FFF;}
.col2 .right {width: 25%;}
.content {padding: 0px 15px;}
.left {float: left;}
.right {float: right;}
.right .content {padding: 18px 5px 12px;}

/* block list */
ul.block {
	border-top: 1px #000;
	margin: 4px 0;
	padding: 0;
	width: 100%;
}
.block li {
	border-bottom: 1px solid #000;
	margin: 0 7px 0 0;
	list-style: none;
}
.block li a,.block li em {
	color: #4f4f4f;
	display: block;
}
.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	padding: 5px 0 5px 15px;
	background: url(img/bullet.gif) 0px 8px no-repeat;
	text-decoration: none;
	width: 100%;
}
.block li a span {font-weight: bold;}
.block li a:hover {
	color: #24598a;
}

.right .block,.right .block li {border-color: #ccc;}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
