@charset "utf-8"; 

body {

	background: transparent url('images/body_bg.jpg') repeat-x;
	color: #555555;
	font: 80% Segoe UI,Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0px 0px 20px 0px;

}

h1, h2, h3, h4, h5, h6 {

 	font-family:Tahoma, Helvetica, sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 0;
    color: #1b74ba; 
}


h1 {

	font-size: 1em;
	margin: .5em 0;
	
}

h2 {

	font-size: 1.6667em;
	margin: .75em 0 .5em;

}

.block h2{

	color: #555555;
	
}

h3 {

	font-size: 1.333333em;
	margin: .2em 0;
	font-weight:normal;
	
}

/*GT: Taxonomy terms h3*/
.node h3 a{

	font-size: 0.75em;
	font-weight: 500;

}

h4 {

	font-size: 1.1667em;
	margin: .2em 0;
	
}

h5 {

	font-size: 1em;
}


a:link, a:visited {

	color: #1e71b8;
	text-decoration: none;
	
}

a:focus {

	outline: 1px dotted;
	
}

a:hover, a:active {

	color: #4c8ddd;
	outline: none;
	text-decoration: none;
	
}

li a.active {

	color: #555555;
	
}

a:hover {

	text-decoration: underline;
	
}


p {

	line-height: 1.3em;
	margin-bottom:0.8em;
	margin-top:0.2em;
	font-family:Segoe UI,Arial, Helvetica, sans-serif;

}


blockquote {

	margin: 1.25em;
	padding: 1.25em 1.25em 0 1.25em;
	
}

em {

	padding: 0 3px 0 0;
	
}

hr {

	background: #7f7f7f;
	border: none;
	height: 1px;
	margin: 0;
	padding: 0;
	
}

img, a img {

	border: none;
	outline: none;
	
}

/**
* Basic layout
*/

#wrapper {

	margin: 0 auto;
	width: 980px;
	background: transparent url('images/bg_left_right.png') repeat-y;
	padding-left:13px;
	padding-right:13px;

}

#container {

	margin: 0;
	width:980px;
	font-weight:normal;
	background-color:#ffffff;
		color: #555555;
	
}

/*Only in one column*/
#center {

	margin: 10px 0px 0px 0px;
	padding: 0;
	position: relative;
	padding: 0px 20px 0px 20px;
	width: 940px;
	
}

/* 3 columns */
body.sidebars #center {

	/*GT*/
	/*There is no need for this column layout*/
	border-left: 1px solid #b4d7f0;
	border-right: 1px solid #b4d7f0;
	float: left;
	padding: 0 10px;
	width: 600px;
	
}

/* 2 columns - sidebar-left */
body.sidebar-left #center {

	/*GT*/
	/*There is no need for this column layout*/
	border-left: 1px solid #b4d7f0;
	float: right;
	padding-left: 10px;
	width: 780px;
	
}

/* 2 columns - sidebar-right */
body.sidebar-right #center {

	/*GT*/
	/*Temporary border-right for content in all pages except front.*/
	/*border-right: 1px solid #e9e9e9;*/
	float: left;
	/*GT*/
	/*width: 780px;*/
	width: 576px; /*-1 of border-right*/
	padding: 5px 0px 5px 0px;
	
}

/**
* Header
*/

#header h1 {

	margin: 0;

}


#header {

	float:left;
	margin: 0;
	width:230px;
	height:84px;
	background: #ffffff url('images/logo_bg.jpg') no-repeat;

}

#header  #logo{

	float: left;
	padding:20px 0px 20px 20px;
	
}


#header #name {

	display:block;

}

#header #slogan {

	display: block;
	font-size: .75em;

}

#header_div_id{

	overflow:hidden;
	margin:0;
	width:980px;
	height:84px;
	/*background: transparent url('images/header_bg.jpg') repeat-x;*/
	
}

#search-theme-form {

	margin: 3em 0 0;
	position: absolute;
	right: 0;
	top: 0;
	
}

#search-theme-form .form-button, #search-theme-form .form-submit {

	margin: 0;
	
}

/* ****************************************************  */
/* GT: starting formatting of context Column block menu  */

#block-menu-menu-pgcontext ul.menu li{
/*border-top: solid #ffffff 1px; 
border-bottom: solid #ffffff 1px; */
border:1px solid #d8d8d8;
background:none;
background-color: #ECECEC;
/*padding-top:3px;
padding-bottom:4px;*/
margin-bottom:3px;
}

#block-menu-menu-pgcontext ul.menu li a{
    color: #666666;
	font-size:1em;
	font-family:Verdana;
	text-decoration: none;
}


/*#block-menu-menu-pgcontext ul.menu li a.hover,
#block-menu-menu-pgcontext ul.menu li a:hover,
#block-menu-menu-pgcontext ul.menu li a.active{
    color: #4c8ddd;
}*/

#block-menu-menu-pgcontext h2{
	display:none;

}

