body {
	background-image: url('/images/stripeBack.gif');
	background-attachment: fixed;
	margin: 0;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 11pt;
	color: #1a2502;
	text-align:center;
}

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

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

ul {
	list-style-type: square;
}

li {
	padding-bottom: 10px;
}

p {
	line-height: 1.5em;
}

h1, h2, h3 {
	font-style: italic;
	font-weight: bold;
	color: #475c19;
	text-transform: lowercase;
	border-bottom: dotted 2px #bbe06e;
	display:inline;
	text-shadow: 1px 1px 1px #b5c495;
}

h1 {
	display: none;
}

h2 {
	font-size: 1.2em;
}

#header {
	background-image: url('/images/Header.png');
	background-repeat: no-repeat;
	width: 1058px;
	height: 73px;
	position: absolute;
	top: 0;
	left: 0;
}

#logo {
	float: left;
}

#want {
	position: absolute;
	top: 73px;
	left: 40px;
}

#container {
	margin:0 auto 0 auto;
	width: 1058px;
	background-image: url('/images/ContainerBack.png');
	background-repeat: repeat-y;
	background-position: center;
	position:relative;
	text-align:left;
}

#containerBottom {
	margin: 0 auto 20px auto;
	background-image: url('/images/ContainerBottom.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 1058px;
	height: 50px;
}

#content {
	padding: 110px 50px 0 50px; 
}

#topNav {
	float:left;
	padding-left: 20px;
}

#topNav ul {
	list-style:none;
	padding: 0;
	margin: 0;
}

#topNav li {
	float:left;
	display: inline;
}

#topNav li a {
	float:left;
	display: block;
	padding: 13px 20px 12px 20px;
	color: #fcf7dc;
	font-weight: normal;
	font-size: 2em;
	text-shadow: 1px 1px 2px #475c19;
	height: 38px;
	border: dotted 2px transparent;
	border-top: none;
	/*border-bottom: none; */
}

#topNav li a:hover, .activeTab {
	text-decoration: none;
	background-color: #86ae30;
	border-color: #475c19;
}

#footer {
	font-size: .8em;
	color: #475c19;
	text-shadow: 1px 1px 1px #ffffff;
	margin-bottom: 15px;
}

.contentWithSideBox {
	float:left;
	width:670px;
}

.sideBox {
	background-image: url('/images/SideBox.png');
	background-repeat: no-repeat;
	background-position: top center;
	width: 221px;
	height: 360px;
	float: left;
	margin: 50px 40px 50px 20px;
}

.highlightBox {
	background-image: url('/images/highlightBox.png');
	background-repeat: no-repeat;
	background-position: top center;
	width: 360px;
	height: 221px;
	margin: 50px auto 30px auto;
}

.sideBox, .highlightBox {
	text-align: center;
	text-shadow: 1px 1px 1px #b5c495;
}


.sideBoxSpotlight, .highlightBoxSpotlight {
	color: #475c19;
	font-size: 2em;
	line-height: 1.1em;
	padding: 10px;
}

.sideBoxText, .highlightBoxText {
	padding: 0 10px;
}

.sideBoxLink, .highlightBoxLink {
	padding: 10px;
	font-size: 1.15em;
}

.examples {
	font-size: .6em;
	color: #707b57;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}

.examples a {
	font-weight:normal;
	font-family: Georgia, 'Times New Roman', serif;
	text-transform: none;
	font-size: 1.2em;
}

.portfolioEntry {
	width: 290px;
	float:left;
	padding:14px;
	padding-top: 0;
	text-align: justify;
}

.anchor {
	display:block;
	height:13px;
}

.portfolioHead {
	font-weight: bold;
	color: #475c19;
	border-bottom: dotted 2px #bbe06e;
	display:inline;
	text-shadow: 1px 1px 1px #b5c495;
	font-size: 1.2em;
}

.portfolioSubhead {
	font-weight:bold;
	margin: 5px 0;
}

.portfolioEntry p {
	font-size: .85em;
	padding: 0;
	margin: 5px 0;
}

.portfolioScreenshot {
	padding: 1px;
	border: solid 1px #bbe06e;
	width: 286px;
	height: 239px;
}

.portfolioScreenshot:hover {
	padding: 0;
	border: solid 2px #c91212;
}

.portfolioLink {
	text-align: right;
	font-size: .8em;
}

.magnify {
	display:block;
	text-align:right;
	font-size: .6em;
	font-weight: normal;
	color: #707b57;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

.magnify img {
	vertical-align: middle;
}

.otherLinks {
	margin-top: 100px;
	width: 70%;
	font-size: .75em;
}

.otherLinks p {
	font-size: .9em;
	font-weight: normal;
	color: #707b57;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

.otherLinks td {
	padding: 5px;
	vertical-align:top;
}

.otherLinks ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.otherLinks li {
	padding: 4px;
}

.adviceIcon {
	vertical-align: middle;
	margin-right: 10px;
	float:left;
	clear:both;
	width: 60px;
	height: 60px;
}

.adviceSection {
	float:left;
	width: 575px;
	margin-bottom: 50px;
}
