@charset "utf-8";
img, div, td, a { behavior: url(iepngfix.htc) }

body, html
	{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	height:100%;
	line-height:175%;
	}

img 
	{
	border:none;
	}
	
	
h2 {
	font-weight:100;
	}

.snugTop {
	margin-top:0px;
}

.hiddenImg {
	display:none;
}

.sampleGraphic {
	margin-top:10px;
	margin-bottom:10px;
}

.imageFloatLeft {
	float:left;
	margin-right:10px;
	margin-bottom:30px;
	margin-top:15px;
}

.imageFloatRight {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	margin-top:15px;
}

.sampleTitle {
	font-size:13px;
}

.sampleLink {
	font-size:10px;
}

#contactBox {
	width:300px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	border: 1px solid #CCCCCC;
	background-color:#EBEBEB;
	font-size:11px;
}

.sidebarLink {
	margin-top:10px;
	margin-bottom:10px;
}

#header
	{
	background: url(images/header_bg.gif) repeat-x;
	width: 100%;
	height: 55px;
	}

#header_container 
	{
	width: 800px;
	height: 55px;
	margin-left:auto;
	margin-right:auto;
	}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px;
	}
	
.footer, .push {
	clear:both;
	width:100%;
	height: 100px;
}

.footer {
	background-color:#F5F5F5; 
	padding-top:5px;}

.footerContent {
	width:800px;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
}

.footerContentLeft {
	margin-top:9px;
	width:200px;
	float:left;
}

.footerContentMiddle {
	width:400px;
	float:left;
	text-align:center;
}

.footerContentRight {
	margin-top:2px;
	width:200px;
	float:left;
	text-align:right;
}


#sockitLogo 
	{
	float:left;
	margin-top:6px;
	}

#tabcontainer
	{
	float:right;
	height:31px;
	margin-top:24px;
	}

#indexContentContainer
	{
	width:800px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	}

#indexContentLeft
	{
		width:490px;
		float:left;
	}

#indexContentRight
	{
		width:290px;
		float:right;
	}
	
#pageContentContainer
	{
	width:800px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	background:url(images/page_bg.gif);
	background-repeat:no-repeat;
	}

#pageContentLeft
	{
		width:590px;
		float:left;
	}
	
#pageContentRight
	{
		padding-left:25px;
		width:170px;
		float:right;
		line-height:120%;
		font-size:11px;
	}
	
#pageContentTaper
	{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	height:40px;
	background:url(images/page_bg_taper.gif);
	}
	
.homeIcon {
	float:left;
	margin-right:10px;
	clear:left;
}

.homePoints {
	float:left;
	width:400px;
	margin-bottom:15px;
}

#homePluggedIn {
	float:left;
	margin-bottom:20px;
}

#homeAnimation {
	margin-bottom:20px;
}

#homeBlogHeader {
	float:left;
	margin-bottom:20px;
}

#homeRSSLink {
	float:right;
}

#homeBlogEntries {
	clear:both;
}

#businessSubheader {
	background:url(images/business_bg.gif);
	background-repeat:repeat-x;
	width:100%;
	height:60px;
}

#homeSubheader {
	background:url(images/home_bg.gif);
	background-repeat:repeat-x;
	width:100%;
	height:60px;
}

#aboutSubheader {
	background:url(images/about_bg.gif);
	background-repeat:repeat-x;
	width:100%;
	height:60px;
}

#subheader_container 
	{
	width: 800px;
	height: 60px;
	margin-left:auto;
	margin-right:auto;
	}
	
#sideBar
	{
	background:url(images/sidebar_bg.gif);
	background-repeat: repeat-y;
	float:right;
	width:240px;
	height:100%;
	margin-left:20px;
	margin-top:-1em;
	}
	
