html {
}

body {
	padding:0px;
	margin:0px;
	font-family: Arial, Sans-Serif, Helvetica;
	font-weight: normal;
	color: #444444;
	line-height: 1.7;
	text-align:center;
	background: #fff url(/images/2010/background_fade.png) repeat-x;
}

h1 {

}

h2 {

}

h3 {

}


a {
	color: #000;
	text-decoration:none;
}

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

a:visted {
	color: #333;
}

hr {

}

img {
	border:none;
}
.clearboth {
	clear: both;
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

.hide {
	display: none;
}

.success{
	color: green;
}

.error{
	color: red;
}


#header, #main_content, #main_content_home, #footer_bar{
	width:100%;
}

#header{
	height: 110px;
}

.canvas {
	background-color:#fff;
	width:958px;
	text-align:left;
	margin: 0 auto;
	margin-top:20px;
	position:relative;
	border-top: 1px solid #D8D8D8;
	border-left: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}

#header .canvas {
	background: #fff url(/images/2010/logo_main.png) no-repeat 22px 22px; 
	height:110px;
}

#header #logo{
	width:244px;
	height:60px;
	position:absolute;
	top: 22px;
	display:block;
	font-size: 0px;
	margin-left:22px;
}

#header #telephone{
	width: 231px;
	height: 26px;
	background: url(/images/2010/telephone_number.png) no-repeat; 
	position:absolute;
	top: 50px;
	left: 715px;
}

#header #logo span, #header #telephone span{
	display:none;
}


#main-navigation {
	width:960px;
	margin: 0 auto;
	position:relative;
	height:34px;
	background: url(/images/2010/nav_background.png) repeat-x; 
	text-align: left;
	z-index: 10;
}

#main-navigation-Level-1 {
	list-style-type: none;
	padding: 0;
	padding-left: 15px;
	margin: 0px;
}

#main-navigation-Level-1 li {
	float: left;
	list-style: none;
	margin:0px;
	background-image:url(/images/2010/nav_split.png);
	background-repeat:no-repeat;
	background-position:right 11px;
	padding-right:2px;
}

#main-navigation-Level-1 li a {
	display: block;
	width: auto;
	color:#fff;
	font-size:80%;
	text-decoration:none;
	padding: 6px 28px 6px 10px;
	margin: 0px;
	background-image:url(/images/2010/nav_arrows.png);
	background-repeat:no-repeat;
	background-position:right top;
	border-right:1px solid transparent;
	border-left:1px solid transparent;
	margin-left:1px;
	margin-right:1px;
	font-weight:bold;
}

#main-navigation-Level-1 a:hover, #main-navigation-Level-1 li .current {
	background-position:right -41px;
	border-right:1px solid #98ABD5;
	border-left:1px solid #98ABD5;
}

#main-navigation-Level-1 li ul li .current {
	text-decoration:underline;
}

#main-navigation-Level-1 li ul
{
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	width: 180px;
	border: 3px solid #7E99D5;
	background-color:#fff;
	border-bottom: 2px solid #7E99D5;
	overflow:hidden;
}

#main-navigation-Level-1 li ul li
{
	float: none;
	display: inline;
	background-image:none;
	padding:0;
}

#main-navigation-Level-1 li ul li a
{
	width: auto;
	background-image: none;
	color: #163463;
	border: none;
	border-bottom: 1px solid #7E99D5;
	padding:4px 4px 4px 20px;
	margin:0;
}

#main-navigation-Level-1 li ul li a:hover
{
	background-color:#C9D4ED;
	border: none;
	border-bottom: 1px solid #7E99D5;
}


#main-navigation-Level-1 .menu-heading {
	text-decoration: none;
}

#main-navigation-Level-1 .menu-heading:hover {
	text-decoration: none;
}

#main_banner, #main_banner_home{
	width:968px;
	text-align:left;
	margin: 0 auto;
	margin-top:8px;
	position:relative;
	height:283px;
}

#banner_left{
	width:4px;
	float:left;
	background: #fff url(/images/2010/banner_left.png) no-repeat left top; 
	height:283px;
}

#banner_image  {
	float:left;
	height:283px;
	width:636px;
}