#block-menu-menu-pgcontext ul.menu li:hover,
#block-menu-menu-pgcontext ul.menu li.hover{
    background-color: #e8edc4;
	border:1px solid #dae58a;
}

#block-menu-menu-pgcontext ul.menu li.active-trail{
    background-color: #d4e7f3;
	border:1px solid #b6d8ed;
}
/* ****************************************************  */
/* VK: starting formatting of context Column block table  */
/*table.context_column {
    background-color:transparent;
}

table.context_column td {
    padding: 5px;
	padding-left: 15px;
    border-top: solid #ffffff 2px;
	border-bottom: solid #ffffff 2px;
	background-color: #ECECEC;
	color:#333333;
}
table.context_column a {
	color: #666666;
	font-size:1em;
	font-family:Segoe UI, Arial, Helvetica, sans-serif;
}


table.context_column td:hover{
	background-color: #d4e7f3;
}*/


/* end of formatting of context Column block menu  */
/* ****************************************************  */

/**********************************/



/*GT*/
/**
*Custom secondary-links:revert from #nav to #secondary_links_id 
*/
#footer_message_id {

	text-align:center;
	padding-top:30px;

} 
#secondary_links_id {

	width:980px;
	height:60px;
	background: transparent url('images/secondary_links_bg.jpg') repeat-x; 
	font-size: 0.95em;
	
} 

#secondary_links_id ul.secondary-links {

	padding: 35px 50px; 
	text-align:center;

}

#secondary_links_id ul.secondary-links li {
	font-family:Tahoma,Helvetica,sans-serif;
	font-size:1em;
	margin:0;
	padding:10px;
}

#secondary_links_id ul.secondary-links li a:link, #secondary_links_id ul.secondary-links li a:visited {

	margin: 0 10px 0 0;
	padding: 20px;
	color: #666666;
	font-weight:bold;
	text-shadow:1px 1px 1px #ffffff;
	
}

#secondary_links_id ul.secondary-links li a:hover, #secondary_links_id ul.secondary-links li a.active {

	color: #1e71b8;
	text-decoration: none;   
	
}


#home_table_id{
width:100%;
height:50px;
background-color:#ffffff;

}

/*GT*/
#home_table_id h1{
font-size: 1.4em;
margin-top: .25em;
margin-bottom: .8em;
}



#home_blue_block_id  h1 a{
color: #526373;
text-shadow: 1px 1px 1px #a8b9ca;
text-decoration: none;
}

#home_orange_block_id  h1 a{
color: #54684F;
text-shadow:1px 1px 1px #adc8a8;
text-decoration: none;
}

#home_green_block_id  h1 a{
color: #6C5A56;
text-shadow:1px 1px 1px #c3b2ad;
text-decoration: none;
}

/*
body.sidebar-right #center .breadcrumb{
padding-left:60px;
}
body.sidebar-right #center .active {
padding-left:30px;
}

body.sidebar-right #center p{
padding-left:60px;
}


body.sidebar-right #center h2{
padding-left:60px;
}

body.sidebar-right #center h3{
padding-left:60px;
}*/

body.sidebar-right #center{
padding-left:60px;
padding-right:20px;
}

#home_message_id{
/*padding-left:20px;
padding-right:20px;*/
padding:0px;
}

#home_message_id td, #home_message_id th{
padding:0px;

}

#home_blue_block_id{
background: transparent url('images/home_block_bg_blue.png') no-repeat center top;
padding-left:20px;
padding-right:20px;
}
#home_orange_block_id{
background: transparent url('images/home_block_bg_green.png') no-repeat center top;
padding-left:20px;
padding-right:20px;
}
#home_green_block_id{
background: transparent url('images/home_block_bg_red.png') no-repeat center top;
padding-left:20px;
padding-right:20px;

}

/**********************************/
/*END OF GT:*/


/**
* 4.NAVIGATION
*/
ul.links li {
background: none;
margin: 0 10px 0 0;
padding: 0;
}

#nav {
/*GT*/
/*border-bottom: 1px solid #b4d7f0;
border-top: 1px solid #b4d7f0;*/
font-size: 1em;
margin: 0px;
padding:0px;
background-color: #ffffff;
}

#nav ul.primary-links {
/*GT*/
/*background: #d4e7f3;*/

font-weight: 600;
font-family:Tahoma;

/*GT*/
/*padding: 5px;*/

}

#nav ul.primary-links li {

margin: 0px;
padding: 0px;

}

#nav ul.primary-links li:hover,
#nav ul.primary-links li.hover{

}

#nav ul.primary-links li.active-trail{

}

#nav ul.primary-links li a:link, #nav ul.primary-links li a:visited {
min-width:150px;
min-height:84px;
width:150px;
height:84px;
margin: 0px;
margin-top:-6px;
display: -moz-inline-box;
display: inline-block;
float: left;
background: transparent url('images/primary_links_bg.jpg') no-repeat center top;
color: #008cc1;
font-family: Tahoma, Segoe UI, Arial, Helvetica, sans-serif ;
padding-top:40px;
text-align:center;
text-decoration: none;

}

