/* CSS Document */

/* Basic Styles
---------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background: #203866 url(images/background.jpg) repeat-x top left;
}
td,ul,ol,dl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #3b7dcb;
	font-weight: normal;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #2f497a;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
.clear {
	clear: both;
}
.bg_left {
	background: url(images/bg_border_left.gif) repeat-y top left;
}
.bg_right {
	background: url(images/bg_border_right.gif) repeat-y top right;
}
h5 {
	font-size: 14px;
	padding: 0;
	margin: 0;
	font-weight: normal;
}
hr {
	color: #b1b1b1;
	background-color: #b1b1b1;
	height: 1px;
	border: 0;
}

/* Menu Styles
---------------------------------------------------------------------- */

#nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 140px;
}
#nav li {
	width: 140px;
	padding: 4px 0px 5px 0px;
}
#nav .separator {
	background: url(images/img_menuseparator.gif) bottom left no-repeat;
}
#nav a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #ff9900;
	font-weight: bold;
	text-decoration: none;
}

/* Header Styles
---------------------------------------------------------------------- */

#header {
	background: url(images/bg_header_right.jpg) no-repeat top right;
}
#whatwedo {
	line-height: 50px;
	padding-top: 16px;
	text-align: right;
	color: #334a7c;
	font-size: 22px;
	padding-right: 6px;
}

/* Sidebar Styles
---------------------------------------------------------------------- */

.sidebarbg {
	background: #5a667e;
	/* padding: 0px 5px 10px 5px; */
}
.morelink {
	background: #5a667e;
	padding: 0px 5px;
	text-align: right;
}
#twitter_update_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 162px;
	background: #5a667e;
}
#twitter_update_list li {
	padding: 0px 5px 10px 5px;
	width: 152px;
	color: #ffffff;
	overflow: hidden;
}
#twitter_update_list a:link, .sidebarbg a:link, #homenewsletterbox a:link {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}
#twitter_update_list a:visited, .sidebarbg a:visited, #homenewsletterbox a:visited {
	color: #ffdead;
	font-weight: bold;
	text-decoration: underline;
}
#twitter_update_list a:hover, .sidebarbg a:hover, #homenewsletterbox a:hover {
	color: #ff9900;
	font-weight: bold;
	text-decoration: underline;
}

/* Content Area Styles
---------------------------------------------------------------------- */

#content {
	padding: 0px 6px;
	background: #ffffff;
	clear: both;
}
#video {
	padding: 0px 6px;
	background: #ffffff;
	/*height: 345px;
	overflow: hidden;*/
	clear: both;
}
#title {
	padding: 0px 6px 12px 6px;
	background: #ffffff;
}
ul {
	padding-top: 20px;
	margin-top: 0px;
}

/* Footer Styles
---------------------------------------------------------------------- */

#footer {
	background: #4d6085 url(images/bg_footer.gif) bottom left no-repeat;
	color: #a1abbe;
	font-size: 11px;
	padding: 10px;
}
#footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
#footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #b5cefb;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

/* Home Styles
---------------------------------------------------------------------- */

#homenewsletterbox {
	background: #525e73 url(images/bg_onlinenewsletter_top.gif) top left no-repeat;
	padding: 10px;
}
#homeform {
	padding: 0px 6px;
	background: #ffffff;
	clear: both;
}

/* Form Styles
---------------------------------------------------------------------- */

.txtbox {
   height: 20px;
   width: 160px;
   border: 1px solid #969696;
}
.smtxtbox {
   height: 20px;
   width: 100px;
   border: 1px solid #969696;
}
.txtarea {
   border: 1px solid #969696;
}
.workshops {
   width: 475px;
}