body {
	background-color: #2D5A93 !important;
	margin:0;
	padding:0;
	font-family: Calibri, Candara, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#4B4B4B;
	line-height:110%;
	width:100%;
}

body, body:before, body:after, body *, body *:before, body *:after {
	box-sizing: content-box !important;
}

#edit-menu-container, #edit-menu-container:before, #edit-menu-container:after,
#edit-menu-container *, #edit-menu-container *:before, #edit-menu-container *:after,
#application_container *, #application_container *:before, #application_container *:after,
#forms_embedded1 *, #forms_embedded1 *:before, #forms_embedded1 *:after {
	box-sizing: border-box !important;
}

#logoHeaderContainer {
	width:1024px;
	margin:auto;
	padding:0;
	position:relative;
}
#mainHeader {
	background-image: url('/custom/GMASHRM/Images/header.jpg');
	background-repeat:no-repeat;
	background-position:center;
	background-color:#2D5A93;
	height:183px;
	float:right;
	width:717px;
	padding-top:0;
	position:relative;
	margin-bottom:0;
}

#mainHeaderLogo {
	background-image: url('/custom/GMASHRM/Images/logo_header.jpg');
	background-repeat:no-repeat;
	background-position:center;
	background-color:#2D5A93;
	height:183px;
	width:307px;
	float:left;
	padding-top:0;
	margin-bottom:0;
}

#outerContainer{	
	min-height:660px;
	background-color:#2D5A93;
	margin:0 auto;
	width:1024px;
	background-image: url('/custom/GMASHRM/Images/background.jpg');
	background-repeat:repeat-y;
	background-position:center;
	padding:0;
}
#innerContainer{	
	width:1001px;
	margin:0 auto;
	height:100%;
}
#contentContainer{
	padding:20px;
	float:left;
	width:790px;
	}
#contentContainerGMA{
	padding:20px;
	width:980px;
	float:left;
	}
#rightContent{
	float:right;
	width:165px;
	font-size:12px;
	font-weight:bold;
	margin:10px 0;
	padding-left:5px;
	border-left:1px solid #ffc104;

}
#rightContent .section {
	padding-bottom:8px;
	vertical-align: middle;
	line-height:300%;
}

#rightContent .section img{	
	vertical-align: bottom;
	padding-right:7px;
}
#rightContent .space{
	padding-left:7px;
}


#footerContainer{
	background-color:#2D5A93;
	background-color: transparent;
	background-image: url('/custom/GMASHRM/Images/footerBG.jpg');
	background-position: center;
	background-repeat:no-repeat;
	padding:0;
	margin:auto;
	height:88px;
	width:1024px;
}
#footer{
	font-size:11px;
	width:980px;
	margin:auto;
	padding:15px;
	color:#fff;
}
.floatleft {
	float:left;
	width:280px;
}
.floatright {
	float:right;
	text-align:right;
	width:280px;
}
.floatrightC {
	float:right;
	text-align:center;
}
.floatleftC {
	float:left;
	text-align:center;
}

/*#footer a{
	color:#d4e0f8;*/


a:link, a:visited, a:active{
	color:#5292d0;
	text-decoration:none;
}
a:hover{
	color:#7cc617;
	
}
p {
	font-family: Calibri, Candara, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 6px;
}
h1 {
	color: #06397b;
	font-family: Calibri, Candara, Arial, Helvetica, sans-serif;
	line-height: 110%;
}
h2 {
	color: #06397b;
	font-family: Calibri, Candara, Arial, Helvetica, sans-serif;
	line-height: 110%;
}
h3 {
	color: #800000;
	font-family: Calibri, Candara, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.h2_underline {
	color: #06397b;
	font-family: Calibri, Candara, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #06397B;
	font-size: 24px;
	font-weight: bold;
}
.h3_underline {
	color: #800000;
	font-family: Calibri, Candara, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #800000;
	font-size: 18px;
	font-weight: bold;
}
h4 {
	color:#08297a;
	font-family: Calibri, Candara, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:17px;
	padding:0;
	margin:.3em 0;
}
.yellow {
	color: #ffc20b;
}

#partnerPic {
	text-align: center;
}
img {
	border: 0px;
}


#footer a:link, #footer a:visited, #footer a:active{
	color:#FFF;
	text-decoration:none;
	
}
#footer a:hover{
	color:#F3CE41;
}
#bottomLinks{
	margin-top:-10px;
	font-size:11px;
}

#bottomLinks a:link, #bottomLinks a:visited, #bottomLinks a:active{
	color:#65acee;
	text-decoration:none;
	line-height:300%;
}
#bottomLinks a:hover{
	color:#F3CE41;
	
}
/* ------------------------------------------*\

	Hooks Styles - Button

\* ------------------------------------------*/
a.profileTab_Button {
	background: #073b81; /* Old browsers */
	background: -moz-linear-gradient(top, #2d5a93 0%, #073b81 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d5a93), color-stop(100%,#073b81)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2d5a93 0%,#073b81 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2d5a93 0%,#073b81 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2d5a93 0%,#073b81 100%); /* IE10+ */
	background: linear-gradient(top, #2d5a93 0%,#073b81 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d5a93', endColorstr='#073b81',GradientType=0 ); /* IE6-9 */
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	border:2px solid #283b56;
	color:#fff;
	display:block;
	font-size: 15px;

	margin:1px auto 5px;
	padding:5px 20px 8px;
	text-align:center;
	text-shadow: 1px 1px 2px #003b86;
}
a.profileTab_Button:hover {
	background: #073b81; /* Old browsers */
	background: -moz-linear-gradient(top, #073b81 0%, #2d5a93 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#073b81), color-stop(100%,#2d5a93)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #073b81 0%,#2d5a93 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #073b81 0%,#2d5a93 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #073b81 0%,#2d5a93 100%); /* IE10+ */
	background: linear-gradient(top, #073b81 0%,#2d5a93 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#073b81', endColorstr='#2d5a93',GradientType=0 ); /* IE6-9 */
}

/* ------------------------------------------*\

	Google Search

\* ------------------------------------------*/

#___gcse_0{
	right:15px;
	margin:15px 0 0;
	position:absolute;
	width:400px;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
	padding-right:5px !important;
}
input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus, 
input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus{
	border-radius:5px !important;
}
input.gsc-input {
	font-size:12px !important;
}