#nav ul.primary-links li a.active{
width:150px;
height:84px;
min-width:150px;
min-height:84px;
margin: 0px;
margin-top:-6px;
display: -moz-inline-box;
display: inline-block;
float: left;
background: transparent url('images/primary_links_bg_active.jpg') no-repeat center top;
color: #008cc1;
font-family: Tahoma, Segoe UI, Arial, Helvetica, sans-serif ;
padding-top:40px;
text-align:center;
text-decoration: none;
}

#nav ul.primary-links li a:hover{
width:150px;
height:84px;
min-width:150px;
min-height:84px;
margin: 0px;
margin-top:-6px;
display: -moz-inline-box;
display: inline-block;
float: left;
background: transparent url('images/primary_links_bg_hover.jpg') no-repeat center top;
color: #008cc1;
font-family: Tahoma, Segoe UI, Arial, Helvetica, sans-serif ;
padding-top:40px;
text-align:center;
text-decoration: none;
}
/*GT*/
/*No active css part for secondary links*/
#nav ul.secondary-links {
border-top: 1px solid #b4d7f0;
padding: 2px 5px;
}

#nav ul.secondary-links li {
margin: 0;
padding: 0;
}

#nav ul.secondary-links li a:link, #nav ul.secondary-links li a:visited {
margin: 0 10px 0 0;
padding: 2px 0;
text-decoration: none;
}

#nav ul.secondary-links li a:hover, #nav ul.secondary-links li a:active {
text-decoration: underline;
}

.book-navigation .menu {
border-top:1px solid #888888;
padding:1em 0 2em 1em;
}
/*GT*/
/*End of no active css part for secondary links*/

/*negative margin keeps from pushing node h2 titles down*/
.breadcrumb {

	color: #ccc;
	font-size: 0.8em;
	margin: 0 0 -1.25em;
	padding: 0;
	
}

.breadcrumb a:link, .breadcrumb a:visited {

	color: #888888;
	
}

.breadcrumb a:hover {

	color: #999;
	
}

/**
* 5.NODES
*/
span.submitted {
color: #898989;
display: block;
font-size: .8333em;
margin: -5px 0 4px;
}

.meta {
/*background: #edf5fa;
border-bottom: 1px solid #b4d7f0;*/
margin: 0 0 1px;
padding: 0 10px;
}

.meta div.links {
float: left;
}

.meta div.terms {
float: right;
}

.meta div.links ul.links li {
float: left;
padding: 5px 10px 5px 0;
}

.meta div.terms ul.links li {
float: left;
padding: 5px 0 5px 10px;
}

.node_read_more {
font-weight: bold;
}

.item-list ul.pager {
margin: 1em 0;
}

.item-list ul.pager li {
margin: 0;
padding: 0;
}

.item-list ul.pager li a:link, .item-list ul.pager li a:visited, .item-list ul.pager li.pager-current {
border: 1px solid #ccc;
color: #069;
margin: .3em .1em;
padding: .3em .5em;
}

.item-list ul.pager li a:hover, .item-list ul.pager li a:active {
background-color: #edf5fa;
color: #f66;
}

.item-list ul.pager li.pager-current {
background-color: #d4e7f3;
color: #069;
}

/**
* 6.COMMENTS
*/
#comments h2.comments {
margin: .5em 0 -15px;
} 

.comment {
margin: 20px 0 0;
padding: 0;
}

.comment-bar {
background: #edf5fa;
border-bottom: 1px solid #b4d7f0;
padding: 5px;
position: relative;
}

.comment span.submitted {
color: #898989;
display: inline;
font-size: .8333em;
margin: 0;
}

.comment span.new {
color: red;
font-size: .8333em;
}

.comment .content {
padding: 5px;
}

.comment h3 {
font-size: 1.1667em;
margin: .5em 5px 0;
}

.comment ul.links {
margin: -10px 0 0 25px;
}

.comment ul.links li a {
text-decoration: underline;
}

.indented {
border-left: 1px solid #ddd;
margin-left: 14px;
padding-left: 5px;
}

/**
* 7.SIDEBARS
*/
.sidebar {
/*GT*/
/*width: 160px;*/
padding: 5px 20px 5px 20px;
width: 283px;

}

#sidebar-left {
float: left;
margin-right: 9px;
}

#sidebar-right {
float: right;
margin-left: 0px;

}

/**
* 8.BLOCKS
*/
.block {
margin: 0 0 25px;
}

#block-block-35{
margin: 0 0 10px;
}

#user-login-form .item-list ul li {
background: none;
padding: 0;
}

#edit-search-block-form-1-wrapper{
	text-align:center;
	width:213px;
	height:31px;
	background: transparent url('images/search_bar.png') no-repeat;
	float:left;
	display:inline-block;
}

#edit-search-block-form-1-wrapper.form-item {
	margin-bottom:0;
	margin-top:0;
}

