/* ----------------------------------------------------------------------------
	Title:		JC Investment Management CSS Document
			
	Author:		PMT Advertising (LS)
				http://www.pmtadvertising.com
				info@pmtads.com
	Artist:     Louis R. Stephens
	Date:		Friday, December 22, 2006
------------------------------------------------------------------------------- */

.clearer {
	height: 0;
	line-height: 0px;
	clear:both;
}

body {
	font-family: Times, serif;
	font-size: 13px;
	color: #262B1D;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #222;
	background-image: url('../images/bodyBackground.jpg');
	background-repeat: repeat;
}

img {
	border: none;
}

#constraint {
	width: 778px;
	margin: 0 auto;
	border-left: 1px solid #787878;
	border-right: 1px solid #787878;
	background-color: #6b6b6c;
}
#constraintImageLeft {
	padding-left: 10px;
	background-image: url('../images/constraintImageLeft.jpg');
	background-repeat: repeat-y;
	background-position: top left;
}

#constraintImageRight {
	padding-right: 10px;
	background-image: url('../images/constraintImageRight.jpg');
	background-repeat: repeat-y;
	background-position: top right;
}

#header {
	height: 122px;
	background-color: #620001;
	background-image: url('../images/headerBackground.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
}

#navigation {
	right: 0;
	bottom: 0;
	text-align: right;
	height: 122px;
}

#flashArea {
	
}

#footer {
	height: 128px;
	background-color: #464646;
	background-image: url('../images/footerBackground.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}
.addressPhoneInfo, .emailInfo {
	text-align: right;
	padding: 10px 10px 0 0;
	color: #f8f8f8;
}
.addressPhoneInfo {
	float: left;
	width: 350px;
	text-align: left;
	padding: 10px 0 0 10px;
}
.emailInfo {
	float: right;
	width: 375px;
}
#credit {
	width: 100%;
	bottom: 10px;
	font-size: 10px;
	color: #999;
	text-align: center;
}


/*	=Content Area
------------------------------------------------------------------------------- */

#contentAreaTop {
	height: 18px;
	background-image: url('../images/contentAreaTop.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}
#contentArea {
	text-align: left;
	background-color: #f8f8f8;
	background-image: url('../images/contentAreaBackground.jpg');
	background-repeat: repeat-y;
	background-position: top left;
}
body#strategyAlt #contentAreaTop {
	background-image: url('../images/contentAreaTopAlt.jpg');
}
body#strategyAlt #contentArea {
	background-image: url('../images/contentAreaBackgroundAlt.jpg');
}
body#strategy .twoColMain .content {
	height: 393px;
	margin-bottom: 15px;
	overflow: auto;
}

.twoColMain {
	width: 475px;
	float: right;
}
.twoColCompanion {
	width: 282px;
	float: left;
}
.twoColCompanion .content, #footer {
	/*font-family: Arial, sans-serif;*/
	font-family: "Gill Sans", sans-serif;
}
.content {
	padding: 15px;
}

.infoBoxLeft {
	width: 75px;
	float: left;
	padding-top: 18px;
}

.newsletterIcon {
	width: 75px;
	height: 75px;
	cursor: pointer;
	padding-top: 0px;
	background-image: url('../images/newsletter-up.gif');
	background-repeat: no-repeat;
	background-position: top left;
}
.newsletterIcon:hover {
	background-image: url('../images/newsletter-over.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

.infoBoxRight, .infoBoxRightTwo, .infoBoxRightThree {
	width: 175px;
	height: 60px;
	float: right;
	position: relative;
	background-image: url('../images/infoBoxBackground.gif');
	background-repeat: no-repeat;
	background-position: top left;
}
.infoBoxRight .content {
	padding: 13px 10px 0 20px;
}
.infoBoxRightTwo .content {
	padding: 12px 10px 0 20px;
}
.infoBoxRightThree {
	background-image: none;
}

/*	=Text
------------------------------------------------------------------------------- */

h1, h2, h3 {
	font-family: Times, serif;
	font-weight: normal;
}

h1, h2 {
	font-size: 155%;
	color: #595339;
	padding-bottom: 14px;
	background-image: url('../images/headerBtm-main.jpg');
	background-repeat: repeat-x;
	background-position: bottom left;
}

h2 {
	background-image: url('../images/headerBtm-companion.jpg');
}

body#strategyAlt h1, body#strategyAlt h2 {
	text-align: right;
}

h3 {
	font-size: 100%;
	/*font-variant: small-caps;*/
	color: #333;
	text-decoration: underline;
}

.disclaimer, .disclaimer h2 {
	font-size: 90%;
}

.disclaimer h2 {
	font-weight: bold;
	font-size: 100%;
}

/*	=Sub Nav
------------------------------------------------------------------------------- */

.subNav ul {
	
}
ul {
	list-style-type: none;
	padding-bottom: 5px;
}
ul li {
	font-size: 90%;
	display: inline;
	padding-right: 13px;
}

/*	=Links
------------------------------------------------------------------------------- */

a {
	color: #325dac;
	text-decoration: none;
}
a:hover {
	color: #990000;
}
#footer a {
	color: #cfce54;
}
#footer a:hover {
	color: #fff;
}
#footer ul li a {
	color: #999;
}
#footer ul li a:hover {
	color: #cfce54;
}
#credit a {
	color: #f8f8f8;
}
#credit a:hover {
	color: #cfce54;
}