/*----------------------------------------
Name: global.css
Developed by: Michael Lee Giles
Date Created:
Last Updated: 11/25/2008
Copyright: Michael Lee Giles
----------------------------------------*/

/* === CSS Imports === */
/* You can change the URLs here to be absolute if needed */
@import url("layout.css");
@import url("ui.tabs.css");
@import url("accordion.css");

/*=== Global Body Settings ===*/

body {
	padding:0;
	margin:0 auto 0 auto; 
	}


body, p, td, th, li
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.4em;
	color:#000000;
	}
p
	{
	margin: 0 0 1em 0;
	}
img.borders-right {
	padding:5px;
	background:#EEE;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border:1px solid #CCCCCC;
}

/*--- Header Type Styles ---*/
h1
	{
	font-size:20px;
	color:#173758;
	font-weight:normal;
	margin:0;
	padding:10px 0 5px 0;
	}

h2, h3, h4, h5
	{
	font-size:16px;
	color:#266692;
	font-weight:normal;
	}

#column1 h1
	{
	color:#4782ba;
	padding-bottom:10px;
	}

#column2 h1
	{
	color:#79993b;
	padding-bottom:10px;
	}

#column3 h1
	{
	color:#ba5f47;
	padding-bottom:15px;
	}

.pr-title
	{
	font-size:16px;
	color:#173758;
	padding-bottom:10px;
	font-weight:normal;
	}
img {border:none;}



a:link, a:visited, a:active
{
	text-decoration:none;
	outline:none;
}
	
/* =========== Standard Float Definitions ============*/
.left 		{float:left;}
.right 		{float:right;}
.clearBoth 	{clear:both;}
.hide		{display:none;}
p.last		{margin-bottom:0px;}

div.video-wrapper {
	width: 600px;
	margin: 5px;
	padding: 0;
	height: 330px;
	display: inline-block;
	float: right;
	text-align:center;
}

img.IAB-image {
	border-style: none;
	margin: 25px 0 15px;
	padding: 0;
}

div.web-banner-gutter {
	margin-left: 40px;
	display: inline-block;
	margin-bottom: 200px;
	margin-top: 10px;
}

div.web-banner-gutter img {
	border: 1px solid silver;
}