/**************************************************************************************************************
Homepage template styles. This section falls within the page_content_container section in the global template

/**************************************************************************************************************/



/*Billboard container */
#billboard_container {
	margin: 0px;
	border: 0px solid rgb(85%,85%,85%);
	height: 290px;
}
/*Shadows beneath both columns of the billboard container */
#billboard_shadow_container {
	margin: 0px;
	border: 0px solid rgb(85%,85%,85%);
}
#shadow_left {
	border: 0px solid rgb(85%,85%,85%);
	width: 220px;
	height: 8px;
	margin-left: 25px;
	background-image: url(../images/sys_images/leftcolumn_shadow.png);
	background-repeat: no-repeat;
}
#shadow_right {
	float: right;
	border: 0px solid rgb(85%,85%,85%);
	margin-top: -4px;
	width: 684px;
	margin-right: 12px;
	height: 17px;
	background-image: url(../images/sys_images/billboard_shadow.png);
	background-repeat: no-repeat;
}
/* Highlights heading */


#highlights_heading_wrapper {
	margin-top: 33px;
	margin-bottom: 15px;
	border: 0px solid rgb(85%,85%,85%);
	height: 23px;
	font-family:  Helvetica, sans-serif;
	letter-spacing: -1px;
}
#highlights_heading_wrapper_left {
	margin: 0px;
	margin-left: 0px;
	margin-right: 10px;
	border: 0px solid rgb(85%,85%,85%);
	float: left;
}
#highlights_heading_wrapper_right {
	border: 0px solid rgb(85%,85%,85%);
	margin-left: 10px;
	margin-right: 16px;
	height: 23px;
	background: #dff1f3;
	overflow: hidden;
}
/* Highlights section */
#highlights_container {
	margin: 0px;
	margin-bottom: 33px;
	float: right;
	border: 0px solid rgb(85%,85%,85%);
	width: 952px;
	height: 150px;
	font-family:  Helvetica, sans-serif;
	letter-spacing: -1px;
}
#colhighlights_container {
	margin: 0px;
	margin-left: -20px;
	border: 0px solid rgb(85%,85%,85%);
	width: 976px;
	height: 140px;
}
.colhighlights {
	float: left;
	margin-left: 30px;
	width: 160px;
	border: 0px solid rgb(85%,85%,85%);
}
.colhighlights a {
	color: #003e7a;
	text-decoration: none;
}
.colhighlights a:hover {
	color: #003e7a;
	text-decoration: underline;
}
.colhighlights a:visited {
	color: #800080;
}
.colhighlights p {
	font-size: 1.0em;
	font-weight: 300;
}
/*Subhighlights wrapper  */
#subhighlights_wrapper {
	margin: 0px;
	float: right;
	border: 0px solid rgb(85%,85%,85%);
	width: 942px;
}
#column1 {
	margin: 0px;
	border: 0px solid rgb(85%,85%,85%);
	width: 592px;
}
#updates {
	margin: 0px;
	border: 0px solid rgb(85%,85%,85%);
}
#update_items {
	border: 1px solid #d5d9c8;
	padding: 20px;
	margin-bottom: 22px;
	background-color: white;
}

#updates p{
	margin: 14px 0;
	font-size: 0.825em;
}

