/*
Theme Name: Smart Solutions May 2010
Theme URI: http://smartsolutionsonline.com
Description: The template for the SSI homepage as of May 2010.
Author: John Kesegich
*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #d5d6d7; background-image: url('images/pagebg.gif'); background-repeat:repeat-x;
	color: #333;
	text-align: center;
	margin: 0 0 0px 0;
	padding: 0;
	}

#page {
	background-color: #f1f1f1;
	border-left: 2px solid #858585;
	border-right:2px solid #858585;
	text-align: left;
	margin-bottom:7px;
	margin: auto;
	padding-top: 2px;
	width: 840px;
	}

#header {
	background: #be1d1e url('images/banner.jpg') no-repeat top center;
	border-top-right-radius:25px;
		-webkit-border-top-right-radius:25px;
		-moz-border-radius-topright:25px;
		-khtml-border-top-right-radius:25px;
	border-top-left-radius:25px;
		-webkit-border-top-left-radius:25px;
		-moz-border-radius-topleft:25px;
		-khtml-border-top-left-radius:25px;
	text-align: left;
	margin: auto;
	margin-top:8px;
	padding-bottom: 0;
	padding-top:2px;
	padding-left:2px;
	padding-right:2px;
	height: 137px;
	width: 840px;
	}

#header .name, #header .name a {
	color: #FFFFFF;
	font-size:46px;
	}
#header .name a:hover {
	color: #FFFFFF;
	font-size:46px;
	text-decoration:none;
	}

#header .description {
	font-size:15px;
	cursor:default;
	}

#footer {
	padding: 10px;padding-bottom:7px;
	position:relative;left:-2px;
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:7px;
	border: 2px solid #900e13;
	border-top:1px solid #de8e8e;
	text-align:left;
	font-size: 13px;
	color:#fff;
	font-family:'Arial', sans-serif;
	width: 820px;
	clear: both;
	height:20px;
	background-image:url('images/footerbg.gif');
	background-color: #be1d1e;
	z-index:76;
	}
#footer a, #footer a:hover{
	color:#fff;
	text-decoration: none;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.6em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn {
	text-align: center;
	}

.postmetadata {
	text-align: right;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}




cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #808080;
	}

a:hover {
	color: #767676;
	text-decoration: underline;
	}

.pagebgimg{
	background-image:url('images/menubar.gif');background-repeat:repeat-x;
}



.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 570px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 550px;
	}

.post {
	margin: 0 20px 60px;
	text-align: left;
	font-family: "Trebuchet MS", "Arial", sans-serif
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}



/* 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 ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar 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: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

span select {
	width: 300px;
	font-size:13px;
	position:relative;
	top:-5px;
	left:15px;
	font-weight:normal;
	}

/* End Form Elements */



/* 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;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	border-top:1px dotted #C0C0C0;
	margin-left:15px;margin-right:15px;
	margin-top:3px; margin-bottom:3px;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* End captions */

.headertext, .headertext a {
	font-family:"Times New Roman", serif; color:#ffffff; text-shadow: 0px 0px 3px #000;
	font-weight:normal;
	text-decoration: none;
	margin:0;padding:0;
}

.homebutton {
	width:53px;height:23px;display:block;float:left;
	background-image:url('images/home.png');
	background-repeat:no-repeat;
	background-position: 16px 0;
	position:relative;
	top:5px;
}
.homebutton:hover {
	background-position: 16px -23px;
}