#search-block-form .form-text {
	background: transparent;
	border:none;
	padding:8px;
	width:191px;
}

#search-block-form input.form-submit {
	margin:0;
	padding:0;
	width:36px;
	height:31px;
	border:none;
	background: transparent url('images/search_button.png') no-repeat;
	float:left;
	display:inline-block;
	cursor:pointer;
}


#edit-keys-wrapper{
	text-align:center;
	width:360px;
	height:31px;
	background: transparent url('images/search_form_bar.png') no-repeat;
	float:left;
	display:inline-block;
}

#edit-keys-wrapper.form-item {
	margin-bottom:10px;
	margin-top:10px;
	margin-left:0px;
}

#search-form .container-inline .form-text {
	background: transparent;
	border:none;
	padding:8px;
	width:346px;
}

#search-form input.form-submit {
	margin-bottom:10px;
	margin-top:10px;
	padding:0;
	width:92px;
	height:31px;
	border:none;
	background: transparent url('images/search_form_button.png') no-repeat;
	float:left;
	display:inline-block;
	cursor:pointer;
	color:#959595;
	padding-left:15px;
	text-align:left;
	font-size:85%;
	font-weight:bold;
	font-family:Arial;
}

.search-advanced{
	clear:both;
}

/**
* 9.FOOTER
*/
#footer {
/*GT*/
/*border-top: 1px solid #b4d7f0;*/
background: transparent url('images/footer_bg.jpg') repeat-x;
margin: 0 0 0px;
padding: 0px 0;
position: relative;
width:980px;
height:102px;

}

#footer a.feed-icon {
position: absolute;
right: 0;
top: 5px;
}

#footer #block-system-0 {
position: absolute;
right: 25px;
top: 6px;
}

/**
* 10.CSS SUPPORT
*/
span.clear     { clear: both; display: block; font-size: 0; height: 1px; line-height: 0; margin-bottom: -1px; }
.clear         { clear: both; }
.clear-block   { display: block; }
.float-left    { float: left; }
.float-right   { float: right; }

.text-left     { text-align: left; }
.text-right    { text-align: right; }
.text-center   { text-align: center; }
.text-justify  { text-align: justify; }

