@CHARSET "ISO-8859-1";

/* Carousel */
div#carousel {
	width: 731px;
}

/* Film And Video Captions */
p.caption {
	padding-left: 40px;
	line-height: 40px;
}
p.healthcare {
	background: transparent url(images/ball/healthcare.png) no-repeat center left;
	color: #693;
}
p.corporate {
	background: transparent url(images/ball/portfolio.png) no-repeat center left;
	color: #06c;
}

/* Hosting Packages */
div#packages p.title {
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 16px;
}
div#packages p.download {
	height: 20px;
	line-height: 20px;
	margin: 0 0 12px 2px;
}
div#packages p.download a {
	background: url(images/hosting-arrow.gif) center right no-repeat;
	line-height: 20px;
	padding: 0 14px 0 5px;
	color: white;
	font-size: 11px;
	display: block;
}
div#packages div.image_holder {
	height: 80px;
	float: none;
}
div#packages div.column {
	width: 108px;
	margin-right: 14px;
}
div#packages div.column:last-child {
	margin-right: 0 !important;
}

/* Portfolio Navigation Widget */
div#portfolioMenu {
	width: 219px;
}
div#portfolioMenu a.chooser {
	display: block;
	width: 100px;
	font-size: 1.5em;
	margin-top: -120px;
	height: 30px;
	padding-top: 120px;
	padding-left: 8px;
	z-index: 9;
}

/* Portfolio */
div#portfolio {
}
div#portfolio a {
	display: block;
	float: left;
	width: 156px;
	margin-right: 35px;
	margin-bottom: 0px;
	height: 120px;
}
div#portfolio a.end {
	margin-right: 0;
}
div#portfolio a img {
	margin-bottom: 0px;
}
div#portfolio a p.name {
	height: 30px;
	padding: 0 0 0 30px;
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 10px;
}
div#portfolio a p.client {
	vertical-align: middle;
	padding: 0 0 0 30px;
}
/* Portfolio Leaves */
div#portfolioLeaf {
	padding: 5px 5px 0;
}
div#portfolioLeaf ul#selector {
	height: 26px;
}
div#portfolioLeaf ul#selector li.title {
	height: 22px;
	line-height: 22px;
	padding: 0 0 0 10px;
	font-size: 12px;
}
div#folio {
	padding: 0 5px;
}
ul#selector {
}	
ul#selector li {
	float: left;
}

div#leafs {
	height: 30px;
	margin-top: 20px;
}
div#leafs ul {
	height: 22px;
}
div#leafs ul li {
	float: left;
	padding-top: 8px;
}
div#leafs ul li a {
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	display: block;
	color: #333;
	font-size: 1.2em;
	padding: 0 8px;
	height: 20px;
	line-height: 20px;
}

div#leafs ul li a.end {
	border-right: 1px solid #666;
}
div#leafs ul li.active a {
	background: #eee;
}

div#nav {
	width: 960px;
	padding: 0 120px;
	position: absolute;
	bottom: 0;
	height: 71px;
}
div#nav .nav {
	cursor: pointer;
	float: left;
}

div#otherProjects {
	width: 693px;
	margin: 0 5px 0;
	float: left;
	position: relative;
	overflow: hidden;
}
	
div#otherProjects ul {
	height: 50px;
	position: relative;
	left:0;
	width: 9999px;
}
div#otherProjects ul li {
	margin-right: 7px;
	float: left;
}
img.activeProject {
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	border-left: 2px solid #666;
}

div#rollover {
	display: block;
	clear:both;
	text-align:center;
	position: absolute;
	bottom: 6px;
	width: 940px;
}
div#rollover span {
	padding: 0 5px;
}
div#box {
	padding: 30px 0 0 5px;
	width: 185px;
	float: left;
}

/* PDF Download block */
a.pdf {
	display: block;
	height: 64px;
}
a.pdf img {
	float: left
}
a.pdf p {
	margin-top: 6px;
	font-size: 10px !important;
}
a.pdf span {
	color: #333 !important;
}

/* Contact Widget */
#contactWidget {
	width: 219px;
	margin-top: 10px;
	margin-bottom: 13px;
}

#contactWidget h4 {
	font-family: "Arial", sans-serif;
	height: 22px;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	background: #f09;
	color: white;
	padding-left: 6px;
	margin-bottom: 3px;
}

