/*....................................................*/
/*....................................................*/
/*....................................................*/
/*....................................................*/
/*....................................................*/
/* RESET ALL STYLES TO BEGIN WITH */


@media screen {
	
	/* RESET ALL OVERARCHING */
	html { 
		height: 100%;
		text-align: center
	}
	
	body {
		border: 0px none ;
		margin: 0px;
		padding: 0px;
		height: 100%;
	}
	
	
	/* text and imagery */
	img {
		border: 0pt none ;
	}
	
	
	ul {
		margin: 1em 0pt;
		padding: 0pt 0pt 0pt 2em;
		list-style-type: square;
	}
	
	.clearStyles {
		clear: both;
		line-height: 0pt;
		height: 0pt;
	}
	
	
	/*RESET H TAGES USED */
	h1, h2  {
		margin: 0px;
		padding: 0px;
		font-weight: normal;
	}
	
}



/*....................................................*/
/*....................................................*/
/*....................................................*/
/*....................................................*/
/* BEGIN STYLING */

#body {
	text-align: left;
}
	
#wrapper {
	margin: 30px auto;
	padding-right: 12px;
	color: transparent;
	padding: 0px 10px 10px 10px;
	width: 915px; 
	padding-bottom : 60px;
	overflow: hidden;	
}

#contentWrapper {
	border-right: 1px solid #777;
	font-size: 14px;
	color : #333;
	line-height: 1.45em;
	padding-right: 34px;
	margin-left: 10px;
	margin-bottom: 60px;
}




/*....................................................*/
/* FONTS */


h1 {
	margin: 0px;
	padding: 0px;
}


h2 {
	font-family: American Typewriter, Courier New, Courier, Times New Roman, Georgia, serif;
	font-size: 21px;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	text-align: left;
}



p {
	font-family: American Typewriter, Courier New, Courier, Times New Roman, Georgia, serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4em;
	text-align: left;	
	text-decoration: none;
	color: #333;
}


p a {
	text-decoration: none;
	color: #777;
}


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


/*List STYLES*/
ul { 
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul li {
	margin: 0px;
	padding: 0px;
	float: left;
}

ul li a {
	display: block;
}









/*....................................................*/
/* CONTENT STYLING */

#pageHeader { 
	padding-bottom : 10px;
}







/*....................................................*/
/* 1st level nav */

#mainNav {
	display: block;
}

#mainNav .navBar {
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 35px;
}

.navBar {
	width: 935px;
}

.navBar .module a {
	padding: 10px 5px; 
	font-family: American Typewriter, Courier New, Courier, Times New Roman, Georgia, serif;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	margin-right: 10px; 
	color: #000;
}

.navBar .active-module a { 
	background-color: #333; 
	color: #fff;
	
}

.module a:hover {
	padding: 10px 5px;
	background-color: #333;
	color: #fff;
}

.content-navigation {
	float: left;
}







/*....................................................*/
/* SIDE BAR */
.verticalNavigationBar .section .module a:hover { color: rgb(0, 204, 204); }

.verticalNavigationBar .section .caption {
	border-color: #838382;
	border-bottom: 1px solid #838382;
	font-size: 13px;
	color: #000
	font-weight: normal;
	padding-bottom: 1px;
	margin-bottom: 6px;
}

.verticalNavigationBar .section { 
	font-family: American Typewriter, Courier New, Courier, Times New Roman, Georgia, serif;
	font-size: 12px;
	color: #000;
	line-height: 1.5em;
	padding-left: 6px;
	margin-left: 6px;
	margin-bottom: 35px;
	padding-top: 26px;
}

.verticalNavigationBar .section .active-module a { 
	color: #231a4a;
}


.verticalNavigationBar .section .module a {
	font-size: 13px;
	color: rgb(62, 37, 7);
}





/* RIGHT HAND SIDE IMAGERY */
.full-image-float-left { margin: 9px 20px 0px 10px; float: left; }
.full-image-block { display: block; }
.full-image-float-left img, .full-image-float-right img, .full-image-float-none img { text-decoration: none; }




/*....................................................*/
/* FOOTER */

#pageFooterWrapper {
	padding-left : 10px;
	color: transparent;
	text-align: left; 
	clear: both;
}

.homefooter {
	text-align: center; 
}

#pageFooter {
	font-family: American Typewriter, Courier New, Courier, Times New Roman, Georgia, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	padding-top: 10px;
	padding-bottom : 40px
	text-align: left;
}

.footlink a {
	color: #777;
	text-decoration : none;
	
}

.footlink a:hover {
	text-decoration : underline;
}



/*....................................................*/
/* OTHER PAGE STYLES */

.gemmaImage {
	margin: 23px 10px 10px 10px;	
}

.extract {
	font-family: Georgia, serif;
	font-style: italic;
	color: #d0243e 	
}

.twitterlink {
	margin: 0px 8px -25px 30px
}


.postcards-toprow {
	padding : 20px 10px 0px 0px;
}

.postcards-other {
	padding : 10px 10px 0px 0px;
}






/*side content */
#sidebar1Wrapper { padding: 0pt; display: block; float: right; width: 260px; }
#sidebar1 {
	margin-top: -50px;	
	overflow: hidden;
}


#contentWrapper { float: left; width: 600px; }
#contentWrapper { border-color: #838382 ); padding-right: 34px; margin-left: 10px; margin-bottom: 60px; color: transparent; }


