/********************************************************************/
/* Centro Watt -- Enclosed Mall Website                             */           
/* screen.css                                                       */
/* Sets global styles for screen based media                        */
/********************************************************************/

/********************************************************************/
/* Reset Defaults                                                   */
/********************************************************************/
   
   
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 120%;
	color: #666666;
}


/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, /*ul,*/ ol, dl, address {
	margin: 0;
	padding: 0;
}


/* Apply left margin:
   Only to the few elements that need it: */
/*li,*/ dd, blockquote {
	margin-left: 1em;
}


/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}


fieldset {
	border: none;
}


/* Form field text-scaling */
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 120%;
}


/* no border on images */
img {
	border: 0px;
}


/********************************************************************/
/* Structural                                                       */
/********************************************************************/


body {
	text-align: center;
	font-size: 0.8em;
}


/* Masthead ------------------------------------------------------ */


h1 {
	width: 100%;
	padding: 40px 0 30px 0;
	background: #0075AE;
	display: block;
	margin: 0;
}


h1 span {
	display: none;
}



/* Navigation ---------------------------------------------------- */


#globalNav {
	border-top: 1px solid #C1C1AE;
	border-bottom: 1px solid #C1C1AE;
	text-align: center;
	background-color: #0075AE;
	background-image: url(../images/gnav_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}


#globalNav ul {
	display: inline;
	margin: 0;
	padding: 0;
}


#globalNav ul li {
	display: inline;
	margin: 0;
	padding: 0;
}


#globalNav ul li span {
	display: none;
}

a {
	color: #0075AE;
}

a:hover {
	color: #878762;
}

p.button {
	border: 1px solid #CACABA;
	color: #004799;
	font-size: 0.75em;
	font-weight: bold;
	background-color: #EAEAD7;
	line-height: 1.2em;
	text-align: center;
	padding: 5px;
}


p.button a {
	text-decoration: none;
	color: #0075AE;
}


p.button:hover {
	background-color: #E0E0CD;
}


p.button a:hover {
	color: #878762;
}


/* Content   ------------------------------------------------------ */

#contentWrap {
	background-image: url(../images/contentwrap_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}


#content {
	width: 742px;
	margin: 0 auto;
	min-height: 350px;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: left;
}


.singleColumn {
	padding: 30px;	
}

.twoColumn {
	width: 430px;
	float: left;
	padding: 30px;
}

.threeColumn {
	width: 185px;
	float: left;
	padding: 30px;
}

.goLeft {
	float: left;
}

/* Inline Images  ------------------------------------------------- */

.twoColumn img {
	display: block;
	border: 1px solid #BEBEAB;
}



/* Flash Content   ------------------------------------------------- */


#flashcontent {
	width: 740px;
	height: 285px;
	margin: 0 auto;
	border-left: 1px solid #B7B7A1;
	border-right: 1px solid #B7B7A1;
	border-bottom: 1px solid #B7B7A1;
}


/* Footer   ---------------------------------------------------- */


#footerNav {
	width: 742px;
	margin: 0 auto;
	margin-top: 20px;
	border-top: 1px dotted #C1C1AE;
	border-bottom: 1px dotted #C1C1AE;
	text-align: center;
	padding: 8px 0 8px 0;
	clear: both;
}


#footerNav p {
	font: 0.85em Arial, Helvetica, sans-serif;
	display: inline;
	color: #B7B7A1;
}


#footerNav p a {
	padding: 0 0.4em 0 0.4em;
	color: #B7B7A1;
	text-decoration: none;
}


#footerNav p a:hover {
	color: #0075AE;
	text-decoration: underline;
}


#corporate {
	margin: 0 auto;
	padding: 30px 0 30px 0;
	text-align: center;
}


#corporate span {
	display: none;
}

/********************************************************************/
/* Typography                                                       */
/********************************************************************/


h2 {
	position: relative;
	left: 1px;
}


h2 span {
	display: none;
}


h3 {
	font-size: 1.4em;
	line-height: 1.4em;
	color: #0075AE;
	margin-bottom: 1em;
}


strong {
	color: #878762;
}

#content p {
	margin: 0 0 1em 0;
}


#content ul {
	padding: 0;
	margin-left: 0;
}


#content ul li {
	padding: 0 0 0 1em;
	margin: 0 0 0.4em 0;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
}


dt {
	font-size: 1.2em;
	font-weight: bold;
	color: #0075AE;
	margin-top: 1.2em;
	margin-bottom: 0.2em;
}

dd {
	margin: 0;
	padding: 0 0 1.2em 0;
	border-bottom: 1px dotted #E5E5DD; 
}


dd ul {
	padding: 1em 2em 1em 2em !important; padding: 1em;
}

.subHead {
	color: #9F9F81;
	display: block;
	font-style: normal;	
	margin-bottom: 0.4em;
}


address {
	font-size: 0.85em;
	line-height: normal;
	padding: 0 0 1em 0;
	font-style: normal;
	font-weight: bold;
	color: #9F9F81;
}

#content ul.localNav {
	border-top: 2px solid #BEBEAB;
	color: #BEBEAB;
}

#content ul.localNav li {
	border-bottom: 1px dotted #B7B7A1;
	padding: 0.8em;
	margin: 0;
	list-style-position: inside;
	list-style-type: square;
	background-image: none;
}

#content ul.localNav li.active {
	background: #EDEDE7;
}

#content ul.localNav a {
	color: #0075AE;
	text-decoration: none;
}

#content ul.localNav a:hover {
	color: #BEBEAB;
}

/********************************************************************/
/* Forms                                                            */
/********************************************************************/

label {
	font-size: 10px;
	display: block;
	margin-bottom: 0.1em;
}

label.req {
	color: #0075AE;
	font-weight: bold;
}


input {
	display: block;
	margin-bottom: 1em;
	font-size: 0.9em;
	background: #FFFFFF;
	border: 1px solid #BEBEAB;
}

.threeColumn input {
	width: 182px;
}

input.button {
	width: 80px;
	font-size: 10px;
	font-weight: bold;
	color: #0075AE;
	display:inline;
	padding: 5px;
	margin-top: 0.5em;
	background: #EDEDE7;
	border: 1px solid #CACABA;
}

input.button:hover {
	background: #E0E0CD;
	cursor: pointer;
}


/********************************************************************/
/* Tables                                                           */
/********************************************************************/

table {
	margin: 0 -1.2em 0 -1.2em;
	clear: both;
}

th {
	padding: 1em 1em 0.4em 1em;
	text-align: left;
	font-size: 1.2em;
}


td {
	padding: 0.4em 1.2em 0.4em 1.2em;
	vertical-align: top;
}

tr.bg {
	background: #EDEDE7;
}