/* basic structures 
	#background: #111 url('../images/bg/gradient1.gif') top left repeat-x;
*/

body {
	color: #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 1em;
	background: #eee;
}

#fullpage {
	width: 1000px;
	min-height: 768px;
	background: #ddd;
	margin: 0 auto;
	padding: 0 0;
}

#fullpage1 {
	width: 1000px;
	min-height: 768px;
	background: #ddd url('../images/embossedlogo.jpg') 620px 90px no-repeat;
	margin: 0 auto;
	padding: 0 0;
}

#bottom {
margin: 0; padding: 0;
background: #888;
}

/* navigation */

#navbar {
	width: 100%;
	height: 25px;
	background: #00a29b;
	text-align: left;
	margin: 0;
}
.navbox {
	margin: 0px 25px;
	height: 15px;
}
.navlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: white;
	}

/* basic content elements */

.embossed
﻿{ 
background: url('../images/embossedlogo.jpg');
}

﻿/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

.content
{
	margin: 0 0px;
}

.content a
{
	color: #fff;
}

.content p.linkage
{
	margin-top: 2em;
	text-align: right;
	font-size: 1.7em;
	color: #ddd;
}

.content p.linkage a { color: #fff; }

/*.content p.linkage a
{
	color: #fff;
	background: url('../images/bg/biglink_off.gif') center right no-repeat;
	padding: 10px 20px;
	text-decoration: none;
}

.content p.linkage a:hover
{
	background: url('../images/bg/biglink_on.gif') center right no-repeat;
	font-style: italic;
}*/

/* 1-column layout */
.content1 { padding: 0; margin: 0; width: 100%; }
.content1 .col1 { width: 780px; margin: 0 0 0 200px; padding: 0; border: 0px solid black; }

/* 2-column layout 
.content2 { padding: 0; margin: 0; width: 100%; }
.content2 .col1 { width: 400px; margin: 0 0 0 200px; padding: 0; float: left; border: 0px solid black; }
.content2 .col2 { width: 400px; margin: 0; padding: 0; float: left; border: 0px solid black; }

.col2box { margin: 25px 10px; }

*/


/* 2-column asymmetrical layout */
.content2 { padding: 0; margin: 0; width: 100%; }
.content2 .col1 { width: 500px; margin: 0 0 0 50px; padding: 0; float: left; border: 0px solid black; }
.content2 .col2 { width: 420px; margin: 0; padding: 0; float: left; border: 0px solid black; }

.col2box { margin: 25px 10px; }


/* 3-column layout */
.content3 { padding: 0; margin: 0; width: 100%; }
.content3 .col1 { width: 333px; margin: 0; padding: 0; float: left; border: 0px solid black; }
.content3 .col2 { width: 334px; margin: 0; padding: 0; float: left; border: 0px solid black; }
.content3 .col3 { width: 333px; margin: 0; padding: 0; float: left; border: 0px solid black; }

.col3box { margin: 25px 10px; }

/* slideshow defined by id=myGallery */

#myGallery
{
	width: 1000px;
	height: 350px;
	text-align: left;
	margin: 0 0;
	padding: 0 0;
	border: 0;
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 80px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 125%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 100%;
	margin: 2px 5px;
	color: #eee;
}



/* basic text elements */

h1, h2, h3, h4, h5, h6, h7
{ font-family: Georgia, Times New Roman, serif;
  color: #666; }

h1 { font-size: 3em; }
h2 { font-size: 2.5em; }
h3 { font-size: 2em; }
h4 { font-size: 1.5em; }

p, ul, ol, li, a
{ font-family: Verdana, Arial, Helvetica, sans-serif; 
  color: #000; font-size: 0.92em; }
p.dcap:first-letter {float: left; font-size: 350%;}

a, a:visited, a:active {
text-decoration: none;
}
 a:hover {
 text-decoration: underlined;
 }

/* basic alignment & properties */

.fl { float: left; }
.flmargins { margin: 0 12.5px 12.5px 0 ; }
.centered { text-align: center; }
.textl { text-align: left; }
.lighttext { color: #555; }
.reversedtext {color: #fff; }
.smalltext {font-size: 0.75em;}
.gap { margin: 25px 0 0 0; }
.nbox { padding: 10px 25px 10px 25px; }
.box { margin: 25px 25px 25px 25px; }
.sbox { margin: 1px; }
.dark { background: #ccc; }
.darker { background: #bbb; }
.gallerypix { margin: 3px; }

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    Colorbox User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(../images/colorbox/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(../images/colorbox/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(../images/colorbox/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../images/colorbox/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(../images/colorbox/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(../images/colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../images/colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../images/colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../images/colorbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#eee; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(../images/colorbox/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../images/colorbox/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(../images/colorbox/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../images/colorbox/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../images/colorbox/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}


