/* AtlanticRock Style Sheet */
/* Website by Rock Design */
/* Author: IBé */


a {
        color:#0066FF
        text-decoration:none;
        font-weight:lighter;
}

H1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

H2 {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

H3 {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a img {
        border: none;
}

img {}



a:hover {
        color:#FFFF00;
        text-decoration:none;
}



blockquote {
        border-left: 5px solid #ccc;
        margin-left: 1.5em;
        padding-left: 5px;
}


body {
		Background: url(images/background.jpg) repeat 0 0 #fff;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
}

.menu {
	Background:#000; /*+++++ url(images/default.jpg) no-repeat 0 0 #fff; +++++*/
	font-family:Calibri;
	font-size: 12px;
	color:#FFFF00;
}

.menu:hover {
	color:#FF0000
    text-decoration:none;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.highlight {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FFFFFF;
}

.bodystyle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
}

.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000
}

.medium {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.big {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

.xbig {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
}

.expanded {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}

.justified {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ffffff;
}

.alert {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FF0000
}

.box1 {
	padding: 2px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: black;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