.bold          { font-weight: bold; }
.italic        { font-style: italic; }
.underline     { border-bottom: 1px solid; }
.highlight     { background: #ffc; }

.wrap          { width: 980px; margin: 0 auto; }

.img-left      { float: left; margin: 4px 10px 4px 0; }
.img-right     { float: right; margin: 4px 0 4px 10px; }

.nopadding     { padding: 0 }
.noindent      { margin-left: 0; padding-left: 0 }
.nobullet      { list-style: none; list-style-image: none; }

/**
* 11.ADMINISTRATION
*/

/* lists */
dl { margin: .5em 0 1em; padding: 0; }
dl dd { margin: 0 0 .5em 1.5em; }
ol { margin: .5em 0 1em; padding: 0 0 0 1.5em; }
ol li { margin: .15em 0 .15em .5em; padding: 0 0 .2em; }
ol ul li { margin-left: .5em; padding: 0 0 .2em 1.5em; }
ul { margin: .5em 0 .5em; padding: 0; }
.item-list ul { margin: .35em 0 0 -.5em; padding: 0; }
.item-list ul ul { margin-left: 0; }
ul li, ul li.leaf, .item-list ul li { list-style-type: disc; margin: 0 0 0 2em; padding: 0 0 .2em 0; color:#555555; }
.vertical-tabs ul li { list-style-type: none;}
ul li.expanded { background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em; }
ul li.collapsed { background: transparent url(images/menu-collapsed.gif) no-repeat 0 .35em; }
ul li.leaf a, ul li.expanded a, ul li.collapsed a { display: block; }
ul.inline li { background: none; margin: 0; padding: 0 1em 0 0; }
ul ol li { background: none; list-style-type: decimal; margin-left: 2em; padding: 0 0 .2em; }
ul ul li { margin-left: 2em; }

/* menu */
ul.menu { margin: 0; padding: 0; }
ul.menu li { background-position: .3em .6em; list-style-image: none; list-style-type: none; margin: 0; padding: .1em 0 .1em 0; }
ul.menu li a { padding: .1em 0 .1em 1.5em; }
ul.menu li ul li { background-position: 1.5em .6em; }
ul.menu li ul li a { padding-left: 2.7em; }
ul.menu li ul li ul li { background-position: 2.7em .6em; }
ul.menu li ul li ul li a { padding-left: 3.9em; }
ul.menu li ul li ul li ul li { background-position: 3.9em .6em; }
ul.menu li ul li ul li ul li a { padding-left: 5.1em; }
ul.menu li.expanded { padding-bottom: 0; }
ul.menu li.expanded ul { margin-top: .1em; }

/* menu zebra coloring */
ul.menu li { border-bottom: 1px solid #d4e7f3; padding: .2em 0 .2em 0; }
ul.menu li a { padding: .2em 0 .2em 1.5em; }
ul.menu li.odd { background-color: #fff; }
/*GT:ul.menu li.even { background-color: #edf5fa; }*/
ul.menu li.even { background-color: #fff; }
ul.menu li.expanded { background-color: #d4e7f3; border: none; padding-bottom: 0; }
ul.menu li.expanded ul { border-bottom: 3px solid #d4e7f3; border-top: 1px solid #b4d7f0; margin-top: .2em; }

/* legacy list support -- MUST COMMENT OUT [LISTS/MENU/ZEBRA COLORING] ABOVE -- remove brackets around asterisk to enable -- [*]/
ul { margin: .5em 0 1em; padding: 0; }
ol { margin: .75em 0 1.25em; padding: 0; }
ol li, ul li { margin: .4em 0 .4em .5em; }
ul.menu, .item-list ul { margin: .35em 0 0 -.5em; padding:0; }
ul.menu ul, .item-list ul ul { margin-left: 0; }
ol li, ul li, ul.menu li, .item-list ul li, li.leaf { margin: .15em 0 .15em .5em; }
ul li, ul.menu li, .item-list ul li, li.leaf { background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em; list-style-image: none; list-style-type: none; padding: 0 0 .2em 1.5em; }
ol li { margin-left: 2em; padding: 0 0 .3em; }
ul li.expanded { background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em; }
ul li.collapsed { background: transparent url(images/menu-collapsed.gif) no-repeat 0 .35em; }
ul li.leaf a, ul li.expanded a, ul li.collapsed a { display: block; }
ul.inline li { background: none; margin: 0; padding: 0 1em 0 0; }
dl { margin: .5em 0 1em 1.5em; }
dl dd { margin: 0 0 .5em 1.5em; }
/* end legacy list support */

/* admin tab links */
ul.primary, ul.primary li, ul.secondary, ul.secondary li { background: none; border: 0; margin: 0; padding: 0; }
ul.secondary { border-bottom: 1px solid #b4d7f0; clear: both; margin: 0 0 1em; padding: .5em 0; text-align: left; }
ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited, ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited { background: none; border: 0; margin: 0; padding: 0 1em 0 0; text-decoration: none; }
ul.primary li.active a, ul.secondary li.active a { font-weight: 700; }

/* position admin tab links and style admin h2 */
#tabs-wrapper { margin: 0; padding: 0; }
h2.with-tabs { margin-bottom: 0; }
#tabs-wrapper ul.tabs { margin: 0 0 .5em; padding: 0; }

/* stuff you probably will not need to change - includes admin coloring */
quote, code, fieldset { margin: .5em 0; }
input { color: #494949; font: 1em Verdana, sans-serif; }
textarea, select { color: #494949; font: 1em Verdana, sans-serif; }
fieldset ul.clear-block li { background-image: none; margin: 0; padding: 0; }
fieldset { background: #fff; border: 1px solid #d4e7f3; margin: 1em 0; padding: 1em; }
fieldset legend { display: block; }
html.js fieldset.collapsed { background: transparent; padding-bottom: .6em; padding-top: 0; }
html.js fieldset.collapsible legend a { background: url(images/menu-expanded.gif) no-repeat 0 50%; padding-left: 2em; }
html.js fieldset.collapsed legend a { background: url(images/menu-collapsed.gif) no-repeat 0 50%; }

table { margin: 0em 0; width: 100%}
thead th { border-bottom: 2px solid #d4e7f3; color: #494949; font-weight: 700; }
tbody { border-top:none; }
th a:link, th a:visited { color: #7f7f7f; }
td, th { padding: .3em .5em; }
tr.even, tr.odd, tbody th { border: solid #CCCCCC; border-width: 1px 0; }
tr.odd, tr.info { background-color: #edf5fa; }
tr.even { background-color: #fff; }
tr.drag { background-color: #fffff0; }
tr.drag-previous { background-color: #ffd; }
tr.odd td.active { background-color: #d4e7f3; }
tr.even td.active { background-color: #edf5fa; }
td.region, td.module, td.container, td.category { background-color: #d4e7f3; border-bottom: 1px solid #b4d7f0; border-top: 1.5em solid #fff; color: #666; font-weight: 700; }
tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category { border-top-width: 0; }
tr.odd td.menu-disabled { background-color: #edf5fa; }
tr.even td.menu-disabled { background-color: #fff; }
tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active { color: #d4e7f3; }
tr.taxonomy-term-divider-top { border-bottom: none; }
tr.taxonomy-term-divider-bottom { border-top: 1px dotted #ccc; }

#autocomplete li { cursor: default; margin: 0; padding: 2px; }
#autocomplete li.selected, tr.selected td, tr.selected td.active { background: #027ac6; color: #fff; }
.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item { margin: .25em 0; }
#center form { margin-bottom: 2em; }
.form-button, .form-submit { margin: 2em .5em 1em 0; }
#dblog-form-overview .form-submit, .confirmation .form-submit, .search-form .form-submit, .poll .form-submit, fieldset .form-button, fieldset .form-submit, .sidebar .form-button, .sidebar .form-submit, table .form-button, table .form-submit { margin: 0; }

div.admin-panel, div.admin-panel .description, div.admin-panel .body, div.admin, div.admin .left, div.admin .right, div.admin .expert-link, div.item-list, .menu { margin: 0; padding: 0; }
div.admin h3 { margin-bottom: 0; }
div.admin .left { float: left; width: 48%; }
div.admin .right { float: right; width: 48%; }
div.admin-panel { background: none; padding: 1em 1em 1.5em; }
div.admin-panel .description { margin-bottom: 1.5em; }
div.admin-panel dl { margin: 0; }
div.admin-panel dd { color: #898989; font-size: .92em; line-height: 1.3em; margin-bottom: .65em; margin-top: -.2em; }

.messages { background-color: #fff; border: 1px solid #b8d3e5; }
.preview { background-color: #fcfce8; border: 1px solid #e5e58f; }
.preview .node { background-color: #fcfce8; }

span.form-required { color: #ffae00; }
.description { color: #898989; font-size: .92em; line-height: 150%; margin-bottom: .75em; }
.messages, .preview { margin: .75em 0; padding: .5em 1em; }
.messages ul { margin: 0; }
.box { margin-bottom: 2.5em; clear:both;}
.profile dd { margin-bottom: 1.6em; }
.profile h3 { border-bottom: none; }

div.status { border-color: #c7f2c8; color: #33a333; }
div.error, tr.error { background-color: #fcc; color: #a30000; }
.form-item input.error, .form-item textarea.error { border: 1px solid #c52020; color: #363636; }
table.system-status-report th { border-color: #d4e7f3; }
table.system-status-report tr.error, table.system-status-report tr.error th { background-color: #fcc; border-color: #ebb; color: #200; }
table.system-status-report tr.warning, table.system-status-report tr.warning th { background-color: #ffd; border-color: #eeb; }
table.system-status-report tr.ok, table.system-status-report tr.ok th { background-color: #dfd; border-color: #beb; }

.block-views h2{
font-size: 1.1667em;
margin: .3em 0;
padding-top:5px;
border-top:1px solid #d5d5d5;
}

#block-views-taxonomy_term_14-block_1.block-views h2{
border-top:none;
font-weight:normal;
font-size:150%;
}

div.field-content em{
font: 9pt Segoe UI,Arial, Helvetica, sans-serif;
margin-bottom:2px;

font-style:italic;
}

div.field-content p{
padding-left:15px;
margin-bottom:0.1em;

}


/********************************************************************************************/
/*GT*/
/**
*Front-region
*/
#front_region_id {

background-color: #ffffff ;
width:980px;
height:472px;
/*background: transparent url('images/home_banner.jpg') no-repeat;*/

} 
#front_region_id .block{

margin:0px;
/*background: transparent url('images/home_banner.jpg') no-repeat;*/
} 


#front_links_region_id {

	clear:both;
	width:980px;
	height:24px;
	overflow:hidden;
	background: #ffffff url('images/minor_links_bg.jpg') repeat-x bottom;
	text-align:right;
	border-top:1px solid #cbcbcb;
	border-bottom:1px solid #cbcbcb;
	
} 

#front_links_region_id .block{

	margin:0px;
	float: right;

} 

#page_links_region_id {

	clear:both;
	width:980px;
	height:24px;
	overflow:hidden;
	background: #ffffff url('images/minor_links_bg.jpg') repeat-x bottom;
	text-align:right;
	
} 

#page_links_region_id .block{

	margin:0px;
	float: right;

} 
/*GT*/

/**
*Page-region
*/
#page_region_id {
clear:both;
width:980px;
height:240px;
/*background: #ffffff url('images/interior_banner.jpg') no-repeat;*/
} 

#page-region-admin-banner {

width:980px;
height:240px;
background: #ffffff url('images/page-regions/admin_banner.jpg') no-repeat;
} 

#page-region-products-banner {

width:980px;
height:240px;
background: #ffffff url('images/page-regions/interior_banner.jpg') no-repeat;
} 

#page-region-company-banner {

width:980px;
height:240px;
background: #ffffff url('images/page-regions/company_banner.jpg') no-repeat;
} 

#page-region-download-banner {

width:980px;
height:240px;
background: #ffffff url('images/page-regions/download_page_banner.jpg') no-repeat;
} 

#page-region-students-banner {

width:980px;
height:240px;
background: #ffffff url('images/page-regions/student_store_banner.jpg') no-repeat;
} 

#page-region-download-free-trial-banner {

width:980px;
height:240px;
background: #ffffff url('images/page-regions/download_free_trial_page_banner.jpg') no-repeat;
} 


#page-region-support-banner {

width:980px;
height:240px;
background: #ffffff url('images/page-regions/support_banner.jpg') no-repeat;
} 

#page-region-contact-banner {

width:980px;
height:240px;
background: #ffffff url('images/page-regions/contact_banner.jpg') no-repeat;
} 

#page-region-store-banner {

	width:980px;
	height:240px;
	background: #ffffff url('images/page-regions/store_banner.jpg') no-repeat;
	
} 

#page-region-postergenius-banner {

width:980px;
height:240px;
background: #ffffff url('images/page-regions/postergenius_banner.jpg') no-repeat;

} 

#page-region-postergenius-demo-banner {

	width:980px;
	height:240px;
	background: #ffffff url('images/page-regions/postergenius_demo_banner.jpg') no-repeat;

} 

#page-region-postergenius-why-banner {

	width:980px;
	height:240px;
	background: #ffffff url('images/page-regions/postergenius_why_banner.jpg') no-repeat;

} 

#page-region-postergenius-users-banner {

	width:980px;
	height:240px;
	background: #ffffff url('images/page-regions/postergenius_users_banner.jpg') no-repeat;

} 

#page-region-postergenius-templates-banner {

	width:980px;
	height:240px;
	background: #ffffff url('images/page-regions/postergenius_templates_banner.jpg') no-repeat;

} 

#page-region-postergenius-faq-banner {

	width:980px;
	height:240px;
	background: #ffffff url('images/page-regions/postergenius_faq_banner.jpg') no-repeat;

} 

#page-region-postergenius-features-banner {

	width:980px;
	height:240px;
	background: #ffffff url('images/page-regions/postergenius_features_banner.jpg') no-repeat;

} 

#page-region-postergenius-newfeatures-banner {

	width:980px;
	height:240px;
	background: #ffffff url('images/page-regions/postergenius_newfeatures_banner.jpg') no-repeat;

} 

#page-region-postergenius-ideal-solution-banner {

	width:980px;
	height:240px;
	background: #ffffff url('images/page-regions/postergenius_ideal_solution_banner.jpg') no-repeat;

} 

#page-region-postergenius-services-banner {

	width:980px;
	height:240px;
	background: #ffffff url('images/page-regions/postergenius_services_banner.jpg') no-repeat;

} 

#page-region-postergenius-tutorials-banner {

	width:980px;
	height:240px;
	background: #ffffff url('images/page-regions/postergenius_tutorials_banner.jpg') no-repeat;

} 

#page-region-postergenius-customers-banner {

	width:980px;
	height:240px;
	background: #ffffff url('images/page-regions/postergenius_customers_banner.jpg') no-repeat;

} 

#page-region-postergenius-articles-banner {

	width:980px;
	height:240px;
	background: #ffffff url('images/page-regions/articles_banner.jpg') no-repeat;

} 

#page-region-postergenius-news-banner {

	width:980px;
	height:240px;
	background: #ffffff url('images/page-regions/news_banner.jpg') no-repeat;

} 


#front-absolute-links{

background-color: transparent;
position: absolute;
left:52px;
top:358px;
z-index:10;
visibility:visible;

}

#benefits-photoflow{

	background-color: transparent;
	position: absolute;
	left:65px;
	top:100px;
	z-index:2;
	visibility:visible;
	
}

#front-absolute-area {

position:absolute;
z-index: 0;

}

#front-absolute-postergenius-area {

position:absolute;
z-index: 0;
/*background: #ffffff url('../../../default/files/slideshow_1/gallery/album1/large/slide_1.jpg') no-repeat;*/
background: #ffffff url('images/front-regions/banner_background.jpg') no-repeat;
width:980px;
height:472px;

}

#front-absolute-benefits-area {

position:absolute;
z-index: 0;
background: #ffffff url('images/front-regions/banner_background.jpg') no-repeat;
width:980px;
height:472px;

}


#front-absolute-innovations-area {

position:absolute;
z-index: 0;
background: #ffffff url('images/front-regions/banner_background.jpg') no-repeat;
width:980px;
height:472px;

}


#front-absolute-download-area {

position:absolute;
z-index: 0;
background: #ffffff url('images/front-regions/download_banner.jpg') no-repeat;
width:980px;
height:472px;
}

