.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}



body {
	background-image: url(../images/tile2.png);
	border: 0px;
	margin: 0px;
	text-align:center; /*center hack*/
	font-family: "Trebuchet MS", arial;
	font-size: 11pt;
        line-height: 16pt;
	font-weight: normal;
}

html, body, div, span,applet,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,
dd, dl, dt, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

a img, :link img, :visited img {
	border: 0;
}

#wrapper {
	background: #ffffff;
	width: 1000px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	text-align:center; /*center hack*/
	position: relative;
	background-image: url(../images/content_bg.jpg);
	min-height: 600px;
}

#popup-wrapper {
	background: #ffffff;
	width: 100%;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	text-align:center; /*center hack*/
	position: relative;
	min-height: 600px;
}

#testdiv {
	width: 1000px;
	margin: 0 auto;
	background-color: red;
	color: white;
	font-size: 19pt;
	font-weight: bold;

}

#header {
	width: 1000px;
	text-align: left;
	background-image: url(../images/masthead_bg.jpg);
	background-repeat:no-repeat;
	background-color: #F6F8F7;
	background-position:right top;

}

#header h1 {
	float: left;
	margin-left: 10px;
	margin-top: 20px;
	font-size: 1.8em;
	line-height: 1;
	font-weight: 600;	
}

#irata_logo {
	float: left;
	margin: 6px;	
}

#topnav  {
	margin-top: 2px;
	float: right;
}

#topnav li {
	list-style-type: none;	
	float: left; 
	
}

#topnav li a {
	display: block;
	color: #092869;
	text-decoration: underline;
	font-weight: normal;
	padding: 0px 5px 2px 5px;
	margin: 0px;
	text-align: left;
}	

#navigation  {
	font-size: 11pt;
	clear: both;
	padding-left: 0px;
	margin-left: 0px;
	/*width: 100%;*/ 
	margin: 0 auto;
	background-color: #092869;
	height: 35px;
}

#header ul {
	margin-left: 0px;
}

#navigation li {
	list-style-type: none;	
	float: left; 
}

#navigation li a {
	display: block;
	color: white;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 5px 0x 5px;
	margin: 7px 20px 5px 20px;
	text-align: left;
}	

#content {
	float: left;
	clear: both;
	margin: 15px 30px 10px 20px;
	width: 730px;
	text-align: left;
	min-height: 400px;
}

#boxes {
	width: 205px;
	float: right;
	text-align: left;
	padding: 10px 10px 5px 5px;
}

#footer {
	clear: both;
	text-align: right;
	/*border-top: 1px solid blue;	*/
	padding: 2px 10px 2px 0px;
}

div.col-1 {
  float: left;
  margin-right: 20px;
  width: 320px;
}

div.col-2 {
  float: left;
  width: 390px;
}

div.col-1-1 {
	float: left;
	margin-right: 20px;
	width: 410px;
}

div.col-2-1 {
	float: left;
	width: 300px;
}

.m-right  {
    margin-right: 20px;
}

.span-2 {
    width: 355px;
    float: left;
}

.pagination {
    text-align: center;
	margin: 10px 0px;
}

ul.inline {
    display: inline;
    margin: 0px;
    padding: 0px;
}


ul.inline li{
    display: inline;
    list-style-type: none;
}

#popup-wrapper {
	background: #ffffff;
	width: 100%;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	text-align:center; /*center hack*/
	position: relative;
	min-height: 600px;
}

#popup-wrapper #footer {
	border-top: 1px solid #666666;
	padding: 20px;
	text-align: right;
}

#popup-wrapper #header {
	border-bottom: 1px solid #666666;
	padding: 0px;
	height: 100px;
}
