@import url("clearfix.css");

*{
	margin: 0;
	padding: 0;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 15px;
	line-height: 17px;
	margin-bottom: 10px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 17px;
}
p{
	margin: 0 0 10px 0;	
}
body {
	background-image:url(../img/background.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
img {
	border:none;
}
form {
	display:inline;
}
a, a:visited {
	color:#046380;
}
.rightcolumn ul{
	margin-top: 0;
	margin-left: 20px;	
	margin-bottom: 10px;
}
.rightcolumn li{
	margin-bottom: 5px;	
}
.pagecontainer{
	width: 956px;
	margin: 0 auto 0 auto;
}
.floatleft{
	float: left;	
}
.floatright{
	float: right;	
}
.clearboth{
	clear: both;	
}
.imageright{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.imageleft{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.imagebottom{
	margin-top: 20px;	
}

/* ------ header styles ------ */
.header{
	height: 99px;
	overflow: hidden;
}
.header img{
	float: left;	
}

/* ------ navigation styles ------ */
#navigation {
	display: block;
	height: 35px;	
	width: 956px;		
	overflow: hidden;
	background-image: url(../img/navigation.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	position: relative;
}
#navigation a {
	float: left;
	display: block;
	height: 35px;
	margin-top: 0;
	background-position: 0 0;
	background-image: url(../img/navigation.png);
	background-repeat: no-repeat;
	text-indent: -9000em;
}

/* --- normal state --- */
#navigation a.nav-home {
	background-position: 0px 0px;
	width: 67px;
}
#navigation a.nav-aboutus {
	background-position: -67px 0px;
	width: 89px;
}
#navigation a.nav-howyoucanhelp {
	background-position: -156px 0px;
	width: 149px;
}
#navigation a.nav-collegiatepartners {
	background-position: -305px 0px;
	width: 168px;
}
#navigation a.nav-simonscholars {
	background-position: -473px 0px;
	width: 137px;
}
#navigation a.nav-mediapress {
	background-position: -610px 0px;
	width: 110px;
}
#navigation a.nav-contactus {
	background-position: -720px 0px;
	width: 103px;
}


/* --- hover state --- */
#navigation a.nav-home:hover {
	background-position: 0px -35px;
	width: 67px;
}
#navigation a.nav-aboutus:hover {
	background-position: -67px -35px;
	width: 89px;
}
#navigation a.nav-howyoucanhelp:hover {
	background-position: -156px -35px;
	width: 149px;
}
#navigation a.nav-collegiatepartners:hover {
	background-position: -305px -35px;
	width: 168px;
}
#navigation a.nav-simonscholars:hover {
	background-position: -473px -35px;
	width: 137px;
}
#navigation a.nav-mediapress:hover {
	background-position: -610px -35px;
	width: 110px;
}
#navigation a.nav-contactus:hover {
	background-position: -720px -35px;
	width: 103px;
}

/* --- active state --- */
body.home #navigation a.nav-home {
	background-position: 0px -70px;
	width: 67px;
}
body.aboutus #navigation a.nav-aboutus {
	background-position: -67px -70px;
	width: 89px;
}
body.howyoucanhelp #navigation a.nav-howyoucanhelp {
	background-position: -156px -70px;
	width: 149px;
}
body.collegiatepartners #navigation a.nav-collegiatepartners {
	background-position: -305px -70px;
	width: 168px;
}
body.simonscholars #navigation a.nav-simonscholars {
	background-position: -473px -70px;
	width: 137px;
}
body.mediapress #navigation a.nav-mediapress {
	background-position: -610px -70px;
	width: 110px;
}
body.contactus #navigation a.nav-contactus {
	background-position: -720px -70px;
	width: 103px;
}




