/*
1.GLOBAL
2.LAYOUT
3.NAVIGATION
4.SPECIAL
*/

/* -- 1.GLOBAL -- */
		
* {margin: 0; padding: 0;}
			
body {
	background: #fff;
}
.inner {
	position: relative;
	width: 970px;
	margin: 0 auto;
}
						
/* -- 2.LAYOUT -- */

#container {
	position: relative;
	background:url(/images/layout/bg/bg.gif) top left;
}
			
#header {
	background: url(/images/layout/bg/top.gif) top left repeat-x;
	height: 18px;
			
}
			
#masthead {
	position: absolute;
	top: 15px;
	width: 236px;
	height: 95px;
	background: url(/images/logos/logo-srv-screen.gif) no-repeat 0 0;
	z-index: 5;
}
#masthead a {
	display: block;
	width: 236px;
	height: 95px;
}
#content .inner {
	overflow: hidden;
}
#footer .inner #sidebar-cap {
	position: absolute;
	top: -27px;
	left: 0;
	background: url(/images/layout/bg/sidebar-bottom.gif) top left no-repeat;
	width: 237px;
	height: 30px;
	z-index: 5;
}
#main {
	padding: 100px 0 20px 0;
	float: right;
	width: 725px;
}
#sidebar {
	padding-bottom: 32768px;
	margin-bottom: -32768px;
	float: left;
	width: 220px;
}
#sidebar-column {
	background: url(/images/layout/bg/sidebar.gif) 24px 0 repeat-y;
	padding-bottom: 32768px;
	margin-bottom: -32768px;
	min-height: 50px;
	height: auto !important;
	height: 50px;
}
			
#footer {
	position: relative;
	background: url(/images/layout/bg/bottom.gif) bottom left repeat-x;
	height: 19px;
}
		
/* -- 3.NAVIGATION -- */

/* - Main Navigation - */
#main-nav {
	background: url(/images/layout/bg/sidebar-top.gif) 24px 100% no-repeat;
	padding: 110px 0 45px 0;
}
#main-nav ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

#main-nav li {
	position: relative;
	background: url(/images/layout/nav/main-nav-bottom.gif) left bottom no-repeat;
	margin: 0 0 5px 24px;
	padding: 0 0 4px 0;	
}
#main-nav li a {
	position: relative;
	display: block;
	background: url(/images/layout/nav/main-nav-top.gif) left top no-repeat;
	padding: 4px 0 0 0;
	color: #fff;
	text-align: right;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: bold;
}
#main-nav li a:hover {
	text-decoration: underline;
}
#main-nav li a span {
	display: block;
	margin-right: 11px;
	padding: 5px 10px 7px 10px;
	background: #483C7A;
}
#main-nav li.active {
	position: relative;
	background: url(/images/layout/nav/main-nav-bottom-active.gif) left bottom no-repeat;
}
#main-nav li.active a {
	position: relative;
	background: url(/images/layout/nav/main-nav-top-active.gif) top left repeat-y;
	color: #52488a;
}
#main-nav li.active a span {
	position: relative;
	background: transparent url(/images/layout/nav/main-nav-point-active.gif) right center no-repeat;
	margin-right: 5px;
	padding-right: 16px;
}

#main-nav li.parent {
	background: none;
}
#main-nav li.parent a {
	position: relative;
	background: url(/images/layout/nav/main-nav-top-active.gif) left top no-repeat;
	color: #8d85b9;
	width: 100%;
}
#main-nav li.parent a:hover, #main-nav li.parent.active a, #main-nav li.parent ul li.active a {
	color: #483c74;
}
#main-nav li.parent a span {
	position: relative;
	background: none;
}
#main-nav li.parent ul {
	position: relative;
	background: url(/images/layout/nav/main-nav-bottom-parent.gif) bottom left repeat-y;
	margin: 0;
	padding: 0 0 8px 0;
	width: 100%;
}
#main-nav li.parent ul li {
	background: none;
	margin: 0;
	padding: 0;
}
#main-nav li.parent ul li a {
	position: relative;
	background: none;
	font-weight: normal;
	width: 100%;
}

#main-nav li.parent.active a span, #main-nav li.parent ul li.active a span {
	background: transparent url(/images/layout/nav/main-nav-point-active.gif) right center no-repeat;
}
#main-nav li.parent ul li a span, #main-nav li.parent.active ul li a span {
	background: none;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* - Sub Navigation - */	
#sub-nav { 
	
}
			
/* -- 4.SPECIAL -- */

/* Image Replacement */
span.replace, #skip-nav {
	display: block;
	height: 0;
	width: 0;
	overflow: hidden;			
}
						
/* Clear fix */
.clear:after{
	clear: both;
	content: "."; 
	display: block; 
	height: 0;  
	visibility: hidden;
}
.clear{
	display: block;
}
/*  \*/
.clear{
	min-height:1%;
}
* html .clear{
	height:1%;
}
/*  */			