/* Global Settings 
-------------------------------------------------------*/

body {
	background:#fff url('../images/bgrnd.jpg') repeat-x;
	margin:0;
	padding:0;
	text-align:center;
	font:12px Arial, Helvetica, sans-serif;
	color:#777;
	line-height:17px;
}

#wrap {
/*	width:722px;*/
	width:797px;
	margin:0 auto;
	text-align:left;
}

#header {
	height:75px;
	overflow:hidden;
}

.logo {
	float:left;
	width:221px;
}

#footer {
	clear:both;
	background:#fff url('../images/bgrnd_footer.jpg') repeat-x;
	margin:0 0 10px;
	padding:10px 0;
}

.footercontent {
/*	width:722px;*/
	width:797px;
	text-align:center;
	margin:0 auto;
	font-size: 10px;
}


#contactmsg {
  color: #ff0000;
}

/* Typography 
-------------------------------------------------------*/

p {
	margin:5px 0;
}

a {
	color:#7171af;
}

p.iso { 
	text-align:right;  
}

.iso a {
	background:url('../images/bullet.jpg') no-repeat left;
	padding:0 10px 0;
	font-weight:bold;
	text-decoration:none;
} 

h1 {
	font-size:16px;
	color:#000;
	font-weight:normal;
	background:url('../images/heading_underline.jpg') no-repeat bottom left;
	padding:0 0 5px;
}

h2, h3 {
	color:#334984; /*#4a6cc5;*/ /*#f5931e;*/
	font:14px tahoma, arial, sans-serif;
	margin:15px 0 5px 0;
	font-weight:bold;
}

h3 {
	color:#4a6cc5; /*#f5931e;*/
	font-size:12px;
}

ul#bullet {
	margin:0;
	padding:0;
}

ul#bullet li {
	list-style-type:none;
	background:url('../images/bullet2.jpg') no-repeat top left;
	padding:0 10px 0;
	margin:0;
}

ul#clients {
	float: left;
	width: 354px;
	margin: 0;
	padding: 0;
	list-style: none;
}
 
ul#clients li {
	float: left;
	width: 157px;
 	margin: 0;
	background:url('../images/bullet.jpg') no-repeat left;
	padding:0 10px 0;
}

*html ul#clients li {
	width: 177px;
}

td.bullet {
	background:url('../images/bullet.jpg') no-repeat left;
	padding:0 10px 0;
	text-align: left;
	width: 50%;
}

.pdf {
	background:url('../images/pdf_icon.gif') no-repeat left;
	padding:0 22px 0;
	font-weight:bold;
}
.pps {
	background:url('../images/pps_icon.gif') no-repeat left;
	padding:0 22px 0;
	font-weight:bold;
}


input, select, textarea {
	border:1px solid #7171af;
}

.btn {
  cursor: pointer;
	border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-color: #CCEAFF;
	background: transparent url('../images/yui_grey_gradient.PNG') repeat-x scroll 0 0;
  font-size: 11px;
  font-family: Tahoma,Arial,sans-serif;
  font-family: Arial,sans-serif;
  border:1px solid #bababa;
  padding: 3px;
}
.btn:hover{
	border:1px solid #777;
	background: transparent url('../images/yui_ltblue_gradient.PNG') repeat-x scroll 0 0;
}

/* Navigation 
-------------------------------------------------------*/

ul#nav {
	margin:29px 0 0;
}

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

ul#nav a {
	font-size:12px;
	color:#000;
	text-decoration:none;
	padding:2px 2px;
	margin:0 5px;
	font-weight:bold;
}

ul#nav a:hover {
	background-color:#4a6cc5;/*#f5931e;*/
	color:#fff;
}

ul#secondary {
	margin:10px 0;
	padding:0;
}

ul#secondary li {
	list-style-type:none;
	margin:0;
	padding:3px 0;
	background:url('../images/heading_underline.jpg') no-repeat bottom left;
}

ul#secondary a {
	font-size:12px;
	color:#7171af;
	text-decoration:none;
	font-weight:bold;
}

ul#secondary a:hover {
	color:#45457a;
}

li#active a {
	font-size:12px;
	color:#45457a;
	text-decoration:none;
	font-weight:bold;
	font-style: italic;
}

/* Main Page 
-------------------------------------------------------*/

#mainwrap {
	clear:both;
	background:url('../images/bgrnd_content.jpg') repeat-y;
	margin:0;
	padding-bottom:15px;
	width:722px; /*new*/
}

#main {
	height:217px;
	width:714px;
	overflow:hidden;
	margin:0;
}

#mainleft, #mainright {
	margin:20px 0 0;
}

#mainleft {
	width:317px;
	float:left;
}

#mainleft img { margin:20px 0 0; }

#mainright {
	width:345px;
	float:right;
}

/* Secondary Pages
-------------------------------------------------------*/

#secondarywrap {
	clear:both;
/*	background:url('../images/bgrnd_content_secondary.jpg') repeat-y;*/
	background:url('../images/bgrnd_content_secondary2.jpg') repeat-y;
	margin:0;
	padding-bottom:15px;
}

#secondaryleft {
	width:290px;
	float:left;
}

#secondaryright {
/*	background:url('../images/bgrnd_header_secondaryright.jpg') no-repeat top;*/
	background:url('../images/bgrnd_header_secondaryright2.jpg') no-repeat top;
/*	width:432px;*/
	width:507px;
	float:right;
}

.srin {
	padding:10px 33px 10px 45px;
}






.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;}
/* End hide from IE-mac */
