
.post-teaser {
	display:none;
}

#christmas {
	text-align:center;
	height:260px;
	background-image: url(../../../../images/xmas/bottomBg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.trees {
	text-align:center;
	height:260px;
	width:900px;
	margin:0 auto 0 auto;
	background-image: url(../../../../images/xmas/christmas.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

/**** STYLES FROM WEBSITE START **/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #084b7f;
	background-image: url(../../../../images/xmas/tileBg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 1.6em;
	font-family: "Lucida Grande", Tahoma;
}

/** header area start **/

#header {
	background-image: url(../../../../images/headerBg2.gif);
	background-repeat: no-repeat;
	width: 930px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 25px;
	padding-left: 25px;
	height: 80px;
	padding-top: 20px;
}
#headerContainer {
	clear: both;
	height: 49px;
	padding-top: 15px;
}
.printHead {
	display:none;
}
h1.grp {
	background-image: url(../../../../images/headers/grpHeader.gif);
	background-repeat: no-repeat;
	height: 49px;
	width: 105px;
	float: left;
	margin: 0px;
	padding: 0px;
	display:block;
}
h2.tagline {
	background-image: url(../../../../images/headers/taglineHeader.gif);
	background-repeat: no-repeat;
	height: 49px;
	width: 338px;
	float: left;
	background-position: bottom;
	margin: 0px;
	padding: 0px 0 0 10px;
	display:block;
}
h1.grp a {
	display:block;
	text-decoration:none;
	height: 49px;
	width: 105px;
}
h2.tagline a {
	display:block;
	text-decoration:none;
}
h1.grp span, h2.tagline span {
	visibility:hidden;
	font-size:6px;
}
#navContainer {
	font-size: 50%;
	height: 16px;
	float: right;
	padding-top: 32px;
	margin: 0px;
}
ul#mainNav {
	display: inline;
	list-style:none;
	padding: 0px;
	margin: 0px;
}
ul#mainNav li, ul#mainNav li a {
	display:block;
	float:left;
	text-decoration:none;
}
ul#mainNav li span {
	visibility:hidden;
	font-size:6px;
}
ul#mainNav li.home a {
	background-image: url(../../../../images/nav/home.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 16px;
	width: 51px;
	background-position: 0px 0px;
}
ul#mainNav li.home a:hover, ul#mainNav li.homeSelect a {
	background-image: url(../../../../images/nav/home.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 51px;
	background-position: 0px -16px;
}
ul#mainNav li.people a {
	background-image: url(../../../../images/nav/people.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 16px;
	width: 60px;
	background-position: 0px 0px;
}
ul#mainNav li.people a:hover, ul#mainNav li.peopleSelect a {
	background-image: url(../../../../images/nav/people.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 60px;
	background-position: 0px -16px;
}
ul#mainNav li.clients a {
	background-image: url(../../../../images/nav/clients.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 16px;
	width: 64px;
	background-position: 0px 0px;
}
ul#mainNav li.clients a:hover, ul#mainNav li.clientsSelect a {
	background-image: url(../../../../images/nav/clients.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 64px;
	background-position: 0px -16px;
}
ul#mainNav li.work a {
	background-image: url(../../../../images/nav/work.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 16px;
	width: 54px;
	background-position: 0px 0px;
}
ul#mainNav li.work a:hover, ul#mainNav li.workSelect a {
	background-image: url(../../../../images/nav/work.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 54px;
	background-position: 0px -16px;
}
ul#mainNav li.now a {
	background-image: url(../../../../images/nav/now.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 16px;
	width: 49px;
	background-position: 0px 0px;
}
ul#mainNav li.now a:hover, ul#mainNav li.nowSelect a {
	background-image: url(../../../../images/nav/now.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 49px;
	background-position: 0px -16px;
}
ul#mainNav li.about a {
	background-image: url(../../../../images/nav/about.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 16px;
	width: 98px;
	background-position: 0px 0px;
}
ul#mainNav li.about a:hover, ul#mainNav li.aboutSelect a {
	background-image: url(../../../../images/nav/about.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 98px;
	background-position: 0px -16px;
}
ul#mainNav li.contact a {
	background-image: url(../../../../images/nav/contact.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 16px;
	width: 66px;
	background-position: 0px 0px;
}
ul#mainNav li.contact a:hover, ul#mainNav li.contactSelect a {
	background-image: url(../../../../images/nav/contact.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 66px;
	background-position: 0px -16px;
}
#contentContainer {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../../../../images/containerBg.png);
	background-repeat: repeat-y;
	overflow: auto;
}
#wp_minus_dic {
	margin:-10px 0 0 0;
}