#front-tutorials-area {

background: #ffffff url('images/front-regions/banner_background.jpg') no-repeat;
/*background-color:#ffffff;*/
width:980px;
height:472px;
padding-top:10px;
}

#front-templates-area {

background: #ffffff url('images/front-regions/banner_background.jpg') no-repeat;
width:980px;
height:472px;

}


.front-absolute-links-list li{

display:inline-block;
margin:0px;
padding:0px 5px 0px 0px;
background:none;
float:left;
}

#front-absolute-links-text{
text-align:center;
color:#777777;
font-size:0.75em;

}

#front-absolute-links-text.ext{
padding-top:2px;
}

ul.front-absolute-links-list{

padding:0px;

}


/**
* Front-links block menu
*/

#block-menu-menu-front-links{

font-family: Verdana, sans-serif ;
padding:0px 20px 0px 20px;

}

#block-menu-menu-front-links .content{

	height:24px;
	overflow:hidden;

}


#block-menu-menu-front-links ul {

font-family: Verdana, sans-serif ;
background: transparent;
padding: 0px;
font-size:11px;
font-weight: 500;
text-align:right;

}


#block-menu-menu-front-links ul li, 
#block-menu-menu-front-links ul li.leaf, 
#block-menu-menu-front-links ul li.expanded, 
#block-menu-menu-front-links ul li.collapsed {

