/*CSS document for Brainworks
*/
p {
	font-size: 1.2em;


	line-height: 1
.;
	line-height: 1.2;
}
h1 {
	font-size: 2.4em;
}
h2 {
	font-size:2em;
}
h3 {
	font-size:1.6em;
}
h4 {
	font-size:1.4em;
	font-style: normal;
	font-weight: normal;
}
h5 {font-size:1.2em;}
h6 {font-size:.9em;}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #29298F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-repeat: repeat;
	background-color: #FFFFFF;
	background-image: url(../images/brainworks_bg_logo.png);
	line-height: 1;
}
#container {
	width: 750px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #000066;
} 


#mainContent {
	padding-left: 20px;
	background-color: #FFFFFF;
	clear: left;
	float: left;
	width: 515px;
	margin: 20px 0px 0px 0px;
} 
#header {
	margin-top: 15px;
	height: 133px;
	margin-right: 0px;
	background-color: #FFFFFF;
	color: #29298F;
	text-align: right;
	padding: 0px 21px 0px 15px;
	margin-bottom: 15px;
} 
#header a {
	color: #29298F;
	text-decoration: none;
}
#header    a:hover,a:visited   {
	text-decoration: underline;
	color: #29298F;
}
#navigation {
	width: 165px;
	float: right;
	font-size: 1.4em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigation  ul a {
	padding: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	width: 150px;
	color: #29298F;
	text-decoration: none;
	border: 1px solid #29298F;
}
#navigation   ul  a:link, #navigation  ul a:visited {
	color: #29298F;
	background-color: #70A3D6;
}
#navigation     ul  a:hover,  #navigation    .current  ul a {
	color: #70A3D6;
	background-color: #29298F;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #70A3D6;
	border-bottom-color: #70A3D6;
}
.workshop {
	text-align: center;
}

#footer {
	text-align: center;
	font-size: 0.9em;
	color: #29298F;
	margin: 0 0 10px 0;
	padding: 20px 0;
	line-height: 1.5;
} 
#footer a {
	color: #29298F;
}
#footer a:hover {
	color: #0000FF;
	text-decoration: underline;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*Span used to block image on contact page*/
span {
	display:none;
}
img {
	border-style: none;
}

.post_it {
	top: 10px;
	position: relative;
	float: left;
	left: 75px;
}
.workshop ul li {
	text-align: left;
}
#ses_contact li {
	margin-bottom: 10px;
}

