/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #171717;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #999999;
}

/* general styles */

div#wrapper {
    width: 100%;
    margin: 0 auto;
	height: auto !important;
	min-height: 100%;
	height: 100%;
}


/* header */

div#header {
	width: 863px;
	padding-top: 50px;
	height: 130px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div#header a.logo {
	width: 275px;
	height: 101px;
	display: block;
	font-size: 0px;
	line-height: 400px;
	overflow: hidden;
	float: left;
	margin-bottom: 20px;
	background-image: url(images/unity_logo.gif);
	background-repeat: no-repeat;
	margin-left: 0px;
}

div#header h1 {
    width: 150px;
    height: 34px;
    color: #aeff00;
    font-size: 0px;
    clear: both;
    display: block;
    line-height: 200px;
    overflow: hidden;
    background-repeat: no-repeat;
}


/* navigation */

ul.navigation {
	float: right;
}

ul.navigation li.level0 {
	width: 138px;
	display: block;
	float: left;
	list-style-type: none;
}

ul.navigation li.level0_last {
	width: auto;
}

ul.navigation span.level0 {
	color: #fff;
	font-size: 17px;
	font-family: "AvantGarde ExtraLight", Arial, Helvetica, sans-serif;
}

ul.navigation ul.level1 {
	padding-top: 1px;
	line-height: 18px;
	list-style-type: none;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

ul.navigation ul.level1 a {
	font-size: 11px;
	color: #5d5d5d;
	text-decoration: none;
}

ul.navigation ul.level1 a:hover,
ul.navigation ul.level1 a.active {
	color: #fff;
}

ul.navigation ul.level1 a.selected {
	color: #aded1c;
}

/* content */
div#content {
	width: 100%;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #171717;
}

/* news */
div.news_content {
	width: 863px;
	margin: 0 auto;
}
div.news {
	width: 100%;
	padding-top: 26px;
	padding-bottom: 26px;
	border-top: 1px solid #171717;
	border-bottom: 1px solid #171717;
	background: #0f0f0f;
	overflow: hidden;
	margin-bottom: 2px;
}
div.newstop {
	width: 100%;
	padding-top: 26px;
	padding-bottom: 26px;
	border-top: 1px solid #171717;
	border-bottom: 1px solid #171717;
	background: #0f0f0f;
	overflow: hidden;
	margin-bottom: 2px;
	height: 380px;
}
div.news_content img {
	padding-top: 0px;
	padding-bottom: 0px;
	border: 1px solid #CCCCCC;
}

div.news:hover,
div.news_hover {
	background: #0f0f0f url('../img/site/news_hover_bg.jpg') repeat-x 0 0;
	overflow: hidden;
	z-index: 30;
}

div.news p {
	line-height: 18px;
	font-size: 13px;
	width: 260px;
}
div.news p.green {
	color: aded1c;
}

div.news a.teaser {
	border: 1px solid #fff;
	float: right;
	background: #000;
	height: 170px;
	overflow: hidden;
	width: 600px;
}

/* home main content */



#home_left {
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	width: 263px;
}
#home_left img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#home_left h1 {
	width: 180px;
	height: 15px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	background-image: url(images/news.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#home_left h2 {
	font-size: 16px;
	padding-bottom: 10px;
}
#home_left #links {
	width: 255px;
}
.links_item{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 7px;
	font-size: 12px;
}
.links_item .date{
	color: #d3ff24;
}
a.news_link,
a.news_link:link,
a.news_link:visited,
a.news_link:active{
	color: #00CCFF;
}

#home_right {
	float: right;
	width: 590px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#home_right img {
	margin-bottom: 7px;
}
a.news_link:hover {
	color: #FFFFFF;
}

