﻿body {
	background-image: url("/img/background.png");
	background-repeat: repeat-x;
	background-color: #E0E0E0;
	margin: 0px;
	font-family:Verdana,arial;
}

#all {
	width: 902px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	margin-top: 7px;
	width: 540px;
	height: 67px;
	float: left;
}


#headerarea {
	width: 355px;
	height: 67px;
	padding: 0px;
	margin: 0px;
	width: 355px;
	float: left;
}

#searchbar {
	width: 353px;
	padding: 0px;
	height: 22px;
	float: left;
	margin-top: 4px;
	background-image: url("/img/searchbar.png");
	border-bottom:#DDDDDD 1px solid;
	border-left:#DDDDDD 1px solid;
	border-right:#DDDDDD 1px solid;
}

span.welcome
{
	
}

a.welcome
{
	margin-right:20px;	
	color:navy !important;
}

#login {
	float: left;
	margin: 7px;
	margin-right: 0px;
	padding-right: .2em;
	margin-top: .3em;
	margin-bottom: .3em;
	font-family: "Verdana", sans-serif;
	color: #A8A8A8;
	font-size: .65em;
}

#login a {
	color: #A8A8A8;
	text-decoration: none;
}

#login a:hover {
	color: #6F6F6F;
	text-decoration: none;
}

#search {
	float: right;
	height: 1em;
}

input {
	float: left;
	border: #c1c1c1 1px solid;
	font-size: .6em;
	height: 13px;
	padding: 0px;
	font-family: "Arial", sans-serif;
	color:  #959595;
	margin-left: 5px;
	margin-right: 4px;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 115px;
}

.search-button {
	float: right;
	margin-left: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 16px;
	height: 15px;
	margin-right: 4px;
	cursor: pointer;
	border: 0px;
}

#menu {
	float: left;
	width: 902px;
}
/*Navigation*/
#nav
{
	background:url(/img/nav.png) no-repeat left;
	margin:0;
	padding:0;
	list-style:none;
	height:27px;
}
#nav li
{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	height:27px;
	display:block;
	width:111px;
}
#nav li a
{
	width:111px;
	display:block;
	line-height:20px;
	overflow:hidden;
	height:27px;
	color:white;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
	font-weight:600;
	font-size:70%;
	font-family:Tahoma, arial;
}
#nav a:hover
{
	background:url(/img/nav_hover.png) no-repeat 0px 0px;
}
#nav1 a:hover
{
	background:url(/img/nav_hover.png) no-repeat -111px 0px;
}
a#nav3:hover
{
	background:url(/img/nav_hover.png) no-repeat -222px 0px;
}
a#nav4:hover
{
	background:url(/img/nav_hover.png) no-repeat -333px 0px;
}
a#nav5:hover
{
	background:url(/img/nav_hover.png) no-repeat -444px 0px;
}
a#nav6:hover
{
	background:url(/img/nav_hover.png) no-repeat -555px 0px;
}
#nav a.active
{
	background:url(/img/nav_active.png) no-repeat 0px 0px;
}
a#nav2.active
{
	background:url(/img/nav_active.png) no-repeat -111px 0px;
}
a#nav3.active
{
	background:url(/img/nav_active.png) no-repeat -222px 0px;
}
a#nav4.active
{
	background:url(/img/nav_active.png) no-repeat -333px 0px;
}
a#nav5.active
{
	background:url(/img/nav_active.png) no-repeat -444px 0px;
}
a#nav6.active
{
	background:url(/img/nav_active.png) no-repeat -555px 0px;
}

/* End Nav */

#submenu {
	width: 902px;
	float: left;
	background-image: url("/img/submenubg.png");
	height: 25px;
}
#submenu ul {
		float: left;
		vertical-align: middle;
		margin-top: .4em;
		margin-left: -.4em;
}

#submenu li {
	list-style-type: none;
	float: left;
	padding-right: 2.5em;
	padding-left: 2.5em;
	font-family: "Verdana", sans-serif;
	font-size: .60em;
	font-weight: bold;
	border-right: #107793 1px solid;
}

#submenu a {
	text-decoration: none;
	color: #1f89b1;
		color: white;
}

#submenu a:hover, #menu a.active {
	text-decoration: none;
	color:#99CCFF;
}

