html { 
	font-size: 14px; 
	font-family: Arial, Verdana, Tahoma;
	line-height: 18px;
}

body { 
	background:url(../images/site-background.gif) repeat-x; 
	margin-top:20px; 
	color:#333 !important;
}

#page-container {
	width: 980px;
	margin: auto;	
}

#header-logo {
    position: relative;
    background: url(../images/logo.gif) no-repeat;
    width: 173px;
    height: 61px;	
	padding-bottom: 20px;
	margin-left: 20px;
}
#home-link {
    position: absolute;
    width: 173px;    /* width of the logo */
    height: 61px;   /* height of the logo */
    top: 0; left: 0; /* top-left corner of logo */
    border: 0;
    float: left;
	background: none;
}

#top-link {
	background:url(../images/arrow.gif) no-repeat;
	padding: 0px 50px 0px 22px;
	margin-top: 25px;
}

#latest,#latest1 {
	font-size: 120%;
	margin-top: 20px;
	font-weight:bold;
}

#latest span,#latest1 span {
	font-size: 70%;
	color:#999999;	
	font-weight:normal;
}

h2 {
	font-size: 120%;
	padding-top: 10px;
	font-weight: none;
}

a {
	color: #db5e2a;
}

a:hover {
	color:#FFFFFF;
	background-color: #CC0000;	
}

#main-content {
	border-top: 1px solid #efefef;
	padding: 0 0 30px 20px;	
}

#main-content .paragraph {
	width: 510px;	
}

#main-content .normalp {
	line-height: 20px;
	width: 530px;
}

ul {
	color:#999999;
}

#latestnews li {
	margin-bottom: 10px;
}
#latestnews li span {
	font-size: 80%;
}

#archivednews li {
	margin-bottom: 4px;
}

#sidebar, #top-link {
	float: right;	
}

#sidebar {
	padding: 20px 0;
}

.subscribenow { 
	width: 300px; 
	height: 105px; 
	display:block; 
	background:url(../images/why-bother-browsing.gif) no-repeat; 
	margin-right: 20px;
	padding-top: 200px;
}

.subscribenow a { 
	display:block; 
	background:url(../images/subscribe-now.gif) top no-repeat; 
	width: 259px; 
	height: 72px;
	text-decoration: none; 
	margin: 0px auto; 
}

.subscribenow a:hover { 
	background-position:bottom; 
	background-color:none; 
}

#siteupdates {
	width: 300px;
	font-size: 80%;
	margin-right:20px;
}

#events-log {
	font-size: 80%;
}

.watchdemo {
	width:319px; 
	height:176px; 
	position:relative; 
	margin-top: 15px;
}

.watchdemo a { 
	background:url(../images/watch-demo.gif) no-repeat; 
	width:319px; 
	height:176px; 
	display:block;
}

#media {
	margin-bottom: 40px;
}

/* form fields */

form {
	padding: 10px 50px;
}

form label {
	color: #666;
}

input.text, textarea {
	padding: 3px;
	font-family: arial, verdana;
	font-size: 14px;
	border-top: 2px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	background-color:#FAFAFA;
	margin-bottom: 10px;
}

input.submit {
	padding: 5px 16px;
	font-family: arial, verdana;
	font-size: 16px;
	font-weight:bold;
}

textarea {
	width: 400px;
	height: 100px;
}

#errormsg {
	border: 1px solid #FF9999;
	background-color:#FFECEC;
	padding:18px;
	margin-bottom:20px;
	width: 460px;
}

#successmsg {
	border: 1px solid #66CC66;
	background-color: #E1FFF0;
	padding:18px;
	margin-bottom:20px;
	width: 460px;
}

#footer {
	text-align:center;
	clear:both;
	padding: 18px;	
	font-size: 70%;
	color: #aaa;
	border-top: 1px solid #efefef;
}

#footer a {
	color: #aaa;
	text-decoration: none;
}

#footer a:hover {
	color: #888;
	text-decoration: underline;
	background:none;
}


#Portfolio{

margin:10px 0;
padding:0 0 20px 0;
list-style:none;
text-align:center;


}

ul#Portfolio li{
display:inline;
margin:0 0px;
}

ul#Portfolio li a{
border:0;
text-decoration:none;
}
ul#Portfolio li a img{
vertical-align:middle;
border:0;
}
ul#Portfolio li:first-child{
margin-left:0px;
margin-right:5px;
}

.news-headlines{
	width:55%;		
}

.content{
font-size:12px;
color:#333333;
margin-top:-1px;
}

/*--------End of Portfolio-------------------*/