/* INITIAL
*/

/* Neutralize styling:
   Elements we want to clean out entirely: */ html, body, form, fieldset {
    margin: 0;
    padding: 0;
    font-family: Verdana;
    font-size: 12px;
}

/* Neutralize styling:
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6,  pre,
blockquote, ul, ol, dl, address {
        margin: 0px 0px 0.3em 0px;
        padding: 0px;
}

p {
	 margin: 0px 0px 1.5em 0px;
    padding: 0px;
}

/* Apply left margin:
   Only to the few elements that need it: */ li, dd, blockquote {
        margin-left: 3em;
        margin-bottom: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
}
img {
	border: 0px none;
}

/*
custom styles
*/

h1 {
	font-size: 24px;
	font-weight: normal;
}

#body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	font-family: arial;
	color: #ffffff;
}

#mainContent {
	text-align: enter;
	margin: 0px auto;
	width: 1024px;
}

#header {
	width: 1024px;
}

#logo {
	float: left;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	width: 384px;
	height: 267px;
}

#flash {
	float: left;
	background-image: url(../images/flash.jpg);
	background-repeat: no-repeat;
	width: 640px;
	height: 267px;
}

#center {
	clear: left;
	width: 1024px;
}

#spacer {
	float: left;
	width: 128px;
	height: 100px;
}

#menu {
	float: left;
	width: 256px;
	height: 423px;
	background-color: #b9b9b9;
	
}

#menuShade {
	background-image: url(../images/menuShade.jpg);
	background-repeat: no-repeat;
	background-position: right;
	width: 256px;
	height: 21px;
}

#menuContent {
	background-image: url(../images/greenStripe.jpg);
	background-repeat: repeat-y;
	background-position: 129px 0px;
	height: 402px;
}

#menuPlacer {
	text-align: right;
	width: 137px;
}

#menuPlacer a {
	text-decoration: none;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	margin-right: 10px;
}

#menuPlacer img {
	vertical-align: middle;
}

.menuSpacer {
	margin-top: 10px;
	width: 1px;
	font-size: 1px;
}

#content {
	float: left;
	width: 639px;
	height: 423px;
	background-color: #a7a7a7;
	background-image: url(../images/contentShade.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#pageContentText{
	padding-left: 25px;
	padding-top: 8px;
}

#rightContent {
	width: 356px;
	height: 423px;
	background-repeat: no-repeat;
	float: right;
}

#leftContent {
	width: 283px;
	height: 423px;
	float: left;
}

#stripe{
	float: left;
	background-image: url(../images/whiteStripe.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #d3d3d3;
	width: 1px;
	height: auto !important;
	min-height: 423px;
	height: 423px;
}

#pageTitle {
	width: 200px;
	text-align: left;
	margin-left: 65px;
	margin-top: 20px;
}

#footer {
	padding-left: 386px;
	color: #ccc;
}

#footer a {
	color: #ccc;
	text-decoration: none;
}

#loginPopup {
	background: url(../images/logo.jpg);
}

form label { display: block; float: left; width: 120px; color: #0c308e;}
#loginPopup { border:none; overflow:hidden; padding: 0px; margin: 0px; width: 375px; height: 259px;}
#innerLoginPopup { padding: 30px 30px; text-align: right; color: #fff; z-index: 200;}
#topLoginPopup { text-align: right; height: 20px; overflow: hidden; z-index: 200; padding: 12px 3px 0px 0px;}
#innerLoginPopup a, #innerLoginPopup label { color: #fff;}
#innerLoginPopup label { font-size: 125%; font-weight: bold;}
.mask { background-color:#000;-moz-opacity:0.75;opacity:.75;filter:alpha(opacity=75);}