@import url(blog.css);

body {
    font-family: "Lucida Grande", Tahoma, Verdana, Arial;
    background-color: #fff;
}

h1 {
	margin-top: 0;
	color: #f03d00;
	font-size: 16px;
}

h2 {
	margin-top: 0;
	color: #E76100;
	font-size: 14px;
}

a img {
    border: 0;
}

form {
    margin: 0;
    padding: 0;
}

label {
    font-size: 11px;
}

select, input, textarea {
    font-size: 11px;
}

#wrap {
    color: #303030;
    margin: 0 auto;
    width: 760px;
    background: url(../images/wrap-bg.png) top left repeat-y;
    background-color: #f8f9fd;
}

#wrap-no-menu {
    color: #303030;
    margin: 0 auto;
    width: 760px;
    background: url(../images/wrap-bg-no-menu.png) top left repeat-y;
    background-color: #f8f9fd;
}

#header {
    clear: both;
    height: 90px;
    width: 760px;
    background: url(../images/header-bg.png) bottom left repeat-x;
    background-color: #fff;
}

#header-logo {
    float: left;
}

#header-navigation {
    float: right;
    padding-right: 20px;
}

#navlist {
    margin: 0;
    padding: 0;
    margin-top: 45px;
}

#navlist li {
    display: inline;
    margin: 0;
    padding: 0;
    font-size: 11px;
}

#navlist a {
    padding-left: 30px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #999;
}

#navlist a:link, #navlist a:visited {
    color: #999;
}

#navlist a.selected {
    color: #f03d00;
    background: url(../images/orange-bullet-white.png);
    background-position: 16px 3px;
    background-repeat: no-repeat;
}

#navlist a:hover {
    color: #000;
    background: url(../images/black-bullet-white.png);
    background-position: 16px 3px;
    background-repeat: no-repeat;
}

#banner {
	margin: 0;
	padding: 0;
	height: 150px;
	width: 760px;
}

#banner-web {
	margin: 0;
	padding: 0;
	height: 200px;
	width: 760px;
}

#navigation {
    clear: both;
    float: left;
    width: 195px;
    margin: 0;
    padding: 0;
}

#home-navigation {
	height: 110px;
	width: 760px;
}

#home-navigation div {
	margin: 0;
	padding: 0;
	float: left;
}

#page-navigation div {
    padding: 12px;
}

#page-navlist {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
}

#page-navlist li a {
    background: transparent url(../images/grey-bullet-menu.png) left center no-repeat;
    padding-left: 12px;
    text-align: left;
    font-size: 11px;
    text-decoration: none;
    color: #999;
}

#page-navlist li a:hover {
    background: transparent url(../images/black-bullet-menu.png) left center no-repeat;
    color: black;
}

#page-navlist li a.current {
    background: transparent url(../images/orange-bullet-menu.png) left center no-repeat;
    color: #f03d00;
}

#content {
    margin: 0 0 0 195px;
    padding: 0;
    text-align: left;
    background: url(../images/content-banner-bg.png) top left repeat-x;
}

#about-content {
    margin: 0 0 0 195px;
    padding: 0;
    text-align: left;
    /*background: url(../images/about-banner.png) top left no-repeat;*/
}

#services-content {
    margin: 0 0 0 195px;
    padding: 0;
    text-align: left;
    /*background: url(../images/services-banner.png) top left no-repeat;*/
}

#services-web-content {
    margin: 0 0 0 195px;
    padding: 0;
    text-align: left;
    background: url(../images/web-banner.png) top left no-repeat;
}

#team-content, #technology-content {
    margin: 0 0 0 195px;
    padding: 0;
    text-align: left;
}

#content-no-menu {
    margin: 0;
    padding: 0;
    text-align: left;
}

#support-content {
    margin: 0 0 0 195px;
    padding: 0;
    text-align: left;
    background: url(../images/content-banner-bg.png) top left repeat-x;
}

#content-banner {
    margin: 0;
    padding: 0;
    height: 150px;
}

#contact-banner {
    /*margin: 0 0 0 195px;*/
    margin: 0;
    padding: 0;
    height: 150px;
}

#content-main {
	margin: 0;
	padding: 20px;
	font-size: 12px;
}

#footer {
    clear: both;
    margin: 0 auto 0 auto;
    padding: 10px 0 10px 0;
    width: 760px;
    text-align: center;
    color: #808080;
    padding-bottom: 50px;
    background-color: #fff;
    font-size: 11px;
    border-top: 1px solid #e8e8e8;
}

/******** Various classes ********/

.textright {
    text-align: right;
}

.center {
    text-align: center;
}

.small {
    font-size: 0.8em;
}

.bold {
    font-weight: bold;
}

.clear {
    clear: both;
}

.hide {
    display: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.grey {
    color: #666;
}

.lightgrey {
    color: #999;
}

.blue {
    color: #0062ac;
}

input.contact, textarea.contact, select.contact {
    width: 330px;
    margin-bottom: 5px;
}

textarea.contact {
    height: 54px;
}

textarea.comments {
    width: 690px;
    height: 80px;
}

.hr {
    border-top: 1px solid #ccc;
}

.team-image {
	float: left;
	margin-right: 10px;
}

.team-name {
	font-size: 16px;
	font-weight: bold;
}

.job-title {
	font-size: 13px;
}

pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

#web-site {
	width: 510px; 
	height: 200px; 
	float: left; 
	font-size: 11px; 
	color: #fff; 
	background: url(../images/web-bg.jpg) top left repeat-x;
}

#web-site div {
	padding: 20px;
}

#web-site div img {
	float: left; 
	margin-right: 20px;
}

#web-site div h3 {
	font-size: 11px;
	color: #ff9900;
}

#web-site div a {
	color: #ff9900;
}

#site-selector {
	width: 210px; 
	height: 160px; 
	padding: 20px; 
	float: left; 
	font-size: 14px;
	background-color: #e8e8e8;
}

#site-selector div {
	float: left; 
	padding: 10px; 
	margin-right: 10px;
	margin-bottom: 10px;
}

#site-selector div a, #site-selector div a:link, #site-selector div a:visited {
	color: #fff;
	text-decoration: none;
}

#site-selector div a:hover {
	color: #000;
}

.webform_table {
	width: 100%;
}

.webform_table input[type=text], .webform_table textarea {
	width: 300px;
}