﻿#menus{left:260px;position:absolute;top:231px}
#menus .button{float:left;position:absolute}
#menus .button img{border:none;margin-right:4px}
#menus .drop{float:left;margin-top:1px;padding:15px 20px 20px 15px;position:absolute;text-align:left;width:120px}
#menus .drop a{color:#FFF;display:block;font-family:Arial, Helvetica, sans-serif;font-size:10px;font-weight:700;line-height:1.1em;margin-bottom:.65em;padding-left:.5em;text-decoration:none;text-indent:-.5em}
#menus .drop a:hover{color:#FFF;text-decoration:underline}
#menus .drop a:link,#menus .drop a:visited{color:#FFF;text-decoration:none}

#menus .careers .drop{background-color:#9E2629;border-left:solid 1px #D1999B}
#menus .admissions .drop{background-color:#531F50;border-left:solid 1px #AE96AD}
#menus .waystogive .drop{background-color:#03809E;border-left:solid 1px #89C3D1}
#menus .links .drop{background-color:#360;border-left:solid 1px #9FB788}

#menus.home .waystogive .drop{background-color:#53301A;border-left:solid 1px #53301A}
#menus.home .careers .drop{border-left-color:#49495A}
#menus.home .admissions .drop{border-left-color:#26466C}
#menus.home .links .drop{border-left-color:#176747}

#menus .careers .button{background:url(/resources/images/buttons/pngs/careers.png) no-repeat;height:28px;width:134px}
#menus .admissions .button{background:url(/resources/images/buttons/pngs/admissions.png) no-repeat;height:28px;width:134px}
#menus .waystogive .button{background:url(/resources/images/buttons/pngs/waystogive.png) no-repeat;height:28px;width:134px}
#menus.home .waystogive .button{background:url(/resources/images/buttons/pngs/waystogivehome.png) no-repeat;height:28px;width:134px}
#menus .links .button{background:url(/resources/images/buttons/pngs/links.png) no-repeat;height:28px;width:134px}
#menus .contactus .button{background:url(/resources/images/buttons/pngs/contactus.png) no-repeat;height:28px;width:134px}

* html #menus .drop{border:none;margin:0 -1px 0 1px}
* html #menus .careers .button{background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src="/resources/images/buttons/pngs/careers.png")}
* html #menus .admissions .button{background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src="/resources/images/buttons/pngs/admissions.png")}
* html #menus .waystogive .button{background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src="/resources/images/buttons/pngs/waystogive.png")}
* html #menus.home .waystogive .button{background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src="/resources/images/buttons/pngs/waystogivehome.png")}
* html #menus .links .button{background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src="/resources/images/buttons/pngs/links.png")}
* html #menus .contactus .button{background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src="/resources/images/buttons/pngs/contactus.png")}
* html #menus .button{cursor:pointer}

#side-menu{float:left;padding-bottom:40px;padding-top:7px;width:225px}
#side-menu h1{font-family:Arial;font-size:11px;font-weight:700;letter-spacing:0;margin:6px 0 0 27px;text-transform:uppercase}
#side-menu a{color:#65442C;display:block;font-size:10px;padding-left:27px;padding-right:27px;text-decoration:none}
#side-menu a.selected,#side-menu a:hover{background-color:#FFE8B2}
#content{padding:50px 150px 40px 274px}

.column{float:left}
.donate-form input{border:solid 1px inherit;height:14px;padding:2px 1px}
.donate-form select{border:solid 1px inherit;height:22px;padding:2px 1px}
:first-child+html .donate-form select{margin:1px 0 0 -1px}

#socialNetworks{left:270px;position:absolute;top:427px}
#socialNetworks img{border:none;vertical-align:bottom}
#socialNetworks a{clear:both;color:#FFF;display:block;float:left;font-size:12px;line-height:16px;margin:0 0 12px;text-decoration:none}
#socialNetworks a span:hover,#socialNetworks a:hover span{text-decoration:underline}
#social-sharing{left:270px;position:absolute;top:395px}
#content #social-sharing{float:right;left:auto;margin:0 0 10px 20px;position:relative;top:auto}

/* Clear fix styling */
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* WinIE7 only */
*:first-child+html .clearfix{
	height:1%;
}

/* WinIE6 and below */
/*¥*/
* html .clearfix{
	height:1%;
}
/**/

/* MacIE only */
/*¥*//*/
.clearfix{
	display:inline-table;
}
/**/