/*  Common Tags */
body {
    background-color: #dedede;
    padding-top: 0px;
}

h1, h2, h3, h4, h5, p, a, th {
    font-family: helvetica, sans-serif, arial;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

p {
    font-size: 12px;
}

img {
    border: none;
}

ul {
    font-family: helvetica, sans-serif, arial;
    font-size: small;
}

li {
    font-family: helvetica, sans-serif, arial;
    font-size: small;
}

/* Common Layout */
.wrapper {
/* Controls the positioning on the content and restricts width */
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    height: 100%;
}

.content {
/* The main container for the site holds all content */
    color: #000;
    background-color: #000;
}

/* general content layout for all pages */
.main_content {
    width: 900px;
    height: 100%;
    background: #FFF;
    padding-bottom: 50px;
}

.content_wrapper {
    width: 900px;
    height: 100%;
    margin: 0;
}

.content_top {
/*width: 899px;*/
    min-height: 300px;
    overflow: hidden;
    background-color: #2993D1;
    margin-bottom: 10px;
}

.content_top #headerCarousel, .content_top #headerCarousel ul {
/* change to div and place flash or javascript app within */
/* width: 100%;*/
    width: 900px;
}

.pagecontent {
    padding-left: 30px;
    padding-right: 10px;
    font-family: helvetica, sans-serif, arial;
}

.scrollingImage {
    width: 504px;
    height: 325px;
}

.content_bottom {
    height: 100%;
    width: 900px;
    color: #000;
    clear: both;
}

.content_bottom a {
    color: #000;
}

.content_title {
    width: 624px;
/*included in some comps, not in others */
}

.sidebar_title {
/* margin-left: 6px;*/
    margin-bottom: 10px;
    font-style: normal;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
}

.sidebar_content {
    float: right;
    width: 225px;
    padding-left: 15px;
}

.sidebar_content .content_title {
    width: 100%;
}

.sidebar_content p {
    margin: 0;
    color: #A02E2D;
    width: 150px;
    padding-left: 15px;
    font-size: 12px;
    line-height: 30px;
    font-style: italic;
}

.sidebar_navigation ul {
    padding: 0 0 0 0;
    margin: 0;
    width: 245px;
}

.sidebar_navigation ul li {
    padding-top: 7px;
    width: 200px;
    list-style-type: none;
    padding-left: 0;
}

.content_title h4, .sidebar_title h4 {
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1em;
    color: #FFF;
    text-transform: uppercase;
    padding-left: 30px;
}

/*
.content_title h4 {
	float: left;
}

.back_button {
	float: right;
	margin-top:4px;
}

.back_button a {
	margin: 0px 10px 0pt; 
	font-size: 10px; 
	color: #fff;
	text-decoration:none;
}

.back_button img {
	vertical-align: bottom;
}
*/

/* START shared styles for main content title bars */
.content_title, .sidebar_title {
    min-height: 25px;
}

.content_title h3, .sidebar_title h3 {
    margin: 0;
    color: #FFF;
}

.home .content_title h3 {
    padding: 5px;
}

.content_title h3, .sidebar_title h3 {
    padding-left: 25px;
}

/* END styles for main content title bars */

div.last {
    border: 0;
    margin-bottom: 0;
}

p.actionLink {
    text-align: right;
    background-image: url("/images/mitzvah/page-next.gif");
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 20px;
}

a.actionLink {
    text-transform: uppercase;
    color: #2c92d1;
    font-size: 10px;
}

.clear {
    clear: both
}

.left {
    float: left;
    text-align: left;
    margin-left: 10px;
}

.right {
    float: right;
    text-align: right;
}