#dot_overlay{
	background-image:url(/images/2010/dot.png);
	height:54px;
	position:absolute;
	margin-left:3px;
	margin-top:227px;
	width:637px;
	z-index:4;
}

#banner_text{
	float:left;
	padding-left:20px;
	padding-right:20px;
	padding-top:40px;
	background: #fff url(/images/2010/banner_text_area.png) no-repeat left top; 
	font-size: 70%;
	font-weight:bold;
	width:284px;
	height:243px;
}

#banner_text h2{
	line-height: 1.4;
	margin: 0;
	font-weight:normal;
	color:#0C863A;
	font-size:200%;
}

#banner_text h3{
	display:inline;
	margin:0;
	color: #153260;
}

#banner_right{
	width:4px;
	float:left;
	background: #fff url(/images/2010/banner_right.png) no-repeat left top; 
	height:283px;
}

#banner_text input{
	color:#666;
	font-size:80%;
	width: 200px;
	margin-top:8px;
	margin-bottom:8px;
}

#banner_text a{
	color:#416FB9;
}

#main_content, #main_content_home{
	font-size:80%;
	width:960px;
	text-align:left;
	margin: 0 auto;
	margin-top:8px;
	position:relative;
}

.left_column, .right_column, #column1, #column2{
	float:left;
}

#column1, #column2{
	width:300px;
}

.right_column{
	display:inline;
	margin-left:6px;
}

.news-area, #footer{
	border: 1px solid #D8D8D8;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:15px;
	font-size:85%;
	font-weight:bold;
	background: #fff url(/images/2010/dots.png); 
}

.news-area{
	width:605px;
}

.text-area input{
	margin-top:10px;
}

.text-area a{
	color:#5A82C2;
}

.button {
	background:none repeat scroll 0 0 #999999;
	border:1px solid #CCCCCC;
	color:#FFFFFF;
	font-weight:bold;
	padding:1px 2px;
	text-align:center;
	text-decoration:none;
	width:auto;
	margin-top:10px;
}

.button:hover {
	background: #4687BD;
	color: #ffffff;
}

#footer{
	font-size:80%;
	margin: 0 auto;
	margin-top:10px;
	text-align:right;
	margin-bottom:10px;
	width:930px;
	position:relative;
}

.news-area h2, .news-details h2{
	color:#153260;
	margin:0px;
	margin-bottom:8px;
	font-size:120%;
}

.news-area ul, .news-details ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

.newsDate{
	color:#153260;
	margin-right:8px;
}

.newsTitle{
	color:#153260;
	font-size:110%;
	font-weight:bold;
}

.news-area a, #footer a, .news-details a{
	color: #416FB9;
	margin-left:20px;
}


#footer, #footer a{
	color: #7E99D5;
}


.text-area{
	border: 1px solid #D8D8D8;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:15px;
	font-size:90%;
	font-weight:normal;
	width:928px;
	margin-top:10px;
}

#main_content_home .text-area{
	width:605px;
	min-height: 446px;
}

.text-area h2{
	font-weight:normal;
	color:#0C863A;
	border-bottom: 1px dotted #7E99D5;
	display:inline;
	margin-top: 15px;
	font-size: 160%;
}

.text-area h3{
	font-weight:normal;
	color:#7E99D5;
	font-size: 100%;
}

.text-area h3 a{
	font-weight:normal;
	color:#7E99D5;
}

.image_area{
	height: 61px;
	background: #fff url(/images/2010/image_area_background.png) no-repeat 925px top; 
	text-align:center;
	padding-right:43px;
	width:900px;
}

#home_support, #home_question, #home_solution, #home_customers{
	padding-left:42px;
	width: 175px;
	padding-top: 23px;
	padding-right: 100px;
	height: 124px;
	position:relative;
	margin-bottom:6px;
}

#home_support{
	background: #fff url(/images/2010/rightbox_support.png) no-repeat left top; 
	width: 155px;
	padding-right: 120px;
}

#home_question{
	background: #fff url(/images/2010/rightbox_question.png) no-repeat left top; 
}

#home_solution{
	background: #fff url(/images/2010/rightbox_solution.png) no-repeat left top; 
}