/** header end **/

/** footer area start **/

#footerContainer {
	clear: both;
	background-image: url(../../../../images/footerBg2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 25px;
	padding-left: 25px;
	font-size: 40%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 40px;
	text-align: center;
	color:#a6a8ab;
	overflow:auto;
}
#footerContainer em {
	font-style:normal;
	color:#666;
}
ul#footerNav a:link, ul#footerNav a:visited, ul#footerNav a:active {
	color:#a6a8ab;
	text-decoration:none;
}
ul#footerNav a:hover {
	color:#333333;
	text-decoration:none;
	background-color:#a6a8ab;
}
ul#footerNav {
	list-style-type: none;
	margin: 0px;
	padding: 10px 0 0 0;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #a6a8ab;
}
ul#footerNav li {
	padding:0 5px 0 5px;
	display:inline;
	text-align: center;
}

/** footer area end **/

/** left col start **/

#leftCol {
	float: left;
	width: 540px;
}
#leftCol h3 {
	font-size: 80%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #a6a8ab;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #a6a8ab;
}
#leftCol h3.now {
	width:540px;
	height:30px;
	background-image: url(../../../../images/headers/pageHeaders/grpNow.gif);
	background-repeat: no-repeat;
}
#leftCol h3 span {
	display:none;
}
#leftCol h3.home {	
	width:540px;
	height:27px;
}
#leftCol h4 {
	color:#f48120;
	padding:0;
	margin:10px 0 5px 0;
	font-size:120%;
	clear:both;
}
#leftCol h4.pagetitle {
	color:#666666;
	padding:0;
	margin:10px 0 5px 0;
	font-size:120%;
	clear:both;
	text-align:center;
}
#leftCol {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 50%;
	color:#666666;
	line-height: 140%;
	
}
#leftCol .content a:link, #leftCol .content a:active, #leftCol .content a:visited {
	color:#f48120;
	text-decoration:none;
}
#leftCol .content a:hover {
	color:#2d466d;
	text-decoration:none;
}
#leftCol .content2 {
	margin: 0px;
	padding: 0;
	color: #666666;
	clear:both;
}

/** left col end **/

/** right column start **/

#rightCol {
	float: right;
	margin-left: 20px;
	margin-right:0;
	width:370px;
	color:#333333;
	
}
#rightCol {
	font-size:50%;
	padding:10px 0px 10px 5px;
	margin:0;
	color:#86878a;
}
.content {
	clear:both;
	margin:0;
	padding:0;
}
#rightCol .featured {
	padding:0 5px 5px 5px;
	margin:30px 0 0 0;
	color:#3e3e3e;
	background-color:#e6e6e6;
	text-align:right;
}
#rightCol h4 {
	color:#666666;
	padding:0;
	margin:10px 0 10px 0;
	font-size:120%;
	clear:both;
}
.areas {
	margin:10px 0 10px 0;
	border: 1px solid #e6e6e6;
	padding:5px 5px 0 5px;
	overflow:auto;
}
.grpWorkRightCol {
	position:absolute;
	margin:-15px 0 0 -20px;
	float:left;
	width:86px;
	height:87px;
	display:block;
	background-image: url(images/searchNow.png);
	background-repeat: no-repeat;
}
.grpWorkRightCol span {
	display:none;
}


.areas h5.rssBox {
	padding:0;
	margin:0 0 8px 5px;
}
.areas h5.rssBox a:link, .areas h5.rssBox a:visited, .areas h5.rssBox a:active {
	display:block;
	padding:0;
	margin:0;
	color:#86878a;
	font-size:20%;
	width:350px;
	height:53px;
	background-image: url(images/rssFeed.gif);
	background-repeat: no-repeat;
	text-decoration:none;
}
.areas h5.rssBox span {
	display:none;
}


/** right column end **/