.menubutton {
	display:block;
	float:left;
	position:relative;top:-4px;
	font-family:"Arial", sans-serif;text-transform:uppercase;font-weight:bold;
	color:#000;
	text-decoration:none;
	font-size:13px;
	background-image:url('images/menubar.gif');background-repeat:repeat-x;background-position: 0 0;
	padding:4px;
	padding-left:10px;
	padding-right:10px;
	margin-left:5px;margin-right:5px;
	border:2px solid #900e13;
	border-radius:7px;
		-webkit-border-radius:7px;
		-moz-border-radius:7px;
		-khtml-border-radius:7px;
}
.menubuttoncontainer:hover .menubutton, .menubutton:hover, .menubutton a:hover, .menubuttonactive, .menubuttonactive a {
	border:2px solid #333;
	color:#333;
	background-image:url('images/menubarhover.png'); background-repeat:repeat;
	border-top-left-radius:7px;
		-webkit-border-top-left-radius:7px;
		-moz-border-radius-topleft:7px;
		-khtml-border-top-left-radius:7px;
	border-top-right-radius:7px;
		-webkit-border-top-left-radius:7px;
		-moz-border-radius-topleft:7px;
		-khtml-border-top-left-radius:7px;
	border-bottom-left-radius:0px;
		-webkit-border-bottom-left-radius:0px;
		-moz-border-radius-bottomleft:0px;
		-khtml-border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
		-webkit-border-bottom-right-radius:0px;
		-moz-border-radius-bottomright:0px;
		-khtml-border-bottom-right-radius:0px;
	border-bottom:0;
	text-decoration:none;
}
.menubuttoncontainer {
	display:inline;
}

.menubuttoncontainer:hover div{
	display:block;
}

.buttonhr {
	position:relative;
	top:-2px;
	border:1px solid #f6dfdf;
	border-left:0;
	border-right:0;
	padding:0;
	margin:0;
	display:block;
	float:left;
}

.menucutout{
	font-family:"Arial", sans-serif;text-transform:uppercase;font-weight:bold;
	color:#000;
	text-decoration:none;
	font-size:16px;
	background-color:#f1f1f1;
	/*background-image:url('images/menubar.gif');background-repeat:repeat-x;background-position: 0 0;*/
	padding-top:6px;padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	margin-left:5px;margin-right:5px;
	border:2px solid #900e13;
	border-top-left-radius:7px;
		-webkit-border-top-left-radius:7px;
		-moz-border-radius-topleft:7px;
		-khtml-border-top-left-radius:7px;
	border-top-right-radius:7px;
		-webkit-border-top-right-radius:7px;
		-moz-border-radius-topright:7px;
		-khtml-border-top-right-radius:7px;
	border-bottom:2px solid #f1f1f1;
	cursor:default;
	position:relative;
	top:4px;left:-196px;
}

#s{
	width:160px;
	height:16px;
	font-family:"Arial", sans-serif;
	color:#000;
	text-decoration:none;
	font-size:13px;
	background-image: url('images/menubarhover.png');
	background-repeat:repeat-x;
	background-color:#f1f1f1;
	padding:4px;
	padding-left:10px;
	padding-right:10px;
	margin:5px;
	margin-right:0;
	border:2px solid #be1d1e;
	border-right:0;
	border-top-left-radius:7px;
		-webkit-border-top-left-radius:7px;
		-moz-border-radius-topleft:7px;
		-khtml-border-top-left-radius:7px;
	border-bottom-left-radius:7px;
		-webkit-border-bottom-left-radius:7px;
		-moz-border-radius-bottomleft:7px;
		-khtml-border-bottom-left-radius:7px;
	outline:0;
}
#sb{
	background-color: #fff;
	background-image:url('images/menubar.gif');background-repeat:repeat-x;background-position: 10px;
	padding:4px;
	padding-left:10px;
	padding-right:10px;
	margin:5px;
	margin-left:0;
	margin-right:10px;
	outline:0;
	border:2px solid #be1d1e;
	border-left:1px solid #be1d1e;
	border-top-right-radius:7px;
		-webkit-border-top-right-radius:7px;
		-moz-border-radius-topright:7px;
		-khtml-border-top-right-radius:7px;
	border-bottom-right-radius:7px;
		-webkit-border-bottom-right-radius:7px;
		-moz-border-radius-bottomright:7px;
		-khtml-border-bottom-right-radius:7px;
}
#sb:hover {
	background-color: #900e13;
	background-image:url('images/menubarhover.png'); background-repeat:repeat;
}

