/* artafact CSS Document */

body {
	margin: 0px;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	background-color: #B1C8CE;
	padding: 8px 4px 4px 4px;
}

/* Tags -------------------------------------------------------------------------------- */

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #555555;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #CBA120;
	line-height: 130%;
}
p {
	color: #111;
	font-size: 11px;
	line-height: 145%;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style: square;
}
ol {
	margin-top: 0px;
	margin-bottom: 0px;
}
li {
	margin-bottom: 10px;
	line-height: 120%;
}
a {
	font-weight: bold;
	text-decoration: underline;
}
a:link, a:visited {
	color: #5A7489;
}
a:hover, a:active {
	color: #DB4020;
}

/* structure -------------------------------------------------------------------------------- */

#toplinks {
	width: 750px;
	height: 15px;
	margin: 0px auto 2px auto;
	color: #5A7489;
}
#links {
	margin-left: 204px;
	font-size: 10px;
	color: #5A7489;
	font-weight: bold;
}
#links a {
	font-size: 10px;
	font-weight: bold;
}
#links a:link, #links a:visited {
	color: #5A7489;
	text-decoration: none;
}
#links a:hover, #links a:active {
	color: #000;
	text-decoration: underline;
}
#maincontent {
	background-color: #FFF;
	width: 760px;
	margin: 0px auto;
	border: 5px solid #FFF;;
}
#header-left {
	height: 89px;
	width: 180px;
	background: url(images/logo.gif) no-repeat left center;
}
#logolink {
	display: block;
	height: 89px;
	width: 180px;
	text-indent: -9000px;
}
#header-right {
	height: 89px;
	padding: 0px;
	width: 570px;
	padding-left: 4px;
	background: url(images/top_red_tag.gif) no-repeat left top;
	vertical-align: top;
}
a#contact {
	height: 28px;
	width: 118px;
	text-indent: -9000px;
	display: block;
	margin: 15px 15px 0px 0px;
	float: right;
}
a#contact:link, a#contact:visited {
	background: url(images/contact_button.gif) no-repeat left top;
}
a#contact:hover, a#contact:active {
	background: url(images/contact_button.gif) no-repeat left -28px;
}
#leftsidebar {
	width: 180px;
	padding: 0px;
	text-align: center;
	background: #820A1F url(images/phone_red.gif) no-repeat center bottom;
	border-top: 4px solid #FFF;
	vertical-align: top;
}
.whitespacer {
	background-color: #FFF;
	height: 4px;
	width: 100%;
}
#content {
	width: 570px;
	padding: 0px 0px 0px 4px;
	border-top: 4px solid #FFF;
	vertical-align: top;
}
.textarea {
	padding: 7px 15px 20px 15px;
	text-align: left;
	min-height: 400px;
}
#yo {
	background: #FFF url(images/yo_bac.gif) repeat-x top;
}
#footer {
	width: 750px;
	color: #777;
	font-weight: bold;
	font-size: 9px;
	margin: 2px auto 0px auto;
	height: 20px;
}
#footer p {
	margin-left: 204px;
	font-size: 10px;
	font-weight: bold;
	color: #5A7489;
}
#footer a {
	font-weight: normal;
}
#footer a:link, #footer a:visited {
	color: #5A7489;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #000;
	text-decoration: underline;
}

/*-----navigation -----*/

/* --[[ Main Container ]]-- */
#imouter0 {
	background-color:#FFF;
	padding: 3px 0px 1px 0px;
	text-align: center;
	border: 1px solid #999;
}

/* --[[ Sub Container ]]-- */
#imenus0 li ul {
	background-color:#CCC;
	border: 1px solid #FFF;
	padding: 5px;
	margin: 4px 0px 0px 0px;
	width: 172px;
	text-align: center;
}

/* --[[ Main Items ]]-- */
#imenus0 li a {
	width: 172px;
	height: 38px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	border-bottom: 2px solid #FFF;
	margin: 0px auto;
	text-align: center;
	line-height: 300%;
}
#imenus0 li a:link,#imenus0 li a:visited {
	background-color: #E3E6E7;
	color: #666;
}
/* [hover] - These settings must be duplicated for IE compatibility.*/
#imenus0 li:hover>a {
	background-color: #999;
	color: #FFF;
}
#imenus0 li a.ihover, .imde imenus0 a:hover {
	background-color: #999;
	color: #FFF;
}

/* [active] */
#imenus0 li a.iactive {}

/* --[[ Sub Items ]]-- */
#imenus0 ul a {
	width: 172px;
	height: 30px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	border-bottom: 2px solid #FFF;
	text-align: center;
	line-height: 250%;
}
#imenus0 ul a:link,#imenus0 ul a:visited {
	background-color: #CCC;
	color: #666;
}

/* [hover] - These settings must be duplicated for IE comptatibility.*/
#imenus0 ul li:hover>a, #about ul li:hover>a {
	background-color: #999;
	color:#FFF;
}
#imenus0 ul li a.ihover, #about ul li a.ihover {
	background-color: #999;
	color: #FFF;
}
/* [active] */
#imenus0 ul li a.iactive {}

