/* COLORS

light slate: b2bcc4
dark slate blue: 8c99a4


*/

/* STANDARD TAGS: ============================================*/	

body {
	font-family: "Century Gothic", "Verdana", sans-serif;
	font-size: 12px;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #fff ;
}

/* ---------------[ links ]-----------------*/ 
a:link, a:visited {
	display: inline;
	text-decoration: none;
	padding: 1px 3px;
	color: #444;
	text-shadow: 0px 0px 2px #444;
}
a:hover, a:active {
	text-decoration: none;
	color: #fff;
	text-shadow: 0px 0px 2px #fff;
	background-color: #444;
}
a.pic, a.pic2 { background: none; padding: 0px; }
a.pic img { border: none; }
a.pic:hover img, a.pic:active img {
	background: #fff;
	box-shadow: 0px 0px 4px #f0f0f0;
	-moz-box-shadow: 0px 0px 4px #f0f0f0;
	-webkit-box-shadow: 0px 0px 4px #f0f0f0;
}
a.pic2:hover img, a.pic2:active img {
	border: solid 2px #444;
	box-shadow: 0px 0px 4px #777;
	-moz-box-shadow: 0px 0px 4px #777;
	-webkit-box-shadow: 0px 0px 4px #777;
}

/* ---------------[ images ]-----------------*/ 
img {
	border: solid 2px #f0f0f0;
}

/* ---------------[ text ]-----------------*/ 
h1 {
	font-size: 22px;
	font-weight: bold;
	margin: 12px 0px;
	margin-top: 24px;
	color: #000;
	border-bottom: solid 1px #a77;
	text-shadow: 0px 0px 4px #444;
}
h2 {
	font-size: 17px;
	font-weight: bold;
	margin: 12px 0px;
	margin-top: 18px;
	color: #000;
	text-shadow: 0px 0px 4px #444;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 12px 0px;
	color: #000;
	text-shadow: 0px 0px 3px #444;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
	color: #444;
	text-shadow: 0px 0px 3px #444;
	border-bottom: solid 1px #ccc;
}
p {
	font-size: 12px;
	font-weight: normal;
	margin: 12px 0px;
	text-align: justify;
}
strong {
	font-weight: bold;
	text-shadow: 0px 0px 2px #333;
}
strong2 {
	font-weight: bold;
	color: #999;
}

/* ---------------[ default lists ]-----------------*/ 
ul {
	list-style-type: none;
}
li {
	margin-bottom: 15px;
	text-align: justify;
}

/* ---------------[ "bulleted" lists ]-----------------*/ 
ul.bulleted {
	list-style-image: url(images/bullet.png);
}
ul.bulleted li {
	margin-bottom: auto;
}



/* SLIDER STYLING: ============================================*/	

#slider1, #slider2, #slider3, #slider4, #slider5, #slider6, #slider7 {
	display: block;
	padding: 0px 2px 2px 18px;
	margin-left: 5px;
	background: url(images/note-arrow-open.png) top left no-repeat;
}



/* WEBLOGIN PE: ============================================*/	

#wlpeLogin {
	border: none;
	width: 160px;
}
#wlpeLoginFieldset, #wlpeLoginButtons {
	border: none;
	display: block;
	margin: 0px;
	padding: 5px;
} #wlpeLoginButtons {
	text-align: right;
}
#wlpeLoginButtons button {
	width: 120px;
	font-size: 0.8em;
}
#wlpeLoginFieldset input {
	width: 80px;
	margin-right: 10px;
}
#wlpeLoginFieldset select {
	width: 70px;
	margin-right: 10px;
}
#wlpeLegend {
	font-weight: bold;
	text-shadow: 0px 0px 2px #444;
	margin-bottom: 5px;
}
#wlpeUsernameLabel, #wlpePasswordLabel, #wlpeStayLoggedInLabel {
	font-size: 0.7em;
	text-align: right;
	display: block;
	width: 160px;
}



/* ID TAGS: ============================================*/	

/* ---------------[ backgrounds ]-----------------*/ 
#background1 {
	position: fixed;
	top: 0px;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0px auto;
	background: #fff url(images/mainbg.jpg) center center no-repeat;
}
#background2 {
	position: fixed;
	top: 0px;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0px auto;
	background: url(images/fortress.png) bottom center no-repeat;
}
#background3 {
	position: fixed;
	top: 0px;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0px auto;
	background: url(images/fortress2.png) top center no-repeat;
}
#background4 {
	position: fixed;
	top: 0px;
	left: 0px
	display: block;
	width: 100%;
	height: 100%;
	background: none;
	background: url(images/left_gradient.png) top left repeat-y;
}

