/* Print Styles for Churchgate - */


* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	font-family: "Arial", Helvetica, sans-serif;
	color: #333;
	text-align: left;
	font-size: 76%;
	line-height: 1.2;
	padding-left: 30px;
}

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
	padding: 0.5em 0;
}

a {
	font-weight: bold;
	color: #99042f;
	text-decoration: none;
}

a:hover {
	color: #c71548;
	text-decoration: underline;
}


/* Hide all these items */

#navigation {
	display: none;
}

/* End Hide */

#sidebarContainer {
	width: 250px;
	float: left;
}

#mainContainer {
	width: 320px;
	float: left;
}

#logo {
	position: absolute;
	top: 10px;
	left: 30px;
	width: 570px;
	height: 70px;
}

#logo h1 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 1.5em;
	text-transform: uppercase;
	letter-spacing: .4em;
	color:#333333; 
}


.smallBox {
	width: 200px;
	padding: 150px 9px 0 0;
}

.smallBoxMiddle h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #666666;
}

.smallBoxMiddle p {
	font-size: 0.9em;
	line-height: 1.4em;
	padding-top: 0;
	color: #666666;
}

.highlight {
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.6em;
	color: #99042f;
}

#slogan {
	display: none;
}


#banner {
	width: 250px;
	padding-top: 70px;
	padding-left: 70px;
	text-align: right;
}

#banner em {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 1.1em;
}


#contentContainer {
	width: 320px;
}

#pageImage {
	width: 320px;
	padding: 30px 0 10px 0;
	text-align: left;
}

#pageImage h2 {
	font-size: 1.7em;
	font-weight: bold;
	padding: 0px;
}


#pageImage img {
	padding: 15px 0;
	float: left;
}

#pageContent {
	float: left;
	width: 320px;
	padding: 10px 0 0 0;
}

#pageContent p {
	padding-top: 0;
	line-height: 1.6;
}


#footer {
	margin: 14px;
	padding: 1.5em .5em;
	border-top: 1px solid #999999;
	text-align: center;
	font-family: "Georgia", Times New Roman, Times, serif;
}

#footer p {
	font-size: .8em;
	text-transform: uppercase;
	letter-spacing: .25em;
	color:#333333;
}

.light {
	color: #666666;
}

.clear {
	clear: both;
}

