/* CSS Document */
body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.5em;
}
A {
	color: #7cdbe9;
	font-size: 95%;
	font-weight: bold;
	text-decoration: none;
	}
A:hover {
	color: #ffffff;
	text-decoration: underline;
	}
a.normal	{ color: white; text-decoration: none; font-weight: normal; font-size: 100%;}

#sideBar {
	background-image: url(../images/sidebar_background.jpg);
	background-repeat: no-repeat;
	width: 195px;
	height: 300px;
	vertical-align: top;
	color: #333333;
	}
#sideBar a {color: black;}
#sideBar a:hover {color: black; text-decoration: underline;}
#sideBar ul {
	margin: 0 0 0 0;
	padding: 0 0 0 15px;
	list-style-type: none;
	/*list-style-image: url(../images/bullet_blue.gif);*/
	}
#sideBar ul li {
	margin: 0 0 10px 0;
	padding: 0 0 0 35px;
	}
#link {
	padding: 5px 0 0 0;
	text-align: center;
}
#current a {
	text-decoration: underline;}

#blue 	{ background: url(../images/bullet_blue.gif) top left no-repeat; }
#orange { background: url(../images/bullet_orange.gif) top left no-repeat; }
#brown 	{ background: url(../images/bullet_brown.gif) top left no-repeat; }
#cyan 	{ background: url(../images/bullet_cyan.gif) top left no-repeat; }
#yellow	{ background: url(../images/bullet_yellow.gif) top left no-repeat; }
#magenta{ background: url(../images/bullet_magenta.gif) top left no-repeat; }

h2 {
	padding: 10px 20px 5px 10px;
	margin: 0 0 15px 0;
	font-size: 100%;
	font-weight: bold;
	font-variant: small-caps;
	border-bottom: solid #222222 1px;
	}

#testimonial {
	padding: 10px 30px 0 30px;
	width: 135px;
	height: 300px;
	font-style: italic;
	color: #111111;
}
#mainContentHome {
	background: #000;
	width: 575px;
	padding: 0 0 0 0;
	vertical-align: top;
	}
#mainContent {
	background: #000;
	width: 575px;
	padding: 20px 15px;
	margin: 0 0 0 0;
	vertical-align: top;
	}
#mainContentGallery {
	background: #000;
	width: 575px;
	padding: 20px 0px;
	margin: 0 0 0 0;
	vertical-align: top;
	}
.mainContentGalleryTitle {
	padding: 10px 20px 0px 10px;
	margin: 0 0 0 0;
	font-size: 100%;
	font-weight: bold;
	font-variant: small-caps;
	}
.mainContentGalleryText {
	padding: 10px 20px 10px 20px;
	margin: 0 0 0 0;
	text-indent: 0px;
	line-height: 1.75em;
	}

.mainContentGalleryPages 	{ text-align: right; font-weight: bold; margin-bottom: 10px; padding-right: 42px;}
.mainContentGalleryPages a	{}

.galleryImg {
	width: 165px;
	vertical-align: top; }

#galleryThumbs a img { border-width: 0px; float: left; margin-left: 20px; margin-bottom: 10px; }

.galleryMargin
    { width: 20px; }
.newsArticle
    { margin: 10px 10px 0px 0px; display: none; }

.btnStyle {
	color: #000000;
	border: 0px outset #666666;
	font-weight: bold;
	font-size: 70%;
	width: 100px;
	height: 20px;
	vertical-align: middle;
	padding: 0 0 0 0;
	background-image: url(../images/btn_background.jpg);
	background-repeat:repeat;
	background-color: #7cdbe9;
	}
	
#footer { letter-spacing: 1.3px; text-align: center; margin-top: 20px; color:#666; border-top: solid #333 1px; padding-top: 10px; }
#footer a {color: #666; letter-spacing: 1.0px; }
#footer a:hover {color: #999; }