/*** RESET ****/
body, html, h1, h2, h3, h4, p, form, ul, ol, li{ padding:0px; margin:0px; }
ul,ol { list-style: none; }
table { border-collapse: collapse; }
body, html { width:100%; height:100%; }
fieldset,img { border: none; }
a{ outline:none; text-decoration:none; }

#site{
	width:100%;
	height:100%;
	min-width:960px;
	min-height:620px;
	position:absolute;
	top:0px;
	left:0px;
}

a:link {
	color: #0FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F60;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
}
body {
	font-family: "“Avant Garde“", Helvetica, Arial, sans-serif;
	font-size: small;
	background-color: #63619A;
}

#container {
	width: 960px;
	height:600px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-481px;
	margin-top:-301px;
	border: 1px solid #CCC;
	background-image: url(images/2pr_Logo_P7447web.gif);
	background-repeat: no-repeat;
	background-position: 100% 0%;
}

h1 {
	font-size: 250%;
	color: #FFF;
	font-weight: bold;
	line-height: 110%;
	padding-bottom: 15px;
}
p {
	line-height: 140%;
	font-weight: normal;
	color: #FFF;
}
#footer {
	position:absolute;
	top:550px;
	left:20px;
}
#content {
	position:absolute;
	top:180px;
	left:20px;
}
ul {
	list-style-type: disc;
	list-style-position: inside;
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
	line-height: 20px;
}

#topnav{
	position:absolute;
	top:-2px;
	left:-2px;
	width:400px;
	height:40px;
	z-index:20;
}

#blog, #blogon{
	position:absolute;
	top:0px;
	left:0px;
	width:96px;
	height:32px;
	z-index:30;
	background-image:url(images/blog.png);
	line-height:32px;
	text-align:center;
	padding-right:2px;
}

#blogon{ background-image:url(images/blog_r.png); }

#links, #linkson{
	position:absolute;
	top:0px;
	left:85px;
	width:109px;
	height:32px;
	z-index:20;
	background-image:url(images/links.png);
	line-height:32px;
	padding-left:4px;
	text-align:center;
}

#linkson{ background-image:url(images/links_r.png); }	

#testimonials, #testimonialson{
	position:absolute;
	top:0px;
	left:185px;
	width:176px;
	height:32px;
	z-index:10;
	background-image:url(images/testimonials.png);
	line-height:32px;
	padding-left:4px;
	text-align:center;
}	

#testimonialson{ background-image:url(images/testimonials_r.png); }

a.topnav{
	display:block;
	line-height:32px;
	color:#4B4A77;
	font-size:16px;
	text-decoration:none;
}

#mask{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-image:url(images/mask.png);
	z-index:10;
	display:none;
}

#blogholder{
	position:absolute;
	width:608px;
	height:508px;
	border:solid 1px #FFFFFF;
	left:50%;
	top:50%;
	margin-left:-304px;
	margin-top:-254px;
	z-index:20;
	display:none;
}

#blogcontent{
	position:absolute;
	top:4px;
	left:4px;
	width:580px;
	height:480px;
	background-color:#F0F0F5;
	overflow-y:auto;
	padding:10px;
}

#blogtitle{
	color:#4B4A77;
	font-size:20px;
	padding-bottom:3px;
}

#blogdate{
	color:#999999;
	padding-bottom:10px;
}

#blogbody{
	color:#333333;
	padding-bottom:20px;
}

#blogbody p{ color:#333333; }
#blogbody a{ color:#63609A; font-weight:bold; }
#blogbody a:hover{ color:#494772; }

#blogimage{
	float:right;
	width:250px;
	margin-right:5px;
	height:auto;
	margin-left:30px;
	margin-bottom:30px;
	padding:2px;
	border:solid 1px #CCCCCC;
}

#blogclose{
	position:absolute;
	top:50%;
	margin-top:-271px;
	width:608px;
	text-align:right;
	font-size:10px;
	color:#FFFFFF;
}

a.closelnk{
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

a.bloglink{
	color:#63619A;
	font-size:15px;
}

ul.blog{
	margin-top:10px;
	margin-left:10px;
}

li.blog{
	list-style:none; 
	background-image:url(images/bullet.png);
	background-repeat:no-repeat;
	padding-top:1px;
	line-height:18px;
	padding-left:30px;
	color:#666666;
	font-size:12px;
	padding-bottom:6px;
}	

#twitter{
	position:absolute;
	top:100%;
	left:100%;
	margin-left:-60px;
	margin-top:-60px;
	width:50px;
	height:50px;
	z-index:20;
}

#linkedin{
	position:absolute;
	top:100%;
	left:100%;
	margin-left:-120px;
	margin-top:-60px;
	width:50px;
	height:50px;
	z-index:20;
}

a.cms{
	color:#63619A;
	font-weight:bold;
}


.openquote{
	background-image: url(images/quote_open.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
	width:50px;
	float:left;
	height:50px;
}

.quote{
	background-image: url(images/quote_close.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;	
	width:430px;
	float:left;
	padding-right:50px;
	color:#000000;
	font-size:14px;
}

.quotename{
	font-style:italic;
	padding-top:3px;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	padding-bottom:20px;
}

.quoteclear{
	clear:both;
	height:20px;
	border-top:solid 1px #CCCCCC;
}