#contactWidget ul li {
	height: 12px;
	border-bottom: 2px solid #f09;
	line-height: 12px;
	margin-bottom: 0 !important;
	padding: 5px 0 6px 0px;
}

#contactWidget ul li.link {
	padding: 5px 0 6px 24px;
	background: transparent url(images/readmore/contact.png) no-repeat center left;
	cursor: pointer;
}	

#contactWidget ul li span.phoneNumber {
	float: right;
	color: #f09;
}


/* Email Popup */

div.popup {
	position:fixed;
	top: 25%;
	right: 50%;
	width: 690px;
	background: transparent url(/images/contact/popup-bg.png) no-repeat bottom right;
	margin-right: -360px;
	overflow:hidden;
	z-index:999;
	display:none;
}
* html div.popup {
	position:absolute;
}
div.popup .header {
	background: #ec008c url(/images/contact/contact-bg.png) top left repeat;
	float:none !important;
	height: 30px;
}	
div.popup h5 {
	color: white;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	line-height: 35px;
	margin-bottom:0;
	float: left;
}

div.popup .innerContent {
	height: 0px;
	overflow: hidden;
	background: white;
	float: none !important;
	clear:left;
}

div.popup .form {
	display: none;
}

div.popup .bottom {
	background: #ec008c url(/images/contact/contact-bg.png) top left repeat;
	height: 5px;
	width: 100%;
}

div.popup form fieldset {
	float: left;
	*display:inline;
	margin-left: 20px;
	width: 186px;
	height: 260px;
}

div.form {
	min-width: 625px;
}

div.popup form label,
div.popup form input,
div.popup form textarea {
	display: block;
	float: none;
	font-family: "Verdana", Arial, sans-serif;
}

div.popup form label {
	font-size: 10px;
	color: #333;
	margin-bottom: 3px;
}

div.popup form input.text,
div.popup form textarea
{
	border: 1px solid black;
	width: 180px;
	text-size: 8px !important;
	padding: 3px;
	margin-bottom: 6px;
}

div.popup form input.text {
	height: 16px;
}

div.popup form textarea {
	height: 95px;
}

div.popup form input.image {
	margin-top: 16px;
}

div.popup div#envelopes {
	float:none;
}

/* Maps */
#maps {
}
#maps span {
	display: block;
	float: left;
	margin-right: 1px;
	background: #f09 url(images/map-arrow.gif) no-repeat top right;
	color: white;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
	font-family: "Arial", sans-serif;
	font-size: 14px;
	padding: 0 22px 0 6px;
	z-index: 999;
}
#maps #holder {
	position: relative;
	height: 226px;
	overflow: hidden;
	float: none;
	clear: left;
}
#maps #holder div {
	position: absolute;
	top: 0;
	left: 0;
}

/* Pager */

#pager {
	text-align: right;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	color: white;
	background: #0099ff;
	margin-bottom: 20px;
}

#pager #container span {
	display: block;
	float: left;

}

#pager span.number a {
	display: block;
	color: #333;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	background: white;
	line-height: 18px;
	height: 18px;
	width: 20px;
	text-align: center;
}
#pager div#numbers span:last-child a {
	border-right: 1px solid #666;
}

/* Portfolio Widget */
div#portfolioWidget {
	height: 20px;
	line-height: 20px;
	width: 735px;
	padding-top: 30px;
}

div#portfolioWidget h4 {
	font-size: 14px;
	font-weight: bold;
	float: left;
	padding: 0 20px 0 6px;
	color: white;
	background: #f09;
	line-height: 20px;
	height: 20px;
	margin:0;
	border-right: 5px solid white;
	width: 75px;
}
div#portfolioWidget div ul{
	float: right;
	margin: 0;
}

div#portfolioWidget div ul li {
	float: left;
}

div#portfolioWidget div#border {
	border-top: 1px solid #f09;
	border-bottom: 1px solid #f09;
	width: 629px;
	float: left;
	height: 18px;
}

div#portfolioWidget div ul li {
	height: 18px;
	line-height: 18px;
	margin: 0;
}

div#portfolioWidget div ul li.link {
	margin: 0 98px;
	padding: 0 22px 0 0;
	background: transparent url(images/readmore/contact.png) no-repeat center right;
	cursor: pointer;
}