ul#footerLogos {
	list-style:none;
	margin:0;
	padding:0;
	display:inline;
	font-size:5%;
	clear:both;
}
li.investors a {
	text-decoration:none;
	width:68px;
	float:right;
	height:41px;
	margin:0 5px 0 0;
	display:block;
	background-image: url(http://www.grp5.com/images/investorsInPeople.gif);
	background-repeat: no-repeat;
	background-position: center;
	list-style:none;
}
li.ipa a {
	text-decoration:none;
	width:68px;
	float:right;
	height:41px;
	margin:0 5px 0 0;
	display:block;
	background-image: url(http://www.grp5.com/images/ipa.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	list-style:none;
}
li.investors span, li.ipa span {
	visibility:hidden;
}

/**** STYLES FROM WEBSITE END **/


.entrytext {
	padding-bottom:5px;
}


.widecolumn .entry p {
	margin:0;
	padding:0;
	}

.narrowcolumn .entry, .widecolumn .entry {
	margin:0;
	padding:0;
	}

.widecolumn {
	
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color:#efefef;
	border-bottom: 1px dashed #a6a8ab;
	margin:0;
	}
.dark_gray {
	color:#717171;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:80%;
	}

h1, h2, h3 {
	}

h1 {
	
	text-align: center;
	}

.description {

	text-align: center;
	}
p img {
	margin:10px;
	}
h2 {
	
	}
h2.pagetitle {
	
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	
	}

h3 {
	
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: #999999;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #999999;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: none;
	}
#sidebar h2 {
	color: #FFFFFF;
	margin:0;
	padding:0;
	}
.entry p a:visited {
	color:#f48120;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	border-bottom: 1px dashed #a6a8ab;
	margin:0;
	padding:5px 0 5px 0;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	
	}

.commentlist p {
	font-weight: normal;
	
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	margin:0;
	}

#sidebar {
	}		
	
small, .nocomments, .postmetadata, blockquote, strike {
	color: #666666;
	}
#sidebar ul ul li, #sidebar ul ol li {
	color: #CCCCCC;
	}
ul.sidelinks {
	margin: 0px !important;
	padding: -5px 0 5px 0 !important;
	list-style:none;
	}* html ul.sidelinks {
	
	}		
.sidelinks li {	
	margin: 0px !important;
	padding: 0px 0px 10px 10px !important;
	}
.sidelinks h2 {
	margin: 0px !important;
	padding: 0px !important;
	}	
.sidelinks p {
	margin: 0px !important;
	padding: 0px !important;
	}	
.pages_header {
	margin: 0px !important;
	padding: 0px !important;
	}	
.top {
	padding-left: 0px !important;
	margin-left: 0px !important;
	}				
code {
	font-family: 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	
	}

a, h2 a:hover, h3 a:hover {
	color: #f48120;
	text-decoration: none;
	}

a:hover {
	color: #2d466d;
	text-decoration: none;
	}
	
#wp-calendar #prev a {
	
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */
#header img {
	float: left;
	}
#nav {
	margin: 0;
	padding: 0;
	height: 15px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	}
#nav a {
	float: left;
	padding: 15px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/: 20px; /* for ie5/win only */
	}
#nav a:hover  {
	background-position: 0 -15px;
	}
#nav a:active, #nav a.selected {
	background-position: 0 -30px;
	}		
		

/* Begin Structure */

.narrowcolumn {
	float: left;
	padding: 0 0 20px 20px;
	margin: 0px 0 0;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 20px 20px;
	}
	
.post {
	clear:both;
	margin: 0;
	text-align: justify;
	padding:0;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	margin:5px 0 5px 0;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}
	
.postmetadata {
	border-top: 1px dashed #a6a8ab;
	border-bottom: 1px dashed #a6a8ab;
	padding:10px 10px 10px 10px;
	background-color:#f4f3f3;
	margin:0 0 40px 0;
	clear:both;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	
	margin: 0;
	}

.description {
	text-align: center;
	}

h2 {
	
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 10px 0 10px 0;
	margin: 40px 0 0px 0px ;
	font-size:110%;
	}
h3#comments {
	padding: 0 0 10px 0;
	margin: 10px 0 0px 0px ;
	font-size:110%;
	}	
h3#respond {
	padding: 0 0 10px 0;
	margin: 10px 0 0px 0px ;
	font-size:110%;
	}	
	
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.navigation {
	width:530px;
	overflow:auto;
	margin: 10px 0 35px 0;
}
.alignright {
	float: right;
	margin:20px 0 5px 0;
	}
	
