/* STYLES for IJP website */

/* CSS RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfot, thead, tr, th, td {
	
	margin: 0;
	padding:  0;
	border:  0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
		line-height: 1;
		
		background-color:  #f0f6f6;
	
		margin:  0;
	
		padding:  0;	
}

ol, ul {
	
	list-style: none;
}


blockquote, q {
	
	quotes:  "" "";
}

/* GENERAL ELEMENTS */
div#container {
	width: 850px;
	height:  100%;
	background-color: #fff;
	margin: 0 auto;
}

div#top {
	width: 850px;
	height: 251px;
	background: url(img/top.jpg) no-repeat;
}

div#top .content {
	height: 23px;
	width: 750px;
	padding: 190px 50px 0 50px;
	color: #fff;
}

div#top .content .left {
	width: 248px;
	float: left;
}

div#top .content .right {
	width: 305px;
	float: right;
	padding: 7px 0;
}

.clear {
	clear: both;
}

/* Navigation */
div#top .content .right #navlist li {
	display: inline;
	list-style-type: none;
	padding: 0 10px 0 10px;
	font: 12px Verdana;
	color: #fff;
}

div#top .content .right #navlist li a {
	color: #fff;
	text-decoration: none;
}

div#top .content .right #navlist li a:hover {
	color: #e36546;
	text-decoration: none;
}

.all {
	border-right: 1px solid #fff;
}

.last {
	border-right: none;
}

div#top .content .right #navlist li a#current {
	color: #e36546;
}

/* Footer */
div#footer {
	width: 800px;
	height:  15px;
	background-color: #f0f6f6;
	margin: 25px 0;
	text-align: center;
	padding: 15px 0;
}

div#footer ul li {
	height: 25px;
}

div#footer li {
	display: inline;
	list-style-type: none;
	padding: 0 10px 0 10px;
	font: 11px Verdana;
	color: #6a6767;
}

div#footer li a {
	color: #e36546;
}

div#footer li a:hover {
	color: #6a6767;
	text-decoration: none;
}

div#footer .all {
	border-right: 1px solid #999;
	height: 25px;
}

div#footer .last {
	border-right: none;
}

/* Signature */
div.signature {
	width: 220px;
	float:  right;
	height: 30px;
	font: 9px Verdana;
	color: #abb7b7;
	text-align: right;
}

div.signature a {
	color: #e36546;
}

/* Home Page */

div#main {
	width: 800px;
	height: 100%;
	padding: 25px 25px 0 25px;
}

div#text {
	width: 750px;
	height: 100%;
	padding: 0 25px 0 25px;
	margin-top: 0;
}

div#main h1 {
	font: 3px Arial;
	color: #e36546;
	border-top: 1px solid #6a6767;
	border-bottom: 1px solid #6a6767;
	padding: 8px 0 8px 0;
}

div#text p {
	font: 12px Verdana;
	color: #6a6767;
	margin-top: 18px;
	line-height: 150%;
}

div#text p .bold {
	font-weight: bold;
}

/* Home Page - Gallery */
div#main #gallery {
	width: 800px;
	height: 300px;
	margin-top: 30px;
}

div#main #gallery .left {
	width: 193px;
	height: 300px;
	float: left;
}

div#main #gallery .right {
	width: 598px;
	height: 300px;
	float: right;
}

div#main #gallery .right .top {
	width: 598px;
	height: 145px;
}

div#main #gallery .right .top .left {
	width: 396px;
	height: 145px;
	float: left;
}

div#main #gallery .right .top .right {
	width: 193px;
	height: 145px;
	float: right;
}

div#main #gallery .right .bottom {
	width: 598px;
	height: 145px;
	margin-top: 9px;
}

div#main #gallery .right .bottom .left {
	width: 193px;
	height: 145px;
	float: left;
}

div#main #gallery .right .bottom .right {
	width: 396px;
	height: 145px;
	float: right;
}

/* Inner Pages */
div#main .left {
	width: 272px;
	height:  100%;
	float:  left;
}

div#main .left .box {
	width: 252px;
	height: 100%;
	margin-bottom: 10px;
}

.break {
	height:  15px;
}

div#main .left .box h2 {
	text-align: right !important;
	font: 19px Verdana;
	color: #6a6767;
}

div#main left .image {
	width: 272px;
	height: 100%;
	margin-top: 15px;
}

div#main .right {
	width: 502px;
	height: 100%;
	float: right;
}

div#main .right p {
	width: 466px;
	height:  100%;
	margin: 15px 0;
	font: 12px Verdana;
	line-height: 150%;
	color: #6a6767;
}

div#main .right p .bold {
	font-weight: bold;
}

div#main .right p a {
	color: #6a6767;
}

div#main .right .quote {
	width: 466px;
	height:  100%;
	margin: 15px 0;
}

div#main .right .quote .item
{
	margin: 15px 0;
}

div#main .right .quote .left {
	width: 150px;
	height: 12px;
	float: left;
	text-align: right;
	font: 12px Verdana;
	color: #6a6767;
	padding: 6px 0;
}

div#main .right .quote .right {
	width: 310px;
	float: right;
	font: 12px Verdana;
}

div#main .right .quote .right2 {
	width: 310px;
	float: right;
	font: 12px Verdana;
	padding: 2px 0;
}

.in {
	width: 260px;
	height: 20px;
	font: 12px Verdana;
	border: 1px solid #ccc;
}

.features {
	width: 260px;
	height: 90px;
	border: 1px solid #ccc;
	font: 12px Verdana;
	color: #6a6767;
}

.colors {
	width: 460px;
	font: 12px Verdana;
}

div#main .right .contact {
	width: 502px;
	height:  100%;
	margin: 25px 0;
	border-top: 1px solid #6a6767;
	padding: 15px 0;
}

div#main .right .contact .item
{
	margin: 15px 0;
}

div#main .right .contact .left {
	width: 100px;
	height: 12px;
	float: left;
	text-align: left;
	font: 12px Verdana;
	color: #6a6767;
	padding: 6px 0;
}

div#main .right .contact .right {
	width: 360px;
	float: right;
	font: 12px Verdana;
}

div#main .red {
	color: #e36546;
}

.red {
	color: #e36546;
}

.break {height: 80px}

div#legend {
	font:10px verdana; padding:10px;
}

