html, * {
	padding:0;
	margin:0;
}

html {
	min-height: 100.01%; 
	margin-bottom: 1px;
}

html, body {
	min-width: 950px;
}

body{
	text-align:center;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 92%;
	color: #322878;
	line-height: 135%;
	text-align:left;
	margin:0;
	padding:0;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}

#text ol {
	margin-left:2em;
	margin-bottom:1em;
}

#text ul {
	margin-left:2em;
	margin-bottom:1em;
}

#content a:link, #content a:visited, #content a:hover, #content a:active { 
	text-decoration:underline;
	color: #783278;
}

#sidebar a:link { 
	text-decoration:none;  
	color: #643264;
}
#sidebar a:visited { 
	text-decoration:none; 
	color: #643264;
}
#sidebar a:hover { 
	text-decoration:none;
	color: #b5007b;
}
#sidebar a:active { 
	text-decoration:none;
	color: #b5007b;
}

a[@rel=ext]:link, 
a[@rel=ext]:visited,
a[@rel=ext]:hover,
a[@rel=ext]:active { 
	text-decoration:underline;
	color: #322878;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

#content h2, #content h3, #content h4, #content h5 {
	color:#783278;
	font-family:Georgia, "Times New Roman",Times,serif;
	font-weight:normal;
	padding-bottom: 1em;
}

#content h2 {
	font-size:1.6em;
	line-height:1.4em;
}

#content h4, #content h5 {
	font-weight:bolder;
}

#content table {
	width:100%;
	margin-top:1em;
}

#content table.striped th {
	background-color:#dedede;
	color:#3B0191;
	padding:4px;
}

#content table.striped td{
	padding:4px;
	background-color:#f7f7f7;
}

#content table.striped td.alt{
	background-color:#f0f0f0;
}

.sidebar #text img{
	margin-top:.5em;
	margin-bottom:.5em;
	border:1px solid #000;
}

.sidebar #text img.right{
	margin-left:1em;
}

.sidebar #text img.left{
	margin-right:1em;
}

.sidebar #text {
	width:auto !important;
	width:45em;
	max-width:45em;
	text-align:justify;
	margin-left:230px;
}

p {
	margin-bottom:1em;
}

#container {
	margin: 0 auto;
	width:950px;
	text-align:left;
    min-height:420px;
	height:auto !important;
	height:420px;
	position:relative;
}

body {
	background-color:transparent;
	background-position: center 0;
	background-repeat: no-repeat;
	background-image:url("../i/background.jpg");
}

body#main {
	background-image:url("../i/background-front.jpg");
}

#content {
	position:relative;
	padding: 60px 0px 0 0px;
    min-height:300px;
	height:auto !important;
	height:300px;
}

body#main #content {
	height:auto;
	min-height:0px;
}

#content ul {
	margin-left:2em;
}

#sidebar {
	position:relative;
	top:-11px;
	left:-20px;
	color:#643264;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	width:220px;
	float:left;
}

#text {
	position:relative;
	top:0;
	left:0;
}

#sidebar .image-container, .sample-image-container {
	width:229px;
	height:310px;
	background: url('../i/sidebar/noimage.jpg') 0 0 no-repeat;
}

.sample-image-container {
	float:right;
	border:1px #000 solid;
}

#sidebar .menu-container {
	position:relative;
	top:-35px;
	left:35px;
	text-align:left;
}

#sidebar h3 {
	color: #A09896;
	font-size:1.5em;
	width:210px;
	
}

#sidebar ul {
	position:relative;
	list-style-type: none;
	margin:0;
	margin-left:3px;
}

#header {
	padding:10px 0px 0px 0px;
	clear:both;
	position:relative;
}

body#main #header {
	height:102px;
	width:100%;
}

#header-logo span, #header-logo a {
	text-indent: -1000%;
	background: url("../i/logo.png") 0 0 no-repeat !important;
	background: url("../i/logo.gif") 0 0 no-repeat;
	width:350px;
	height:71px;
	margin-left:10px;
	margin-bottom:0px;
	display:block;
	outline: none;
}

#footer {
	padding:10px 0 5px 0;
	font-size:.9em;
	margin:3em 10px 0 10px;
	text-align:left;
	font-size:.8em;
	position:relative;
	border-top:1px solid #f3f3f3;
}

body#main #footer {
	margin-top:0;
} 

#footer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#weblab {
	position:absolute;
	top:10px;
	right:0;
}

ul.sitemap>li {
	display:block;
	width:200px;
    min-height:15em;
	height:auto !important;
	height:15em;
	float:left;
}

#login-box {
	position:absolute;
	top:14px;
	right:10px;
	color:#fff;
	font-size:11px;
	text-align:right;
}

#main #login-box {
	right:10px;
}

#login-box a {
	color:#fff;
	text-decoration:none;
	font-size:.9em;
	font-weight:bold;
}

form {
	font-size:1.1em;
	line-height:1.4em;
} 

input {
	padding:3px;
}

#messages {
	 width: 50%;
	 margin: 1em 0;
	 padding: .5em;
	 background: #ffa;
	 border: 1px solid #a00;
	 color: #a00;
	 font-weight: bold;
	 display: none;
}

ul.folders {
	list-style-type:none;
	margin:0 !important;
	padding:0;
	display:block;
}

ul.folders li {
	list-style-type:none;
	margin:0;
	width:140px;
	height:55px;
	padding-top:12px;
	float:left;
	display:block;
}

.icon, .small-icon {
	background-position-x:left;
	background-position-y:center;
	background-repeat:no-repeat;
	padding-left:60px;
}

.small-icon {
	padding-left:20px;
}

