/* CSS Document */

/******************** LAYOUT **************************/

body {
	background-color:#eeeeee;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#222121;
	padding:0px;
	margin:0px;
	text-align:left;
}

#fontmain {
	font-size: 13px;
}

.fontmainlink {
	font-size: 13px;
	color: #06F;
}

#floatcontain {
	width: 565px;
}

#mainleft {  
	padding-left: 10px;
	float: left;      
	width: 260px;      
	text-align: center; 
} 

#mainright {      
	padding-right: 10px;
	float: right;      
	width: 260px;      
	text-align: center;
}

#main_wrapper {
	width:1000px;
	background-image:url(../images/main-wrapper-bg.gif);
}

#header {
	width:953px;
	height:62px;
	background-image:url(../images/header-bg.jpg);
	padding:37px 37px 0px 10px;
}

#header_links {
	margin-top:40px;
	float:right;
	color:#FFFFFF;
}

#header_links a {
	color:#FFFFFF;
	text-decoration:none;
}

#header_links a:hover {
	text-decoration:underline;
}

#navbar {
	height:41px;
	width:930px;
	background-image:url(../images/nav-bg.gif);
	z-index:1000;
}

#nav-home {
	background:transparent url(../images/nav-sprites.gif) no-repeat scroll 0 0;
	display:inline-block;
	height:36px;
	width:87px;
}

#nav-home:hover {
	background-position:0 -36px;
}

#nav-home span {
	display:none;
}

#nav-business {
	background:transparent url(../images/nav-sprites.gif) no-repeat scroll -87px 0;
	display:inline-block;
	height:36px;
	width:111px;
}

#nav-business:hover {
	background-position:-87px -36px;
}

#nav-business span {
	display:none;
}

#nav-office {
	background:transparent url(../images/nav-sprites.gif) no-repeat scroll -198px 0;
	display:inline-block;
	height:36px;
	width:131px;
}

#nav-office:hover {
	background-position:-198px -36px;
}

#nav-office span {
	display:none;
}

#nav-products {
	background:transparent url(../images/nav-sprites.gif) no-repeat scroll -329px 0;
	display:inline-block;
	height:36px;
	width:109px;
}

#nav-products:hover {
	background-position:-329px -36px;
}

#nav-products span {
	display:none;
}

#search_area {
	float:right;
	width:320px;
	height:36px;
}

#search {
	display:inline-block;
	margin:0px;
	padding:0px;
}

#searchbox {
	margin:0px 0px 0px 0px;
	width:228px;
	height:14px;
	background-image:url(../images/search-bg.gif);
	border:none;
	padding:3px;
	font-size:11px;
}

#search_button {
	float:right;
	height:36px;
	width:74px;
}

#main_content {
	background-color:#FFFFFF;
	width:930px;
	margin:0px 35px 0px 35px;
	padding:0px;
}

#content_pad {
	padding:30px 30px 0px 30px;
	margin:0px;
}

#slideshow {
	width:870px;
	height:207px;
	padding:30px 30px 0px 30px;
	z-index:6;
}

#featured_window {
	overflow:scroll;
	width:846px;
	height:123px;
	position:relative;
}

#featured_boxes {
	position:absolute;
	left:0px;
	top: 0px;
	visibility: visible;
	width:1800px;
	height:123px;
}

#main_col {
	width:600px;
	float:left;
	padding:0px 35px 0px 0px;
	margin:0px -235px 0px 0px;
}

#right_col {
	float:right;
	width:201px;
	border:solid 1px #d9d9d9;
	padding:16px;
	margin:0px;
}

#right_col_inner {
	align:center;
	width:201px;
	padding:0px;
	margin:0px;
}

#bottom_boxes {
	padding-top:30px;
	margin-bottom:0px;
}

.bottom_box {
	display:inline-block;
	border:solid 1px #d9d9d9;
	padding:16px;
	width:234px;
	height:70px;
}

