@import url(/styles/live/tgw/articles.css);
@import url(/styles/live/toolbox.css);
@import url(/styles/live/lightbox.css);
@import url(/styles/live/tgw/formmanager.css);
@import url(/styles/live/tgw/navigation.css);

/* Structure */

body {
    margin : 0;
    padding : 0;
    font-family : Verdana, Helvetica, sans-serif;
    font-size : 12px;
    color: white;
    text-align : left;
    line-height: 16px;
    width:650px;
}

.mceVisualAid {
    border : 1px dashed #ffbbbb;
}

p {
    margin: 0;
}

input {
    margin: 0;
}

input.button {
    height: 21px;
    padding: 0 6px;
}

/* Images */
img {
    border: 0;
}

.headimage {
	margin-left: 136px;
}


/* Links */
a {
    text-decoration: none;
    color: #66FF33;

}

a:hover {
    text-decoration: none;
    color: #66FF33;
}
/* remove dashed boxes from around links in firefox */
a:focus {
    user-focus: none;
    outline: none;
    -moz-user-focus: none;
    -moz-outline: none;
}

/* Headings */
h1 {
    margin: 0;
    font-weight: bold;
    font-size: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

h1.banner
{
    margin: 0;
    font-weight: bold;
    font-size: 10px;
    color: #66FF33;
	border: 0px;
	padding: 0px;
	padding-bottom: 10px;
    text-transform: uppercase;
}

h2 {
    margin: 0;
    font-weight: bold;
    font-size: 10px;
}

h3
{
    margin: 0;
    font-weight: bold;
    font-size: 10px;
}

h4
{
    margin: 0;
    font-weight: bold;
    font-size: 10px;
}

h5
{
    margin: 0;
    font-weight: bold;
    font-size: 10px;
}

/* Body - Container */
#container_tb {
    margin: 0 auto;
	border: 0px solid white;
    border-left: 4px solid white;
    border-right: 4px solid white;
}

#container {
    background-color: #023554;
    background-position: 0px 244px;
    margin: 0px;
    padding: 0px;
    margin-right: -10px;
}

#header {
    display:none;
}


#sidenav {
     display:none;
}

#content {

    padding: 10px 10px 10px 20px;
    min-height: 550px;
    height: auto !important;  /* for modern Browsers */
    height: 550px;  /*for IE */
    float: left;
    padding-top: 26px;
}

#rightInfoContent
{
	display:none;
}

#metaNav
{
	float: left;
}

#metaNav img
{
	padding-right: 6px;
}

#modulBox
{
	border: 1px solid white;
	margin-top: 20px;
	float: left;
	width: 220px;
}

#modulBoxTitle
{
	background-color: #66FF33;
	color: #013553;
	font-weight: bold;
	float: left;
	width: 200px;
	padding-left: 20px;
	padding-top: 1px;
	margin-bottom: 18px;
	border-bottom: 1px solid white;
}

#modulBoxContent
{
	width: 200px;
	padding-left: 20px;
	padding-top: 18px;
	padding-bottom: 18px;
	border-bottom: 1px dotted white;
}

#modulBoxContentLast
{
	width: 200px;
	padding-left: 20px;
	padding-top: 18px;
	padding-bottom: 18px;
}

#footer {
    padding: 10px;
    width: 940px;
    height: 80px;
    clear: both;
}


.label {
    display: block;
}

input.field {
    background-color: #CDCDCD;
    border: 1px solid #A0AEC0;
    padding:2px;
}


ul	{
	list-style-position:outside;
}


/* validator icons */
#xhtml {
	display:block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 5px 5px 5px 0;
	background-image: url(/images/default/xhtml_valid.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#xhtml:hover {
	background-position: -16px 0px;
}

#css {
	display:block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 5px;
	background-image: url(/images/default/css_valid.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#css:hover {
	background-position: -16px 0px;
}

#sitemap {
	display:block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 5px;
	background-image: url(/images/default/sitemap.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#sitemap:hover {
	background-position: -16px 0px;
}

a.sitemaptop {
	display: block;
	background-image: url(/images/default/sitemapline.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	width: 300px;
}

a.sitemaplow {
	display: block;
	padding-left: 20px;
	width: 280px;
}