#space {
	background-image: url("/img/spaceline.png");
	background-repeat: repeat-x;
	width: 902px;
	float: left;
	height: 6px;
	margin-bottom: 2px;
}

#banner {
	width: 902px;
	float: left;
}

.whitespace {
	height: 9px;
	width: 902px;
	float: left;
}

#maincontent {
	background-color: #f7f6f6;
	width: 674px;
	float: left;
	border: #e2e2e2 1px solid;
	min-height:540px;
}

#maincontent li{
	font-size:.68em;
	color: #002851;
}
h1.main {
	font-family: "Verdana", sans-serif;
	color: #075a79;
	font-size: 1em;
	margin: .7em;
	padding: 0em;
	margin-bottom: 0em;
}

p.main {
	font-family: "Verdana", sans-serif;
	color: black;
	font-size: .68em;
	line-height: 1.5em;
	margin: 1em;
	
}

.articles {
	width:444px;
	border-top: #e2e2e2 1px solid;
}

h2.main {
	font-family: "Verdana", sans-serif;
	color: #075a79;
	font-size: .8em;
	margin: .7em;
	margin-bottom: 0em;
}

.date {
	font-family: "Verdana", sans-serif;
	color: #b9b9b9;
	font-size: .6em;
	margin: 0em;
	margin-left: 1em;
	margin-bottom: .6em;
}

img.main {
	float: left;
	margin-right: 8px;
}

.news {
	width: 217px;
	margin: 0px;
	margin-left: 8px;
	margin-right: 7px;
	float: left;
}

.info {
	width: 217px;
	margin: 0px;
	margin-left: 6px;
	float: left;
}


.infoheader {
	background-image: url("/img/infoheader.png");
	border: #064760 1px solid;
	padding: .6em;
	padding-bottom: 0em;
	font-family: "Verdana", sans-serif;
	font-size: .65em;
	height: 21px;
	color: white;
	font-weight: bold;
}

.infoborder {
	border: #d5d5d5 1px solid;
	background-color: #ececec;
	padding: 5px;
	float: left;
	width: 205px;
}

.infotext {
	border: #d5d5d5 1px solid;
	background-color: white;
	padding: 7px;
	padding-top: 0px;
	margin: 0px;
	width: 188px;
	float: left;
}

a.newstitle {
	font-size: 1em;
	font-weight: bold;
	color: #707070;
	font-family: "Verdana", sans-serif;
	text-decoration: none;
}

a:hover.newstitle {
	font-family: "Verdana", sans-serif;
	color: #707070;
	font-size: 1em;
	text-decoration: underline;
}

h1.newstitle {
	font-size: .6em;
	font-weight: bold;
	color: #707070;
	font-family: "Verdana", sans-serif;
	margin: 0px;
	margin-bottom: 3px;	
	margin-top: 7px;
	padding: 0px;
	float: left;
	width: 188px;
}

p.info {
	font-family: "Verdana", sans-serif;
	color: #acacac;
	font-size: .65em;
	line-height: 1.2em;
	float: left;
	margin: 0px;
	padding: 0px;
	padding-bottom: 7px;
	width: 188px;
	border-bottom: #d5d5d5 1px dotted;
}

a.products {
	font-family: "Verdana", sans-serif;
	color: #acacac;
	font-size: 1em;
	text-decoration: none;
}

a:hover.products {
	font-family: "Verdana", sans-serif;
	color: #707070;
	font-size: 1em;
	text-decoration: none;
}

p.products {
	font-family: "Verdana", sans-serif;
	color: #acacac;
	font-size: .65em;
	line-height: .65em;
	float: left;
	margin: 0px;
	padding: 0px;
	padding-top: 9px;
	padding-bottom: 9px;
	width: 188px;
	border-bottom: #d5d5d5 1px dotted;
}

.itemspace {
	width: 210px;
	height: 7px;
	float: left;
}

p.deals {
	font-family: "Verdana", sans-serif;
	color: #acacac;
	font-size: .65em;
	line-height: 1.2em;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 188px;
}


p.newsletter {
	font-family: "Verdana", sans-serif;
	color: #acacac;
	font-size: .65em;
	line-height: 1.2em;
	float: left;
	margin: 0px;
	padding: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 188px;
}