.alignleft {
	float: left;
	margin:20px 0 5px 0;

	}
/* End Images */

/* image placement */

.areas h4 span.archs {
	background-image: url(images/archivesHeader.gif);
	background-repeat: no-repeat;
	width:330px;
	height:20px;
	display:block;
	cursor: pointer;
	text-indent:-9999px;
}
.areas h4:hover span.archs {
	background-image: url(images/archivesHeader.gif);
	background-repeat: no-repeat;
	width:330px;
	height:20px;
	display:block;
	cursor: pointer;
	text-indent:-9999px;
}
.areas h4.active span.archs {
	background-image: url(images/archivesHeader2.gif);
	background-repeat: no-repeat;
	width:330px;
	height:20px;
	display:block;
	cursor: pointer;
	text-indent:-9999px;
}
.areas h4 span.cats {
	background-image: url(images/categoriesHeader2.gif);
	background-repeat: no-repeat;
	width:330px;
	height:20px;
	display:block;
	cursor: pointer;
	text-indent:-9999px;
}
.areas h4:hover span.cats {
	background-image: url(images/categoriesHeader2.gif);
	background-repeat: no-repeat;
	width:330px;
	height:20px;
	cursor: pointer;
	display:block;
	text-indent:-9999px;
}
.areas h4.active span.cats {
	background-image: url(images/categoriesHeader.gif);
	background-repeat: no-repeat;
	width:330px;
	height:20px;
	display:block;
	cursor: pointer;
	text-indent:-9999px;
}
h4.feeds {
	background-image: url(images/feedsHeader.gif);
	background-repeat: no-repeat;
	width:100px;
	height:20px;
	font-size:1px;
}
h4.feeds span {
	visibility:hidden;
}


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}
.entry, .post {
	display:overflow;
	height:100%;
	border:1px solid #fff;
	margin:0;
	padding:0 0 0px 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#rightCol ul, #rightCol ul ol {
	margin: 0;
	padding: 0;
	}

#rightCol ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0px auto 0 auto;
	padding: 0px 5px 0px 5px; 
	text-align: right;
	overflow: auto;
	width:350px;
	
	}

#searchform #s {
	
}
#s {
	float: right;
	border: 1px solid #ccc;
	padding:5px 5px 5px 5px;
	width:280px;
	font-family: "Lucida Grande", Tahoma;
	font-size:1em;
	background-color: #FFFFFF;
	background-image: url(../../../../images/inputBg.gif);
	background-repeat: repeat-x;	
	color:#666666;
	margin:0px 0 5px 5px ;
	}
#searchform label {
	display:none;
	
}
.formWrap {
	margin:0;
}
#searchsubmit {
	float: right;
	padding:5px;
	background-color:#f48120;
	color:#FFFFFF;
	font-size:1em;
	margin: 2px 0 0px 5px;
	border:0;
	}	
	

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding:5px;
	margin: 5px 5px 1px 0;
	border: 1px solid #ccc;
	font-family: "Lucida Grande", Tahoma;
	font-size:1em;
	background-color: #FFFFFF;
	background-image: url(../../../../images/inputBg.gif);
	background-repeat: repeat-x;	
	color:#666666;
	}

#commentform textarea {
	width: 530px;
	padding:5px;
	border: 1px solid #ccc;
	font-family: "Lucida Grande", Tahoma;
	font-size:1em;
	background-color: #FFFFFF;
	background-image: url(../../../../images/inputBg.gif);
	background-repeat: repeat-x;
	color:#666666;
	
	}

#commentform #submit {
	margin: 0;
	float: right;
	border: none !important;
	
	margin-bottom: 20px;
	background-image:none;
	background-color:#f48120;
	color:#FFFFFF;
	padding:5px;
	}
	
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	margin:0;
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 0;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	padding: 5px 0 10px 0;
	margin-left: 745px;
	width: 190px;
	
	}
#sidebar h2 {
	margin-left: 10px !important;
	}	

#sidebar form {
	margin: 0;
	}
#sidebar a:link, #sidebar a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
#sidebar a:hover, #sidebar a.active {
	color: #FFFFFF;
	text-decoration: underline;
	}		
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}


/* End Various Tags & Classes*/

.pagenav {
	margin-top: 0px !important;
	padding-top: 0px !important;
	}