/* ------ home page styles ------ */
.home-footer{
	height: 149px; /* 183px is desired height, subtract top padding (35px) to get 149px */
	background-color: #000000;
	padding-top: 35px; 
	padding-left: 25px;
	position: relative;
}
.copyright{
	position: absolute;
	bottom: 0;
	left: 200px;
	margin-bottom: 10px;
	clear: both;
	font-size: 10px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
.callus{
	float: right;	
	position: absolute;
	right: 0;
	bottom: 0;
	margin-right: 25px;
}
.slideshow-container{
	width: 956px;
	height: 305px;
	overflow: hidden;
}

/* ------ boxes at the bottom of the home page ------ */
.home-yellowbox{
	display: block;
	width: 236px;	
	height: 113px;
	overflow: hidden;
	background-image:url(../img/home-how-you-can-help.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	position: relative;
	float: left;
	margin-left: 14px;

}
.home-yellowbox a{
	display: block;
	margin-top: 0;
	background-position: 0 0;
	background-image:url(../img/home-how-you-can-help.png);
	background-repeat: no-repeat;
	text-indent: -9000em;
	outline: none;
}

/* --- normal state --- */
.home-yellowbox a.yellow-how{
	background-position: 0px 0px;
	height: 30px;
}
.home-yellowbox a.yellow-sponsor{
	background-position: 0px -30px;
	height: 24px;
}
.home-yellowbox a.yellow-partner{
	background-position: 0px -54px;
	height: 23px;
}
.home-yellowbox a.yellow-volunteer{
	background-position: 0px -76px;
	height: 37px;
}

/* --- hover state --- */
.home-yellowbox a.yellow-how:hover {
	background-position: -236px 0px;
	height: 30px;
}
.home-yellowbox a.yellow-sponsor:hover {
	background-position: -236px -30px;
	height: 24px;
}
.home-yellowbox a.yellow-partner:hover {
	background-position: -236px -54px;
	height: 23px;
}
.home-yellowbox a.yellow-volunteer:hover {
	background-position: -236px -76px;
	height: 37px;
}




.home-bluebox{
	display: block;
	width: 236px;	
	height: 113px;
	overflow: hidden;
	background-image:url(../img/home-collegiate-partners.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	position: relative;
	float: left;
	margin-left: 14px;

}
.home-bluebox a{
	display: block;
	margin-top: 0;
	background-position: 0 0;
	background-image:url(../img/home-collegiate-partners.png);
	background-repeat: no-repeat;
	text-indent: -9000em;
	outline: none;
}

/* --- normal state --- */
.home-bluebox a.blue-collegiate{
	background-position: 0px 0px;
	height: 30px;
}
.home-bluebox a.blue-benefits{
	background-position: 0px -30px;
	height: 24px;
}
.home-bluebox a.blue-why{
	background-position: 0px -54px;
	height: 23px;
}
.home-bluebox a.blue-current{
	background-position: 0px -76px;
	height: 37px;
}

/* --- hover state --- */
.home-bluebox a.blue-collegiate:hover {
	background-position: -236px 0px;
	height: 30px;
}
.home-bluebox a.blue-benefits:hover {
	background-position: -236px -30px;
	height: 24px;
}
.home-bluebox a.blue-why:hover {
	background-position: -236px -54px;
	height: 23px;
}
.home-bluebox a.blue-current:hover {
	background-position: -236px -76px;
	height: 37px;
}







.home-greenbox{
	display: block;
	width: 236px;	
	height: 113px;
	overflow: hidden;
	background-image:url(../img/home-simon-scholars.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	position: relative;
	float: left;
	margin-left: 14px;

}
.home-greenbox a{
	display: block;
	margin-top: 0;
	background-position: 0 0;
	background-image:url(../img/home-simon-scholars.png);
	background-repeat: no-repeat;
	text-indent: -9000em;
	outline: none;
}

/* --- normal state --- */
.home-greenbox a.green-simon{
	background-position: 0px 0px;
	height: 30px;
}
.home-greenbox a.green-what{
	background-position: 0px -30px;
	height: 24px;
}
.home-greenbox a.green-student{
	background-position: 0px -54px;
	height: 23px;
}
.home-greenbox a.green-program{
	background-position: 0px -76px;
	height: 37px;
}

/* --- hover state --- */
.home-greenbox a.green-simon:hover {
	background-position: -236px 0px;
	height: 30px;
}
.home-greenbox a.green-what:hover {
	background-position: -236px -30px;
	height: 24px;
}
.home-greenbox a.green-student:hover {
	background-position: -236px -54px;
	height: 23px;
}
.home-greenbox a.green-program:hover {
	background-position: -236px -76px;
	height: 37px;
}







/* ------ secondary page styles ------ */
.content{
	background-color: #FFFFFF;
	overflow: auto;
}
.secondaryfooter{
	clear: both;
	height: 32px;
	background-image:url(../img/footer-background.jpg);
	background-repeat: repeat-x;
	position: relative;
}
.secondaryfooter img{
	position: absolute;
	right: 40px;
	bottom: 10px;
}
.leftcolumn{
	float: left;
	width: 163px;
	background-color: #FFFFFF;
}

.rightcolumn{
	background-color: #FFFFFF;
	background-image:url(../img/blackbar-background.jpg); 
	background-repeat:repeat-y; 
	float: left;
	width: 785px;	
	min-height: 540px;

}
.verticalbar{
	float: left;
}
.titlebar{
	float: left;
	padding-top: 13px;
	margin-bottom: 15px;
	padding-left: 8px;
}
.rightcol-text{
	float: left;
	padding-left: 10px;
	width: 730px;
	padding-bottom: 40px;
}
.sponsors{
	float: left;
	margin-left: -1px;
}

/* ---- left column images ---- */
.leftcolumnimage{					/* applies to ALL left column images */
	text-align: center;
	outline: none;
	margin: 30px auto 0 auto;
	background-repeat: no-repeat;
	overflow: hidden;
	
}
.lessspace{
	margin-top: 5px;
}
.sidestories{
	margin: 10px auto 10px auto;
}
.leftcolumnimage a{
	outline: none;
}
.leftcolumnimage-mouseovers{		/* applies to just the mouse-over blue buttons */
	margin: 10px auto 0 auto;
	height: 114px;
	width: 139px;
	text-align: center;
	background-repeat: no-repeat;
	text-indent: -9000em;
}
.leftcolumnimage-mouseovers a{
	display: block;
	outline: none;
	height: 114px;
}
.media-mouseovers{
	float: left;
	margin: 10px 10px 0 0;
	height: 114px;
	width: 139px;
	text-align: center;
	background-repeat: no-repeat;
	text-indent: -9000em;
}
.media-mouseovers a{
	display: block;
	outline: none;
	height: 114px;
}
.cert-hs-spacer{
	height: 150px;
}
.volunteer-spacer{
	/* height: 50px; */
}
.donate-spacer{
	/* height: 10px; */
}
.howcontact-spacer{
	/* height: 100px; */
}
.howyoucan-spacer{
	height: 220px;
}
.otherspacer{
/* 	height: 190px; */
}
.missionspacer{
	height: 140px;
}
.cp-faq-spacer{
	height: 90px;
}
.simonspacer{
	/* height: 100px;	*/
}
.collegespacer{
	height: 40px;	
}
.cp-contact-spacer{
	height: 470px;
}
.boardspacer{
	height: 300px;
}

/* --CONTACT US and ABOUT US-- */
.leftcolumnimage-aboutus, .leftcolumnimage-aboutus a{
	background-image: url(../img/side-image-simonfound1.jpg);
}
.leftcolumnimage-aboutus a:hover{
	background-image: url(../img/side-image-simonfound2.jpg);
}
/* --CONTACT US and AMERICA'S PROMISE-- */
.leftcolumnimage-apa, .leftcolumnimage-apa a{
	background-image: url(../img/side-image-apa1.jpg);
}
.leftcolumnimage-apa a:hover{
	background-image: url(../img/side-image-apa2.jpg);
}
/* --CONTACT US and SIMON SCHOLARS-- */
.leftcolumnimage-simonscholars, .leftcolumnimage-simonscholars a{
	background-image: url(../img/side-image-student1.jpg);
}
.leftcolumnimage-simonscholars a:hover{
	background-image: url(../img/side-image-student2.jpg);
}
/* --MEDIA/PRESS-- */
.leftcolumnimage-mediakit, .leftcolumnimage-mediakit a{
	background-image: url(../img/side-image-mediakit1.jpg);
}
.leftcolumnimage-mediakit a:hover{
	background-image: url(../img/side-image-mediakit2.jpg);
}
/* --MEDIA/PRESS-- */
.leftcolumnimage-scholarphotos, .leftcolumnimage-scholarphotos a{
	background-image: url(../img/side-image-scholarphotos1.jpg);
}
.leftcolumnimage-scholarphotos a:hover{
	background-image: url(../img/side-image-scholarphotos2.jpg);
}
/* --MEDIA/PRESS-- */
.leftcolumnimage-logos, .leftcolumnimage-logos a{
	background-image: url(../img/side-image-logos1.jpg);
}
.leftcolumnimage-logos a:hover{
	background-image: url(../img/side-image-logos2.jpg);
}
/* --MEDIA/PRESS-- */
.leftcolumnimage-eventphotos, .leftcolumnimage-eventphotos a{
	background-image: url(../img/side-image-eventphotos1.jpg);
}
.leftcolumnimage-eventphotos a:hover{
	background-image: url(../img/side-image-eventphotos2.jpg);
}
.leftcolumnimage-simonscholars{
	margin-bottom: 15px;	
}












/* ------ sub-navigation styles ------ */
#sub-navigation {
	display: block;
	width: 163px;	
	overflow: hidden;
	list-style-type: none;
}
#sub-navigation li{
	width: 163px;
	padding: 0;
	margin: 0;

}
#sub-navigation li a {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px; 
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	outline: none;
	border: 1px solid #FFFFFF;

}
#sub-navigation li a:hover{
	background-image: url(../img/subnav-background.png);
}
/* --- active states --- */
.page-mission  #sub-navigation li a.nav-about-vision{
	background-image: url(../img/subnav-background.png);		
}
.page-america #sub-navigation li a.nav-about-america{
	background-image: url(../img/subnav-background.png);			
}
.page-foundersmessage #sub-navigation li a.nav-about-founder{
	background-image: url(../img/subnav-background.png);
}
.page-simonfoundation #sub-navigation li a.nav-about-simonfound{
	background-image: url(../img/subnav-background.png);	
}
.page-program #sub-navigation li a.nav-about-program{
	background-image: url(../img/subnav-background.png);	
}
.page-whereweare #sub-navigation li a.nav-about-where{
	background-image: url(../img/subnav-background.png);	
}
.page-timeline #sub-navigation li a.nav-about-timeline{
	background-image: url(../img/subnav-background.png);	
}
.page-faq #sub-navigation li a.nav-about-faq{
	background-image: url(../img/subnav-background.png);	
}
.page-sponsorcontribute #sub-navigation li a.nav-how-sponsor{
	background-image: url(../img/subnav-background.png);	
}
.page-partner #sub-navigation li a.nav-how-partner{
	background-image: url(../img/subnav-background.png);	
}
.page-volunteer #sub-navigation li a.nav-how-volunteer{
	background-image: url(../img/subnav-background.png);	
}
.page-donate #sub-navigation li a.nav-how-donate{
	background-image: url(../img/subnav-background.png);	
}
.page-benefits #sub-navigation li a.nav-collegiate-benefits{
	background-image: url(../img/subnav-background.png);	
}
.page-why #sub-navigation li a.nav-collegiate-why{
	background-image: url(../img/subnav-background.png);	
}
.page-collegiatefaq #sub-navigation li a.nav-collegiate-faq{
	background-image: url(../img/subnav-background.png);	
}
.page-current #sub-navigation li a.nav-collegiate-current{
	background-image: url(../img/subnav-background.png);	
}
.page-highschools #sub-navigation li a.nav-simon-certified{
	background-image: url(../img/subnav-background.png);	
}
.page-stories #sub-navigation li a.nav-simon-stories{
	background-image: url(../img/subnav-background.png);	
}
.page-calendar #sub-navigation li a.nav-simon-calendar{
	background-image: url(../img/subnav-background.png);	
}
.page-photos #sub-navigation li a.nav-media-photos{
	background-image: url(../img/subnav-background.png);	
}
.page-press #sub-navigation li a.nav-media-press{
	background-image: url(../img/subnav-background.png);	
}
.page-articles #sub-navigation li a.nav-media-articles{
	background-image: url(../img/subnav-background.png);	
}
.page-news #sub-navigation li a.nav-media-news{
	background-image: url(../img/subnav-background.png);	
}
.page-howcontact #sub-navigation li a.nav-how-contact{
	background-image: url(../img/subnav-background.png);	
}
.page-collegiatecontact #sub-navigation li a.nav-collegiate-contact{
	background-image: url(../img/subnav-background.png);	
}
.page-board #sub-navigation li a.nav-about-board{
	background-image: url(../img/subnav-background.png);	
}


