/* Base Theme ============================================================= */

/* Reset ------------------------------------------------------------------ */

/*
    reset.css - resets default browser styling
    http://tantek.com/log/2004/09.html#d06t2354
    http://www.vox.com/.shared/css/base.css by beausmith.com
    http://developer.yahoo.com/yui/reset/
*/

:link,:visited {
    text-decoration: none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}
h1,h2,h3 {
    font-size: 100%;
    font-weight: normal;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
} 

a {
    text-decoration: underline;
    outline: none;
}
hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
a img,:link img,:visited img {
    border: none;
}

/* Utilities ----------------------------------------------------------------- */

.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner { display: block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */

.inline { display: inline; }


/* Layout ----------------------------------------------------------------- */

body {
	text-align: center;
	padding-top:20px;
	background:#BEC3C6 url(css/bg.jpg) repeat-x;
	color:#555;
	font-family:Verdana,"BitStream vera Sans",Helvetica,Sans-serif;
	font-size:12px;
}

#container {
	width: 840px;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
	background:#fff;
}

#header, #main-navigation, #content, #alpha, #beta, #footer {
	position: relative;
}

#alpha, #beta {
    display: inline;
    float: left;
}

#header-inner, #content-inner,
#alpha-inner, #beta-inner {
    position: static;
}

#header-inner {
    overflow: hidden;
    padding: 27px 20px;
}

#content-inner {
    padding-top: 20px;
    padding-bottom: 20px;
}

#alpha-inner, #beta-inner {
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
}


#alpha {
	margin-top:-10px;
	width:539px;
}

#beta {
	background:#F7F7F7;
	line-height:145%;
	width:300px;
	margin-top:-20px;
	border-left: 1px solid #ccc;
}

#beta .widget
{
	background:transparent url(css/widgetsep.png) no-repeat scroll center bottom;
	padding:10px 0px;
}

/* Content ---------------------------------------------------------------- */

a:link, a:visited {
    text-decoration: underline;
}

h1, h2, h3, p, fieldset {
    margin-bottom: .75em;
}


/* Assets */

.asset-content {
text-align: justify;
line-height: 1.5em;
}

.search-form {
    margin-bottom: 1.5em;
}

.asset-content,
.search-form-header,
.search-results-header {
    margin-bottom: .75em;
}

.asset-name {
    margin-bottom: .25em;
font-family: Arial;
}

/* Widgets */

.widget {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.widget-content {
    position: relative;
    margin: 5px 0 20px;
}

.widget-content ul {
    padding-left: 15px;
}



.li2 {
    margin-left: 20px;
}


.input-default {
    background-color: #9AAEC2;
}


/*
name: iNove
designer: mg12
designer_url: http://www.neoease.com/
developer: Mike Thomsen (Movable Type conversion)
developer_url: http://www.codemonkeyramblings.com/
*/

/** Basic **/

h1, h2, h3 {
	font-weight:bolder;
}
h1 {font-size:200%;}
h2 {font-size:170%;}

a {
	color:#2970A6;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/** Main containers **/

#header {
	background:url(css/header.jpg) 0 0 no-repeat;
	height:172px;
}

#header-name
{
	font-size:2.5em;
	margin-bottom: .25em;
}

#header-name a {
	padding-top:5px;
	padding-left:5px;
	text-decoration:none;
	color:#333;
	width:600px;
	height:35px;
	display:block;
}

#header-description {
	font-family:Arial;
	border-top:1px solid #333;
	color:#333;
	float:left;
	font-size:12px;
	margin-left:5px;
	padding:5px 3px;
	text-decoration:none;
	margin-bottom:0;
}

#content{
	background:#FFF;
}

.widget-header
{
	font-size: 15px;
}

.widget-content li
{
	background:transparent url(css/icons.gif) no-repeat scroll 0 -320px;
	margin-top:5px;
	padding-left:5px;
	margin-bottom: 5px;
}


/** Navigation **/

#main-navigation ul {
    margin-left:10px;
    position:absolute;
    top:-41px;
}

#main-navigation li {
	display:inline;
	list-style:none;
	height:300px;
}

#main-navigation li a {
	background:transparent url(css/menu.gif) no-repeat;
	display:block;
	color:#382E1F;
	height:30px;
	line-height:31px;
	padding:0 28px;
	margin-left:-10px;
	text-decoration:none;
	font-size:11px;
	float:left;
}

#main-navigation li a:hover,#main-navigation li.on a {
	background-position:0 -31px;
}
#main-navigation ul li.first {
	background-position:0 -93px;
	width:45px;
	padding:0;
	margin-left:0;
	text-indent:-999em;
}
#main-navigation li.first a:hover  {
	background-position:0 -124px;
}
#main-navigation li.first a {
	background-position:0 -155px;
}
#menus li a.lastmenu:hover, #main-navigation li {
	background-position:0 0;
}


#footer, #footer a
{
        color: #555;
}

#footer {
	text-align:center;
        font-size: 0.8em;
        padding: 20px 0px;
}

.g1 {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
}

.g2 {
        text-align: center;
}
