/* A Free Design by Bryant Smith (bryantsmith.com) */








body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family:"Adobe Garamond Pro Bold", Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	background: #FFFFFF url(background.png);
	background-repeat:repeat;
}
*
{
  margin: 0 auto 0 auto;
 text-align:left;}

#page
{
  display: block; 
  height:auto;
  position: relative; 
  overflow: hidden; 
  width: 670px;
}

.topNaviagationLink
{
text-align:center;
position:relative;
margin-top:30px;
font-size:16px;
margin-left:-10px;
width:121px;
height: 35px;
line-height: 35px;
float:left;
color:#FFFFFF;
font-family:"Adobe Garamond Pro Bold", Georgia, "Times New Roman", Times, serif;
}


.topNaviagationLink a
{
text-decoration:none;
color:#FFFFFF;
margin-bottom:0px;
}

.topNaviagationLink a:hover
{
text-align:center;
color:#FF6666;
display: block;
width:121px;
height: 35px;
line-height: 35px;
background-image:url();
border-bottom:none;
}

#mainPicture
{
margin-top:10px;
width:670px;
height:100px;
background-color:#000000;
}

#mainPicture .picture
{
position:relative;

width:650px;
height:80px;
top:10px;
margin-left:10px;
background-image:url();
background-color:#FFFFFF;
background-repeat:repeat-x;
}

#headerTitle
{
position:relative;
top:14px;
left:22px;
font-size:22px;
color:#009999;
font-family:"Adobe Garamond Pro Bold", Georgia, "Times New Roman", Times, serif;
}

#headerSubtext
{
position:relative;
top:12px;
left:75px;
font-size:27px;
color:#787878;
font-family:"Adobe Garamond Pro Bold", Georgia, "Times New Roman", Times, serif;
}

#headerSubtext2
{
position:relative;
top:12px;
left:0px;
font-size:27px;
color:#FFFFFF;
font-family:"Adobe Garamond Pro Bold", Georgia, "Times New Roman", Times, serif;
}


.contentBox
{
margin-top:10px;
width:880px;
height:1620px;
background-color:#000000;
}

.contentBox .innerBox
{
position:relative;

width:860px;
height:1600px;
top:10px;
margin-left:10px;
background-image:url();
background-color:#FFFFFF;
background-repeat:repeat-x;
}

h1
{
text-align:center;
font-size:30px;
margin-bottom:10px;
padding-top:18px;
margin-left:15px;
margin-top:15px;
color:#1F1603;
}

.contentText
{
text-align:center;
font-size:20px;
line-height:24px;
padding-top:18px;
margin-left:33px;
margin-right:13px;
}

.contentText2
{
font-size:15px;
line-height:24px;
margin-left:43px;
margin-right:13px;
}

ul.enlarge{
list-style-type:none; /*remove the bullet point*/
margin-left:0;
}
ul.enlarge li{
display:inline-block; /*places the images in a line*/
position: relative;
z-index: 0; /*resets the stack order of the list items - later we'll increase this*/
margin:10px 40px 0 20px;
}
ul.enlarge span{
position:absolute;
left: -9999px;
background-color:#000000;
padding: 10px;
font-family: 'Droid Sans', sans-serif;
font-size:.9em;
text-align: center;
color: #787878;
-webkit-box-shadow: 0 0 20px rgba(0,0,0, .75));
-moz-box-shadow: 0 0 20px rgba(0,0,0, .75);
box-shadow: 0 0 20px rgba(0,0,0, .75);
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius:8px;
}
ul.enlarge li:hover{
z-index: 50;
cursor:pointer;
}
ul.enlarge span img{
padding:2px;
background:#ccc;
}
ul.enlarge li:hover span{
bottom: -259px; /*the distance from the bottom of the thumbnail to the top of the popup image*/
left: 20px; /*distance from the left of the thumbnail to the left of the popup image*/
}
ul.enlarge li:hover:nth-child(2) span{
left: -100px;
}
ul.enlarge li:hover:nth-child(3) span{
left: -200px;
}






ul.enlarge2{
list-style-type:none; /*remove the bullet point*/
margin-left:0;
}
ul.enlarge2 li{
display:inline-block; /*places the images in a line*/
position: relative;
z-index: 0; /*resets the stack order of the list items - later we'll increase this*/
margin:10px 40px 0 20px;
}
ul.enlarge2 span{
position:absolute;
left: -9999px;
background-color:#000000;
padding: 10px;
font-family: 'Droid Sans', sans-serif;
font-size:.9em;
text-align: center;
color: #787878;
-webkit-box-shadow: 0 0 20px rgba(0,0,0, .75));
-moz-box-shadow: 0 0 20px rgba(0,0,0, .75);
box-shadow: 0 0 20px rgba(0,0,0, .75);
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius:8px;
}
ul.enlarge2 li:hover{
z-index: 50;
cursor:pointer;
}
ul.enlarge2 span img{
padding:2px;
background:#ccc;
}
ul.enlarge2 li:hover span{
top: -500px; /*the distance from the bottom of the thumbnail to the top of the popup image*/
left: 20px; /*distance from the left of the thumbnail to the left of the popup image*/
}
ul.enlarge2 li:hover:nth-child(2) span{
left: -100px;
}
ul.enlarge2 li:hover:nth-child(3) span{
left: -200px;
}

h4
{
text-decoration:none;
font-size:9px;
}

a
{
color:#484848;
border-bottom:dotted 1px;
}

a:hover
{
color:#FF6633;
text-decoration:none;
border-bottom:dotted 2px;
}
a:visited
{
color:#ffffff;

}


blockquote {
	font-size:12px;
	text-align:justify;
	width:400px;
	color:#000000;
	padding:15px;
	margin:10px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(blockquote.png);
	background-repeat:no-repeat;
	border:dashed 1px;
	border-color:#484848;
}

html, body {
text-align: center;
}
p {text-align: left;}