#home_right h1 {
	width: 535px;
	height: 43px;
	overflow: hidden;
	text-indent: -9000px;
	background-image: url(images/homr_title.gif);
	padding-bottom: 10px;
	background-repeat: no-repeat;
}
#home_right h2 {
	font-size: 16px;
	padding-bottom: 10px;
}
h2.contact {
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h2.contact img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#home_right ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	width: 100%;
	padding: 0;
}
#home_right ul li {
	width: 162px;
	float: left;
	font-size: 11px;
	line-height: 16px;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 7px;
	padding-right: 8px;
	padding-bottom: 7px;
	padding-left: 8px;
	color: #CCCCCC;
	background-image: url(images/li_bckg2.gif);
	background-repeat: repeat;
	margin-top: 5px;
}
#home_right ul li.main {
	height: 330px;
}


#home_right ul li.last {
	width: 163px;
	margin-right: 0px;
	float: left;
	height: 330px;
	margin-left: 0px;
}

#home_right ul li.end {
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#home_right ul li a {
	display: block;
	color: #aded1c;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 8px 0;
	font-size: 12px;
}

#home_right ul li a:hover {
	color: #D3FF24;
}
ul#services {
	list-style-type: disc;
	width: 360px;
	line-height: 16px;
}
li#include {
	width: 350px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

/* contact */

table.contact {
	margin: 30px 0px;
	margin-bottom: 20px;
}

table.contact td {
	height: 27px;
}


/* forms */
fieldset.form {
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
}

fieldset.form input.text {
	width: 550px;
	height: 18px;
	background: #040404;
	margin-bottom: 3px;
	color: #646464;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
}

fieldset.form textarea {
	width: 550px;
	height: 178px;
	background: #040404;
	margin-bottom: 3px;
	color: #646464;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
}

fieldset.form input.submit {
	height: 28px;
	background: #aeff00;
	margin-bottom: 3px;
	color: #000;
	float: right;
	font-weight: bold;
	position: relative;
	margin-top: -31px;
	padding-bottom: 2px;
	padding-top: 0;
	padding-right: 12px;
	padding-left: 12px;
}
#content .news .news_content .member {
	width: 408px;
}

















#stage_area {
	width: 863px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#page_area {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0;
}
#page_area #pageTitle {
	height: 40px;
	width: 200px;
	padding: 0px;
	font-size: 20px;
	font-weight: normal;
	color: #FF0066;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#page_area #pageTitle img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#page_area h2 {
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 10px;
	color: #aded1c;
}
#page_area p {
	padding-bottom: 15px;
	width: 380px;
}
#page_area .team {
	width: 850px;
}
#page_area img {
	border: 1px solid #CCCCCC;
	background-position: center;
	margin-bottom: 15px;
}

div#page_area ul {
	padding: 0 0 0 17px;
}


div#page_area div.left {
	float: left;
	width: 400px;
	margin-bottom: 14px;
	font-size: 12px;
}
div#page_area div.right {
	float: right;
	width: 400px;
	margin-bottom: 14px;
	font-size: 12px;
}
div#page_area div.clear {
	clear: both;
	margin-bottom: 14px;
	font-size: 12px;
	line-height: 20px;
}
div#page_area div a {
	text-decoration:  none;
	border-bottom: 1px dotted #3f454f;
}
div#page_area div a:hover {
	border-bottom: 1px solid #3f454f;
}




/* meet the team left table */
#page_area .left table {
    float: left;
    width: 291px;
}

#page_area .left table th {
	color: #aeff00;
	font-weight: bold;
	width: 30px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}

#page_area .left table td {
    color: #aaaaaa;
    width: 135px;
}

#page_area .left table td span {
    color: #323232;
}

/* meet the team right table */
#page_area .right table {
    float: left;
    width: 291px;
}

#page_area .right table th {
	color: #aeff00;
	font-weight: bold;
	width: 30px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}

#page_area .right table td {
    color: #aaaaaa;
    width: 135px;
}

#page_area .right table td span {
    color: #323232;
}





/* footer */
div#footer {
	width: 100%;
	background: #0f0f0f;
	position: relative;
	margin-top: 3px;
	text-align: right;
	height: 30px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div#footer p {
    width: 885px;
    margin: 0 auto;
    font-size: 11px;
    line-height: 16px;
    color: #333333;
}