#home_customers{
	background: #fff url(/images/2010/rightbox_empty.png) no-repeat left top; 
	width: 245px;
	padding-right: 30px;
}

#home_support h3, #home_question h3, #home_solution h3, #home_customers h3{
	margin-top:0px;
	margin-bottom:6px;
	color:#163261;
	font-size:90%;
}

#home_support a, #home_question a, #home_solution a, #home_customers a{
	position:absolute;
	bottom: 2px;
	color:#5A82C2;
	left: 42px;
}


/* TinyMCE specific rules START */

body.mceContentBody {
	background: #FFF;
	text-align: left;
	font-size: 80%;
}

/* TinyMCE specific rules END */

.warning {
	color: red;
	border: 1px solid red;
	padding: 5px;
	margin: 5px 5px 15px 5px;
	text-align: left;
}

button { 
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}

button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}

button span { 
	position: relative;
	display: block; 
	white-space: nowrap;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button span {
		margin-top: -1px;
	}
}

button.submit-button { 
	padding: 0 10px 0 0; 
	margin-right: 0px; 
	text-align: center; 
	background: url(/images/button-background.jpg) no-repeat right -51px; 
	margin-left: 155px;
}
	
button.submit-button span {
	padding: 6px 0 0 10px;
	height:33px;
	background: url(/images/button-background.jpg) no-repeat left top; 
	color: #000;
	font-size: 0.9em;
}
	
button.submit-button:hover {
	background-position: right -151px; 
}
	
button.submit-button:hover span {
	background-position: 0 -100px;
	color:#000; 
}

/* FormCreator */

#emailForm .row{
	width:100%;
	margin-bottom:10px;
}

#emailForm .row-title{
	width:55%;
	float:left;
}

#emailForm .row-input{
	width:45%;
	float:left;
}


/* End of FormCreator */

/* Email Form START */

#emailForm .row-title {
	float: left;
	width: 250px;
	text-align: right;
	padding-right: 5px;
}

#emailForm .row-input {
	float: left;
	width: 260px;
}

#emailForm button {
	margin-left: 250px;
}

/* Email Form END */

/* Calendar Popup */
.calendarButton {
	background:#D9EBFC url(/images/calendar/calendar.png) 0px 0px no-repeat;
	margin:0 0 -6px 3px;
}

.dynCalendar_header{
	font-size: 9px;
	font-weight: bold;
}
.dynCalendar_dayname {
	background-color: #c0c0c0;
	border: 1px solid #c0c0c0;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
	width: 21px;
}

.dynCalendar_day, .dynCalendar_weekday, .dynCalendar_weekend {
	background-color: #eeeeee;
	color: #000000;
	font-size: 9px;
}

.dynCalendar_weekday {
	background-color: #E6EDF6;
}

.dynCalendar_weekend {
	background-color: #C5D4E9;
}

.dynCalendar_today {
	background-color: #ffffff;
	border: 1px solid #c0c0c0;
	font-size: 9px;
}

.dynCalendar_pastday{
	color: #aaaaaa;
}

.dynCalendar {
	background-color: #c0c0c0;
	border: 2px outset white;
	visibility: hidden;
	position: absolute;
	top: 1px;
	left: 1px;
}

.dynCalendar select {
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.dynCalendar_header .dynCalendarNext:active img, .dynCalendar_header .dynCalendarPrev:active img {
	background-position:0 -48px;
}

.dynCalendar_header .dynCalendarNext:hover img, .dynCalendar_header .dynCalendarPrev:hover img {
	background-position:0 -24px;
}

.dynCalendar_header .dynCalendarNext img {
	background:#eeeeee url(/images/calendar/next.png) no-repeat scroll 0 0;
}

.dynCalendar_header .dynCalendarPrev img {
	background:#eeeeee url(/images/calendar/prev.png) no-repeat scroll 0 0;
}

.noPrevious{
	background:#eeeeee url(/images/calendar/prev.png) 0 -72px no-repeat;
	vertical-align:-.4em;
}

.noNext{
	background:#eeeeee url(/images/calendar/next.png) 0 -72px no-repeat;
	vertical-align:-.4em;
}

