﻿
/* CSS Document */
html {
	border-top: 2px solid #333;
	}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	background: #333;
	border-top: 3px solid #eee;
	}

.hide, hr {
	display: none;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 .25em 0;
	padding: 0;
	color: #000;
	line-height: 1.25em;
	font-family:Arial, Helvetica, Sans-Serif;
	
	}
		
	
h1 {
	font-size: 30px;
	margin: 0;
	letter-spacing: -1px;
	}
	
h2 {
	font-size: 18px;
	line-height: 25px;
	}
	
h3 {
	font-size: 14px;
	}
	
h4 {
	font-size: 16px;
	}
	
h3 a {
	color: #111;
	}
	
p {
	margin: 0 0 1em;
	line-height: 1.5em;
	}

a {
	text-decoration: underline;
	color: #777;
	}
	
	a:hover {
		color: #000;
		}
		
a.button {
	background: #000 url(button.gif) no-repeat 0 0;
	color: #fff;
	font-size: 13px;
	display: block;
	float: left;
	height: 25px;
	line-height: 23px;
	text-decoration: none;
	}
	
	a.button strong {
		font-weight: normal;
		padding: 0 30px 2px 10px;
		background: url(button.gif) no-repeat right -60px;
		display: block;
		}
		
	a.button:hover {background-position: 0 -30px;}
	a.button:hover strong {background-position: right -90px; color: #fff;}

    a.button.previous { background: #000 url(button-previous.gif) no-repeat right 0; margin-right:10px; }
    a.button.previous strong {padding: 0 10px 2px 30px; background: url(button-previous.gif) no-repeat left -60px; }
    a.button.previous:hover {background-position: right -30px;}
    a.button.previous:hover strong {background-position: left -90px; color: #fff;}

    a.button.disabled, a.button.previous.disabled { display:none; }
    
    :active, :focus {outline: none;}

img {
	border: none;
	}	

#content ul {
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
	}
	
	#content ul li {
		background: url(li.gif) no-repeat 0 8px;
		padding: 0 0 0 10px;
		margin: 0;
		line-height: 1.5em;
		}

/*** Wrapper ***/

#wrapper {
	margin: 0 auto;
	position: relative;
	background: #fff;
	}
	
	* html #wrapper {
		height: 1px;
		}

	
/*** Header ***/

#siteheader-wrapper {
	height: 110px;
	position: relative;
	margin: 0 0 10px;
	}
	
	#siteheader {
		width: 950px;
		height: 110px;
		margin: 0 auto;
		position: relative;
		border-bottom: 1px solid #ccc;
		}
	
#siteheader .logo {
	position: absolute;
	display: block;
	border: none;
	left: 0;
	bottom: 10px;
	margin: 0;
	padding: 0;
	}
	
	#siteheader .logo a {
		display: block;
		width: 91px;
		height: 65px;
		background: url(siteheader.logo.gif);
		}
		
/*#siteheader .logo {
	position: absolute;
	display: block;
	border: none;
	left: -16px;
	bottom: 0px;
	margin: 0;
	padding: 0;
	z-index:1;
	}
	
	#siteheader .logo a {
		display: block;
		width: 109px;
		height: 74px;
		background: url(christmas.logo.gif);
		}*/
		
		
		
		#siteheader .logo strong {
			display: none;
			}
	
/*** Main ***/
#main-wrapper {
	position: relative;
	}

#main {
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	}

	

/*** Pagenation ***/

.pagination {
  display: block;
  text-align: left;
  height: 25px;
  font-size: 10px;
  clear: both;
  margin: 20px 0;
}

#main_content .pagination a {
	display: inline;
	text-align: center;
	padding: 0 5px;
	height: 20px;
	line-height: 20px;
	float: left; 
	margin: 0 1px;
	color: #999;
	border: 1px solid #ccc;
}

.page_numbers {
	display: inline;
	padding: 0 5px;
	height: 25px;
	float: left;
	}


#main_content .pagination a:hover {
	background: #aaa;
	color: #fff !important;
	text-decoration: none;
	border: 1px solid #666;
	}
	
#main_content .pagination a.current_page {
	background: #aaa;
	border: 1px solid #aaa;
	color: #fff;
	}

#main_content .pagination a.disabled {
	background: #fff;
	border: 1px solid #ddd;
	color: #bbb;
	cursor: default;
	}

/*** Home Layout ***/
#home_content {
	width: 480px;
	float: left;
	}

#home_sidebar {
	width: 250px;
	float: right;
	}
	
/*** Footer ***/
#footer-wrapper {
	clear: both;
	border-top: 3px solid #000;
	background: #333;
	color: #ccc;
	font-size: 10px;
	line-height: 1.25em;
	}

	#footer {
		width: 950px;
		margin: 0 auto;
		position: relative;
		padding: 20px 0 40px;
		overflow: hidden;
	  }
	  
	 #footer a:hover {
	 	color: #fff;
		}
	  
	#copyright {
		width: 220px;
		float: left;
		}
	  
	#footer .vcard {
		width: 180px;
		float: left;
		}
		
		#footer .vcard .type {
			display: none;
			}
			
		#footer .vcard a {
			display: none;
			}
	  
#microsoft-partner-logo {
	width: 70px;
	height: 40px;
	background: url(microsoft-partner-logo.gif);
	position: absolute;
	right: 0;
	top: 20px;
	}
	
	#microsoft-partner-logo strong {
		display: none;
		}
		
	#microsoft-partner-badge {
	width: 235px;
	height: 70px;
	background: url(microsoft-partner-badge.gif);
	position: absolute;
	right: 0;
	top: 20px;
	}
	
	#microsoft-partner-badge strong {
		display: none;
		}
		

/* [ VCards ] */

#content .vcard {
	width: 300px;
	float: left;
	margin: 30px 0 0;
	}
	
#content .vcard .adr {
	margin: 0 0 10px 0;
	}
	
/* [ iFrame ] */

iframe {
	border: 5px solid #999;
	}
	
/* [ News Article ] */

.date {
	border: 1px solid #eee;
	border-width: 1px 0;
	margin: 1em 0;
	padding: 3px 0;
	font-size: 10px;
	}
	
/* [ News Summary ] */

.news-summary {
    margin: 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #eee;
}

    .news-summary .title {
        margin: 0 0 3px 0;
        padding: 0;
    }

    .news-summary .date {
        border: none;
        padding: 0;
        margin: 0;
        font-style: italic;
        color: #777;
    }
    
    .news-summary .summary {
        margin: 0 0 5px 0;
    }
    
    
.ga-conversion { display:none; }