.feed-add {
	background-image: url("../i/icons/small/feed_add.png");
}

.feed-edit {
	background-image: url("../i/icons/small/feed_add.png");
}

.feed-delete {
	background-image: url("../i/icons/small/feed_delete.png");
}

.layout-add {
	background-image: url("../i/icons/small/layout_add.png");
}

.user-add {
	background-image: url("../i/icons/small/user_add.png");
}

.movies-folder-icon {
	background-image: url("../i/icons/Movies-48x48.png") !important;
	background-image: url("../i/icons/Movies-48x48.gif");
}

.pictures-folder-icon {
	background-image: url("../i/icons/Pictures-48x48.png") !important;
	background-image: url("../i/icons/Pictures-48x48.gif");
}

.video-icon {
	background-image: url("../i/icons/Play-1-Normal-48x48.png") !important;
	background-image: url("../i/icons/Play-1-Normal-48x48.gif");
}

#newsList .item {
	/*background-color:#f3f3f3;*/
	border-top:1px #ddd dotted;
	padding-bottom:1em;
	padding-top:.5em;
}

div.clear {
	font-size:1px;
}

#newsList .first {
	border-top:none;
}

#newsList .alt {
	/*background-color:#f7f7f7;*/
}

#newsList .item-top {
	position:relative;
	width:100%;
}

#newsList .item-content{
	padding-top:1em;
}

#newsList .title h3 {
	padding-bottom:0;
}

#newsList .title a {
	text-decoration:none;
}

#newsList .title a:hover {
	text-decoration:underline;
}

#newsList .date {
	font-size:12px;
}

.zend_form {
	font-weight:bold;
}

.zend_form dd {
	margin-top:.2em;
	margin-bottom:.3em;
	margin-left:1em;
}

.clear {
	clear:both;
}

.nsw-save-button,
.nsw-disabled-save-button, 
.nsw-disabled-save-button:focus, 
.nsw-disabled-save-button:active, 
.nsw-save-button:focus {
	background: url(images/fade-butt.png );
	background-color: #F2F2F2;
	border-color:#CCCCCC rgb(153, 153, 153) rgb(153, 153, 153) rgb(204, 204, 204);
	border-style:double;
	border-width:3px;
	color:#333333;
	padding:0.25em;
	float:right;
}

.nsw-disabled-save-button,
.nsw-disabled-save-button:focus, 
.nsw-disabled-save-button:active {
	color: #AAAAAA;
}

.nsw-save-button:active {
	background:#F4F4F4 none repeat scroll 0%;
	border-color:#999999 rgb(204, 204, 204) rgb(204, 204, 204) rgb(153, 153, 153);
	border-style:double;
	border-width:3px;
}

#news-container {
	margin-top:-65px;
	color:#322878;
	font-size:.82em;
	line-height:1.2em;
	position:relative;
	margin-bottom:10px;
	z-index:1;
}

#news-box, #news-box-narrow {
	float:left;
	width:711px;
}

#news-box-narrow {
	width:491px;
}

#article-box, #article-box-wide {
	float:left;
	border:2px solid #DB254D;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width:220px;
	padding-bottom:10px;
}

#article-box-wide {
	width:440px;
}

#article-box-wide .col {
	width:210px;
	float:left;
}

#news-container div.row {
	clear:both;
}

#news-container div.post {
	overflow:hidden;
}

#news-box div.post {
	height:75px;
}

#news-container div.last {
	margin-right:0;
}

#news-container div.date {
	font-size:.9em;
	font-weight:normal;
}

#news-container div.title a{
	font-weight:bold;
	text-decoration:none;
	color:#93184F;
}

#news-container div.title {
	margin-bottom:.3em;
}

#news-container div.title a:hover{
	text-decoration:underline;
}

#news-container div.post, #news-container div.post-image {
	padding-top:10px;
	position:relative;
}

#news-container div.post-image {
	min-height:75px;
	height:auto !important;
	height:75px;
	padding-left:85px;
}

#news-box div.post-image, #news-box-narrow div.post-image {
	padding-left:75px;
}

#news-box div.post, #news-box-narrow div.post {
	width:217px;
	float:left;
}

#news-box-narrow div.post-image, #news-box div.post-image {
	width:142px;
	float:left;
}

#news-container div.post-image a.image {
	position:absolute;
	top:10px;
	width:65px;
	height:75px;
}

#article-box-wide a.image, #article-box a.image {
	left:10px;
}

#news-box a.image, #news-box-narrow a.image {
	left:0px;
}

#weblab {
	display:block;
	background: transparent url(images/weblab.png) 0 -30px no-repeat;
	width:76px;
	height:27px;
	text-indent:-1000%;
	outline: 0;
}

#weblab:hover {
	background-position: 0 0;
}

#topbar {
	background-color:#fff;
	color:#000;
	border-bottom:2px solid #f2f2f2;
	padding:.3em;
	font-size:.9em;
	text-align:center;
}

label.required {
	padding-left:16px;
	background:transparent url("../i/icons/small/bullet_star.png") 0 0 no-repeat !important;
	background:transparent url("../i/icons/small/bullet_star.gif") 0 0 no-repeat;
}

p.hidden-note {
	display: none;
}

p.text-left {
	text-align:left;
}

p.important {
    color: red; font-weight: bold;
}

img.right {
	float:right; margin-left:1em;
}

img.left {
	float:left; margin-right:1em;
}

img.margin-bottom {
	margin-bottom:.5em;
}

img.margin-top {
	margin-top:.5em;
}

blockquote {
	text-align:left;
	margin-left: 40px; 
	font-style:italic;
}