/* body style */
/*div {
border: 1px red dotted;
}*/

body {
	background-color: #130A29;
	text-align: left;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, san-serif;
}
/* font styles */
p, h1, h2, h3, h4, ul, li {
	font-family: verdana, arial, san-serif;
	font-size: 0.75em;
	line-height: 120%;
	color: inherit;
	text-align: left;
	margin: 0;
	padding: 0;
}
a:link {
	color: #e41a21;
	text-decoration: underline;
}
a:hover {
	color: #00b4ef;
	text-decoration: none;
}
a:visited {
	color: #00b4ef;
	text-decoration: underline; 
}
/*************/
/* home styles */
/*************/
#home {
	background-image: url("../images/home-bg-tile.jpg");
	background-repeat: repeat-x;    
	margin: 0;
	padding: 0;
}
#home img{
	display: block;
	margin: 0;
	padding: 0;
}
/* home nav styles */
#home #nav {
	height: 22px;
	background-image: url("../images/home-nav-bg.jpg");
	background-repeat: no-repeat;
	margin: 0;
	padding: 0 0 0 40px;
	display: block;
}
#home #nav ul {
	background-image: url("../images/home-bg-tile.jpg");
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	display: block;
}
#home #nav ul li {
	float: left;
	height: 22px;
	list-style: none;
	text-align: left;
	margin: 0 15px 0 0;
	padding: 0;
	display: block;
}
/* home content styles */
#home #content {
	background-image: url("../images/home-bg-content.jpg");
	background-repeat: no-repeat;
	margin: 0;
	padding: 20px 0 0 40px;
	display: block;
}
#home #content p{
	color: #00b4ef;
	margin: 20px 0 0 0;
	width: 480px;
}
/***************/
/* internal styles */
/***************/
#internal {
	background-image: url("../images/internal-bg-tile.jpg");
	background-repeat: repeat-x;    
	margin: 0;
	padding: 0;
}
/* internal nav styles */
#internal #nav {
	height: 22px;
	background-image: url("../images/internal-nav-bg.jpg");
	background-repeat: no-repeat;
	margin: 0;
	padding: 0 0 0 40px;
}
#internal #nav ul {
	background-image: url("../images/internal-bg-tile.jpg");
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}
#internal #nav ul li {
	float: left;
	height: 22px;
	list-style: none;
	text-align: left;
	margin: 0 15px 0 0;
	padding: 0;
}
/* internal main section headers */
h1 {
	background-image: url("../images/internal-header-banner.jpg");
	background-repeat: no-repeat;
	height: 51px;
	padding: 18px 0 0 40px;
	margin: 0;
}
h2 {
	color: #fff;
	font-style: bold;
	padding: 0;
	margin: 0 0 10px 17px;
}
h2 a:link {
	color: #00b4ef;
}
h2 a:hover {
	color: #e41a21;
	text-decoration: none;
}
h2 a:visited{
	color: #130A29;
}
h3 {
	color: #e41a21;
	padding: 0;
	margin: 0 0 5px 17px;
	font-size: 15px;
	font-weight: normal;
	line-height: 120%;
}
h4 a:link {
	color: #e41a21;
}
h4 a:hover {
	color: #e41a21;
	color:#00b4ef;
	text-decoration: none;
}
h4 a:visited {
	color: #e41a21;
	color:#00b4ef;
}
/* internal content holders */
#internal #content h2 {
	color: #fff;
	margin: 0 0 0 40px;
	width: 530px;
	font-size: 0.75em;
}
#internal #content-holder {
	float: left;
	width: 510px;
	background-image: url("../images/internal-content-crn.gif");
	background-repeat: no-repeat;
	background-position: 543px 0px;
	background-color: #fff;
	margin: 20px 20px 0 0;
	padding: 20px 20px 20px 22px;
}
/* internal content elments */
#internal #content-holder img{
	float: left;
	margin: 0 17px 0 17px;
	padding: 5px 0 10px 0;
	clear: left;
}
#internal #content-holder p{
	color: #111832;
	margin: 0 0 20px 17px;
	padding: 0;
}

#internal #content #content-holder .list-item {
	float: right;
	margin: 0 0 10px 0;
}
#internal #content #content-holder .list-item img, #internal #content #content-holder .list-item a img {
	float: left;
	width: 163px;
}
#internal #content #content-holder .list-item p {
	float: left;
	width: 310px;
	margin: 0;
	padding: 0;
}
/* right column elments */
#internal #right-content {
	margin: 20px 0 0 0;
	width: 200px;
	float: left;
}
#internal #right-content p {
	color: #fff;
	margin: 0 0 20px 10px;
}
#internal #right-content ul {
	color: #fff;
	font-weight: bold;
	margin: 0 0 20px 10px;
}
#internal #right-content ul li {
	color: #fff;
	font-weight: normal;
	font-size: 1em;
	list-style: none;
}
#internal #right-content ul li a {
	color: #00b4ef;
}
#internal #right-content ul li a:hover {
	color: #e41a21;
	text-decoration: none;
}
#internal #right-content ul li a:visited {
	color: #e41a21;
}
#internal #right-content img {
	margin-left: 10px;
}
/* back to top button */
#internal #content #content-holder .back-to-top {
	margin: 0 0 5px 17px;
}
/* gallery page styles */
#content #content-holder .gallery-row {
	display: block;
	margin: 0 0 0 20px;
}
#content #content-holder .gallery-row li {
	float: left;
	padding: 0;
	list-style: none;
}
#content #content-holder .gallery-row li img {
	float: left;
	border: solid 1px #fff;
	padding: 0;
	margin: 0;
	list-style: none;
}
#content #content-holder .gallery-row li a:hover img {
	border: solid 1px #00b4ef;
}