/* Custom fonts */
@font-face {
    font-family: 'PetitaBold';
    src: url('PetitaBold.eot');
    src: url('PetitaBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Coolvetica';
    src: url('CoolveticaRg.eot');
    src: url('CoolveticaRg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CenturySchoolbook';
    src: url('CenturySchoolbook.eot');
    src: url('CenturySchoolbook.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    height: 100%;
}

div:focus {
	border: 0px;
}

/* The body and outer container */ 
body {
    height: 100%;
	margin: 0;
	padding: 0;
	color: #5B777D;
	background-color: #fff;
	font-family: 'PetitaBold', Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

#stage {
}

#container {
	width:100%;
	height:100%;
	min-width: 1050px;
}
 
/* The header */ 
#header {
	width:100%;
	min-width: 800px;
	max-width: 800px;
	background: #fff;
	margin: 0px auto;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 150px;
	height: 82px;
}

#logo {
	display: block;
	width: 82px;
	height: 82px;
	border: none;
	float: left;
}

#logo a image { border: none; }

#dottedline {
	background-image: url('../images/dot.jpg');
	background-repeat: repeat-x;
	background-position: center;
	height: 82px;
	margin-left: 100px;
	margin-right: 20px;
}

#logotext {
	float: left;
	line-height: 1.6em;
	margin-top: 19px;
	margin-left: -2px;
}

/* The menu */
#menu {
	font-size: 0.8em;
	letter-spacing: .100em;	
	color: #8b655d;
	float: right;
	margin-top: 22px;
}
#submenu {
	font-size: 0.75em;
	letter-spacing: .100em;	
	color: #8b655d;
	float: right;
	margin-top: 14px;
}
#menu a img, #submenu a img{
	display: block;
	border: none;
}

.menuitem , .selectedmenuitem { 
	float: left; 
	padding-left:41px; 
}
.submenuitem , .selectedsubmenuitem { 
	float: left; 
	padding-left:23px; 
}
.menuitem a:link, .submenuitem a:link { text-decoration: none; color:#8b655d; }
.menuitem a:visited, .submenuitem a:visited { text-decoration: none; color:#8b655d; }
.menuitem a:active, .submenuitem a:active { text-decoration: none; color:#8b655d; }
.menuitem a:hover, .submenuitem a:hover { color:#ee1552; }

.selectedmenuitem a:link, .selectedsubmenuitem a:link { text-decoration: none; color:#ee1552; }
.selectedmenuitem a:visited, .selectedsubmenuitem a:visited { text-decoration: none; color:#ee1552; }
.selectedmenuitem a:active, .selectedsubmenuitem a:active { text-decoration: none; color:#ee1552; }
.selectedmenuitem a:hover, .selectedsubmenuitem a:hover { color:#ee1552; }


 /* The footer */ 
#footer {
	width:100%;
	min-width: 800px;
	max-width: 800px;
	background: #fff;
	margin: 20px auto;
	padding-left: 0px;
	padding-right: 150px;
	height: 22px;	
}
#footerreturn{
	float: left;
	margin-left: 8px;
}
#footertext {
	font-size: 0.6em;
	letter-spacing: .135em;	
	color: #c6b6b3;
	float: right;
	margin-right: 10px;
	margin-top: 5px;
}

#page {
	width:100%;
	min-width: 800px;
	max-width: 800px;
	color: #303e41;
	background: #fff;
	margin: 20px auto;
	padding-left: 0px;
	padding-right: 150px;
}

/* Classes */
.clear {
	clear: both;
}