/* Heading Styles */
h1.title {
	font-size: 22px;
	font-family: century gothic,arial;
	font-weight: normal;
	color: #fff;
	padding: 0px;
	margin-bottom: 15px;
	text-transform: lowercase;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 5px;
	font-family: Arial, Helvetica;
	color: #1188b3;
	font-weight: normal;	
	padding-bottom: 4px;
}

h1 { font-size: 17px; }
h2 { font-size: 16px; }
h3 { font-size: 15px; }
h4 { font-size: 14px; }
h5 { font-size: 13px; }
h6 { font-size: 12px; }

strong, b { font-weight: bold; }
em , i { font-style: italic; font-size: inherit; }
p {
	font-size: 13px;
	color: #393938;
	line-height: 18px;
	margin-bottom: 14px;
}

a:link, a:visited {
	color: #fff;
	text-decoration: none;
	font-size: inherit;
}

a:hover, a:active {
	text-decoration: underline;
}

ul, ol {
       margin-left: 30px;
       margin-bottom: 12px;
}

ul {
    list-style-type: square;
}

ol {
    list-style-type: decimal;
}

li {
      margin-bottom: 5px;
      font-size: 13px;
      color: #052341;
}

/* Gallery Styles */
#images ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#images li {
	float: left;
	margin: 0px 0px 15px 15px;
	padding: 0px;
}

#images li a:link img, #images li a:visited img {
	padding: 2px;
	border: solid 1px #cbc9c9;
}

#images li a:hover img, #images li a:active img {
	border: solid 1px #fff;	
}

#images li a.hidden {
	display: none;	
}

#images .caption {
	margin-top: 3px;
	display: block;
	color: #333;
	font-style: italic;
}

