/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    SET UP
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
/* mac hide\*/
html, body
{
    height: 100%;
    color:black;
}
/* end hide */

body
{
    padding: 0;
    margin: 0;
    text-align: center;
    min-width: 935px; /* for mozilla*/
    background-color: #333333;
    background-repeat:repeat-x;
    font-size: 80%;
    font-family: Arial, Verdana;
}

H1
{
    color:#f76310;
    font-size:150%;
    margin-bottom:10px;
    margin-top:0px;
}

H2
{
    color:black;
    font-size:120%;
    margin-bottom:10px;
}

#outer
{
    /*height: 100%;
    min-height: 100%;*/
    width: 935px;
    background-color: white;
    text-align: left;
    margin: auto;
    position: relative;
    margin-top:0px;
}

html > body #outer
{
    height: auto;
}

A, A:Visited, A:Active
{
    color:#f76310;
    text-decoration:none;
}

A:Hover
{
    color:black;
    text-decoration:none;
}

IMG
{
    border:0;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    HEADER
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#header
{
    position: absolute;
    top: 0;
    left: 0px;
    width: 935px;
    height: 200px;
    color: black;
    z-index: 100;
    background-color:white;
    xborder:black 1px solid
}

#logo
{
    position: absolute;
    left: 20px;
    top: 15px;
}

#header_top
{
    position: absolute;
    right: -1px;
    top: 0px;
    text-align:right;
}

#top_left_corner
{
    position: absolute;
    left: 0px;
    top: 0px;
}


#header_logos
{
    position: absolute;
    right: 20px;
    top: 35px;
}

#header_logos IMG
{
    margin-left:80px;
}

#headertext
{
    position: absolute;
    left: 25px;
    top: 105px;
    color:#e77817;
    font-size:125%;
    text-align:right;
    line-height:25px;
    font-weight:bold
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    HEADER MENU
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#headermenu
{
    position: absolute;
    width: 100%;
    bottom: 0px;
    color:White;
    background-color:white;
}

.toolbar
{
    width:100%;
    background-image:url(../images/toobar-off-bg.gif);
    background-repeat:repeat-x;
    border-top:solid 3px white;
    border-bottom:solid 3px white;
}

.toolbar
{
    height:28px;
}


/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    LEFT
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#left
{
    position: relative; /*ie needs this to show float */
    float: left;
    width: 481px;
    padding-left:25px;
    padding-right:40px;
    margin-top: 220px; /*needed to make room for header*/
    margin-bottom: 50px; /* needed to make room for footer */
    line-height:24px;
    text-align:justify;
    /*border:solid 1px black;*/
    background-color:white;
    
}


#left p
{
    color: black;
}


/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   RIGHT
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#right
{
    position: relative; /*ie needs this to show float */
    float: right;
    width: 300px;
    margin-top: 220px; /*needed to make room for header*/
    margin-bottom: 50px; /* needed to make room for footer */
    padding-right:25px;
    /*border:solid 1px black;*/
    line-height:24px;
    background-color:white;
    padding-left:28px;
}

#right TD
{
    font-size:80%;
    line-height:24px;
}

#righttitle
{
    padding-top: 48px;
    padding-bottom: 32px;
    padding-left:20px;

}

#rightphoto
{
    padding-top: 108px;
    padding-bottom: 32px;

}

#right A, #right A:Active, #right A:Visited
{
    font-weight:bold;
}


.linespacer
{
    position:absolute;
    left:-35px;
}


/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    LEFT FULL
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#leftfull
{
    position: relative; /*ie needs this to show float */
    float: left;
    width:870px;
    padding-left:25px;
    padding-right:40px;
    /*margin-left:40px;
    margin-right:40px;*/
    margin-top: 220px; /*needed to make room for header*/
    margin-bottom: 50px; /* needed to make room for footer */
    line-height:24px;
    text-align:justify;
    background-color:white;
    /*padding-left:40px;
    border:solid 1px black;*/
}

#leftfull p
{
    color: black;
}

#leftfull TABLE
{
    /*margin-left:40px;*/
}

#leftfull TD
{
    font-size:100%;
    line-height:25px;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   FORMS
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
INPUT
{
    border:solid 1px #7f9db9;
}


.required
{
    color:Red;
}

.button
{
    color:White;
    background-color:black;
    width:200px;
    height:30px;
    border:solid 1px black;
}

TEXTAREA
{
    font-size:100%;
    border:solid 1px #7f9db9;
    width:200px;
    height:150px;
    font-family:Arial;
}

.register .left
{
    text-align: right;
    vertical-align: text-top;
    padding:8px;
    width:250px;
}

.register .right
{
    text-align: left;
    padding:8px;
}


/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   FOOTER
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#footer
{
    position: relative;
    margin: auto;
    width: 935px;
    height: 38px;
    bottom: 0px;
    clear: both;
    margin-bottom: -50px;
    background-color:black;
    font-size:100%;
    border-top:0;
    text-align:center;
}

#footerleft
{
    margin-left: 20px;
    margin-top: 13px;
    float: left;
    font-weight: bold;
    color: white;
}

#footerright
{
    margin-right: 20px;
    margin-top: 13px;
    float: right;
    font-weight: bold;
    color: white;
}

#clearfooter
{
    width: 100%;
    height: 50px;
    clear: both;
}


/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   NEWS
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#NewsHeader
{
	color: white;
	font-weight: bold;
	background-color: #999999;
}

#NewsMain
{
	vertical-align:top;
	background-color:#e7e7e7;
	padding:5px;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   GENERAL STYLING
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
div, p
{
    margin-top: 0;
}

.small
{
    font-size:80%;    
}

.back
{
    position:absolute;
    right:0px;
    top:0px;
}

.redtext
{
    color:red;
}

.contact
{
    font-size:100%;
    line-height:25px;
}

.img-right
{
    float:right;
    margin-left:20px;
    margin-bottom:10px;
    margin-top:5px;
}

.img-left
{
    float:left;
    margin-right:20px;
    margin-bottom:10px;
    margin-top:10px;
}

.rightalign
{
    float:right;
}


.maintable .tableheading
{
    background-color:#cc6633;
    color:White;
    font-weight:bold;
    padding:4px;
}

.maintable TD
{
    vertical-align:top;
    text-align: left;
    padding:10px;
    background-color:#dadada;
}

.main_flash
{
    float:right;
    margin-left:10px;
    margin-top:-10px;
}

.openinghours
{
    padding-left:150px;
}

.gallery
{
    float:left;
    padding:20px;
}



.TableHeader
{
    background-color: #999999;
}

.TableContent
{
    background-color:#e7e7e7;
}




/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   DROPDOWN MENU
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/

#sddm
{	z-index: 30;
	border: 0px;
	width: 100%;
	padding: 0px;
	text-align: left;
	margin:0;
}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}



#sddm li a:hover
{	
    background-color: #FF9C00;
}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background-color:black;
	border: 1px solid black
}

#sddm div a
{	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background-color:black;
	color: white;
	font: 11px arial;
}

#sddm div a:hover
{	background: #FF9C00;
	color: white;
}
