/* @override http://localhost:8000/css/contact.css */

a {
    color: #0099ff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.frame .top {
    background: url(/images/contact/frame_top.gif) no-repeat;
    height: 60px;
    display: block;
    clear: both;
    width: 785px;
}

.frame .body {
    width: 785px;
    overflow: hidden;
    background: url(/images/blueframe_middle.gif) repeat-y;
	font: 14px "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #333333;
	height: 498px;
}

.frame .bottom {
    background: url(/images/blueframe_bottom.gif) no-repeat;
    height: 18px;
    display: block;
    clear: both;
    width: 785px;
}

.frame .content {
	margin: 18px 27px 7px;
}

.frame .body .heading {
	color:  #66cc33;
	font-size: 18px;
}

.frame .body .heading.underlined {
	width: 256px;
	background: url(/images/about/dotted_line.png) no-repeat 1px bottom;
	padding-bottom: 2px;
}

div#welcome {
	float: left;
	width: 435px;
	margin-top: 6px;
	padding-top: 5px;
}

div#welcome p {
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 16px;
}

div#form {
	float: left;
	width: 410px;
	height: 345px;
	background-color: #f4f3f3;
	padding: 9px 16px;
}

div#form .header {
	font: 18px/21px "Trebuchet MS", Helvetica, Arial, sans-serif;
	clear: both;
	margin-bottom: 3px;
	color: #333333;
}

div#form input {
	font-size: 13px;
	width: 404px;
	height: 22px;
	font-weight: bold;
	margin-bottom: 11px;
}

div#form textarea {
	width: 408px;
	height: 96px;
}

div#form select {
	font-size: 16px;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 11px;
}

div#form #send-email-button {
	background-image: url(../images/contact/sendemail_button.png);
	width: 115px;
	height: 27px;
	float: left;
	margin-top: 11px;
	margin-left: 147px;
	cursor: pointer;
}

div#form-confirm {
	float: left;
	width: 410px;
	height: 345px;
	background-color: #f4f3f3;
	display: none;
	padding: 9px 16px;
}

div#form-confirm h1 {
	font: 24px "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #828282;
	text-align: center;
	margin-top: 53px;
}

div#form-confirm h2 {
	color: #666666;
	font-size: 14px;
	text-align: center;
}

div#form-confirm h3 {
	color: #666666;
	font-size: 12px;
	margin-left: 16px;
	margin-right: 14px;
	margin-top: 67px;
}

div#form-confirm #vcard {
	height: 43px;
	width: 260px;
	background: url(../images/contact/vcard_icon.png) no-repeat;
	float: left;
	margin-left: 114px;
	margin-top: 24px;
	cursor: pointer;
}

div#form-confirm #vcard h1 {
	font: bold 14px "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #55bbff;
	text-align: left;
	float: left;
	margin: 0 0 3px 68px;
}

div#form-confirm #vcard h2 {
	font: 14px "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #55bbff;
	text-align: left;
	float: left;
	margin: 0 0 0 68px;
}

div#newsletter {
	float: right;
	background-image: url(/images/about/subscribe_panel.png);
	width: 269px;
	height: 169px;
}

div#newsletter .content {
	float: left;
	margin: 12px;
}

div#newsletter .content p {
	color: #666666;
	margin: 7px 0 0;
	float: left;
}

div#newsletter input {
	border: 1px solid #989898;
	width: 144px;
	height: 22px;
	float: left;
	margin-top: 23px;
	font-weight: bold;
	font-size: 13px;
}

div#newsletter div#subscribe-button {
	background-image: url(/images/about/subscribe_button.png);
	width: 80px;
	height: 27px;
	float: right;
	margin-top: 22px;
	cursor: pointer;
}

div#links {
	float: right;
	padding-top: 7px;
	width: 257px;
	height: 120px;
	margin-top: 13px;
}

div#links .link {
	float: left;
	margin-bottom: 8px;
	width: 255px;
	clear: both;
}

div#links .link a {
	text-decoration: none;
	color: #0099ff;
	float: left;
}

div#links .link a:hover {
	text-decoration: underline;
}

div#links .link .icon {
	float: left;
}

div#links a#twitter-link {
	float: left;
	margin-left: 20px;
	margin-top: 9px;
}

div#links a#pownce-link {
	float: left;
	margin-top: 6px;
	margin-left: 17px;
}

div#links a#rss-link {
	float: left;
	margin-left: 17px;
	margin-top: 4px;
}

div#links .link div#twitter {
	background-image: url(/images/about/twitter_icon.png);
	width: 25px;
	height: 34px;
}

div#links .link div#pownce {
	background-image: url(/images/about/pownce_icon.png);
	width: 28px;
	height: 31px;
}

div#links .link div#rss {
	background-image: url(/images/about/rss_icon.png);
	width: 28px;
	height: 27px;
}

div#info {
	float: right;
	padding-top: 8px;
	clear: right;
	width: 257px;
	height: 164px;
	color: #666666;
}

div#info .item {
	float: left;
	margin-bottom: 7px;
}

div#info .content {
	color: #666666;
	margin: 9px 0 0;
}

div#info .content p {
	color: #666666;
	margin: 0 0 2px;
	line-height: 16px;
}