/* CSS Document */

html {
	height: 100%;
	margin-bottom: 1px;
}

* {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

body {
	background: #ddd;
	margin: 0;
}

h1 {
	font-size: 110%;
	font-weight: normal;
    color:#900;
}
h2 {
	font-size: 100%;
	font-weight: normal;
	color: #333;
	margin-bottom: -0.75em;
}
h3 {
	font-size: 100%;
	font-weight: normal;
	color: #900;
}
h5 {
	font-size: 70%;
	font-weight: normal;
}

a {
	color: #005;
}

a:hover {
	color: #99042e;
}

p, li, label, input {
	font-size: 80%;
	line-height: 1.4em;
}

div#content {
	background-color: #fff;
}

div#nav {
	/*	float: right;
	margin: -26px 20px 0 0; */
	font-size: 70%;
	position: absolute;
	top: 65px;
	right: 20px;
	z-index: 20;
	width: 245px;
}

div#nav a {
	color: #666;
	text-decoration: none;
}

div#nav a:hover {
	color: #000;
	text-decoration: underline;
}

div#nav-social {
	font-size: 70%;
	position: absolute;
	top: 65px;
	right: 270px;
	z-index: 20;
	width: 85px;
	border: none;
}

div#nav-social a {
	color: #666;
	text-decoration: none;
}

#drop-down {
	background: url(/images/dropdown-icon.gif) top left no-repeat;
	text-decoration: none;
	border: solid 1px #999;
	height: 22px;
	width: 245px;
	position: absolute;
	right: 20px;
	z-index: 20;
	font-size: 90%;
	padding-left: 10px;
	display: block;
}

a #drop_down {
	text-decoration: none;
}

#display {
	background: #FFF;
	border: solid 1px #999;
	width: 255px;
	position: absolute; 
	right: 20px;
	margin-top: 23px;
	z-index: 101;
}

#display ul {
	margin-top: 0;
	padding-top: 0;
}

#display ul li {
	font-size: 90%;
	list-style: none;
	position: relative; 
	top: 10px;
	right: 30px;
}

#display ul li a {
	font-size: 90%;
	list-style: none;
	text-decoration: none;
}

hr {
	color: #666;
	height: 2px;
}

th {
	font-weight: normal;
	font-size: 90%;
	height: 25px;
	color: #fff;
	text-align: left;
	background: #666;
}

td.pad, th.pad {
	padding: 0 20px;
}

td#bdr {
	border: 1px solid #666;
	border-width: 0 1px;
}


object.banner, embed.banner {
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 10;
}

.imgLink {
	cursor: pointer;
}

div.imgBdr {
	display: inline;
}

div.imgBdr img, img.imgBdr {
	border: 1px solid #666;
}

div.imgBdr img:hover, img.imgBdr:hover {
	border: 1px solid #99042e;
}

div.imgBdr img {
	margin-right: 8px;
}

.portfolio {
	width: 450px;
	float: left;
	
}

p#footer {
	background-color: #ddd;
	border-top: 1px solid #777;
	padding: 5px 0 8px 20px;
	margin: 1.5em 0 0.25em 0;
	font-size: 70%;
	color: #666;
}

p#footer a {
	text-decoration: none;
	color: #666;
}

p#footer a:hover {
	text-decoration: underline;
	color: #000;
}

#twitter_widget #twitter_update_list {
	width: 170px;
	position: relative;
	list-style: none;
	margin-top: 0;
	padding-top: 15px;
}

#twitter_widget #twitter_update_list li a {
	width: 170px;
	position: relative;
	list-style: none;
	text-align: right;
	float: right;
}

#case {
	background: url(twitter-widget/homepage-widget.gif) no-repeat;
	width: 226px;
	height: 284px;
	margin: 0 0 20px 20px;
	float: right;
}


#case #twitter_follow {
	width: 117px;
	padding-top: 90px;
	cursor: pointer;
	float: right;
}

.tab {
	background-color:#666;
	width: 100px;
	margin: 0 2px 0 0;
	padding: 0 5px 0 5px;
	display: inline;
	color: #FFF;
	cursor: pointer;
}

.terms-content {
	border: 2px solid #666;
	padding: 0 10px 0 10px;
}



#ci {
	position: absolute;
    top: 0;
    right: 0;
    padding: 5px 7px;
	font-size: 85%;
	margin: 0 3px o 5px;
    background:#DFDFDF;
	widthL 400px;
    border-bottom-left-radius: 3px 3px;
	webkit-border-bottom-left-radius: 3px 3px;
	-moz-border-bottom-left-radius: 3px 3px;
}

	#ci .x {
		display: block;
		float: right;
		margin-left: 0.5em;
		padding: 0px 6px;
		text-decoration: none;
		font-size: 16px;
		line-height: 10px;
		color: #C00 !important;
		font-weight: bold;
	}
	
	