/*	EXAMPLE STYLES */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

body {
	color: #000;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 14px;
    line-height: 20px;
}
html {
	font-family: 'Open Sans', sans-serif !important;
}
h1,h2,h3{
	margin: 0;
	padding: 10px 0 10px 0;
}
a{ color: #a53029; }
p{ margin: 10px 0 10px 0; }
h1{
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
h2{
	color: #a53029;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
}
h2  a{
    color: #a53029;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
    text-decoration:none;
}
h3{
	color: #666;
	font-size: 16px; 
	font-weight: bold;
	text-align: center;
}
.top-line{
	/*background: url('../images/top-line.jpg') repeat-x;*/
	/*width: 100%;*/
	/*height: 10px;*/
	/*position: absolute;*/
	/*top: 0;*/
}

/* new styles */
.container{ margin-top: 20px; }
.logo{ margin-bottom: 10px; }
.login{ text-align: right; }
.menu{
	position: relative;
	z-index: 1;
	width: 810px;
	margin: 0 auto;
    padding: 0;
}
.menu > li{
	text-align: center;
	/*padding: 5px 30%;*/
    margin: 0px;
    padding: 5px 15px;
    height: 50px;
	/*width: 100%;*/
    text-decoration: none;
    vertical-align: top;
    min-width: 90px;
    border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	color: #fff;
	border-radius: 5px 5px 0 0;
}
.menu > li:hover {
    background: #b9dfec;
}
.menu > li.active{
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	background-color: #67a4b8;
	color: #fff;
	border-radius: 5px 5px 0 0;
	text-transform: uppercase;
	font-size: 15px;
	/*font-weight: bold;*/
	text-shadow: 0 1px 3px rgba(0,0,0,0.6);
    /*pointer-events: none;
    cursor: default;*/
}
.menu > li > a {
	text-decoration: none;
}
.top-right{
	float: right;
	text-align: right;
}
.header{
	text-align: center;
	color: #fff;
	padding: 10px 0;
	border: 1px solid #666;
	background-color: #67a4b8;
	height: 50px;
	font-size: 22px;
	text-shadow: 0 1px 3px rgba(0,0,0,0.8);
}
.header-higher{
	text-align: center;
	color: #fff;
	padding: 10px 0;
	border: 1px solid #666;
	background-color: #67a4b8;
	min-height: 150px;
	font-size: 22px;
	text-shadow: 0 1px 3px rgba(0,0,0,0.8);
}
.header-title{
	padding: 20px !important;
	width: 80% !important;
	font-size: 24px !important;
}
.short-desc{
text-align: left;
}
.lightblue{
	background-color: #ecf4f6;
	width: 100%;
	float: left;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
.lightblue .padding,
.white .padding{
	 padding: 20px 0 20px 0;
}
.tabolous img{ box-shadow: 0px 0px 10px rgba(0,0,0,0.8); }
.inner-padding{
	padding: 0 20px;
	float: left;
	width: 100%;
}
ul.blue-bullet{
	margin-left: 10px;
	list-style: url('../images/blue-bullet.png');
}
ul.blue-bullet.margin li{
    text-align:left;
	position: relative;
    left: 20px;
}
ul.no-img-blue-bullet{
	margin-left: 10px;
	list-style: url('../images/blue-bullet.png');
    float: left;
}
ul.no-img-blue-bullet.margin li{
    text-align:left;
	position: relative;
    left: 20px;
}
ul.image-blue-bullet{
	margin-left: 200px;
	list-style: url('../images/blue-bullet.png');
}
ul.image-blue-bullet.margin li{
	position: relative;
    left: 20px;
}
ol.image {
    margin-left: 200px;
}
ol.image li{
	position: relative;
    left: 20px;
}
.center{
	text-align: center;
}
.image-holder{
	float: left; margin-right: 30px;
	margin-bottom: 10px; margin-top: 10px;
	overflow: hidden;
	width: 180px;
	box-shadow: 0 0 8px rgba(0,0,0,0.8);
	border:5px solid #fff;
	border-radius: 10px;
}
.image-holder img{
	margin-bottom: -5px;
}
.image-holder .caption{
font-size: 11px;
font-color: #666;
text-align: center;
font-style: italic;
}

.key-actions{
	position: relative;
}
.key-actions h1{
	text-align: left;
	font-style: italic;
}
.key-actions li{
	font-weight: normal;
	font-size:16px;
	list-style: url('../images/blue_key_bullet.png');
    margin-top: -10px;
}
.back-button{
	position: absolute;
	top: 0; right: 0;
	margin-right: 10px;
	cursor: pointer;
}
.white-space{
	width: 100%;
	float: left;
	height: 40px;
}
.login-form{
	min-height: 280px;
}
.login-form img{
	box-shadow: none;
}
.login-form input[type="text"]{
	width: 28%;
	height: 30px;
}

/******* for tablets ******/
@media (max-width: 850px){
	.menu{
		width: 100%;
	}
}

@media (max-width: 767px){
	.menu > li{
		padding: 10px 0 10px 0;
		border-bottom: 1px solid #666;
	}
	.menu > li a{
		width: 100%;
		/*padding: 5px 46% !important;*/
        float:left;
	}
	main[role="main"] > div > div{
		border: 0 !important;
	} 
	.header-higher{
		height: auto !important
	}
	.header-title{
		width: 100% !important
	}
	.key-actions{
		text-align: center;
	}
	.key-actions h1{
		text-align: center;
	}
	.key-actions li{
		text-align: center;
	}
	.back-button{

	}
}

/* Added by Dan*/

.basictable{
    border: 1px solid black;
}
.basictable td{
    text-align: center;
     border: 1px solid black;
}
h4{
	margin: 0;
	padding: 10px 0 0 0;
    color: #000; /*#666;*/
	font-size: 16px; 
	font-weight: bold;
	text-align: left;
}
.indent-once{
    text-indent: 50px;
}
.indent-twice {
	text-indent: 100px;
}

/* added as of 1/27/14 */
.sub-header1{
	text-align: center;
	color: #67a4b8;
	padding: 10px 0;
	background-color: #ddd;
	height: 50px;
	font-size: 22px;
	text-shadow: 0 1px 3px rgba(255,255,255,1);
	border:1px solid #fff;
	margin-top: 20px;
}
.sub-header2{
	text-align: center;
	color: #fff;
	padding: 10px 0;
	background-color: #67a4b8;
	height: 50px;
	font-size: 22px;
	text-shadow: 0 1px 3px rgba(0,0,0,0.8);
	border:1px solid #fff;
	margin-top: 20px;
}

.numList
{
list-style-type:decimal;
}

.numList-image li{
	position: relative;
    left: 40px;
    margin-right:20px
}

.bulletList
{
list-style-type:disc;
}

.basictable.new{
	width: 95%;
	border:2px solid #666;
	margin-top: 10px;
	margin-bottom: 10px;
}
.basictable tbody{
	width: 100% !important;
	display: table;
}
#box-table-b
{
    border-bottom: 1px solid #aaa;
    text-align: center;
    border-collapse: collapse;
    width: 100%;
}
#box-table-b th
{
    font-weight: bold;
    padding: 5px;
    text-align: center;
    color: #fff;
    background: #67a4b8;
}
#box-table-b td
{	
	text-align: center;
    padding: 5px;
    border-right: 1px solid #aaa;
    border-left: 1px solid #aaa;
    color: #555;
    border-bottom: 1px dashed #aaa;
}
.table-padding{
    padding: 10px;
    float: left;
    width: 97.5%;
}


/*added as of 5.20.14 */
@media (min-width: 768px) and (max-width: 980px){
	.white > div{
		border: 0 !important
	}
	.inner-padding{
		/*padding: 0;*/
	}
}
div.sub-content{
	display: inline;
}
.inner-padding ul{
	margin-top: 10px;
	margin-bottom: 10px;
}
.respresources > li{
	float: left;
	display: block;
	margin-bottom: 10px;
}
.respresources > li img{
	width: 30px;
	margin-right: 10px;
	box-shadow: none;
}
.thumbnail-holder{
	margin-right: 10px;
	margin-bottom: 10px; margin-top: 10px;
	overflow: hidden;
	width: 180px;
	height: 180px;
	box-shadow: 0 0 8px rgba(0,0,0,0.8);
	border:5px solid #fff;
	border-radius: 10px;
	margin: 0 auto;
}
.itemContainer {
    position: relative;
    padding: 10px 0px 0px 0px;
    height: 200px;
    /*border: 1px solid #eee;*/
    /*overflow: hidden;*/
}
.itemContainerSecondRow {
    padding: 10px 0px 0px 0px;
}
h2.responsibilityTitle {
    padding-top: 0px;
    padding-bottom: 10px;
}
.responsibilityCaption {
    position: absolute;
    /*bottom: -30px;*/
    bottom: 20px;
    height: 40px;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}
.innerCaption {
    border: 1px solid #eee;
    background-color: white;
    margin: 0 auto;
    text-align: center;
    width: 230px;
    height: 40px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.itemContainer:hover > .responsibilityCaption {
    /*background-color: yellow;*/
    visibility: visible;
    opacity: 1;
    /*transform: translateY(-200%);*/
}
.thumbnail-holder-large{
	margin-right: 10px;
	margin-bottom: 10px; margin-top: 10px;
	overflow: hidden;
	width: 230px;
	height: 140px;
	box-shadow: 0 0 8px rgba(0,0,0,0.8);
	border:3px solid #fff;
	border-radius: 10px;
	margin: 0 auto;
}
.large-thumbnail img {
    height: -webkit-fill-available;
}
ul.blue-bullet.margin li{
	width: 100%;
}
.margin-center{
	width: 200px;
	margin: 0 auto !important;
}

/*added as of 6.23.14*/
.new-login{
	height: 50px;
}
.logo img{
	position: relative;
	z-index: 99;
	top: -10px;
	left: -10px;

}
.login div{
	background: #e1e1e1;
	padding: 5px;
	float: right;
}
.new-menu{
	display: block;
	margin: 0 auto;
}
ul.center{
	width: 300px;
	margin: 0 auto;
}
/*#tabs{
	border: 1px solid #ccc;
}*/
@media (max-width: 768px){
	.new-login{
		height: auto;
	}
}
.borderleft{
    border-left: 1px dashed #000;
}
.header-higher{
	min-height: 0;
}
.key-actions h1{
	font-size: 16px;
}
.header-title h1{
	text-align: right;
}
.key-inner-bg{
margin-bottom: 10px;
background: #fff;
padding: 10px;
border-radius: 10px;
}
.blue-key{
box-shadow: none;
width: 40px;
height: 40px;
margin-bottom: -10px;
}

.gm-background{
background: url('../images/gm.png') no-repeat center center;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyMSUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTVjN2M0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U1YzdjNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: url('../images/gm.png') no-repeat center center, -moz-linear-gradient(top,  rgb(247,247,247) 21%, rgb(229,199,196) 100%, rgb(229,199,196) 100%);
background: url('../images/gm.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(21%,rgb(247,247,247)), color-stop(100%,rgb(229,199,196)), color-stop(100%,rgb(229,199,196)));
background: url('../images/gm.png') no-repeat center center, -webkit-linear-gradient(top,  rgb(247,247,247) 21%,rgb(229,199,196) 100%,rgb(229,199,196) 100%);
background: url('../images/gm.png') no-repeat center center, -o-linear-gradient(top,  rgb(247,247,247) 21%,rgb(229,199,196) 100%,rgb(229,199,196) 100%);
background: url('../images/gm.png') no-repeat center center, -ms-linear-gradient(top,  rgb(247,247,247) 21%,rgb(229,199,196) 100%,rgb(229,199,196) 100%);
background: url('../images/gm.png') no-repeat center center, linear-gradient(to bottom,  rgb(247,247,247) 21%,rgb(229,199,196) 100%,rgb(229,199,196) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e5c7c4',GradientType=0 );
}
.cd-background{
background: url('../images/cd.png') no-repeat center center;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg4JSIgc3RvcC1jb2xvcj0iI2Q3ZThlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: url('../images/cd.png') no-repeat center center, -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(215,232,236) 88%);
background: url('../images/cd.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(88%,rgb(215,232,236)));
background: url('../images/cd.png') no-repeat center center, -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(215,232,236) 88%);
background: url('../images/cd.png') no-repeat center center, -o-linear-gradient(top,  rgb(255,255,255) 0%,rgb(215,232,236) 88%);
background: url('../images/cd.png') no-repeat center center, -ms-linear-gradient(top,  rgb(255,255,255) 0%,rgb(215,232,236) 88%);
background: url('../images/cd.png') no-repeat center center, linear-gradient(to bottom,  rgb(255,255,255) 0%,rgb(215,232,236) 88%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7e8ec',GradientType=0 );

}
.pm-background{
background: url('../images/pm.png') no-repeat center center;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkYjllOCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZWNlY2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: url('../images/pm.png') no-repeat center center, -moz-linear-gradient(top,  rgba(125,185,232,0) 0%, rgba(206,206,206,1) 100%);
background: url('../images/pm.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,185,232,0)), color-stop(100%,rgba(206,206,206,1)));
background: url('../images/pm.png') no-repeat center center, -webkit-linear-gradient(top,  rgba(125,185,232,0) 0%,rgba(206,206,206,1) 100%);
background: url('../images/pm.png') no-repeat center center, -o-linear-gradient(top,  rgba(125,185,232,0) 0%,rgba(206,206,206,1) 100%);
background: url('../images/pm.png') no-repeat center center, -ms-linear-gradient(top,  rgba(125,185,232,0) 0%,rgba(206,206,206,1) 100%);
background: url('../images/pm.png') no-repeat center center, linear-gradient(to bottom,  rgba(125,185,232,0) 0%,rgba(206,206,206,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#cecece',GradientType=0 );
}

.ae-background{
	background: url('../images/ae.png') no-repeat center center;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyMSUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTVjN2M0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U1YzdjNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: url('../images/ae.png') no-repeat center center, -moz-linear-gradient(top,  rgb(247,247,247) 21%, rgb(229,199,196) 100%, rgb(229,199,196) 100%);
	background: url('../images/ae.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(21%,rgb(247,247,247)), color-stop(100%,rgb(229,199,196)), color-stop(100%,rgb(229,199,196)));
	background: url('../images/ae.png') no-repeat center center, -webkit-linear-gradient(top,  rgb(247,247,247) 21%,rgb(229,199,196) 100%,rgb(229,199,196) 100%);
	background: url('../images/ae.png') no-repeat center center, -o-linear-gradient(top,  rgb(247,247,247) 21%,rgb(229,199,196) 100%,rgb(229,199,196) 100%);
	background: url('../images/ae.png') no-repeat center center, -ms-linear-gradient(top,  rgb(247,247,247) 21%,rgb(229,199,196) 100%,rgb(229,199,196) 100%);
	background: url('../images/ae.png') no-repeat center center, linear-gradient(to bottom,  rgb(247,247,247) 21%,rgb(229,199,196) 100%,rgb(229,199,196) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e5c7c4',GradientType=0 );
	height: 250px;
}


main{
box-shadow:0 5px 10px 0 rgba(0, 0, 0, 0.7) ;
-moz-box-shadow:0 5px 10px 0 rgba(0, 0, 0, 0.7) ;
-webkit-box-shadow:0 5px 10px 0 rgba(0, 0, 0, 0.7) ;
-khtml-box-shadow:0 5px 10px 0 rgba(0, 0, 0, 0.7) ;
}

#tabs_container .blue-bullet.wider{
max-width: 800px;
margin-bottom: 10px;
}
#tabs_container .blue-bullet .sub{
max-width: 680px;
list-style: circle;
}
.wider img{
box-shadow: none;
margin-bottom: -10px;
}
#tabs_container{
    font-family: 'Open Sans', sans-serif !important;
}

.wider img{
box-shadow: none;
margin-bottom: -10px;
}
.popular-links h1{ color: #666; }
.star{
box-shadow: none;
margin: 0 10px -5px 0; 
}

/* added as of 9.21.14 */
.menu{
	white-space: nowrap;
	float: left;
}
.menu li{
	 display: inline-block;
}
.home-welcome h4{
	font-size: 17px;
	color: #67a4b8;
	text-shadow: 0px 2px 2px #fff;
	padding: 20px 0 20px 0;
}


@media (max-width: 1292px){
	.menu{ width: 100%; }
	.menu li{ margin-right: 0px; font-size: 12px; }
	.menu > li  a.active{ font-size: 12px; }
}
@media(max-width: 982px) and (min-width: 769px){
	.logo img{ width: 120px; }
	.new-menu{ width: 100% !important; }
}
@media(max-width: 768px){
	.menu{ width: 100% !important; }
	.menu li{
		width: 100% !important;
		display: block;
		text-align: center;
		float: left;
		font-size: 15px;
	}
	.menu li a{ float: left; }
	.menu > li a.active{
		width: 100% !important; 
		font-size: 15px;
	}
	.new-menu { margin: 0 !important;  }
 	.new-menu.span_8{ width: 100% !important; }
 	.login div{
 		width: 100%;
		text-align: center
 	}
 	.logo img{
 		margin: 0 auto;
		display: block;
 	}
}

.container{ width: 1024px; }
.new-menu{ margin-right: 324px; }
.equalheight{ max-height:200px; 
 }
.textshadow { text-shadow:
   -3px -3px 2px #fff,  
    3px -3px 2px #fff,
    -3px 3px 2px #fff,
     3px 3px 2px #fff;}
.home-welcome{
	text-align: center;
}
/* added as of 10.3.14 */
img.small-icon{
	box-shadow: none !important; 
	margin-right: 5px;
	margin-top: -5px;
	float: left;
	display: inline;
}
.equalheight h2{
	padding-bottom: 25px;
}
.pull-right {
	float: right !important;
}
.center-header {
	text-align: center !important;
}
.searchButton {
	vertical-align:sub;
}
.home-sub-header {
	color:#000000;
	width:300px;
	margin:0 auto;
	font-weight:bold;
}
.more-button {
	background-color: #ddd;
	border: none;
	color: #007db9;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 4px 10px;
	cursor: pointer;
	border-radius: 16px;
  }