/* home page -------------------------------------------------------------------------------- */
#header-homeright {
	height: 89px;
	padding: 0px;
	width: 570px;
	padding-left: 4px;
	background: url(images/top_red_bigtag.gif) no-repeat left top;
}
#topblue {
	height: 206px;
	background-color: #50708C;
	color: #FFF;
}
.hometextarea {
	padding: 7px 15px 15px 15px;
	text-align: left;
}
#topblue ul {
	margin: 8px 0px 0px 15px;
	padding: 0px;
	color: #FFF;
}
#icons {
	float: right;
	width: 234px;
	margin-left: 15px;
	height: 186px;
}
#icons td {
	width: 117px;
	height: 93px;
	padding: 0px;
}
#topblue p {
	color: #FFF;
	margin-top: 9px;
}
a#homecontact {
	height: 41px;
	width: 161px;
	display: block;
	margin: 15px 0px 5px 0px;
	float: none;
	text-indent: -9000px;
}
a#homecontact:link, a#homecontact:visited {
	background: url(images/homecontact_button.gif) no-repeat left top;
}
a#homecontact:hover,  a#homecontact:active {
	background: url(images/homecontact_button.gif) no-repeat left -41px;
}
#bottomyo {
	border-top: 4px solid #FFF;
	background: #FFF url(images/yo_bac.gif) repeat-x top;
}
#homebuttons {
	margin: 10px 0px 0px 0px;
	list-style: url(none) none;
	width: 280px;
	padding: 0px;
}
#yoright {
	float: right;
	margin: 0px 0px 5px 0px;
	text-align: center;
	width: 234px;
}
/* styles -------------------------------------------------------------------------------- */
#listbuttons {
	margin: 10px 0px 0px 0px;
	list-style: url(none) none;
	padding: 0px;
}
span.arrowlink {
	font-weight: bold;
	height: 19px;
	display: block;
	padding-left: 25px;
	background: url(images/arrow_button.gif) no-repeat left top;
}
a.arrowlink {
	font-weight: bold;
	height: 19px;
	display: block;
	padding-left: 25px;
}
a.arrowlink:link, a.arrowlink:visited {
	background: url(images/arrow_button.gif) no-repeat left top;
}
a.arrowlink:hover, a.arrowlink:active {
	background: url(images/arrow_button.gif) no-repeat left -19px;
}
.indent25 {
	width: 25px;
	height: 11px;
	float: left;
}
.quote {
	text-align: left;
	color: #820A1F;
	font-size: 11px;
	margin: 10px 0px;
}
.name {
	font-size: 9px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	margin: 5px 0px 15px 15px;
}
.thumbnailright {
	text-decoration: none;
	text-align: center;
	float: right;
	margin: 15px 0px 15px 15px;
}
.caption {
	margin: 10px 0px 0px 0px;
}
.caption a {
	text-decoration: underline;
}
.quotebox {
	padding: 3px;
	width: 45%;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}
.outlinebox {
	padding: 3px;
	border: 1px solid #666;
	width: 45%;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}
.hlbox {
	background-color: #7191AC;
	padding: 5px 10px;
}
.outlineboxwide {
	padding: 3px;
	border: 1px solid #666;
	margin: 20px auto 10px auto;
	width: 85%;
}
.hlboxtable {
	background-color: #FFF;
	padding: 5px 10px;
}
.hlbox h2 {
	margin-bottom: 5px;
	color: #DAF7FE;
}
.hlboxtable h2 {
	margin-bottom: 5px;
	color: #CBA120;
}
.hlbox ul {
	color: #FFF;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 25px;
	list-style: url(images/bullet.gif);
}
.hlboxtable td {
	padding: 5px;
}
.hlboxtable td.ol {
	padding: 5px;
	border: 1px solid #CCC;
}
#invite {
	margin: 0px;
	list-style: url(none) none;
	width: 280px;
	padding: 0px;
}
#invite li {
	margin: 20px 0px;
}
#invite .companyname a {
	text-decoration: none;
	font-weight: bold;
	color: #111;
	font-size: 12px;
}
.pinline {
	border-bottom: 1px solid #E3E6E7;
	margin: 20px 0px;
	width: 100%;
}
.form {
	font-size: 10px;
	line-height: 110%;
	color: #111;
	padding: 5px 0px 0px 0px;
}
#feedback td, #feedback th {
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #E3E6E7;
}
input, textarea {
	border: 1px solid #CCC;
}
select {
	border: 1px solid #CCC;
	padding: 2px 0px 2px 0px;
	margin-top: 1px;
}
option, select {
	font-size: 10px;
	line-height: 110%;
	color: #111;
}
#submit {
	text-indent: -9000px;
	background: #D4881C url(images/submit_button.gif) no-repeat;
	width: 93px;
	height: 28px;
	border: 0px;
}