/* ---------------[ main elements ]-----------------*/ 
#page_wrapper {
	width: 100%;
	position: relative;
	display: block;
	margin: 0px;
	margin-top: 10px;
	text-align: center;
}
#header {
	position: relative;
	width: 630px;
	height: 160px;
	margin: 0px auto;
	border: solid 2px #f0f0f0;
	border-width: 2px 2px 0px 2px;
	background: url(images/headerv2.jpg) top left no-repeat;
}
#nav_body_wrapper {
	position: relative;
	width: 630px;
	top: -25px;
	border: solid 2px #f0f0f0;
	border-top: 0px;
	margin: 0px auto;
}
#nav {
	position: relative;
	width: 630px;
	height: 25px;
}
#main_wrapper {
	position: relative;
	width: 630px;
	background: url(images/contentbg.png) top left repeat;
}
#top_shadow {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 630px;
	height: 12px;
	background: url(images/topshadow.png) top left repeat-x;
	z-index: 1;
}
#content_box {
	float: left;
	width: 430px;
	padding: 15px;
	text-align: left;
	z-index: 100;
}
	
/* ---------------[ sidebar styles ]-----------------*/ 
#sidebar_box {
	padding: 5px;
	padding-top: 0px;
	display: block;
	width: 160px;
	background: none;
	float: right;
	text-align: left;
	z-index: 100;
}
#sidebar_box h1 {
	font-size: 14px;
	margin: 6px 0px;
}
#sidebar_box p {
	font-size: 11px;
	margin: 6px 0px;

}


/* ---------------[ footer styles ]-----------------*/ 
#footer {
	position: relative;
	top: -25px;
	color: #444;
	display: block;
	width: 630px;
	margin: 10px auto;
	font-size: 8px;
	text-align: center;
} #ie_footer { display: none; }

#footer div {
	margin-bottom: 5px;
}
#footer a:link img, #footer a:visited img { border: solid 1px #ccc; }
#footer a:hover img, #footer a:active img { border: solid 1px #a77; }



/* CLASSES: ============================================*/	

/* ---------------[ browser update warning ]-----------------*/ 
div.update {
	padding: 3px 3px 5px 3px;
	margin: 0px -5px 10px -5px;
	background: #afa;
	text-align: center;
}
div.update div {
	display: block;
	margin: 3px auto;
	font-size: 8px;
}


/* ---------------[ spacers and dividers ]-----------------*/ 
.sidebar_spacer {
	display: block;
	clear: both;
	width: 0px;
	height: 0px;
	margin: 10px 0px;
}
.sidebar_divider {
	margin: 10px -5px;
	display: block;
	clear: both;
	width: 170px;
	height: 3px;
	background: url(images/sidebar_divider.png) top right no-repeat;
}
.sidebar_floater {
	display: block;
	width: 160px;
	float: right;
	clear: right;
	margin: 10px 0px;
	text-align: center;
}
.spacer {
	display: block;
	height: 15px;
	margin: 0px;
}

.divider {
	clear: both;
	display: block;
	height: 0px;
	border-bottom: solid 1px #a77;
	margin: 7px 0px 7px 0px;
}


/* ---------------[ float elements ]-----------------*/ 
.float_left {
	clear: left;
	float: left;
	margin: 0px 10px 10px 0px;
}
.float_right {
	clear: right;
	float: right;
	margin: 0px 0px 10px 10px;
}
.clear_float {
	display: block;
	clear: both;
	width: 0px;
	height: 0px;
}


/* ---------------[ floating link box ]-----------------*/ 
.floatlink a {
	display: block;
	width: 130px;
	float: left;
	margin: 0px 10px 2px 0px;
	font-size: 18px;
	font-family: "Impact", "Century Gothic", sans-serif;
	font-weight: bold;
	padding: 6px;
	text-align: center;
	border: solid 2px #777;
	background: #b2bcc4 url(images/topshadow.png) top left repeat-x;
	text-shadow: 0px 0px 4px #777;
}
.floatlink a:link, .floatlink a:visited {
	color: #444;
}
.floatlink a:hover, .floatlink a:active {
	background: #fff url(images/topshadow.png) top left repeat-x;
	color: #777;
}


/* ---------------[ left drop-text ]-----------------*/ 
.droptext {
	float: left;
	clear:left;
	display: block;
	font-size: 2.5em;
	margin-right: 5px;
	margin-bottom: 5px;
}