/* Generics */

body 
{
    margin: 0px;
    padding: 0px;

    font-family: Arial, Verdana, Helvetica;
	font-size: 62.5%; /* 1em = 10px */
}

form
{
	padding: 0px;
	margin: 0px;
}

h1
{
	display: none;
}

#container
{
    margin: 10px auto 0px auto;
	width: 980px;
	display: block;
	clear: both;
}

#content
{
	margin: 0px 0px 0px 0px;
	width: 790px;
	float: left;
	display:block;
}

.errorMessage
{
	border: solid 1px #CCCCCC;
	padding: 5px 5px 5px 30px;
	float: left;
	display: block;
	width: 753px;
	background: url(../images/alert.gif) no-repeat 5px 5px #FFFFC6;
	font-size: 1.2em;
	margin: 0px 0px 10px 0px;
}

.stdTable
{
	border-top: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	font-size: 1.3em;
	clear: left;
}

.stdTable th
{
	padding: 3px 5px 3px 5px;
	background: #CFDBB9;
	color: #006600;
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	text-align: left;
}

.stdTable td
{
	padding: 3px;
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
}
 
.altRow td
{
	background: #f5f5f5;
}

.editRow td
{
	background: #FFFFC6;
}

/* Header */

h2
{
    font-size: 2.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-bottom: solid 1px #C5C5C5;
	padding: 8px 0px 8px 0px;
	margin: 0px 0px 10px 0px;
}

#header
{
	width: 980px;
	margin: 0px auto 0px auto;
	display:block;
}

#header img
{
	border: none;
	margin:0;
	padding:28px 0 0 5px;;
	behavior: url(iepngfix.htc);
	float: left;
	display: block;
}


#headerContainer 
{
    height: 100px;
    width: 100%;
    margin: 0px;
    padding: 0px;
	display: block;
	background:url(../images/header_bg.png) repeat-x top;
}


#headerContact
{
	padding: 30px 10px 20px 15px;
	height: 50px;
	width: 217px;
	float: right;
	display: block;
	background: url(../images/header_contact.png) no-repeat;
	behavior: url(iepngfix.htc);
}

#headerContact strong
{
	font-size: 1.4em;
}
#headerContact a
{
	font-size: 1.3em;
}


/* Menu */

#navigation
{
	margin: 0px 10px 10px 0px;
	padding: 0px;
	background: #F5821F;
	width: 180px;
	float: left;
	display:block;
}

#navigation li
{
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px;
	border: none;
	font-weight: bold;
}

#navigation a
{
	padding: 8px;
	margin: 0px;
	display: block;
	font-size: 1.3em;
	border-bottom: dotted 1px #F8AB69;
	text-decoration: none;
	color: #FFF;
}
#navigation a:hover
{
	text-decoration: underline;
	background:#FF9437;
}
#navigation .last
{
	border-bottom: none;
}


/* Footer */

#footer
{
    width: 980px;
	margin: 0px auto 0px auto;
	display:block;
	text-align: center;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
	background: url(../images/footer-bg.gif) no-repeat top;
	height: 25px;
}

#footer a
{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
}

#footerContainer 
{
    height: 40px;
    width: 100%;
    margin: 10px 0px 10px 0px;
    padding: 0px;
	display: block;
	float: left;
}


.pageTurner
{
	width: 780px;
	float: left;
	display: block;
	padding: 10px 0px 10px 5px;
	font-size: 1.3em;
}

.pageTurner a
{
	padding: 3px 5px 3px 5px;
	margin: 0px 5px 0px 0px;
	background: #F5821F;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}

.pageTurner a:hover
{
	background: #FF9437;
	padding: 3px 5px 3px 5px;
	margin: 0px 5px 0px 0px;
	text-decoration: none;
}

.pageTurner span
{
	font-weight:bold;
	padding: 3px 5px 3px 5px;
	margin: 0px 5px 0px 0px;
	color: #FFF;
	background: #C0C0C0;
}


/* Gallery */

.largeImage
{
	float: left;
	display: block;
	border: solid 4px #DCDCDC;
}

.thumbnailDiv
{
	float:left;
	display: block;
	width: 185px;
	height: 185px;
	border-right: dotted 1px #CCCCCC;
	text-align: center;
	padding: 5px;
}

.thumbnailDiv img
{
	border: none;
	margin: 0px 0px 5px 0px;
}

p.imageDescPara
{
	float: left;
	display: block;
	width: 100%;
	font-size: 1.2em;
	border-left: solid 4px #DCDCDC;
	padding: 10px;
	margin: 10px 0px 10px 0px;
}

.imageNav
{
	float: left;
	display: block;
}

a.nextImage
{
	color: #F68121;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.2em;
	float: left;
	display: block;
	margin: 5px 0px 0px 0px;
	padding: 20px 40px 20px 20px;
	background: url(../images/arrow-next.gif) no-repeat center right;
}
a.nextImage:hover
{
	text-decoration: underline;
}
a.nextImage:visited
{
	color: #F68121;
}

a.prevImage
{
	color: #F68121;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.2em;
	float: left;
	display: block;
	margin: 5px 0px 0px 0px;
	padding: 20px 20px 20px 40px;
	background: url(../images/arrow-prev.gif) no-repeat center left;
}
a.prevImage:hover
{
	text-decoration: underline;
}
a.prevImage:visited
{
	color: #F68121;
}

a.backGallery
{
	color: #F68121;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.2em;
	float: left;
	display: block;
	margin: 5px 15px 0px 15px;
	padding: 20px 20px 20px 55px;
	background: url(../images/arrow-back.gif) no-repeat center left;
}
a.backGallery:hover
{
	text-decoration: underline;
}
a.backGallery:visited
{
	color: #F68121;
}

/* Homepage */
.hpLeft
{
	font-size: 1.2em;
	float: left;
	display: block;
	width: 420px;
	margin: 0px 0px 0px 0px;
}

.hpLeft p
{
	margin: 0px 0px 15px 0px;
	line-height: 1.6em;
}
.hpRight
{
	font-size: 1.2em;
	float: left;
	display: block;
	width: 370px;
	text-align: right;
}

.fscBox
{
	border-top: solid 1px #CCCCCC;
	width: 420px;
	padding: 10px 0px 0px 0px;
	font-size: 0.8em;
	color: #666666;
}

.fscBox img
{
	margin: 0px 10px 0px 0px;
}
