
/*----------------------------------------------------------- HIGH PASS FILTER */

@import "file:///C|/null.css?\"\{"; 

@import "ie_styles.css";	

/*----------------------------------------------------------- GENERIC CONTENT */

	*
{
	margin:0px;
	padding:0px;
}

	body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	padding-bottom:100px;
}
	
	ul
{
	list-style:none;
	margin:0px;
	padding:0px;
}

	a
{
	text-decoration:none;
	color:#7E398C;
	font-weight:bold;
}

	sup
{
	font-weighht:normal;
	font-size:11px;
}
	
	a:hover
{
	color:#E8D7E7;
}

	.selected
{
	color:#7E398C;
}

	.big_purple
{
	color:#7E398C;
	font-weight:bold;
}

	#container
{
	posittion:relative;
	width:750px;
	margin-left:auto; margin-right:auto;
	border:solid 1px #B8B8B8;
	border-top:0px;
	margin-top:10px;
	background-image:url(../images/container_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}

	#header
{
	padding-top:16px;
	margin-left:20px;
}
	
	#menu
{
	position:relative;
	height:36px;
}

	#menu  p
{
	position:absolute;
	right:20px;
	top:22px;
}
		
	#menu p a
{
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}

	#menu p a:hover
{
	color:#7E398C;
}

/*----------------------------------------------------------- COL CONTENT */

	#content_home, #content_resources, #content_disclaimer
{
	position:relative;
	margin-left:auto; margin-right:auto;
	margin-top:15px; 
	width:750px;
	min-height:420px;
  	height:auto !important;
  	height:420px;
	background-image:url(../images/Dogs-Animated.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding-bottom:130px;
}

	#content_resources {background-image:url(../images/Dogs-Animated.gif);}
	#content_disclaimer {padding-bottom:30px;}

	#col_left, #col_right
{
	position:relative;
	float:left;
	padding-left:15px;
}

	#col_left
{
	width:440px;
	line-height:17px;
}

	#col_right
{
	width:265px;
}

	#content_home p, #content_resources p, #content_disclaimer p
{
	font-size:13px;
}	

	#content_home p.title, #content_resources p.title, #content_disclaimer p.title
{
	font-weight:bold;
	font-size:18px;
	color:#999999;
}

	iframe
{
	width:440px; 
	height:90px;
}

	#iframe
{
	position:absolute;
	border:solid 1px #79388C;
	border-bottom:0px;
	height:88px;
	width:440px;
	overflow:hidden;
	left:15px;
	bottom:15px;
}

	.clear
{
	clear:both;
}
		
/*----------------------------------------------------------- RIGHT COL BOX */

	#right_col_box
{
	position:relative;
	width:240px;
	height:210px;
	border:solid 1px #9E6CA9;
	margin-left:auto; margin-right:auto;
	padding:10px;
	padding-bottom:4px;
	background-image:url(../images/right_col_box_bg.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
	line-height:16px;
}
	
	#right_col_box p
{
	font-size:12px;
	margin-bottom:8px;
}	

/*-----------------------------------------------------------  DOWNLOAD PANEL*/

	.download_panel
{
	position:relative;
	border:solid 1px #CCCCCC;
	width:436px;
	height:70px;
	margin-bottom:35px;
	background-image:url(../images/download_panel_bg.jpg);
	background-position:top right;
	background-repeat:repeat-y;
}

	.download_tab  
{
	position:absolute;
	width:160px;
	height:18px;
	bottom:-24px;
	right:-1px;
	border:solid 1px #CCCCCC;
	background-color:#EEEEEE;
	text-align:center;
	padding-top:4px;
}

	.download_tab  a
{
	color:#999999;
	font-weight:bold;
	text-decoration:none;
}

	.download_tab  a:hover
{
	color:#666666;
}

	.icon
{
	position:absolute;
	top:9px;
	left:15px;
	width:56px;
	height:52px;
	background-image:url(../images/icon_bg.jpg);
	background-position: top right;
	background-repeat:no-repeat;
}
	
	.download_text
{
	font-size:11px;
	padding-top:10px;
	margin-left:90px;
	width:335px;
}	
	
	.download_text p
{
	font-size:11px;
	color:#999999;
	font-weight:bold;
	margin-bottom:-8px;
	margin-left:-1px;
	overflow:visible;
}

/*----------------------------------------------------------- IE 7 STYLES */	
	
	* + html #menu p {top:19px;}
	* + html #iframe {height:87px;}
	
	
	