@charset "UTF-8";
/* CSS Document */

/* Google button gradients */

/*
background-image: -webkit-linear-gradient(top,#4D90FE,#357AE8);
background-image: -moz-linear-gradient(top,#4D90FE,#357AE8);
background-image: -ms-linear-gradient(top,#4D90FE,#357AE8);
background-image: -o-linear-gradient(top,#4D90FE,#357AE8);
background-image: linear-gradient(top,#4D90FE,#357AE8);
*/

#otherpage {
	background: #FFF  url('../images/bgother.png') repeat-x scroll top left;
	margin:0;
	padding:0;
	/* font-family: Helvetica, Verdana, Geneva, sans-serif; */
	font-family:  "Lucida Grande", "Myriad Pro", "Helvetica";
	font-size: 0.9em;
	color: #555;
}

#titlepage {
	background: #FFF  url('../images/bgtitle.png') repeat-x scroll top left;
	margin:0;
	padding:0;
	/* font-family: Helvetica, Verdana, Geneva, sans-serif; */
	font-family:  "Lucida Grande", "Myriad Pro", "Helvetica";
	font-size: 0.9em;
	color: #555;
}


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

h1, h2, h3, h4 {
	color: black;
	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; }

.bulletList {
	font-size: 0.9em;
}

.bulletList li { }

.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 { 
	float: right;
/*	height: 210px; */
	width: 450px;
	margin-top: 20px;
	margin-right: 50px;
}

#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 {}
.slide img { height: 210px; }

/* SLIDE CAPTIONS */

#slideCaptions {
	float: left;
	width: 35%;
	margin-left: 110px;
}

#slideCaptions div {
	display: none;
}

.sCap { margin-top: 45px; }

.sCap h3 {
	color: #FF6600;
	font-size: 1.7em;
}
.sCap p {
	line-height: 1.4em;
	margin-bottom: 0px;
	font-size: 1.1em;
	color: #FFFFFF;
}

#mainbody { 
	margin-top: 20px;
	background-color: white;
}

#content {
	float: left;
	width: 70%;
}

.boxRight { 
	float: right;
	width: 40%;
}

.sidebar {
	float: right;
	width: 25%;
	margin-top: 35px;
	padding: 0px 10px 5px 5px;
	border-top: solid 1px lightgrey;
	border-left: solid 1px lightgrey;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0px 5px 10px #CCC;
	-moz-box-shadow: 0px 5px 10px #CCC;
	-webkit-box-shadow: 0px 5px 10px #DDD;
}

.sidebar li { margin-top: 8px; }

#footer {
	margin:0 auto;
	padding: 20px 0 0 0;
	background-color: black;
}

.footer-content {
	width: 960px;
	margin: 0 auto;
	display: block;
	padding-bottom: 10px;
}

#footer a {
	color: #999;
	text-decoration: underline;
}

#footer h4 {
	color: #ccc;
	border-top: solid 1px #222;
	border-bottom: solid 1px #222;
	font-size: 18px;
	font-weight: normal;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
}

#footer p {
	text-align: left;
	color: #999;
	line-height: 1.6em;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 12px 0 0 0;
	padding: 0;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #222;
}

#footer ul li {
	padding: 0;
}

#footer ul li a  {
	display: inline-block; /* for IE 6, 7 */
}

#footer ul li a {
	text-decoration: none;
	display: block;
	font-size: 11px;
	padding: 7px 10px;
	border-bottom: 1px solid #222;
}

#footer ul li a:hover {
	background-color: #111;
}

.footer-box {
	width: 450px;
	margin-right: 25px;
	float: left;
}
