@charset "UTF-8";
/* CSS Document */

body {
	background: #2e2e2e url(../images/headerBgTile.jpg) 0 0 repeat-x;
	margin:0;
	padding:0;
}

a {
	color:#00aeef;
	text-decoration:underline;
}

a:hover {
	color:#00aeef;
	text-decoration:none;
}

div#container {
	text-align:center;
	
	/*font-family:"Lucida Grande",Arial, sasn-serif;*/
font-family:"Courier New", Courier, monospace;
	font-size:14px;
	line-height:22px;
	color:#fff;
	
	
}

:focus
{
  -moz-outline-style: none;  /* removed dotted line on firefox links */
}

div#layout {
	width:962px;
	text-align:left;
	margin:0 auto;

}

div#header {
	height:279px;
	
}

div#header div#layout {
	text-align:center;
	height:279px;
	background: url(../images/headerBg.jpg) no-repeat;
	padding-top:52px;
	
}

div#header div#layout h1 {
	
	text-indent:-3000px;
	display:block;
	width:453px;
	height:67px;
	background: url(../images/h1StoryCoach.gif) no-repeat;
	margin:0 auto 50px auto;
	
}

/* TOP MENU */

div#topnav ul {
	margin:0;
	padding:0;
	list-style:none;
}

div#topnav li {
	float:left;
}

div#topnav li a#menuAbout  {
	display:block;
	width:203px;
	height:110px;
	background: url(../images/navAbout.gif) 0 0 no-repeat;
	text-indent:-3000px;
}

div#topnav li a#menuAbout:hover  {
	background-position:0 -110px;
}

div#topnav li a#menuAbout.on {
	background-position:0 -220px;
}

div#topnav li a#menuServices  {
	display:block;
	width:185px;
	height:110px;
	background: url(../images/navServices.gif) 0 0 no-repeat;
	text-indent:-3000px;
}

div#topnav li a#menuServices:hover  {
	background-position:0 -110px;
}

div#topnav li a#menuServices.on {
	background-position:0 -220px;
}

div#topnav li a#menuWorkshops  {
	display:block;
	width:195px;
	height:110px;
	background: url(../images/navWorkshops.gif) 0 0 no-repeat;
	text-indent:-3000px;
}

div#topnav li a#menuWorkshops:hover  {
	background-position:0 -110px;
}

div#topnav li a#menuWorkshops.on {
	background-position:0 -220px;
}

div#topnav li a#menuLinks  {
	display:block;
	width:175px;
	height:110px;
	background: url(../images/navLinks.gif) 0 0 no-repeat;
	text-indent:-3000px;
}

div#topnav li a#menuLinks:hover  {
	background-position:0 -110px;
}

div#topnav li a#menuLinks.on {
	background-position:0 -220px;
}

div#topnav li a#menuContact  {
	display:block;
	width:203px;
	height:110px;
	background: url(../images/navContact.gif) 0 0 no-repeat;
	text-indent:-3000px;
}

div#topnav li a#menuContact:hover  {
	background-position:0 -110px;
}

div#topnav li a#menuContact.on {
	background-position:0 -220px;
}


div#content {
	padding:76px 158px 40px 162px;
	background: url(../images/keyboardBg.gif) 50% 0 no-repeat;
	min-height:574px;
	
}

div#content h2 {
	margin:0;
	padding:0;
	text-transform:uppercase;
	color:#fff;
	font-size:30px;
	font-weight:normal;
	margin-bottom:46px;
}

div#content h3 {
font-size:22px;
letter-spacing:.1em;
margin:0;
padding:0;
background-color:#1f1f1f;
color:#fff;
padding:10px;
}

div#content h4 {
font-size:16px;
letter-spacing:.1em;
line-height:18px;
margin:30px 0 6px 0;
padding:0 0 0 6px;
border-left:12px solid #a41114;
}

div#footer {
	text-align:right;
	font-size:9px;
	color:#969696;
	padding:0 20px;
}

div#footer a {
	
	color:#969696;
	
}

blockquote.home {
font-size:25px;
line-height:30px;
font-style:italic;
font-family:"Courier New", Courier, monospace
margin-top:30px;
overflow:hidden;
}

blockquote.home span {
display:block;
clear:both;
font-size:18px;
text-transform:uppercase;
font-style:normal;
float:right;
}

form.workshops {
width:180px;
text-align:center;
margin:0;
padding:15px;

float:right;
}

form.workshops select {
margin:0;
padding:0;
margin-bottom:4px;
}


