/*----------------------------------------------------------
Defaults for entire site
----------------------------------------------------------*/
html {
	margin: 0px;
	padding: 0px;
	overflow: scroll;
	height: 100%;
}

img {
	border: 0;
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

a {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

h1 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: #165c90;	
}

h2 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #165c90;	
}

h3 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #165c90;	
}

p {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
}

#container {
	padding: 0px;
	width: 860px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: auto;
	background: white;
}

.red_link a {
	text-decoration: none;
	color: #ee3124;
}

.blue_link {
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	color: #165c90;
	line-height: 20px;
}

.blue_bold {
	font-weight: bold;
	color: #165c90;	
}

.grey_box {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 421px;
	background: #e8e8e8;
	padding: 20px;
}

.blue_box {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 421px;
	background: #dae5ed;
	padding: 20px;
}

.grey_box p {
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 5px;
}

.grey_box ul {
	padding: 0px;
	margin: 0px;
	margin-left: 15px;
	font-family: Arial;
	font-size: 11px !important;
	line-height: 15px !important;
}

.caption {
	font-family: Arial;
	font-size: 10px;
}

.document {
	float: left;
	clear: both;
	height: 150px;
}

.document_smaller {
	float: left;
	clear: both;
	height: 120px;
}

.document_with_caption {
	clear: both;
	height: 190px;
}

.document_no_clear {
	float: left;
	height: 150px;
	margin-left: 35px;
}

.document_image {
	float: left;
}

.document_text {
	float: left;
	margin-left: 15px;
}	

.documemt_title {
	color: #165c90;	
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	margin-top: 65px;
}

.document_expand {
	font-family: Arial;
	font-size: 10px;
	margin-top: 7px;
}

.document_expand a {
	font-family: Arial;
	font-size: 10px;
	margin-top: 7px;
}

.document_expand img {
	float: left;
}

.document_expand_text {
	float: left;
	padding-top: 4px;
	padding-left: 7px;
}

.document_caption {
	clear: both;
	font-family: Arial;
	font-size: 11px;
	width: 320px;
	padding-left: 15px;
	padding-top: 10px;
}

.image_with_caption {
	float: left;
	width: 150px;
	margin-top: 20px;
}

.image_with_caption_img {
}

.image_with_caption_text {
	font-family: Arial;
	font-size: 11px;
}

/*----------------------------------------------------------
Header - header.php
----------------------------------------------------------*/
#header {
	width: 860px;
	margin-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#header_logo {
	margin-bottom: 10px;
}

#header_logo_home {
	margin-bottom: 30px;
}

#header_home {
	width: 860px;
	margin-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.search_bar {
	margin: 0px;
	padding: 0px;
	width: 250px;
	float: right;
}

#cse {
	display: inline;
	float: right;
	padding-top: 2px;
}

#cse input {
	font-size: 10px;
}

#search_box {
	width: 130px;
}

#search_button {
	display: inline;
	float: right;
	margin-left: 10px;
	padding-top: 4px;
}

#header_table {
	clear: both;
	padding-top: 20px;	
	margin-bottom: 20px;
	position: relative;
}

/*----------------------------------------------------------
Navigation - nav.php
----------------------------------------------------------*/
#nav {
	margin-top: 5px;
	width: 600px;
	height: 20px;
	float: left;
	border-left: 7px solid #ee3124;
}

/*----------------------------------------------------------
Footer - footer.php
----------------------------------------------------------*/
#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
}

#footer_text {
	font-family: Arial;
	font-size: 11px;
}

#footer_copyright {
	color: #808080;
	font-family: Arial;
	font-size: 10px;
	padding-bottom: 20px;
}

/*----------------------------------------------------------
Home - index.php
----------------------------------------------------------*/
#video_showcase {
	padding: 15px;
	float: left;
	/* Removed the background at the request of LHSD */
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #cadae6;*/
	width: 230px;
	height: 300px;
	margin-bottom: 20px;
}

#video_showcase h1 {
	font-size: 12px;
	font-style: normal;
}

