/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;

}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	color: #666666;
	background-color: #FFFFCC;
	margin: 0;
	text-align: center;
}

#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFCC;
	width: 100%;
	text-align: left;
}

/* the text-align property values in body and wrapper are set bc of an IE5 bug */



#nav {
	height: 53px;
	width: 800px;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #b06d2c;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #462505;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d686e9;
	text-decoration: none;
}

#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	padding: 0px;
	text-align: left;
	margin-top: 5px;
	background-color: #FFFFFF;
	background-image: url(../../imageready/images/romain.jpg);
	background-repeat: no-repeat;
	height: 700px;
	text-indent: 30px;
	padding-top: 10px;
}
.floatright {
	float: right;
	width: 40%;
	padding-bottom: 20px;
	padding-right:10px;
}

#content h1 {
	color: #003366;
	padding: 0;
	margin: 20px;
	font-size: 16px;
}

#content h2 {
	color: #003366;
	padding: 0;
	margin: 20px;
	font-size: 14px;
}

#content_leftcol {
	width: 50%;
	background-color: #FFFFFF;
	padding-left: 27px;
	padding-bottom:20px;
	text-align: left;
	float: left;
  }
  
/* this is for the js that fades images in index08.html */  
#imageContainer {
	position:relative;
	margin:0;
	width:800px;
	height:453px;
}


#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}

#footer {
	background-color: #FFFFFF;
	border-top: thin dotted #83c9e9;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}

#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #d686e9;
}
#footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #d686e9;
}

.subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: b06d2c;
	padding-right: 10px;
	padding-left: 5px;
	padding-top: 1px;
	margin: 0px;
	
}

.smallprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	color: #999999;
}

.leftimage {
	margin-right: 15px;
	margin-bottom: 5px;
	float: left;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	color: #b06d2c;
	margin-left: 20px;
}
/* these are both float clearers below */

.clearit {
	display: block;
	clear: both;
}

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

.rightimage {
	margin-bottom: 5px;
	margin-left: 15px;
	float: right;
	margin-top: 15px;
	margin-right: 0px;
}

/* 	BEGIN DROP DOWN MENU STUFF - Link styles for the Triggers

 	Set to block to make link fill up entire layer with medium gray
	background color that shows through the transparent fill of the trigger images */
.p7snaptrigger a {
	display: block;
	background-color: #C5A996;
}

/* 	When the trigger images are hovered over, the background color changes to white.
	We don't change text color because the link text is actually the non-transparent
	portion of the trigger image.
	
	Active and Focus trigger the color change in IE-PC and other
	modern browsers when tabbing through the links with keyboard. */
.p7snaptrigger a:hover, .p7snaptrigger a:active, .p7snaptrigger a:focus {
	background-color: #FFFFFF;
}


/* 	The Submenu Layers
 	Use a combined selector to assign all properties common to each
	of the Submenu Layers. */
#p7snapsubs1, #p7snapsubs2, #p7snapsubs3 {
	position: absolute;
	width: 200px;
	top: 87px;
	visibility: hidden;
}
/* 	Now use individual selectors for each trigger Layer to assign
	their unique properties, in this case the left property */
#p7snapsubs1 {left: 290px; top: 40px;}
#p7snapsubs2 {left: 422px; top: 40px;}
#p7snapsubs3 {left: 570px; top: 40px;}

/* 	The submenu links are in paragraphs, so we set the margin to zero
	so there is no gap between links */
.p7submenus p {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-style: italic;
	line-height: normal;
	color: #FFFFFF;
}

.p7submenus a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-style: italic;
	line-height: 1.2em;
	color: #FFFFFF;
	letter-spacing: 1px;
}


/* 	Submenu Link Styles
 	Use a combined selector for a and a:visited. Set padding in shorthand
	to 1px on top and bottom, 8px right and 12px left.
	
	Set display to block so entire link box, including padding is clickable.
	Set border to 1px solid.
	
	Set border colors in shorthand to Light Gray on top and left - and
	Charcoal Gray on right and bottom. This combination of colors creates
	a raised button-type effect.
	
	Set background color to dark gray, text to medium gray and turn off underlines. */
.p7submenus a, .p7submenus a:visited {
	display: block;
	font-size: 11px;
	padding: 5px 8px 5px 12px;
	background-color: #83c9e9;
	color: #FFFFFF;
	text-decoration: none;
}

/* 	Change background and text colors when links are hovered over.
	Use a combined selector for hover, active, and focus.
	
	Active and Focus trigger the color change in IE-PC and other
	modern browsers when tabbing through the links with keyboard. */ 
.p7submenus a:hover, .p7submenus a:active, .p7submenus a:focus {
	background-color: #83c9e9;
	font-size: 11px;
	color: #b06d2c;
	
}