/* CSS Document */
/*//////////////////////////////////////////////////////////////////*/
/*  Universal styles - these are for common UI styles               */
/*//////////////////////////////////////////////////////////////////*/
body {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0px;
}

body a:link, body a:active, body a:visited {
	color: #000000;
	text-decoration: underline;
}

body a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#maincontainer {
	width: 98%;
	margin-top: 5px;
}

/*//////////////////////////////////////////////////////////////////*/
/* Universal classes */
.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.txt-highlight {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

.txt-bold {
	font-weight: bold;
}

/* is redtxt needed? */
.redtxt {
	font-size: 14px; color: #FF0000; font-family: Verdana; font-weight: bold;
}

/*//////////////////////////////////////////////////////////////////*/
/*  Global homepage styles - these are for the global homepage      */
/*//////////////////////////////////////////////////////////////////*/
#globalheader {
}

#globalheader-left {
	float: left;
	margin-right: 8%;
	padding-left: 5%;
}

#globalheader-right {
}

#regionallist {
}

#regionallist h1 {
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 0px;
}

#regionallistmenu {
	vertical-align: top;
	margin-left: 15px;
}

#globalcontent {
	width: 98%;
	text-align: center;
}

#global-brandingbar {
	background-color: #FF0000;
}

#globalcol1 {
	width: 45%;
	float: left;
	padding-left: 2%;
	padding-right: 2%;
}

#globalcol2 {
	width: 45%;
	padding-left: 2%;
	padding-right: 2%;
	float: right;
}

#globalcol1 p, #globalcol2 p {
    font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: left;
}

#globalfooter {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	text-align: center;
	padding: 0px;
	margin-top: 25px;
	clear: both;
}

#globalfooter a:link, #globalfooter a:active, #globalfooter a:visited {
	color: #000000;
	text-decoration: underline;
}

#globalfooter a:hover {
	color: #FF0000;
	text-decoration: underline;
} 

#globalfooter ul {
	text-decoration: none;
	margin: 0px 0px 5px;
	padding: 0px;
}


#globalfooter li {
	text-decoration: none;
	display: inline;
	list-style-image: none;
	list-style-type: none;
}

#globalfooter p {
	text-decoration: none;
	margin: 0px 0px 10px;
	padding: 0px;
}

#globalfooter p img {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: none;
}

/* landing page styles */
#regionalbrandingheader {
	text-decoration: none;
}

#logo {
	text-decoration: none;
	margin-left: 10px;
	margin-top: 10px;
}

#logo img {
	text-decoration: none;
	margin-left: 0px;
	margin-top: 0px;
	border: none;
}

#tagline {
	float: right;
	margin-bottom: 5px;
	margin-top: -10px;
}

#landingcontent {
	width: 98%;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}

#landingcontent h1 {
	font-size: 20px;
	color: #000000;
	text-decoration: none;
}

#landingcolumn1 {
	margin-top: 25px;
	margin-left: 10px;
	margin-right: 10px;
	float: left; 
}

#landingcolumn1 img, #landingcolumn2 img {
	border: none;
}

#landingcolumn2 {
	text-align: left;
	padding: 0px;
	margin-top: 25px;
	margin-left: 0px;
}

#landingcolumn2 ul {
	font-size: 13px;
	text-decoration: none;
	text-align: left;
	margin-left: 0px;
	padding: 0px;
}

#regionallinkswrap {
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	width: 475px;
}

#landingcolumn2 li {
	text-decoration: none;
	display: block;
	list-style-type: disc;
	margin-left: 0px;
	padding: 0px;
}

#landingfooter {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	clear: left;
	text-align: center;
	padding: 0px;
	margin-top: 50px;
}

#landingfooter p {
	text-decoration: none;
	margin: 0px 0px 10px;
	padding: 0px;
}

#landingfooter p img {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: none;
}

#landingfooter ul {
	text-decoration: none;
	margin: 0px 0px 5px;
	padding: 0px;
}

#landingfooter li{
	text-decoration: none;
	display: inline;
	list-style-image: none;
	list-style-type: none;
}

#landingfooter a:link, #landingfooter a:active, #landingfooter a:visited {
	color: #000000;
	text-decoration: underline;
}

#landingfooter a:hover {
	color: #FF0000;
	text-decoration: underline;
} 