min-height:24px;
height:24px;
margin: 0px;
padding:5px;
display: -moz-inline-box;
display: inline-block;
float: left;

}

/*#block-menu-menu-front-links ul li.hover, 
#block-menu-menu-front-links ul li:hover, */
#block-menu-menu-front-links ul li.active-trail
 {

min-height:24px;
height:24px;
margin: 0px;
padding:5px;
display: -moz-inline-box;
display: inline-block;
float: left;
background: transparent url('images/minor_links_bg.png') no-repeat right top;

}


#block-menu-menu-front-links ul li a, 
#block-menu-menu-front-links ul li.leaf a, 
#block-menu-menu-front-links ul li.expanded a, 
#block-menu-menu-front-links ul li.collapsed a { 

display: inline; 
text-decoration:none;
border:none;
padding:0px 15px 0px 0px;

}




#block-menu-menu-front-links ul li{

display:inline;
list-style-type:none;
border:none;
background:none;

}

#block-menu-menu-front-links ul.menu li a:link, #block-menu-menu-front-links ul.menu li a:visited {

	/*color: #0051a5;*/
	color: #555555;


}

#block-menu-menu-front-links ul.menu li a:hover {

	/*color: #259c00;
	color:#F66901;*/
	color:#058CCC;
	text-decoration: none;

}