div#portfolioWidget div ul li.end {
	float: left;
	margin: 0 4px 0 24px !important;
}

div#portfolioWidget div ul li span.phoneNumber {
	color: #f09;
	padding-left: 12px;
}


/* Twidgets */

/*
div#tweet-id-2,
div#tweet-id-4,
div#tweet-id-6,
div#tweet-id-8,
div#tweet-id-10,
div#tweet-id-12,
div#tweet-id-14,
div#tweet-id-16,
div#tweet-id-18,
div#tweet-id-20,
div#tweet-id-22,
div#tweet-id-24,
div#tweet-id-26,
div#tweet-id-28,
div#tweet-id-30,
div#tweet-id-32,
div#tweet-id-34,
div#tweet-id-36,
div#tweet-id-38,
div#tweet-id-40,
div#tweet-id-42,
div#tweet-id-44,
div#tweet-id-46,
div#tweet-id-48,
div#tweet-id-50,
div#tweet-id-52,
div#tweet-id-54,
div#tweet-id-56,
div#tweet-id-58,
div#tweet-id-60,
div#tweet-id-62,
div#tweet-id-64,
div#tweet-id-66,
div#tweet-id-68,
div#tweet-id-70,
div#tweet-id-72,
div#tweet-id-74,
div#tweet-id-76,
div#tweet-id-78,
div#tweet-id-80,
div#tweet-id-82,
div#tweet-id-84,
div#tweet-id-86,
div#tweet-id-88,
div#tweet-id-90,
div#tweet-id-92,
div#tweet-id-94,
div#tweet-id-96,
div#tweet-id-98,
div#tweet-id-100,
div#tweet-id-102,
div#tweet-id-104,
div#tweet-id-106,
div#tweet-id-108,
div#tweet-id-110 {
	background-color: #F1F1FF;
}

div.twtr-tweet {
	width: 217px;
}

.twtr-timeline {
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}

div.creativetwidget h3 {
	display: none;
}

.twtr-doc {
	width: 219px !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}

a.twtr-profile-img-anchor {
	display: none;
}

div.creativetwidget h4 {
	display: block;
	width: 207px !important;
	margin: 0 !important;
	text-align: center;
}

.twtr-hd {
	padding: 5px !important;
}

div.creativetwidget span {
	display: none;
}

div.twtr-ft {
	float: right !important;
}

div.twtr-ft div {
	padding: 5px 10px 6px 10px;
}

div.twtr-tweet-text {
	line-height: 1.3em;
	color: #333333;
}

div.twtr-tweet-text em {
	width: 190px;
	padding-left: 12px;
	text-align: center;
}

div.creativetwidget p {
	display: block;
    font-family: "Verdana", "Helvetica", Arial, sans-serif;
	color: #333; 
	line-height: 1.2em;
	margin-bottom: 0.6em;
	font-size: 0.9em !important;
}

*/

/*
OLD TWITTER STYLES


.twtr-doc {
	width: 217px !important;
	-moz-border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
}

div.creativetwidget {
	border: 2px solid #333399;
	-moz-border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
}

div.twitterbird {
	height: 45px;
	width: 135px;
	background: transparent url('/images/index/twitter_bird.png') no-repeat top left;
	z-index: 99;
	margin-top: -9px;
	margin-left: 35px;
}

.twtr-widget {
	z-index: -10;
}

.twtr-ft div {
	display: none;
}

div.creativetwidget p {
	display: block;
    font-family: "Verdana", "Helvetica", Arial, sans-serif;
	color: #333; 
	line-height: 1.2em;
	margin-bottom: 0.6em;
	font-size: 0.9em !important;
}

div.creativetwidget p i {
	font-size: 0.6em !important;
}

.twtr-timeline {
	border: 3px solid #ffffff;
	-moz-border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
}


*/




div#twidget h4 {
	background: #6699CC none repeat scroll 0 0;
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 22px;
	width: 213px;
	line-height: 22px;
	margin-bottom: 3px;
	padding-left: 6px;
}

div#twidget p {
	color: #333333;
	font-size: 1.1em;
	margin-bottom: 3px;
	display: inline-block;
}

div#twidget p * {
	display: inline;
}

div#twidget p a {
	color: #6699cc;
}

div#twidget div.tweet {
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: 2px solid;
}

body.index div#twidget {
	display: block;
}