.mainmenu {
	width:776px;
	padding:25px;
	padding-bottom:30px;
	height:203px;
	overflow:hidden;
	margin-left:5px;margin-right:5px;
	position:relative;left:3px;
}
.mainmenu div {
	margin:0;padding:0;outline:0;
}


.category {
	border-left: 1px solid #a1a1a1;
	margin-top:1px;
	margin-right:1px;
	background-color:#fff;
	background-image:url('images/selectorbg.gif');
	background-repeat:repeat-y;
	background-position: right;
	display:block;
	padding:10px;padding-left:20px;
	width:150px;height:19px;
	text-align:left;
	font-size:15px;
	font-family: "Arial";
	color:#000;
	text-decoration:none;
	cursor:pointer;
}
#categoriesbg {
	border:0;margin:0;padding:0;outline:0;
	background-color:#a1a1a1;
	background-image:url('images/selectorbg2.gif');
	background-repeat:repeat-y;
	background-position: right;
	display:block;
	width:182px;
	height:202px;
	border-top-left-radius:8px;
		-webkit-border-top-left-radius:8px;
		-moz-border-radius-topleft:8px;
		-khtml-border-top-left-radius:8px;
	border-bottom-left-radius:8px;
		-webkit-border-bottom-left-radius:8px;
		-moz-border-radius-bottomleft:8px;
		-khtml-border-bottom-left-radius:8px;
}

.category:hover{
	color:#000;
	text-decoration:none;
	cursor:pointer;
}

#category1, #category1st {
	border-top-left-radius:8px;
		-webkit-border-top-left-radius:8px;
		-moz-border-radius-topleft:8px;
		-khtml-border-top-left-radius:8px;
	border-top:1px solid #a1a1a1;
	border-left:1px solid #a1a1a1;
	margin-top:0;
}

#category3, #category3st {
	height:20px;
}

#category5 {
	border-bottom-left-radius:8px;
		-webkit-border-bottom-left-radius:8px;
		-moz-border-radius-bottomleft:8px;
		-khtml-border-bottom-left-radius:8px;
	border-bottom:1px solid #a1a1a1;
	border-left:1px solid #a1a1a1;
}
#category5st {
	border-bottom-left-radius:8px;
		-webkit-border-bottom-left-radius:8px;
		-moz-border-radius-bottomleft:8px;
		-khtml-border-bottom-left-radius:8px;
	border-bottom:1px solid #a1a1a1;
}

.selected {
	width:200px;
	white-space: nowrap;
	text-decoration:none;
	cursor:pointer;
}
.selected:hover {
	color:#fff;
	text-decoration:none;
}

.selectedtitle {
	background-image:url('images/selectedbg.png');
	border-left:1px solid #a1a1a1;
	border-bottom:1px solid #a1a1a1;
	margin-top:1px;
	margin:0;
	background-color:#be1d1e;
	color:#fff;
	height:19px;
	width:145px;
	text-align:left;
	font-size:15px;
	font-family: "Arial";
	padding:10px;padding-left:20px;
	display:block; float:left;
	white-space: nowrap;
	text-decoration:none;
	font-weight:normal;
	text-decoration: none;
}
.selectedfader {
	width:56px;
	height:39px;
	background-image:url('images/fade2.png');background-repeat:no-repeat;
	display:block; float:right;
	position:relative;
	text-decoration:none;
}

#sf1 {
	top:1px;
}
#sf3 {
	height:40px;
}
#sf2, #sf4, #sf5 {
	top:0px;
}

