@charset "utf-8";
/* CSS Document */

html{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
/* General */

body{
	background:url(../images/back.jpg);
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font:Arial, Helvetica, sans-serif 12px;
}

#frame{
	width:950px;
	margin-left: auto;
	margin-right: auto;
	padding:0 0 5px 0;
	background:#fff url(../images/main_bg.jpg) top no-repeat;
	border-top:#007fc6 7px solid;
}

p, h1, h2, h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#6c6c6c;
}

.bodytext{
	font-size:12px;
	width:600px;
	margin-top:0px;
}

h1{
	font-size:16px;
	margin-bottom:2px;
}

h2{
	color:#0372b0;
	font-weight:bold;
	font-size:12px;
	margin-left:10px;
}
ul{
	list-style:url(../images/bullet.gif);
}
li{
	font-family:Arial, Helvetica, sans-serif;
	color:#6c6c6c;
	font-size:12px;
}

img, img a{
	border:none;
}
/* Header */

#header{
	width:900px;
	height:83px;
	margin:0 auto;
}
#logo{
	float:left;
	margin:0;
	padding:0;
	width:261px;
}
#topnavcontainer {
	position:relative;
	top:30px;
	margin:0;
	float:right;
	padding:0;
	height:20px;
	width:330px;
}
#topnavcontainer a, #topnavcontainer a:visited { 
	color:#0372b0; 
	text-decoration: none;
	font-weight:bold;  
	}
#topnavcontainer a:hover { 
	color:#0372b0; 
	text-decoration: underline;
	font-weight:bold;  
	}

#topnavcontainer ul {
	list-style:none;
	height:15px;
	margin:0;
	padding:0;
	}

#topnavcontainer li {  
	color: #0372b0;
	font-family:Arial, Helvetica, sans-serif;
	border-right: 1px solid #0372b0; 
	list-style:none;
	padding:0 5px 0 5px;
	margin:5px 0;
	font-size:12px;
	font-weight:bold;
	}

html>body #topnavcontainer li {
	padding-left: 5px;
	}


#topnavcontainer li.lastItem {  
	border-right: 0 none;  
	padding-right: 1px; 
	}
	
.listimg{
	margin:5px;
	padding:0;
}

li.lastItem {
	border: 0; 
	padding: 0; 
	margin:5px 0;
	}
/* horizontal list */
.hlist {margin: 0; padding: 0; list-style: none;overflow: hidden; display:block;   }

/* \*/
.hlist{display: inline; }

/* */

.hlist li {margin: 0; padding: 0;  list-style: none; /* IE5/Win */	display: inline; /* IE5/Win */	}
li.lastItem {}
/*.horizontalListEnd {clear: both; display: block;}*/

/* Main Content */

#main{
	width: 900px;
	margin:0 auto;
}

.boxes{
	list-style:none;
	margin:0;
	padding:0 0 0 0px;
}

.boxes li{
	display:block;
	float:left;
	list-style:none;
	margin-bottom:15px;
	padding:0;
}
.boxtext{
	color:#000000;
	margin-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.imageleft{
	margin-left:5px;
	margin-bottom:5px;
}	
.bottom_bg{
	display: block;
	background:url(../images/box_bottom.jpg) bottom no-repeat;
	border: 1px #e6e6e6 solid;
	width:290px;
	margin-right:0px;
}
.noborder{
	border:none !important;
	background:none !important;
}
.quotes{
	/* background:url(../images/blue_grad.jpg) top left no-repeat; */
	width: 370px;
	margin-top:22px;	
	margin-right:0px;
}
.rightm{
	margin-right:10px;
}

.button{
	float:right;
	display:block;
	width:79px;
	height:23px;
	background:url(../images/bookonline.gif) no-repeat;
	padding:0;
	margin:0 15px 8px 0;
	text-align:left;
}

.button a{
	display:block;
	width:79px;
	height:23px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#fff;
	font-weight:bold;
	background:url(../images/bookonline.gif) no-repeat;
	text-decoration:none;

}
.button a:hover{
	display:block;
	width:79px;
	height:23px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#fff;
	font-weight:bold;
	background:url(../images/bookonline0.gif) no-repeat;
	text-decoration:none;
}

blockquote{
	background:url(../images/quote1.gif) top left no-repeat;
	text-indent:31px;
	margin:15px 14px;
	padding:12px 0 0 0;
	
}
blockquote span {
    display: block;
	background:url(../images/quote2.gif) bottom right no-repeat;
	padding:0 0 10px 0;
}
cite{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	margin:15px 14px;
	display:block;
}
#sponsors{
	border:#e6e6e6 3px solid;
	width: 215px;
	height: 100px;
	margin-bottom: 10px;
	text-align:center;
}
#comingsoon{
	float:right;
	width:900px;
}
/* Footer */
#footer {
	clear:both;
	bottom:0;
	background: url(../images/footer_bg.jpg) repeat-x;
	font: 10px Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#004880;
	width: 940px;
	height:68px;
	margin:20px auto 0 auto;
	border-top:#e6e6e6 1px solid;
}

#footer p{
	margin:32px 0 0 16px;
	width:724px;
	float:left;
	font-size:11px;
}

#footer a{
	color:#004880;
	text-decoration:none;
}
#footer a:hover{
	color:#004880;
	text-decoration:underline;	
}
.iqpclogo{
	margin:0 10px 0 0;
	float:right;
	border:none;
}
