*
{
	margin: 0px;
	padding: 0px;
	outline: none;
	-webkit-text-size-adjust: none;
}

html, body
{
	height: 100%;
}

body
{
	color: #666666;
	background-color: #848895;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
}

h1, h2, h3
{
	line-height: normal;
	cursor: default;
}

img, table, td 
{
	border: none;
	vertical-align: top;
}

a
{
	color: #336699;
	text-decoration: none;
}

a *
{
	cursor: pointer;
}

a:hover
{
	text-decoration: underline;
}

h1 a:hover, h2 a:hover, h3 a:hover
{
	text-decoration: none;
}

ul
{
	list-style-type: none;
}

.clr
{
	clear: both;
	display: block;
	font-size: 0px;
	line-height: 0px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	zoom: 1;
}

.fl
{
	float: left;
}

.fr
{
	float: right;
}

.error, .error_msg 
{
	color: red;
}

.hidden
{
	display: none;
}

#container, #container td
{
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.page_container
{
	margin: 20px auto;
	width: 962px;
	background: #848895 url("../images/content_background.gif") repeat-y scroll center top;
}

.header
{
	width: 962px;
	height: 392px;
	overflow: hidden;
	background: #848895 url("../images/header.jpg") no-repeat scroll right top;
}

.content
{
	padding: 20px 31px;
	background: transparent url("../images/content_bottom.jpg") no-repeat scroll center bottom;
}

.header h1, 
.header h2
{
	display: none;
}

dl.contact_info
{
	padding-top: 215px;
	width: 852px;
	height: 167px;
	overflow: hidden;
	font-family: Candara, Calibri, "Trebuchet MS", Verdana, Geneva, Tahoma, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background: transparent url("../images/photo.jpg") no-repeat 600px 10px;
}

dl.contact_info dt
{
	float: left;
	margin-right: 10px;
	width: 242px;
	text-align: right;
	color: #606163;
}

dl.contact_info dd
{
	float: left;
	width: 600px;
	text-align: left;
	color: #b8b9ba;
}

dl.contact_info dd a
{
	color: #b8b9ba;
}

dl.contact_info dd img
{
	vertical-align: middle;
}

div.page
{
	position: relative;
	width: 900px;
	height: 180px;
	overflow: hidden;
}

ul.site_list
{
	overflow: hidden;
}

ul.site_list li
{
	position: relative;
	display: inline;
	float: left;
	margin: 30px 50px 30px 0px;
	padding-left: 50px;
	width: 350px;
	height: 120px;
	overflow: hidden;
}

ul.site_list li h2
{
	padding-right: 117px;
	width: 190px;
	height: 26px;
	overflow: hidden;
	font-size: 16px;
	font-family: Candara, Calibri, "Trebuchet MS", Verdana, Geneva, Tahoma, sans-serif;
	font-weight: normal;
	line-height: 24px;
	text-align: right;
	color: #1085e7;
	background: transparent url("../images/borders.gif") no-repeat scroll left 24px;
}

ul.site_list li h3
{
	float: left;
	margin: 3px 10px 2px 0px;
	width: 190px;
	font-size: 12px;
	line-height: 14px;
	font-family: Candara, Calibri, "Trebuchet MS", Verdana, Geneva, Tahoma, sans-serif;
	font-weight: normal;
	text-align: right;
	color: #2e72ab;
}

ul.site_list li p.year
{
	position: absolute;
	right: 0px;
	top: 1px;
	font-size: 18px;
	line-height: 24px;
	font-family: Constantia, Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
	color: #4c4d4f;
}

ul.site_list li p.technology
{
	float: right;
	margin-top: 3px;
	margin-bottom: 2px;
	width: 150px;
	color: #999999;
	font-size: 10px;
	line-height: 14px;
}

ul.site_list li p.technology span
{
	display: block;
	color: black;
}

ul.site_list li p.toolbar
{
	clear: both;
	font-size: 10px;
	font-weight: bold;
	line-height: 26px;
	text-align: right;
	background: transparent url("../images/borders.gif") repeat-x scroll left -2px;
}

ul.site_list li p.toolbar a
{
	color: #1376da;
	margin-left: 10px;
	text-transform: lowercase;
}

ul.site_list li p.screenshots
{
	float: right;
}

ul.site_list li p.screenshots a
{
	float: left;
	display: inline;
	margin-left: 3px;
	width: 8px;
	height: 8px;
	background-color: #99b2cc;
}

ul.site_list li p.screenshots a:hover
{
	background-color: #336699;
}

ul.short_list
{
	overflow: hidden;
	padding-left: 50px;
}

ul.short_list li
{
	float: left;
	width: 200px;
	height: 36px;
	overflow: hidden;
}

ul.short_list li h2
{
	float: right;
	width: 184px;
	height: 36px;
	overflow: hidden;
	font-size: 12px;
	font-family: Candara, Calibri, "Trebuchet MS", Verdana, Geneva, Tahoma, sans-serif;
	font-weight: normal;
	line-height: 36px;
	color: #1085e7;
}

ul.short_list li p.screenshots
{
	margin-top: 14px;
	margin-right: 8px;
	width: 8px;
	height: 8px;
	overflow: hidden;
}

ul.short_list li p.screenshots a
{
	float: left;
	display: inline;
	width: 8px;
	height: 8px;
	background-color: #99b2cc;
}

ul.short_list li p.screenshots a:hover
{
	background-color: #336699;
}

ul.short_list li h3,
ul.short_list li p.year,
ul.short_list li p.technology,
ul.short_list li p.toolbar
{
	display: none;
}

#paging
{
	text-align: center;
	margin-bottom: 10px;
}

#paging a
{
	margin: 5px;
	color: #7dafe8;
	font-size: 20px;
	font-family: Constantia, Georgia, Times, "Times New Roman", serif;
	text-decoration: none !important;
}

#paging a.active_tab
{
	color: #33659d;
}