html {
	height:100%;
	overflow-y: scroll;
}

body {
	/*font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;*/
	font:13px/1.231 Arial,"Helvetica Neue",Helvetica,clean,sans-serif;
	background-image: url(../images/common/main_background.jpg);
	background-repeat:no-repeat;
	background-color:#01095C;
	background-position:top center;
	height:100%;
	color:#222;
	margin: 0;
	padding: 0;
}

.float_left { float:left; }
.float_right { float:right; }

a:link, a:visited {
	color: #496693;
	text-decoration: none;
}

a:hover {
	color: #274471;
}

#master_container {
	min-height:100%;
	position:relative;
}

#alignment_container {
	margin:auto;
	width:1071px;
	min-height:100%;
	position:relative;
}

#header {
    margin:auto;
	width:980px;
	height:70px;
	z-index: 51;
	position: relative;
}

#header > .logo {
	position:absolute;
	top:-15px;
	left:0px;
	background-image: url(../images/common/digium_logo_trans.png);
	height:70px;
	width:206px;
	background-repeat: no-repeat;
/*	cursor:pointer; */
	z-index:7;
}

#header > .logout > a {
	position: absolute;
	right : 0px;
	margin-right: 10px;
	top : 24px;
	font-size: 108%;
	color: #fff;
	text-shadow: 
		0 1px 0 #666,
		0 2px 1px rgba(0,0,0,.1),
		0 0 3px rgba(0,0,0,.1),
		0 1px 3px rgba(0,0,0,.3);
}

#header > .logout > a:hover {
	color: #d7d7d7;
}

#main_nav {
	margin-left:-3px;
	margin-top:-40px;
	height:77px;
	position: relative;
	z-index: 50;
}

#main_nav > .menu_top_border {
    position:relative;
	background-image:url(../images/common/main_menu_and_page_pieces.png);
	background-repeat:no-repeat;
	width:1036px;
	height:77px;
	padding-left:45px;
}

#main_nav > .menu_top_border > .menu_title {
	position: relative;
	top : 33px;
	color : #fff;
	margin-left:30px;
	font-size:130%;
	letter-spacing:.03em;
	float:left;
	text-shadow: 
		0 1px 0 #666,
		0 2px 1px rgba(0,0,0,.1),
		0 0 3px rgba(0,0,0,.1),
		0 1px 3px rgba(0,0,0,.3);
}

#main_nav > .menu_top_border > .menu_title.right {
	margin-left: 0;
	float: right;
	margin-right: 60px;
}

.page_title {
	position:relative;
	background-image:url(../images/common/glass_and_page_bg_pieces.png);
	background-position:0px 0px;
	background-repeat:repeat-y;
	min-height:35px;
}

.page_title > .shine {
	position:absolute;
	top:-13px;
	left:47px;
	height:112px;
	width:983px;
	background-image:url(../images/common/main_menu_and_page_pieces.png);
	background-repeat:no-repeat;
	background-position:0px -174px;
}

.page_title > .title {
	margin-left:65px;
	font-size:146.5%;
	color:white;
	letter-spacing:.03em;
	float:left;
	text-shadow: 
		0 1px 0 #666,
		0 2px 1px rgba(0,0,0,.1),
		0 0 3px rgba(0,0,0,.1),
		0 1px 3px rgba(0,0,0,.3);
}

.page_title > .bottom {
	margin-left:46px;
	position:absolute;
	bottom:0px;
	height:1px;
	background-color:#9f9f9f;
	width:983px;
}

#content_container {
	padding-top:10px;
	background-image:url(../images/common/glass_and_page_bg_pieces.png);
	background-repeat:repeat-y;
	background-position:-1075px 0px;
	min-height:200px;
	padding-bottom:30px;
}

#content {
	width:955px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#content_end {
	background-image:url(../images/common/main_menu_and_page_pieces.png);
	background-repeat:no-repeat;
	background-position:0px -77px;
	width:1085px;
	height:97px;
	margin-left:-5px;
}

#footer {
	text-align:middle;
	padding-top:5px;
	padding-bottom:40px;
	margin-top:-20px;
	text-align:center;
	color:#e7e7e7;
}

#footer > a:visited, #footer > a {
	text-decoration:none;
	color:#f7f7f7;
}

#footer_highlight {
	position:absolute;
	bottom:0px;
	margin-top:-276px;
	background-image: url(../images/common/footer_highlight.png);
	width:100%;
	height:226px;
	z-index:-1;
}

/*LOGIN PAGE*/
.dux_login {
	background-image: url(../images/common/login_background.png);
	height: 522px;
	left: 50%;
	margin-left: -330px;
	margin-top: -260px;
	position: absolute;
	top: 50%;
	width: 670px;
}

.dux_login > .logo {
	background-image : url(../images/common/login_logo.png);
	height: 82px;
	margin-left: 180px;
	margin-top: 62px;
	width: 317px;
}

.dux_login > div.body {
	margin-left: 60px;
	margin-top : 50px;
}

.dux_login > div.body > .title {
	font-size: 182%;
	margin-bottom: 30px;
	margin-left: 10px;
	width: 550px;
}