/* --- accordion styles --- */
#accordion h2{
	font-size: 15px;
	padding-bottom: 15px;
	padding-top: 25px;
}
#accordion h2.first{
	padding-top: 0px;	
}


/* --- vision --- */
.visionbox{
	border: 1px solid #000000;
	height: 150px;
	width: 300px;
	padding: 5px;
	margin: 50px auto 0 auto;
}
.visionbox p{
	display: block;
	text-align: center;
	margin-bottom: 5px;
}


/* ------ donate now ------ */
.donatebutton{
	width: 139px;
	height: 114px;
	background-image:url(../img/side-image-donate1.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
.donatebutton a{
	background-image:url(../img/side-image-donate1.jpg);
	text-indent: -9000em;
	background-repeat: no-repeat;
	display: block;
	height: 114px;
	outline: none;
}
.donatebutton a:hover{
	background-image:url(../img/side-image-donate2.jpg);
	background-repeat: no-repeat;
}	



/* --- how you can help --- */
.how-sponsor{
	float: left;
	width: 240px;
	height: 183px;
	background-image:url(../img/sponsor-contribute2.jpg);
	background-repeat: no-repeat;
}
.how-sponsor a{
	background-image:url(../img/sponsor-contribute2.jpg);
	text-indent: -9000em;
	background-repeat: no-repeat;
	display: block;
	height: 183px;
	outline: none;
}
.how-sponsor a:hover{
	background-image:url(../img/sponsor-contribute2-hover.jpg);
	background-repeat: no-repeat;
}


.how-partner{
	float: left;
	width: 244px;
	height: 183px;
	background-image:url(../img/partner3.jpg);
	background-repeat: no-repeat;
}
.how-partner a{
	background-image:url(../img/partner3.jpg);
	text-indent: -9000em;
	background-repeat: no-repeat;
	display: block;
	height: 183px;
	outline: none;
}
.how-partner a:hover{
	background-image:url(../img/partner-hover3.jpg);
	background-repeat: no-repeat;
}


.how-volunteer{
	float: left;
	width: 244px;
	height: 183px;
	background-image:url(../img/volunteer2.jpg);
	background-repeat: no-repeat;
}
.how-volunteer a{
	background-image:url(../img/volunteer2.jpg);
	text-indent: -9000em;
	background-repeat: no-repeat;
	display: block;
	height: 183px;
	outline: none;
}
.how-volunteer a:hover{
	background-image:url(../img/volunteer-hover3.jpg);
	background-repeat: no-repeat;
}

.page-howyoucanhelp .rightcol-text ul{
	margin-bottom: 30px;	
}
.page-howcontact td, .page-collegiatecontact td{
	vertical-align: top;	
}
.page-howcontact td.label, .page-collegiatecontact td.label{
	width: 150px;
}
.page-howcontact input, .page-collegiatecontact input{
	width: 200px;	
}
.page-howcontact .type, .page-collegiatecontact .type{
	padding-bottom: 30px;	
}
.page-howcontact input.city, .page-collegiatecontact input.city{
	width: 105px;	
}
.page-howcontact input.state, .page-collegiatecontact input.state{
	width: 30px;	
}
.page-howcontact input.zip, .page-collegiatecontact input.zip{
	width: 50px;	
}
.page-howcontact .comments, .page-collegiatecontact .comments{
	width: 200px;	
}
.page-howcontact .button, .page-collegiatecontact .button{
	width: 100px;
}
.page-howcontact .phone, .page-collegiatecontact .phone{
	width: 120px;	
}
.page-howcontact td.buttoncell, .page-collegiatecontact td.buttoncell{
	padding-top: 20px;
	text-align: center;
}
.page-howcontact td.bottomspace, .page-collegiatecontact td.bottomspace{
	padding-bottom: 20px;	
}


/* ------ media/press ------ */
.scholarpict{
	float: left;
	margin-right: 3px;
	margin-bottom: 5px;
	text-align: center;
}
.eventpict{
	float: left;
	margin-right: 3px;
	margin-bottom: 5px;
	text-align: center;	
}
.eventpict img{
	width: 230px;
	height: 173px;
}
.photospacer{
	height: 30px;	
	clear: both;
}
.mediaspacer{
	height: 150px;	
	clear: both;
	
}

/* --- simon scholars colleges --- */
.page-current table{
/* 	border: 1px solid #CCCCCC; */
	border-spacing: 0;
	margin-bottom: 10px;
	background-color: #A8C5EF;
}
.page-current td{
	width: 280px;
/*	border: 1px solid #CCCCCC; */
	padding: 2px;
	padding-left: 4px;
	vertical-align: top;

}

/* --- sponsor/contribute --- */
.sponsorimgs{
	margin-right: 5px; /* when there are 3 images, 5px */
	
}



/* ------ about us ------ */
.aboutus-callout{
	font-weight: bold;
	font-size: 14px;
}

/* ------ timeline ------ */
.timeline{
	margin-bottom: 15px;	
}


/* ------ student stories ------ */
.studentstory{
	overflow: hidden;
	/* border: 1px solid; */
}
.studentstory .bio img{
	float: left;
	margin-right: 20px;
}
.bio{
	float: left;
	display: block;
	width: 415px;
	margin-bottom: 10px;
	
}
.quoteimage{
	margin-left: 10px;
	margin-bottom: 10px;
}
.studentstories-hr{
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}
.graytext{
	color: #999999;	
}

.bottommargin{
	margin-bottom: 20px;	
}

.page-donate .spacer1{
	height: 15px;
}
.page-donate form input{
	outline: none;	
}

.howwouldimage{
	display: block;
	margin-bottom: 15px;
}

.collegiate-list{
	background-color: #A8C5EF; 
	width: 380px;
	list-style-position: inside;
	padding-left: 10px;
	margin-left: -100px; 
}
.about-guiding{
	background-color: #A8C5EF;
	width: 550px;
	padding: 3px;
	margin-bottom: 15px;
}
.largertext{
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}
.subhead{
	margin-bottom: 10px;	
}
.socialmedia{
	margin-top: 20px;	
}
.socialmedia img{
	float: left;
	margin-right: 10px;
}

.howyoucan-table, .collegiatecontact-table{
	margin-bottom: 20px;	
}

.sub-colright{
	float: right;
	width: 315px;
}
.sub-colright img{
	margin-bottom: 10px;
	margin-left: 10px;
}

/* ------- press releases ------ */
.pressrelease h1{
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	margin-bottom: 15px;
}
.pressrelease h2{
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
	text-align: center;
	margin-bottom: 15px;
}
.underline{
	text-decoration: underline;	
}
.centered{
	text-align: center;	
}
.pressrelease p{
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 15px;
}
.pressrelease-table td{
	vertical-align: top;
	padding-bottom: 10px;
}
.pressrelease-table td.date{
	width: 90px;	
}
.pressrelease-table a{
	outline: none;	
}

.brochurediv{
	float: right;
	width: 170px;
}
.brochurediv p{
	color: #999;
	font-size: 10px;
	margin-left: 10px;
}
a.brochurebutton{
	margin-right: 10px;
	background-image: url(../img/brochure1a.jpg);
	text-indent: -9000px;
	width: 162px;
	height: 216px;
	display: block;
}
a.brochurebutton:hover {
	background-image: url(../img/brochure1b.jpg)
}
a.brochurebutton2{
	margin-right: 10px;
	background-image: url(../img/brochure2b.jpg);
	text-indent: -9000px;
	width: 162px;
	height: 216px;
	display: block;
}
a.brochurebutton2:hover {
	background-image: url(../img/brochure2a.jpg)
}




.page-articles a{
	text-decoration: none;	
}
.page-articles a:hover{
	text-decoration: underline;	
	
}
.video{
	width: 440px;
	margin: 0 auto;
}
