/* GLOBAL */

body {
	background-color: #000;
	background-image:url(../../media/img/layout/bg.png);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	/*font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#665A63;
	font-size:16px;
}
html {
	height:100%;
}

/* COMMON LAYOUT */

#wrapper {
	min-height:100%;
	overflow:hidden;
	background:url(../../media/img/layout/bggrad.png) bottom repeat-x;
}

#logo {
	overflow:hidden;
	text-indent:-9999px;
	width:507px;
	height:193px;
	background:url(../../media/img/layout/logo.png) no-repeat;
	margin:auto;
}

#nav {
	width:619px;
	margin:-12px auto 0 auto;
	padding:0;
	height:44px;
	
}
#nav ul {
	list-style:none;
	margin:0;
	padding:0;
}
#nav li {
	float:left;
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
}
#nav a {
	display:block;
	padding:0 2px;
	height:44px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../../media/img/layout/nav.png) no-repeat;
	outline:none;
}
#nav a, #nav a:link, #nav a:visited { color:#F2CA4A; text-decoration:none; }
#nav a:hover { color:#FFFFFF; }

#nav ul ul { /* drop downs */
	float:none;
	width:auto;
	position:absolute;
	background:#000;/*IE7 hack */
	background:rgba(0,0,0,.75);
	left:-9999px;
	padding:0;
	margin-top:-10px;
}
#nav ul ul li {
	float:none;
	display:block;
	margin:5px;
}
#nav ul ul a {
	font-size:14px;
	font-style:italic;
	text-indent:0;
	white-space:nowrap;
	background:none;
	height:auto;
}
#nav li:hover ul {
	left:0;
}

#nav a.home { width:72px; background-position:0 0; }
#nav a.home:hover, #home a.home { background-position:0 -44px; }

#nav a.company { width:88px; background-position:-74px 0; }
#nav a.company:hover, #company a.company { background-position:-74px -44px; }

#nav a.classes { width:74px; background-position:-164px 0; }
#nav a.classes:hover, #classes a.classes { background-position:-164px -44px; }

#nav a.events { width:70px; background-position:-240px 0; }
#nav a.events:hover, #events a.events { background-position:-240px -44px; }

#nav a.registration { width:120px; background-position:-312px 0; }
#nav a.registration:hover, #registration a.registration { background-position:-312px -44px; }

#nav a.contact { width:78px; background-position:-434px 0; }
#nav a.contact:hover, #contact a.contact { background-position:-434px -44px; }

#nav a.etiquette { width:89px; background-position:-514px 0; }
#nav a.etiquette:hover, #etiquette a.etiquette { background-position:-514px -44px; }

#footer {
	color:#595135;
	font-style:italic;
	font-size:14px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:20px 0;
}

/* COMMON STYLES */

p, li {
	line-height:1.4em;
}

p.paragraph {
	text-indent: 1.5em;
}

div.hrule {
	width:627px;
	height:30px;
	background:url(../../media/img/layout/hrule.png) no-repeat;
	margin:auto;
}

h1 {
	color:#723964;
	font-size:36px;
	font-weight:normal;
	font-weight:bold;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

h2 {
	color:#723964;
	font-size:28px;
	font-weight:bold;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

h2.ribbon{
	width:472px;
	height:52px;
	font-size:16px;
	font-weight:bold;
	line-height:36px;
	padding-left:71px;
	margin-left:-69px;
	text-shadow: 0px 1px  0px  rgba(255,255,255,0.65);
	-moz-text-shadow: 0px 1px  0px  rgba(255,255,255,0.65);
	-webkit-text-shadow: 0px 1px  0px  rgba(255,255,255,0.65);
}
h2.yellow-ribbon {
	color:#46320A;
	background:url(../../media/img/layout/ribbon-yellow.png) no-repeat;
}
h2.red-ribbon {
	color:#2D123F;
	background:url(../../media/img/layout/ribbon-red.png) no-repeat;
}

.hilite {
	color:#723964;
}
.dark-brown {
	color:#46320A;
}
.dark-purple {
	color:#2C123F;
}
.error {
	color:#CC0000;
}

ul, li {
	list-style-image:url(../../media/img/layout/bullet2.png);
}

li {
	margin:1em 0;
}

a, a:link {
	color:#BF658F;
}
a:hover {
	text-decoration:none;
}
a:visited {
	color:#BF4565;
}