#block-menu-menu-front-links ul.menu li a.active {

	color:#058CCC;
	text-decoration: none;
	font-weight:bold;

}

#block-menu-menu-front-links ul.menu li.last a:link, #block-menu-menu-front-links ul.menu li.last a:visited {

color: #ffffff;

}

#block-menu-menu-front-links ul.menu li.last a:hover, #block-menu-menu-front-links ul.menu li.last a.active {

color: #ffffff;
text-decoration: none;

}

#block-menu-menu-front-links ul li.last
 {

min-height:18px;
height:18px;
margin: 0px;
padding:5px;
display: -moz-inline-box;
display: inline-block;
float: left;
background:none;


}

#block-menu-menu-front-links ul li.last a
 {

min-height:18px;
height:18px;
margin: -3px 0 0;
padding:3px 8px 0;
display: block;
float: left;
background: transparent url('images/download_minor_link.png') no-repeat center top;
font-weight:bold;
font-size:0.95em;
text-shadow:0 1px 1px #333333;
}

.views-field-view-node{
width:100%;
clear:both;
text-align:right;
padding-bottom:10px;
border-bottom:1px solid #d5d5d5;
margin-bottom:10px;
}

#slideshow {margin:5px 24px 0px 24px; clear:both; display:block; overflow:hidden; padding:5px 4px 0px 4px; background: transparent url(images/slideshow.png) no-repeat; height:26px;}
#slideshow .views_slideshow_singleframe_teaser_section, #slideshow .views_slideshow_singleframe_main, #slideshow .block-views , #slideshow .view-content, , #slideshow .views_slideshow_slide, #slideshow .content{background-color: none; }
#slideshow .views_slideshow_slide {display:block; overflow:hidden; width:100%;background: none; }
#slideshow .views-field-name { float:left; width:13%;text-align:center; display:block; overflow:hidden; background: none;}
#slideshow .views-field-title { float:right; width:85%; display:block; overflow:hidden;background: none;}

#nav1 {position:absolute; top:0; z-index:11; margin:auto; text-align:center; left:420px; border:none; outline:none; padding:6px 0 0 0;}
	
#frontpage-slideshow{  width:980px; border:none; outline:none; display:block; overflow:hidden; height:472px; }


#controls { z-index: 10; position: absolute; top: 0; left: 0; display: none; width:100%;border:none; outline:none;}

a#prev{ float:left; width:27px; height:27px; text-indent:-9999px; display:block; outline:none;
background:url(images/slideshow-controls/backward_slide_active.png) no-repeat center; border:none; padding:0 20px 20px 20px;}

a#next{ float:right; width:27px; height:27px; text-indent:-9999px; display:block; outline:none;
background:url(images/slideshow-controls/forward_slide_active.png) no-repeat center;  border:none; padding:0 20px 20px 20px;}

#controls span { margin: 0 5px ; border:none;}

#nav1 a { 	text-indent:-9999px; outline:none; 	width:16px; height:21px; display:inline-block; margin: 5px; border:none;  float:left;
background:url(images/slideshow-controls/slide_bullet-inactive.png) no-repeat center; }

#nav1 a.activeSlide { background:url(images/slideshow-controls/slide_bullet-active.png) no-repeat center; border:none; outline:none;}