@charset "utf-8";
@import url('http://apps.resonantsolutions.net/ivisa/css/reset.css'); /*Clear all browser defaults */
/* CSS Document */
html, body {
	margin:0; padding:0;
	height:100%;
}

body {
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:small;
	background:url(http://apps.resonantsolutions.net/ivisa/images/content2_bg.jpg) repeat-x;
	
}

#centered {
	width:960px;
	margin:0px auto;
}
/* Header Styles */
#masthead {
	height:67px;
	margin-top:10px;
	margin-bottom:2px;
}

#masthead img{
	border:0px;
		
}

/*Home Flash */
#home-flash{
	width:960px;
	height:268px;
}
#home-flash img{
	border:0px;
}

/*Top Nav Styles */
#topnav-wrap{
	width:100%;
	height:36px;
}

#topnav{
	width:700px;
	margin:0px auto;
	height:36px;
	font-size:medium;
	font-family:"Times New Roman", Times, serif;
	text-transform: uppercase;
}

#topnav ul{
	list-style:none;
	
}
#topnav li{
	float:left;
	display:block;
	height:18px;
	padding-top:12px;
	margin:0px 10px 0px 10px;
	color:#fff;
}
#topnav a{
	color:#fff;
	text-decoration:none;
	
}
#topnav a:hover{
	color:#6183a4;
	
}

/* Content boxes */
#mid-content{
	width:960px;
	min-height:500px;
	height:auto;
}

/* mid content left */
#mid-content-left{
	float:left;
	width:225px;
	min-height:300px;	
	height:auto;
}
/* Styles for Mid content left box */
.mid-content-left-box{
	width:160px;
	height:auto;
	margin-top:30px;
	padding-left:30px;
	
}
.mid-content-left-box p{
	font-family: 'OFL Sorts Mill Goudy TT', arial, serif;
	font-size:medium;
	line-height:1.2em;
	font-style:italic;
	color:#6183a4;
	text-align:justify;
}
/*Mid Content right box */
.mid-content-right-box{
	float:left;
	width:735px;
	height:auto;
	
	font-family:arial;
	color:#311e13;
}
/* title style */
.mid-content-right-box h1{
	font-size:x-Large;
	text-align:right;
	margin:10px 20px 10px 0px;
}

.mid-content-right-box h2{
	font-size:large;
	padding: 5px;
}
.mid-content-right-box p{
	font-size:medium;
	line-height:1.2em;
	margin:0px 50px 0px 0px;
	padding:10px 0px 10px 0px;	

}

.mid-content-right-box p em{
	font-weight:bold;
	color:#6183a4;
	font-style:normal;
	
}

.mid-content-right-box p a{
	text-decoration:none;
	color:#6183a4;
	text-transform:Capitalize;
}
.mid-content-right-box p a:hover{
	font-weight:bold;
}

.mid-content-right-box hr{
	border: 1px #c5c5c5 dotted;
}
.mid-content-right-box img{
	float:left;
	border:1px #d5d5d5 solid;
	padding:5px 5px 5px 5px;
	margin:15px 10px 0px 0px;
}
.mid-content-right-box ul{
}

.mid-content-right-box li, .mid-content-right-box li a{
	font-size:medium;
	line-height:1.5em;
	text-decoration:none;
	color:#6183a4;
}
.mid-content-right-box li a:hover{
	font-weight:bold;
}

/* clear floats */
.clearall{
	clear:both;
	height:0px;
	
}


/* Styles for left nav */


.left-nav{
	margin-top:40px;
	margin-left:30px;
	width:160px;
	height:auto;
	font-size:medium;
	text-transform:uppercase;
	min-height:160px;
	/*Border*/
	border:1px #8c8e8e solid;

	/* Rouded Corner */
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	/* Gradient Background */
	background-image: -webkit-gradient(
    	linear,
    	left bottom,
    	right bottom,
    	color-stop(0.96, #FFFFFF),
    	color-stop(0.59, #E0E1E1)
	);
	background-image: -moz-linear-gradient(
    	left center,
   	 #FFFFFF 96%,
    	#E0E1E1 59%
	);
}

.left-nav ul{
	list-style:none;
	margin: 0;
  	padding: 0;
}
/*.left-nav li{
	padding:18px 0px 5px 10px;
	border-bottom: 1px #8c8e8e solid;
	height:30px;
}*/
.li-alt{
	padding:18px 0px 5px 10px;
	height:30px;
}

.left-nav li a{
	text-decoration:none;
	color:#311e13;
}
.left-nav li a:hover{
	text-decoration:none;
	color:#6183a4;
}
/* footer styles */
#footer{
	width:100%;
	height:46px;
	background:url(http://apps.resonantsolutions.net/ivisa/images/footer_bg.jpg) repeat-x;
}

#footer p{	
	font-size:medium;
	text-align:center;
	padding:10px 0px 10px 0px;
	color:#311e13;
}
.normal{
	padding:18px 0px 5px 10px;
	border-bottom: 1px #8c8e8e solid;
	height:30px;
}
.last{
	padding:18px 0px 5px 10px;
	border:none;
	height:30px;
}