#newsletter {
	float: left;
	border: #c1c1c1 1px solid;
	font-size: .7em;
	height: 14px;
	font-family: "Arial", sans-serif;
	color:  #959595;
	margin: 0px;
	margin-top: 2px;
	margin-bottom: 7px;
	padding: 1px;
	padding-left: 4px;
	width: 135px;
}

.signup-button {
	float: right;
	margin-left: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 53px;
	height: 18px;
	margin-right: 4px;
	cursor: pointer;
	border: 0px;
	color:#383F92;
}

input.newsletter {
	float: left;
	border: #c1c1c1 1px solid;
	font-size: .75em;
	height: 16px;
	padding: 0px;
	font-family: "Arial", sans-serif;
	color:  #959595;
	margin-left: 5px;
	margin-right: 4px;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 115px;
}

#footersep {
	background-image: url("/img/footer-sep.png");
	background-repeat: repeat-x;
	width: 902px;
	float: left;
	height: 6px;
}

p.footer {
	font-family: "Arial", sans-serif;
	font-size: 1em;
	color: gray;
	padding-top: 10px;
}

#footer {
	height: 25px;
	text-align: center;
	width: 902px;
	float: left;
	font-family: "Arial", sans-serif;
	font-size: .7em;
	color: gray;
	padding-top: 10px;
}

.ms-formfieldvaluecontainer iframe
{
	width:100%;
}

<!--[if IE]>
	#submenu ul {
		float: left;
		vertical-align: middle;
		margin-top: .4em;
		margin-left: -.5em;
	}
<![endif]-->

#maincontent {
	background-color: #f7f6f6;
	width: 674px;
	float: left;
	border: #e2e2e2 1px solid;
}

.pagetitle {
	float: left;
	margin: 10px;
	width: 654px;
	height: 90px;
	border-bottom: #075877 1px dotted;
	border-top: #075877 1px dotted;
}

.titlebg {
	float: left;
	margin: 5px;
	margin-right: 0px;
	margin-left: 0px;
	width: 654px;
	height: 80px;
	background-image: url("/img/titlebg.png");
	background-repeat: no-repeat;
}

h1 {
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	color: white;
	font-family: "Verdana", sans-serif;
	margin: 0px;
	padding: 0px;
	margin-right: 75px;
	width:600px;
}

h2 {
	float: left;
	font-size: .75em;
	color: #caf9ff;
	font-family: "Verdana", sans-serif;
	margin: 0px;
	margin-top: -3px;
	padding: 0px;
	width:600px;
	font-weight:normal;
	font-style:italic;
}

h3{
	font-size:.85em;
	border-bottom:1px #c6d5da dotted;
	padding-bottom:4px;
	margin-bottom:2px;
	margin-left:10px;
	margin-right:10px;
	color:#383F92;
}


.titletxt {
	float: left;
	margin: 12px;
	margin-top: 18px;
	width: 200px;
}

p {
	font-family: "Verdana", sans-serif;
	color: #002851;
	font-size: .68em;
	line-height: 1.5em;
	margin: 1em;
	
}

/*Sidebar*/

.info {
	width: 217px;
	margin: 0px;
	margin-left: 9px;
	float: left;
}

.solbox {
	margin: 10px;
	padding: 10px;
	border: #dadada 1px solid;
	float: left;
	width: 292px;
}

h1.solbox {
	font-size: .9em;
	font-family: "Verdana", sans-serif;
	color: #075977;
	float: left;
	border: none;
	margin: 0px;
	margin-bottom: 7px;
	padding: 0px;
	padding-bottom: 5px;
	border: 0px;
	border-bottom: #c6d5da 1px dotted;
}

img.solutions {
	float: left;
	margin: 0px;
	margin-right: 15px;
}

p.solutions {
	margin: 0px;
}

.viewmore {
	border: 0px;
	border-top: #c6d5da 1px dotted;
	text-align: right;
	font-family: "Verdana", sans-serif;
	color: #949494;
	font-size: .6em;
	margin: 0px;
	margin-top: 7px;
	padding: 0px;
	padding-top: 5px;
}


/* EDITING CLASSES */

.RadEWrapper
{
	width:100% !important;
	min-height:340px;
	height:auto;
}

.RadEContentBordered
{
	min-height:340px;
	width:540px;
}