#viewer {
	width:600px;
	height:202px;
	background-image:url('images/fade.png'); background-repeat: repeat-y;
	
	border-top-right-radius:8px;
		-webkit-border-top-right-radius:8px;
		-moz-border-radius-topright:8px;
		-khtml-border-top-right-radius:8px;
	border-bottom-right-radius:8px;
		-webkit-border-bottom-right-radius:8px;
		-moz-border-radius-bottomright:8px;
		-khtml-border-bottom-right-radius:8px;
	float:right;
	position:relative;top:-202px;
}
.viewcategory {
	width:600px;
	height:200px;
	position:relative;padding-top:1px;padding-bottom:1px;
	display:block;
	border: 1px solid #a1a1a1;border-left:0;padding:0;
	border-top-right-radius:8px;
		-webkit-border-top-right-radius:8px;
		-moz-border-radius-topright:8px;
		-khtml-border-top-right-radius:8px;
	border-bottom-right-radius:8px;
		-webkit-border-bottom-right-radius:8px;
		-moz-border-radius-bottomright:8px;
		-khtml-border-bottom-right-radius:8px;
}

#homeabout {
	/*border:1px solid #a1a1a1;*/
	width:270px;
	padding:0;
	float:left;
	margin-left:32px;
	margin-right:13px;
	margin-top:5px;
	/*background-color:#fff;*/
	
}

#homenews {
	width:480px;
	margin-left:15px;
	margin-right:30px;
	margin-top:5px;
	float:right;
}

