@charset "UTF-8";

html {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', "Myriad Pro", Helvetica, Arial, Verdana, sans-serif;
	color: #555;
	font-size: 1.2em;
}

#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#leftpane {
	display: inline-block;
	vertical-align: top;
}

#titlebox {
	display: inline-block;
	width: 250px;
	height: 141px;
	padding: 30px 30px 30px 30px;
	background-color: #408;
}

#rightpane {
	display: inline-block;
}

p {
	line-height: 1.4em;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 1.1em;
}

h1, h2, h3, h4 {
	color: white;
	letter-spacing: -0.25px;
	font-weight: bold;
	padding: 0 0 1px;
	margin: 0;

}

h1 { font-size: 2.05em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.25em; }
h4 { font-size: 1.05em; }

a {	color: #E5620A; }
a:hover { color: #E5620A; }
a:focus { outline: none; }

img a { color: none; }

.blueTxt { color: #1157D5; }
.vBottom { vertical-align: bottom; }
.dropShadow {
	box-shadow: 6px 7px 11px grey;
	border: solid 1px #EEE;
	border-radius: 15px;
}

table {
	width: 100%;
	text-align: left;
}

th {
	padding: 6px 8px;
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow:-1px -1px #0f4ab8;
	background-image: -webkit-linear-gradient(top,#4D90FE,#1157D5);
	background-image: -moz-linear-gradient(top,#4D90FE,#1157D5);
	background-image: -ms-linear-gradient(top,#4D90FE,#1157D5);
	background-image: -o-linear-gradient(top,#4D90FE,#1157D5);
	background-image: linear-gradient(top,#4D90FE,#1157D5);
	background-color: #1157D5;
}

td {
	padding: 0px;
	border-bottom: 1px solid #ccc;
	font-size: 0.75em;
}

td ul { margin: 3px 0px 5px 0px; }

/* LAYOUT */

.clear { clear: both; }

#container {
	width: 960px;
	margin: 0 auto;
	padding: 0px;
}

#header {
	padding: 0;
	margin: 5px auto;
	height: 66px;
}

#nav {
	height: 50px;
	width: 960px;
	position: relative;
	z-index: 999;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 50px;
}

/* CSS STYLING FOR SLIDES */

#slides { 
	width: 450px;
}

#slides .slides_container {
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides if height not specified height will be set by the slide content
	Set to display block.
*/

#slides .slides_container div {
	width:450px;
	height: 210px;
	display:block;
}

/* format of one slide that will 'slide on by' ... */
.slide { }

