Not a real answer, but to long for a comment.
I don't think that your desired layout is a standard option in REVTeX. Note that the sample manuscript (which you refer to) are created using MS Word :-(.
You can naturally circumvent such limitations, but I fear that this might give you problems when you submit your manuscript. I've been told (I don't know if it's correct), that the APS & AIP journals convert the submitted manuscripts to some non-TeX format.
An example, which partly answer your question (sadly with very little flexibility) is given below.
\documentclass[aip,rsi,reprint]{revtex4-1}
\usepackage{amsmath,amssymb}
\usepackage{lipsum}
\begin{document}
\title{Whatever}
\author{Roger Rabbit}
\thanks{These two authors contributed equally}
\author{Bugs Bunny\normalfont\textsuperscript{a,}}
\email[E-mail me at:]{bugs@looney.com}
\affiliation{Looney Tune Studios}
\begin{abstract}
\lipsum[2]
\end{abstract}
\maketitle
\section{Introduction}
\lipsum[1]
String theory\cite{GSW} attempts to provide a theory of everything.
\begin{thebibliography}{1}
\bibitem{GSW} M.~Greene, J.~Schwarz, and
E.~Witten, \textit{Superstring Theory:
Introduction}, (Cambridge University
Press, London, 1985).
\end{thebibliography}
\end{document}
Remark: Bugs Bunny's email address is taken directly from the REVTeX-manual and I don't know if it's an actual email ;-)
revtex4-1, so the community has something to work with. – Werner Feb 15 at 6:49