.serviceIcon {
	clear:left;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.serviceDescription {
	float:left;
	width:480px;
	margin-bottom:20px;
}

.blogCalIcon {
  float: left;
  margin-right: 6px;
  width: 42px;
  height: 42px;
}

.blogCalDay {
  font-weight: bold;
  font-size: 1.3em;
  color:#333333;
  width: 42px;
  text-align:center;
  padding-top: 17px;
  font:Georgia, "Times New Roman", Times, serif;
  font-style:italic;
}

.homeBlogEntry {
	float:left;
	width:225px;
	margin-bottom:20px;
}

.homeBlogPostTitle a{
	font-size:14px;
	text-decoration:none;
	color: #1c4271;
	font-weight:bold;
	}



/* Navbar Stuff */
.busFirst
	{
	height:31px;
	float:left;
	}
	
.busFirst a#busTab
	{
	background:url(images/tabs_bus_normal_01.png);
	height:31px;
	width:175px;
	display:block;
	}
	
.busFirst a:hover#busTab
	{
	background:url(images/tabs_bus_hover_01.png);
	}
	
.busFirst a#homeTab
	{
	background:url(images/tabs_bus_normal_02.png);
	height:31px;
	width:158px;
	display:block;
	}
	
.busFirst a:hover#homeTab
	{
	background:url(images/tabs_bus_hover_02.png);
	}
	
.busFirst a#aboutTab
	{
	background:url(images/tabs_bus_normal_03.png);
	height:31px;
	width:174px;
	display:block;
	}
	
.busFirst a:hover#aboutTab
	{
	background:url(images/tabs_bus_hover_03.png);
	}

.homeFirst
	{
	height:31px;
	float:left;
	}
	
.homeFirst a#busTab
	{
	background:url(images/tabs_home_normal_01.png);
	height:31px;
	width:175px;
	display:block;
	}
	
.homeFirst a:hover#busTab
	{
	background:url(images/tabs_home_hover_01.png);
	}
	
.homeFirst a#homeTab
	{
	background:url(images/tabs_home_normal_02.png);
	height:31px;
	width:158px;
	display:block;
	}
	
.homeFirst a:hover#homeTab
	{
	background:url(images/tabs_home_hover_02.png);
	}
	
.homeFirst a#aboutTab
	{
	background:url(images/tabs_home_normal_03.png);
	height:31px;
	width:174px;
	display:block;
	}
	
.homeFirst a:hover#aboutTab
	{
	background:url(images/tabs_home_hover_03.png);
	}

.aboutFirst
	{
	height:31px;
	float:left;
	}
	
.aboutFirst a#busTab
	{
	background:url(images/tabs_about_normal_01.png);
	height:31px;
	width:175px;
	display:block;
	}
	
.aboutFirst a:hover#busTab
	{
	background:url(images/tabs_about_hover_01.png);
	}
	
.aboutFirst a#homeTab
	{
	background:url(images/tabs_about_normal_02.png);
	height:31px;
	width:158px;
	display:block;
	}
	
.aboutFirst a:hover#homeTab
	{
	background:url(images/tabs_about_hover_02.png);
	}
	
.aboutFirst a#aboutTab
	{
	background:url(images/tabs_about_normal_03.png);
	height:31px;
	width:174px;
	display:block;
	}
	
.aboutFirst a:hover#aboutTab
	{
	background:url(images/tabs_about_hover_03.png);
	}
	
.calendar-icon-01 {
  background: url('images/calendar/01.gif');
}

.calendar-icon-02 {
  background: url('images/calendar/02.gif');
}

.calendar-icon-03 {
  background: url('images/calendar/03.gif');
}

.calendar-icon-04 {
  background: url('images/calendar/04.gif');
}

.calendar-icon-05 {
  background: url('images/calendar/05.gif');
}

.calendar-icon-06 {
  background: url('images/calendar/06.gif');
}

.calendar-icon-07 {
  background: url('images/calendar/07.gif');
}

.calendar-icon-08 {
  background: url('images/calendar/08.gif');
}

.calendar-icon-09 {
  background: url('images/calendar/09.gif');
}

.calendar-icon-10 {
  background: url('images/calendar/10.gif');
}

.calendar-icon-11 {
  background: url('images/calendar/11.gif');
}

.calendar-icon-12 {
  background: url('images/calendar/12.gif');
}