div {
	position:relative;
}

* {
	margin:0;
	padding:0;
}

body {
	font-family:Arial,Helvetica,Sans-serif;
	font-size:0.7em;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.3em;
	background-color:#666;
}

/*conatiner*/
#container {
	width:800px;
	margin:0 auto;
	background: transparent url(../images/container.png) repeat-y scroll 0 0;
	display:table;
}

#footer {
	background:transparent url(../images/footer.png) no-repeat scroll center top;
	height:13px;
	margin:0 auto;
	width:800px;
}

/*navigation*/
#header {
	margin-left:10px;
}

/* headings/paras */

h1 {
	font-size:1.7em;
	color:#666;
	margin:5px 0 10px;
}

p {
	margin-bottom:10px;
}

a.generic:link, a.generic:visited {
	color:#888888;
	text-decoration:none;
}

a.generic:hover {
	color:#3a5c68;
	text-decoration:underline;
}

a.grey:visited, a.grey:link {
	color:#888888;
}

a.grey:hover {
	color:#000000;
	text-decoration:none;
}

a.grey-bold:visited, a.grey-bold:link {
	color:#888888;
	font-weight:bold;
}

a.grey-bold:hover {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

#construction {
	display:block;
	float:right;
	margin-right:50px;
	margin-top:-70px;
}

ul.main-nav  {
	background-color:#000000;
	list-style:none;	
	display:block;
	float:left;
	clear:both;
	width:780px;
	margin-top:-3px;
	margin-left:10px;
}

* html ul.main-nav  {
	background-color:#000000;
	list-style:none;	
	display:block;
	float:left;
	clear:both;
	width:780px;
	margin-top:-3px;
	margin-left:5px;
}

ul.main-nav li {
	color:#FFFFFF;
	float:left;
	padding:6px 10px;
	width:100px;
	text-align:center;
}

ul.main-nav li.current{
	background-color:#444444;
}




ul.main-nav li a.menu_link:link, a.menu_link:visited {
	color:#FFF;
	text-decoration:none;
}

ul.main-nav li a.menu_link:hover {
	color:#666;
	text-decoration:underline;
}



/*main content*/
#content {
	margin:45px 55px 0;
	padding-bottom:30px;
	width:690px;
}

#content .left {
	width:480px;
	margin-right:10px;
	float:left;
}

/* News items pod */

#content .right {
	width:190px;
	float:right;
	margin-bottom:15px;
	background-color:#3a5c68;
}

#content .right .right-top {
	background: #3a5c68 url(../images/news-pod-top.gif) no-repeat scroll 0 0;
	height:5px;
}

#content .right .right-bottom {
	background: #3a5c68 url(../images/news-pod-bottom.gif) no-repeat scroll 0 5px;
	height:10px;
}

.news-items {
	padding:5px 5px 5px 10px;
}

h3.news_title {
	font-size:9pt;
	text-transform:uppercase;
	color:#FFFFFF;
}

ul.news_items {
	padding-left:3px;
	list-style:none;
	list-style-position:outside;
    list-style-type:none;
}

ul.news_items li {
	background:transparent url(../images/list-arrow.gif) no-repeat scroll 0 7px;
    border-bottom:1px dotted #caccc4;
    padding-bottom:4px;
    padding-left:15px;
    padding-top:4px;
}

ul.news_items li a:link, a:visited {
	color: #FFFFFF;
	text-decoration:none;
}	

ul.news_items li a:hover {
	color:#999999;
	text-decoration:underline;
}

p.rss-subscribe {
    background:transparent url(../images/rss-icon.gif) no-repeat scroll 160px 8px;
    color:#FFFFFF;
    display:block;
    padding:7px 19px 0 0;
    text-align:right;
}

p.rss-subscribe a:link, a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

p.rss-subscribe a:hover {
	color:#999999;
	text-decoration:underline;
}

/* forms */

form {
	margin-left:35px;
}

.field {
	display:block;
	margin:0;
	overflow:hidden;
	padding:0 0 0.5em;
	width:100%;
}

.field label {
	width:120px;
	float:left;	
}

.field label span {
	color:red;
}

.buttons {
	margin-left:120px;
}

button {
	background:#555555 none repeat scroll 0 0;
	border:medium none;
	color:#FFFFFF;
	padding:2px;
	font-size:1em;
	cursor:pointer;
}

#errors {
	border: solid 1px #900000;
	width:360px;
	margin-left:35px;
	margin-bottom:15px;
	padding:10px;
}

p.errors {
	color:#900000;
}

ul.errors {
	margin:-5px 20px 5px;
}

ul.errors li {
	color:#900000;
}

/* fun stuff */
.fun_item {
	margin-left:-10px;
}

.fun_item h2 {
	background-color:#999999;
	float:left;
	font-size:12px;
	line-height:0;
	margin-top:8px;
	margin-left:8px;
	padding:10px;
	text-transform:uppercase;
	width:480px;
}

.fun_item p {
	font-weight:normal;
	float:left;
	padding:10px 10px 0;
	margin-bottom:0;
	width:480px;
}

.fun_item p.demo-link {
	padding-bottom:15px;
}

.shadow-top-left {
	background:transparent url(../images/shadow/top-left.gif) no-repeat scroll 0 0;
	float:left;
}

.shadow-bottom-right {
background:transparent url(../images/shadow/bottom-right.gif) no-repeat scroll 100% 100%;
}

.shadow-top-right {
background:transparent url(../images/shadow/top-right.gif) no-repeat scroll 100% 0;
}

.shadow-bottom-left {
background:transparent url(../images/shadow/bottom-left.gif) no-repeat scroll 0 100%;
}

.shadow-top-left img {
	float:none !important;
	margin:8px 8px 4px;
}