#video_showcase p {
	font-size: 10px;
	line-height: 12px;
}

#video_showcase a {
	font-size: 10px;
	line-height: 12px;
}

#video_showcase2 {
}

#video_showcase2 h1 {
	font-size: 12px;
	font-style: normal;
}

#video_showcase2 p {
	font-size: 10px;
	line-height: 12px;
}

#video_showcase2 a {
	font-size: 10px;
	line-height: 12px;
}

#home_content {
	float: left;
	background: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	width: 555px;
	padding-left: 20px;
	margin-left: 25px;
	padding-bottom: 10px;
}

#latest_news {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 10px;
	clear: both;
	background: #e8e8e8;
	width: 826px;
	height: 95px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#latest_news .title {
	float: left;
	border-right: 1px solid white;
	width: 140px;
	height: 46px;
	padding-top: 30px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #165c90;	
	text-align: center;	
}

#latest_news .news_item {
	float: left;
	width: 190px;
	height: 75px;
	margin-left: 25px;
}

#latest_news .news_item h1 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 2px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #165c90;	
}

#latest_news .news_item h2 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 2px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	color: black;	
}

#latest_news .news_item p {
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 11px;
	line-height: 14px;
}

#latest_news .news_item a {
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 11px;
	line-height: 12px;
	text-decoration: underline;
}

/*----------------------------------------------------------
Content pages - content.php
----------------------------------------------------------*/
#content {
	float: left;
	background: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	width: 450px;
	padding-left: 20px;
	margin-left: 20px;
	padding-bottom: 10px;
}

#content h1 {
	text-transform: uppercase;
	font-size: 20px;
}

#content ul {
	padding: 0px;
	margin: 0px;
	margin-left: 15px;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
}

#left_navigation {
	padding: 7px 0px;
	margin: 0px;	
	width: 130px;
	color: white;
	font-family: Arial;
	font-size: 11px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background: #5a8cb1;
}

#left_navigation ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	background: #5a8cb1;
}

#left_navigation ul li {
	padding: 5px 10px;
}

#left_navigation a {
	color: white;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
}

.left_nav_selected {
	background: #246697;
}

#ask_question {
	margin: 0px;
	padding: 10px;
	float: right;
	width: 181px;
	/*height: 271px;*/
	background: #cadae6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
	font-family: Arial;
	font-size: 12px;
}

#ask_question #title {
	margin-bottom: 5px;
	font-family: Arial;
	font-weight: bold;
	color: #165c90;	
	font-size: 16px;
}

#ask_question form {
	margin: 0px;
	padding: 0px;
}

#ask_question #name {
	width: 170px;
	margin-bottom: 5px;
	font-size: 12px;
}

#ask_question #email {
	width: 170px;
	margin-bottom: 5px;
	font-size: 12px;
}

#ask_question #question {
	width: 170px;
	height: 105px;
	font-size: 12px;
	margin-bottom: 5px;
}

#ask_question #file {
	width: 170px;
	margin-bottom: 10px;
	font-size: 10px;
}

/*----------------------------------------------------------
Certifications - certifications.php
----------------------------------------------------------*/
#certifications {
	font-family: Arial;
	font-size: 12px;
}

#certifications td {
	padding-bottom: 25px;
}

#form_error_message {
	margin: 5px;
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #F00;
	border-top: 1px solid #F00;
	border-bottom: 1px solid #F00;
}

#form_error_message p {
	margin: 0 0 2px 0;
	font-size: 11px;
	line-height: normal;
}

#ask_question label span {
	font-size: 12px;
}

.vid_link a:link, .vid_link a:visited, .vid_link a:focus, .vid_link a:hover, .vid_link a:active {
	color: #165C90;
	text-decoration: none;
}

.vid_link a img {
	border: none;
}

.vid_link span {
	display: block;
	margin-top: 5px;
}

.vid_link .title {
	font-weight: normal;
	font-size: 11px;
}

.vid_link .time {
	color: #999;
	font-weight: normal;
}