.homenewstitle, .homenewstitle a {
	text-align:center;
	font-size:16px;
	color:#555;
	font-family:'Arial', sans-serif;
	text-decoration:none;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

.titletext {
	display:block;
	height:15px;
	color:#000;
	font-family: "Times New Roman", serif;
	text-align:left;
	border-left:1px solid #c0c0c0;
	border-top:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
	border-top-left-radius:7px;
		-webkit-border-top-left-radius:7px;
		-moz-border-radius-topleft:7px;
		-khtml-border-top-left-radius:7px;
	border-top-right-radius:7px;
		-webkit-border-top-right-radius:7px;
		-moz-border-radius-topright:7px;
		-khtml-border-top-right-radius:7px;
	margin-top:5px;
	margin-bottom:5px;
	font-weight:normal;
}

.titletext span {
	font-size: 24px;
	padding-left:10px;
	padding-right:10px;
	background-color:#f1f1f1;
	position:relative;
	top:-20px;
	left:30px;
	font-weight:normal;
}

.titletext2 {
	display:block;
	height:15px;
	color:#000;
	font-family: "Times New Roman", serif;
	text-align:right;
	border-left:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
	border-bottom-left-radius:7px;
		-webkit-border-bottom-left-radius:7px;
		-moz-border-radius-bottomleft:7px;
		-khtml-border-bottom-left-radius:7px;
	border-bottom-right-radius:7px;
		-webkit-border-bottom-right-radius:7px;
		-moz-border-radius-bottomright:7px;
		-khtml-border-bottom-right-radius:7px;
	margin-top:5px;
	margin-bottom:5px;
	font-weight:normal;
}

.titletext2 span {
	font-size: 28px;
	padding-left:10px;
	padding-right:10px;
	background-color:#f1f1f1;
	position:relative;
	display:block;float:right;
	top:6px;
	left:-15px;
	font-weight:normal;
}

.bodytext {
	line-height:22px;
	font-family:"Times New Roman", serif;
	font-size: 14px;
	margin-left:20px;
	margin-right:20px;
	margin-top:0;
	margin-bottom:0;
	padding:0;
}
.viewertitle {
	float:right;
	/*margin-top:2px;margin-right:2px;*/
	padding-top:3px;padding-bottom:4px;padding-right:6px;padding-left:6px;
	font-size: 29px;
	font-family:"Times New Roman", serif;
	color:#ffffff;
	text-shadow: 1px 1px 2px #000;
	background-image:url('images/translucentblack.png');
	border-top:1px solid #a1a1a1;
	border-right:1px solid #a1a1a1;
	border-bottom-left-radius:8px;
		-webkit-border-bottom-left-radius:8px;
		-moz-border-radius-bottomleft:8px;
		-khtml-border-bottom-left-radius:8px;
	border-top-right-radius:8px;
		-webkit-border-top-right-radius:8px;
		-moz-border-radius-topright:8px;
		-khtml-border-top-right-radius:8px;
	position:relative;top:-1px;left:1px;
}
.viewertitlewhite {background:none;
	/*background-image:url('images/translucentwhite.png');*/
}
.learnmore {
	text-decoration: none;
	border: 1px solid #a1a1a1;
	font-family:"Arial", sans-serif;
	font-size:18px;
	color: #000;
	background-image:url('images/menubarhover.png');background-repeat:repeat-x;background-position: 10px;
	border-radius:7px;
		-webkit-border-radius:7px;
		-moz-border-radius:7px;
		-khtml-border-radius:7px;
	padding:4px;
	padding-right:12px;padding-left:12px;
	margin:3px;
	position:relative;
	top:169px;
	left:259px;
	text-shadow: 0 0 4px #fff;
	white-space: nowrap;
}
.learnmore:hover {
	text-decoration:none;
	border: 1px solid #a1a1a1;
	background-color:#fff;background-image:none;
	color:#777;
}
.moreabout {
	font-family:"Arial", sans-serif;
	font-size:15px;
	color: #808080;
	text-shadow: 0 0 4px #fff;
	white-space: nowrap;
	text-decoration:none;
}
.moreabout:hover {
	color: #000000;
	text-decoration: none;
}
.infobubble {
	text-shadow: 0 0 3px #000;
	color:#fff;
	background-image:url('images/translucentblack.png');
	border-radius:7px;
		-webkit-border-radius:7px;
		-moz-border-radius:7px;
		-khtml-border-radius:7px;
	font-family: "Arial", sans-serif;
	font-size:13px;
	display:block;
	margin-left:200px;
	padding-left:10px;padding-right:10px;margin-top:10px;
	position:relative;
	top:0px;
}
.infobubble span {
	position:relative;
	top:-10px;
}
.infobubble a {
	color:#e7e7e7;
	text-decoration:underline;
}
.infobubble a:hover {
	color:#fff;
	text-decoration:underline;
}

.viewfader {
	float:left;
	width:200px; height:200px;
	background-image:url('images/fade.png'); background-repeat: repeat-y;
	
}
#view1 { background-image:url('images/stock/smartcollaboration.jpg'); }
#view2 { background-image:url('images/stock/smarteducation.jpg'); }
#view3 { background-image:url('images/stock/smartintegration.jpg'); background-position: 0px -25px; }
#view4 { background-image:url('images/stock/smartvm.jpg'); }
#view5 { background-image:url('images/stock/samegoal.jpg'); }

.dropdownmenu {
	position:absolute;
	border: 2px solid #333;
	top:18px;
	background-image:url('images/menubg.png'); background-repeat:repeat-y;
	border-bottom-left-radius: 7px;
		-webkit-border-bottom-left-radius:7px;
		-moz-border-radius-bottomleft:7px;
		-khtml-border-bottom-left-radius:7px;
	border-bottom-right-radius: 7px;
		-webkit-border-bottom-right-radius:7px;
		-moz-border-radius-bottomright:7px;
		-khtml-border-bottom-right-radius:7px;
	border-top-right-radius: 7px;
		-webkit-border-top-right-radius:7px;
		-moz-border-radius-topright:7px;
		-khtml-border-top-right-radius:7px;
	display:none;
	font-family:"Arial", sans-serif;
	color:#333;
	font-size:14px;
}
.dropdownmenu div{
	margin:0;
	padding:0;
	border:0;
}

.dropdownmenu a{
	color:#555;
	font-size:14px;
	text-decoration:none;
	padding-left:2px;padding-right:2px;padding-top:2px;padding-bottom:2px;
}
.dropdownmenu ul {
	padding-right:0; margin-right:0; margin-top:3px; margin-bottom:3px; position:relative;left:-15px;list-style-type:none;line-height:30px;
}
.dropdownmenu a:hover	{
	color: #000;
}
.dropdownmenu ul li:hover {
	list-style-type:disc;
}

.pagetitle {
	font-family: "Times New Roman", serif;
	font-size:30px;
	margin-top:15px;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:14px;
	padding-right:14px;
	white-space:nowrap;
	float:left;
	position:relative;
	left:-30px;
	text-align:left;
	width:100%;
	font-weight:normal;
	text-decoration: none;
}
#sidebar {
	float:right;
	/*border-right:2px solid #858585;
	border-top:2px solid #858585;
	border-left:2px solid #858585;
	background-color: #858585;
	background-image:url('images/sidebartitle.gif');
	background-position: 0 3px;
	background-repeat:repeat-x;
	color:#000;*/
	width:210px;
	/*border-bottom-left-radius:7px;
		-webkit-border-bottom-left-radius:7px;
		-moz-border-radius-bottomleft:7px;
		-khtml-border-bottom-left-radius:7px;
	border-top-left-radius:7px;
		-webkit-border-top-left-radius:7px;
		-moz-border-radius-topleft:7px;
		-khtml-border-top-left-radius:7px;*/
	margin-bottom:120px;
	margin-top:35px;
	margin-right:10px;
	text-align:left;
}
#sidebar .sbtitle{
	/*text-align: center;
	font-size:14px;
	font-weight:bold;
	padding:2px;*/
}
#sidebar .sbtext {
	/*background-color:#fff;color:#000;
	border-bottom-left-radius:5px;
		-webkit-border-bottom-left-radius:5px;
		-moz-border-radius-bottomleft:5px;
		-khtml-border-bottom-left-radius:5px;
	//border-top-left-radius:5px;
	//	-webkit-border-top-left-radius:5px;
	//	-moz-border-radius-topleft:5px;
	//	-khtml-border-top-left-radius:5px;
	padding:5px;
	margin:2px;
	margin-left:0;
	margin-right:0;*/
	
}
#sidebar a {
	/*font-weight:bold;
	text-decoration:underline;
	color:#000;*/
}
#subfooter {
	background-image:url('images/subfooter.gif');
	background-repeat:repeat-x;
	
	height:20px;
	width:100%;
	clear:both;
}
.contactfooter {
	font-size:15px;
	font-weight:bold;
	color:#000;
	white-space:nowrap;
	overflow:visible;
	padding-top:10px;
	padding-bottom:10px;
}
.contact {
	font-size:17px;
	font-family:"Arial", sans-serif;
	padding:2px;
	margin-top:3px;
}
.headercontact, .headercontact:hover {
	text-align:left;
	font-family:'Arial', sans-serif;
	display:block;
	background-color:rgba(144,14,19,.5);
	width:237px;
	padding-top:5px;
	padding-left:3px;
	padding-bottom:3px;
	margin:0;
	border-bottom-left-radius:10px;
		-webkit-border-bottom-left-radius:10px;
		-moz-border-radius-bottomleft:10px;
		-khtml-border-bottom-left-radius:10px;
	border-top-right-radius:23px;
		-webkit-border-top-right-radius:23px;
		-moz-border-radius-topright:23px;
		-khtml-border-top-right-radius:23px;
	font-size:13px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	position:relative;
	top:-113px;
	left:570px;
	white-space:nowrap;
}

.headercontact a, .headercontact a:hover {
	text-decoration:none;text-align:left;
	color:#fff;
}

.headercontact a span {
	text-decoration:none;text-align:left;
	color:#fff;
	font-weight:normal;
	font-size:12px;
	text-transform:uppercase;
	color:#e1e1e1;
}
.logolink {
	text-decoration:none;
}
.logolink img {
	background-color:#fff;
	padding:5px;
	border-radius:7px;
		-webkit-border-radius:7px;
		-moz-border-radius:7px;
		-khtml-border-radius:7px;
}

.borderbg {
	position:relative; width:2px; height:60px;
	background-image:url('images/borderbg.png');
	background-repeat:repeat-x;
	z-index:77;
}

.borderbgupsidedown {
	position:relative; width:2px; height:60px;
	background-image:url('images/borderbgupsidedown.png');
	background-repeat:repeat-x;
	z-index:78;
}

