/* Global Resetting */
html{	
	width: 100%;
	height: 100%;
	background-image: url(../images/IIHeaderRepeat.gif);
background-repeat:repeat-x;
background-position:left top;
background-color:white;
}
body {
	width: 100%;
	height: 100%;
	font-size: 12px;
	color:#465166;
	/* reset font-sizes to 1em == 10px */
}
* {
	font-size: 1em;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	font-family:Verdana,Helvetica,sans-serif;
	list-style:none;
}
a img{
	border:0;
}
.clear{
	clear:both;
}
h1,
h2,
h3,
h4 {

font-weight:normal;
font-size:15px;
color:#465166;
text-align:left;
line-height: 40px;
}

h4 {
	font-weight:bold;
}
h2,
h3 {
	color:#D3B486;
font-size:12px;
font-family: verdana, helvetica, sans-serif;
line-height: 1.8em;
padding-left:none;;
}
/* Layout CSS */



#Main {
	margin:0px auto;
	width:900px;
	background-color:transparent;
background-image: url(../images/IIHeader.gif);
background-repeat:no-repeat;
background-position:center top;
height:115px;

}
#Menu1 {padding:12px 0px 0 300px;width:600px;
			
		}
		#Menu1 ul{
			width:600px;}
	#Menu1 li {
				float:left;
				background:url(../images/MenuUp.gif) no-repeat center top;
				
			}
	#Menu1 li.current,
	#Menu1 li.section {
					background:url(../images/MenuOver.gif) no-repeat center top;
				}
	#Menu1 li a {
					display:block;
					color:#fff;
					font-family: arial;
					font-size: 12px;
					text-decoration:none;
					padding:5px;
					padding-top:9px;
					height:30px;
					width:75px;
					text-align:center;
				}
	#Menu1 li a:hover {
					background:url(../images/MenuOver.gif) no-repeat center top;
					}	


#Banner {
	text-align: center;
}

#Menu2 {
	margin:25px 0 0 20px;
	width: 150px;
	float:left;
	background:#fff;
	border-top:1px solid #D3B486;
		border-bottom:1px solid #D3B486;

	padding:10px 10px 10px 10px;
}
#Menu2 li {
		padding-left:15px;
	}
#Menu2 a {
		color:#D3B486;
		font-size:1.1em;
		line-height:1.6em;
		text-decoration:none;
	}
#Menu2 a:hover {
		text-decoration:underline;
	}
#Menu2 li.current a,
#Menu2 li.section a {
		color:#D3B486;
	}


#ContentStripe{
background-color:#Fff;
text-align:center;
margin-top:0px;}

#Wrapper{	margin:0px auto;
	width:860px;
	text-align:left;
}



#ContentContainer {
	background-color:transparent;
	padding-bottom:20px;
	overflow: auto;
	margin-top:0;
}
#Content {
	float: right;
	margin: 0px 10px;
	width:550px;
	text-align: left;
}

#Content a {color:#465166; }
#Content a:visited {color:#D3B486; }
#Content a:hover {color:#D3B486; }

#bottomstripe {
	background:url(../images/IICenterRepeat.gif) top left repeat-x #B8BCC5;
	height:250px;
	text-align:center;

}
#StripeContainer
{
	background:url(../images/centerPic.gif) center right no-repeat;
	height:250px;
margin:auto;
width:900px;
text-align:center;
		color:#fff;
		font-size:10px;
		text-decoration:none;

	font-family:Verdana,Helvetica,sans-serif;

}

#StripeText
{float:left;
margin-left:55px;
width:550px;
padding:55px 10px 10px 0px;
}
	
#StripeText p
{
font-size:14px;
}
	#StripeText a {
		color:#fff;
		font-weight:bold;
	}
		#StripeText a:hover {
			text-decoration:underline;
		}

#Footer {
	background:url(../images/IIFooterRepeat.gif) bottom left repeat-x;
	text-align:center;
}
	#Footercontent {
	padding:10px 10px;

		margin:auto;
	width:900px;
		color:#fff;
	}
	#Footercontent a {
		color:#fff;
		font-weight:bold;
	}
		#Footer a:hover {
			text-decoration:underline;
		}


