/* Soph-Ware CSS Styles */
body,html {
	height:				100%;
	width:				100%;
	margin:				0;
}

body {
	font-family:		Arial, Helvetica, sans-serif;
	background-color:	#545454;
	background-image:	url(../images/background.png);
	background-repeat:repeat-x;
}

p {
	line-height:		1.65;
}

a:link, a:visited {
	color:				#FF8212;
	text-decoration:	none;
}

a:hover {
	text-decoration:	underline;
}

a img {
	border: none;
}

h2 {
	font-size:			165%;
}

h3 {
	font-size:			115%;
}

h2,h3 {
	font-weight: 		normal;
	letter-spacing:		0.04em;
	line-height:		120%;
}

h2 em,h3 em {
	color:				#FF8212;
	font-style:			normal;
}

h3 em {
	font-weight:		bold;
}

.centered {
	text-align: center;
}

.floatleft {
	float: left;
	margin: 8px;
}

.floatright {
	float: right;
	margin: 8px;
}

#header {
	background-image:	url(../images/header-stretch.png);
	background-repeat:	repeat-x;
	height:				62px;
	width:				100%;
}

#logo {
	background-image:	url(../images/header-logo.png);
	background-repeat:	no-repeat;
	width:				318px;
	height:				62px;
}

.menu {
	margin: 0;
	padding: 0;
	width: 152px;
	list-style: none;
	float:left;
}

.menu .mainNav {
	text-indent: -1000px;
	width: 122px;
}
.menu .subNav {
	text-indent: 20px;
	font-size: 13px;
}
.menu .subNavSelected {
	text-indent: 20px;
	font-size: 13px;
	color: #FF8212;
}
.menu ul {
	padding-left: 10px;
	margin-left: 0;
}
.menu li {
	padding: 0;
	margin: 0;
	height: 25px;
	width:160px;
	list-style: none;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	height: 25px;
	background-repeat: no-repeat;
	color: #FFFFFF;
}

.menu li a:hover {
	color: #FF8212;
}

/* Images for menu/replacement */
#home a {background-image:url(../images/Home.png);}
#homeSelected {background-image:url(../images/Home_Selected.png);}
#home a:hover {background:url(../images/Home_Selected.png);}

#products a {background-image:url(../images/Products.png);}
#productsSelected {background-image:url(../images/Products_Selected.png);}
#products a:hover {background: url(../images/Products_Selected.png);}

#technology a {background-image:url(../images/Technology.png);}
#technologySelected {background-image:url(../images/Technology_Selected.png);}
#technology a:hover {background:url(../images/Technology_Selected.png);}

#experience a {background-image:url(../images/Experience.png);}
#experienceSelected {background-image:url(../images/Experience_Selected.png);}
#experience a:hover {background:url(../images/Experience_Selected.png);}

#services a {background-image:url(../images/Services.png);}
#servicesSelected {background-image:url(../images/Services_Selected.png);}
#services a:hover {background:url(../images/Services_Selected.png);}

#company a {background-image:url(../images/Company.png);}
#companySelected {background-image:url(../images/Company_Selected.png);}
#company a:hover {background:url(../images/Company_Selected.png);}

#blog a {background-image:url(../images/Blog.png);}
#blogSelected {background-image:url(../images/Blog_Selected.png);}
#blog a:hover {background:url(../images/Blog_Selected.png);}

#content {
	background-color:	#F4F4E9;
	margin-left:		178px;
	width:				550px;
}

#contentTop {
	background-color:	#F4F4E9;
	background-image:	url(../images/content-top.png);
	background-repeat:	no-repeat;
	width:				550px;
	height:				13px;
}

#contentBody {
	background-image:	url(../images/content-stretch.png);
	background-repeat:	repeat-y;
	padding:				1px 20px 0 20px;
	font-size:			90%;
	line-height:		140%;
	letter-spacing:	0.02em;
	word-spacing:		0.07em;
}

#contentBottom {
	background-color:	#F4F4E9;
	background-image:	url(../images/content-bottom.png);
	background-repeat:	no-repeat;
	width:				550px;
	height:				20px;
}

.smaller {
	font-size:			90%;
}

.small {
	font-size:			75%;
}

.companyPage h3 {
	color: #FF8212;
}

.companyPage p {
	margin-left: 35px;
}

.formPanel {
	margin-left: 35px;
	border: none;
}

.formPanelTab {
	color:  #FF8212;
	background-color: #F4F4E9;
	border-bottom: none;
}

.formPanel .CollapsiblePanelTabHover, #content .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	cursor: pointer;
	text-decoration: underline;
	background-color: #F4F4E9;
}