.solbox .RadEContentBordered
{
	min-height:240px;
	width:240px;
	overflow:hidden;
}

.solbox .RadEWrapper
{
	width:240px !important;
	overflow: hidden;
	min-height:240px;
	height:auto;
}


a{
	text-decoration:none;
	color:#0066CC; 
}

a:hover{
	text-decoration:none;
	color:red; 
}

.label
{
	font-size:.68em;
	color:#383F92;
}

.form input
{
	color:#0066CC; 
	font-size:.68em;	
	float:none;
	margin-left:0px;
	margin-bottom:0px;
	width:400px;
}

.form select
{
	color:#0066CC; 
	font-size:.68em;	
	float:none;
}

.form label
{
	display:inline-block;
	color:#0066CC; 
	font-size:.68em;	
	width:120px;
}

span.profile 
{
	display:inline-block;vertical-align:middle;
	display:inline-block;
	color:#0066CC; 
	font-size:.68em;	
	width:90px;
}

input.profile{
	width:200px;float:none;
}

input.profileButton
{
	width:100px;height:20px;float:right;margin-top:8px;
}

textarea.profile
{
	float:none;width:340px;height:100px;
	border:1px #c1c1c1 solid;margin-left:5px;
}

ul.forumPosts
{
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px;
	margin-top:6px
}

div.forumPost
{
	border:1px solid navy; margin:5px;
}


.forumPostHeader
{
	background-image:url(/img/submenubg.png);
	color:white;
	padding:3px;
	padding-top:1px;
	height:18px;
}

.forumPostBody
{
	padding:6px;
	background-color:#EAF2F7; 	
}

.forumPostBodyAlt
{
	padding:6px;	
	background-color:#E4E2CB; 
}

.forumBreadcrumb
{
	display:inline; 
	list-style:none;
	padding:0px;
	margin:5px;
	margin-bottom:20px;
	padding-left:3px;
}

.forumBreadcrumb li
{
	display:inline; 
	list-style:none;
	margin:0px;
}

.forumPostDate
{
	font-size:0.8em;
	display:inline;
	float:right;
	color:silver;
}

.forumPostName
{
	display:inline-block;
	width:450px;
}

.forumMessage
{
	border:1px solid navy;
	width:650px;
	height:200px;
	margin-left:10px;
}

div.forumReplyLink a
{
	padding-left:18px;
	background-image: url(/_layouts/images/restore.gif);
	background-repeat:no-repeat;
	display:block;
	height:12px;
}

div.forumReplyLink
{
	background-color:white;
	margin-left:5px;
	width:55px;
	padding: 3px;
	float:right
}

.forumSubmit
{
	width:100px;
	height:18px;
	color:black;
	float:right;
}

.arfPageNumbers
{
	margin-left:0px;
	padding-left:0px;
	text-align:right;
	margin-right:10px;
}

.arfPageNumbers li
{
	display:inline;
	border:1px solid navy;
	padding:3px;
	padding-left:5px;
	margin-left:2px;
}

li.arfCurrentPage
{
	background-color:silver;
}

.arfForumThreads
{
	list-style:none;
	margin-left:0px;
	padding-left:0px;
	border-left:1px solid navy;
	border-bottom:1px solid navy;
	border-right:1px solid navy;
	margin:5px;
}

.arfThreadLink
{
	width:460px;
}

.arfForumThread
{
	width:658px;
	padding:2px;
	background-color:#DFE3CC;	 
	border-top:1px solid navy;
}
.arfThreadReplies
{
	float:right;
	width:55px;
}
.arfThreadDate
{
	float:right;
	width:130px;
}

div.forumCreateDiscussion a
{
	padding-left:18px;
	background-image: url(/_layouts/images/EDITICON.gif);
	background-repeat:no-repeat;
	display:block;
	height:16px;
}

div.forumCreateDiscussion
{
	margin:10px;
	margin-left:5px;
	width:175px;
	padding: 3px;
	font-size:0.7em;
}

.forumSubject
{
	
	display:inline;
	border:1px solid navy;
	color:black;
	float:none;
	width:600px;
}

.forumSubjectLabel
{
	font-size:0.7em;
	margin-left:10px;
}

.arfForums
{
	list-style:none;
	margin-left:10px;
	padding-left:0px;
}