#updates a {
	color: #003E7A;
	/*font-size: 0.825em;*/
	/*line-height: 30px;*/
	text-decoration: none;
}
#updates a:visited {
	color: #800080;
}
#updates a:hover {
	color: #003E7A;
	text-decoration: underline;
}
#updates a:first-letter {
	font-size: 1.3em;
	font-weight: bold;
}
#updates_heading_wrapper {
	margin-top: 0px;
	margin-bottom: 15px;
	border: 0px solid rgb(85%,85%,85%);
	height: 23px;
	font-family:  Helvetica, sans-serif;
	letter-spacing: -1px;
}
#updates_heading_wrapper_left {
	margin: 0px;
	margin-left: 0px;
	margin-right: 10px;
	border: 0px solid rgb(85%,85%,85%);
	float: left;
}
#updates_heading_wrapper_right {
	border: 0px solid rgb(85%,85%,85%);
	margin-left: 10px;
	margin-right: 0px;
	height: 23px;
	background: #dff1f3;
	overflow: hidden;
}
#videos {
	margin: 0px;
	border: 0px solid rgb(85%,85%,85%);
	height: 300px;
}
#videos_heading_wrapper {
	margin-top: 0px;
	margin-bottom: 15px;
	border: 0px solid rgb(85%,85%,85%);
	height: 23px;
	font-family:  Helvetica, sans-serif;
	letter-spacing: -1px;
}
#videos_heading_wrapper_left {
	margin: 0px;
	margin-left: 0px;
	margin-right: 10px;
	border: 0px solid rgb(85%,85%,85%);
	float: left;
}
#videos_heading_wrapper_right {
	border: 0px solid rgb(85%,85%,85%);
	margin-left: 10px;
	margin-right: 0px;
	height: 23px;
	background: #dff1f3;
	overflow: hidden;
}
#column2 {
	margin: 2px;
	float: right;
	border: 0px solid rgb(85%,85%,85%);
	width: 330px;
}
.col2_heading_wrapper {
	margin-top: 0px;
	margin-bottom: 15px;
	border: 0px solid rgb(85%,85%,85%);
	height: 23px;
	font-family:  Helvetica, sans-serif;
	letter-spacing: -1px;
}
.col2_heading_wrapper_left {
	margin: 0px;
	margin-left: 0px;
	margin-right: 10px;
	border: 0px solid rgb(85%,85%,85%);
	float: left;
}
.col2_heading_wrapper_right {
	border: 0px solid rgb(85%,85%,85%);
	margin-left: 10px;
	margin-right: 16px;
	height: 23px;
	background: #dff1f3;
	overflow: hidden;
}

.homepage_col2_body {
    background-color: white;
    border: 1px solid #D5D9C8;
    font-size: 0.825em;
    line-height: 1.35em;
    margin-bottom: 33px;
    margin-right: 16px;
    padding: 20px 20px 4px;
}


.homepage_col2_body p {
    padding: 17px 0 28px 2px;
}

.homepage_col2_body  a:visited {
	color: #800080;
}
.homepage_col2_body  a:hover {
	color: #003E7A;
	text-decoration: underline;
}



#state_container select {
	-webkit-appearance: button;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-padding-end: 2px;
	-webkit-padding-start: 2px;
	-webkit-user-select: none;
 	-webkit-linear-gradient:(#E1E1E1, #FFF 30%, #FFF);
	border-radius: 5px;
	background: #fff;
	border: 1px solid #CCC;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	overflow: hidden;text-overflow: ellipsis;
	white-space: nowrap;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0px;
	margin: 0px;
	height: 20px;
	width: 130px;
}
#state_container input {
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-padding-end: 2px;
	-webkit-padding-start: 2px;
	-webkit-user-select: none;
 	-webkit-linear-gradient:(#E1E1E1, #FFF 30%, #FFF);
	border-radius: 5px;
	background: #fff;
	border: 1px solid #CCC;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 20px;
	padding:2px;
	margin: 0px;

}
#state_container input:hover {
	background: #ccc;
	border: 1px solid #CCC;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	overflow: hidden;
	padding:2px;
	margin: 0px;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 20px;
}
option {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: 20px;
	font-size: 1em;
}

/*********** Links Update ***********************************/

div#subhighlights_wrapper a:link,
div#updates a:link{
	color: #0053CC;
	text-decoration: underline;
}

div#subhighlights_wrapper a:visited,
div#updates a:visited,
div#MainContent a:visited{
	color: #6F57B5;
}
/*****************************************************************/