#footer {
	background:url(../images/content-bottom-cap.gif) top no-repeat;
	width:920px;
	padding:80px 40px 20px 40px;
	line-height:20px;
}

/******************** STYLES **************************/

table {
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#222121;
	padding:0px;
	margin:0px;
	text-align:left;
}

#table a {
	color:#2696c5;
	text-decoration:none;
}

#table a:hover {
text-decoration:underline;
}


a {
	color:#2696c5;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	margin: 0px 0px 20px 0px;
}

.nav_link {
	text-decoration:none;
}

.nav_link:hover {
	text-decoration:none;
}

.nav_spacer {
	float:left;
	padding-top:10px;
	color:#29a1d3;
	font-size:19px;
}

.title {

}

.subtitle {
	color:#a9a9a9;
	font-size:11px;
}

.header1 {
	font-size:28px;
	color:#343536;
	font-weight:normal;
	line-height:normal;
}

.header2 {
	font-size:21px;
	color:#343536;
	font-weight:normal;
	line-height:normal;
}

.header3 {
	font-size:16px;
	color:#343536;
	font-weight:normal;
	line-height:normal;
}

h1 {
	font-size:28px;
	color:#343536;
	font-weight:normal;
	margin:0px 0px 17px 0px;
	line-height:normal;
}

h2 {
	font-size:21px;
	color:#343536;
	font-weight:normal;
	margin:0px 0px 14px 0px;
	line-height:normal;
}

h3 {
	font-size:16px;
	color:#343536;
	font-weight:normal;
	margin:0px 0px 10px 0px;
	line-height:normal;
}

.header1 a, .header2 a, .header3 a, h1 a, h2 a, h3 a {
	color:#000000;
	text-decoration:none;
}

.header1 a:hover, .header2 a:hover, .header3 a:hover, h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration:underline;
}

.image_on_right {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.image_on_left {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.keywords {
	background-color:#EEEEEE;
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	padding:5px;
}

/* Comments */

.commentContent {
	border-top:1px dotted #999999;
	padding-top:10px;
}

.commentInfo {
	padding-top:4px;
	padding-bottom:10px;
}

/* Calendar */

.cal_header {
	font-weight: bold;
	text-align: left;
	font-size: 14px;
}

.calendar {
	width:100%;
	border: 1px solid #DDDDDD;
	border-collapse: collapse;
}

.calendar td {
	border: 1px solid #DDDDDD;
	vertical-align: top; 
}

.calendar td.today {
	background-color:#FFFFCC;
}

.calendar td.other_day {
	background-color:#FFFFFF;
}

.dayofweek {
	background-color: #333333;
	color:#FFFFFF;
	font-size:13px;
	font-weight:normal;
	padding:2px;
}

.empty_day {
	background-color:#DDDDDD;
}

.highlight {
	background-color: #FFE7D0;
}

.day {
	background-color:#EEEEEE;
	font-size:11px;
	color:#4F4F45;	
	padding:2px;
}

.day_today {
	background-color:#DDDDDD;
	font-size:11px;
	color:#4F4F45;	
	padding:2px;
}

.day a, .day_today a {
	color:#4F4F45;
	text-decoration:none;
}

.calendar hr {
	border: none 0;
	height: 1px;
	border-top: 1px dotted #B9B9A2;
}

.gray {
	color:#CCCCCC;
}

.author {
	font-weight:normal;
}

.author a {
	color:#000000;
	text-decoration:none;
}

.author a:hover {
	text-decoration:underline;
}

.form {
	font-size:11px;
}

.form select, textarea {
	font-family:"Lucida Grande",LucidaGrande,Arial,sans-serif;
	font-size:11px;
	border:1px solid #CCCCCC;
}

.form_element {
	font-family:"Lucida Grande",LucidaGrande,Arial,sans-serif;
	font-size:11px;
	border:1px solid #CCCCCC;
}

.copyright {

}

.copyright a {

}

.error {
	text-align:left;
	padding:6px;
	background-color:#FFFFCC;
	border:solid #FFCC33 2px;
}
