@charset "utf-8";
/* CSS Document */

body{
		margin:0;
		padding:0;
		background-color:#f7f7f7;
		font-family:verdana;
		font-size:13px;
		color:#333333;
	}

/* typography */

h1{
	margin:15px 0 0 0;
	padding:0;
	font-size:20px;
	color:#46166a;
	}

p{
	line-height:1.4em;
	margin:10px 0;}
/* Container Page */
#page {
	background-image:url(images/template_bg.gif);
	background-repeat:repeat-y;
	background-position:top left;
	width:967px;
	height:100%;
	padding:0 7px 0 6px;
	margin:0 auto;}
	
	
/*  header   */

#header {
		height:47px;
		padding:22px 12px 0px 12px;
	}

#link_phone{
		float:right;		
	}
	
	
/* main Content Area */

#content{
	padding:0px 12px 0px 12px;
	margin-top:36px;
	position:relative;
	min-height:485px;
	background-position: 12px bottom;
	background-repeat:no-repeat;
	padding:150px 0 0 12px;
	margin-bottom:30px;
}

.copy{
bottom:0;
left:12px;
position:absolute;
width:355px;
}
	
#main_image_cta{
	position:absolute;
	bottom:0;
	right:22px;
	width:550px;
	height:510px;
	border:1px solid yellow;
	background-image:url(images/purple_bg.gif);
	background-position:bottom left;
	background-repeat:repeat-x;}


ul{
	list-style:none;
	margin:50px 0 40px 0;
	padding:0;}
ul li {
	color:#46166a;
	padding-bottom:8px;
	padding-left:14px;
	font-weight:bold;
	background:transparent url(/assets/images/rebrand/tri_purple.gif) no-repeat scroll 0 4px;
	font-size:12px;
}

/* Buttons */


/* common.css (line 25) */
a.btnLink {
background:transparent url(/assets/images/rebrand/btn_Right_square.gif) no-repeat scroll right 0;
}
/* common.css (line 26) */
a.btnLink span {
		background:url(/assets/images/rebrand/btn_left_sqaure.gif) 0 0px no-repeat;}
		
/* common.css (line 28) */
a.btnLink:hover {background:url(/assets/images/rebrand/btn_Right_square.gif) right -26px no-repeat; }		
/* common.css (line 29) */
a.btnLink:hover span {
background:transparent url(/assets/images/rebrand/btn_left_sqaure.gif) no-repeat scroll 0 -26px;
}	

/* footer */



#footer {
	color:#999999;
	font-size:9px;
	text-align:justify;
	padding:5px 50px 5px 10px;}
