.contactcolor {
    background-color: #3d88d3;
}

#firstimg {
    height: 100%;
    background: url(../images/contact1.png) no-repeat center;
}

#secondimg {
    height: 100%;
    background: url(../images/contact2.png) no-repeat center;
}

#thirdimg {
    height: 100%;
    background: url(../images/contact3.png) no-repeat center;
}

#fourthimg {
    height: 100%;
    background: url(../images/contact4.png) no-repeat center;
}

.img1 {
    background: #eaeaea url(../images/contactpic.jpg) no-repeat right;
}

.scroll {
    height: 362px;
    overflow: hidden;
    width: 405px;
    margin-left: 40px;
	.margin-left: 0px;
}

.largescroll {
    height: 362px;
    overflow: hidden;
    width: 608px;
    margin-left: 40px;
	.margin-left: 0px;
}

.scroll h2, .largescroll h2 {
    padding: 0px 25px 0 25px;
    font-size: 1.4em;
}

.scroll p, .largescroll p {
    padding: 18px 25px 6px 25px;
}

#tabbedmenu {
    position: absolute;
    left: 30px;
	*left:0;
    cursor: default;
	width: 220px;
}

.details {
    cursor: pointer;
}

#tabbedmenu h2 {
    padding: 5px 0 3px 10px;
    margin: 0;
    font-size: 11px;
}

#tabbedmenu h1 {
    padding: 5px 0 20px 10px;
    margin: 0;
    font-size: 12px;
}

#tabbedmenu div.details:hover {
    text-decoration: underline;
}

#tabbedmenu p {
    padding: 0 0 5px 10px;
    margin: 0;
    font-size: 8px;
}

#tabbedcontent h2 {
    padding: 5px 0 32px 0;
    margin: 0;
    font-size: 14px;
}

#tabbedcontent h2.up {
    padding: 15px 0 0 0;
    margin: 0;
    font-size: 14px;
}

#tabbedcontent h3 {
    padding: 0 0 3px 0;
    margin: 0;
    font-size: 8px;
    font-weight: normal;
}

#tabbedcontent p {
    padding: 5px 0 3px 0;
    margin: 0;
}

#tabbedcontent {
    position: absolute;
    width: 250px;
    left: 250px;
    *left: 220px;
}

.pagecontent {
    position: absolute;
}

#linklist {
	padding-top:15px;
	padding-left:25px;
}

#linklist ul {
    text-align: left;
}

#linklist ul li {
	padding-bottom: 5px;
}

#linklist ul li a {
    padding-left: 5px;
    text-align: left;
    text-decoration: none;
    color: #666;
}

#linklist ul li a:hover {
    color: black;
}

#form {
    width: 600px;
    padding: 10px 0 0 25px;
    display: block;
}

#form div.error {
    color: #cc715c;
    margin-left: 15px;
}

.input {
    font-size: 14px;
    color: #999999;
    height: 20px;
}

.input:focus, .input:hover {
    background-color: #F0FFE6;
}

.errorfield {
    font-size: 14px;
    color: #999999;
    background-color: #f8d9d3;
    height:20px;
}

.errorfield:focus, .errorfield:hover {
    background-color: #ffeeee;
}

.submitbutton {
    background: #e3e3db;
    font-size: 12px;
    color: #989070;
    padding: 6px 14px;
    border-width: 2px;
    border-style: solid;
    border-color: #fff #d8d8d0 #d8d8d0 #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

.form-left {
	width: 320px;
	float: left;
}

.form-left div {
    display: inline;
    height: 30px;
    float: left;
    width: 150px;
    font-size: 14px;
    color: #666;
}

.form-mini {
	width: 160px;
	float: left;
	padding-top:15px;
}

.form-mini div {
    display: inline;
    height: 20px;
    float: left;
    width: 150px;
    font-size: 14px;
    color: #666;
	padding-bottom:2px;
	padding-left:25px;
}

.form-right {
	margin-left: 360px;
}

.form-right div {
    font-size: 14px;
    color: #666;
	padding-bottom: 15px;
}

#request {
	width:250px;
	height:136px;
}

div.directory {
	float:left;
	display:inline;
	width:121px;
	height: 63px;
	font-size:11px;
	background-color:#eaeaea;
    cursor: pointer;
}

div.directory-hover {
	background-color:#5da8f3;
}

div.directory h2 {
    padding: 5px 0 3px 10px;
    margin: 0;
    font-size: 11px;
}

div.directory p {
    padding: 0 0 5px 10px;
    margin: 0;
    font-size: 10px;
    .font-size: 9px;
	font-weight: normal;
}

#loader {
    margin-top: 10px;
}

.ajax-loader {
    padding-left: 20px;
    background: url(../images/ajax-loader-submit.gif) no-repeat top left;
}
#opportunity-mailto { padding: 30px 10px 0 10px; font-size: 11.5px; }
