/*/////// METRO POWER STYLE /////////////////////////////*/

body {
	margin: 0;
	padding: 0;
	background: #CCC; /* url(../images/bg_img.jpg) repeat-x*/
	font: Arial, arial, sans-serif;
	font-size: 12px;
	color: #666699;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-family: Arial, arial, sans-serif;
	color: #003366;
}

h1	{
	font-size: 21px;

}

h2 {
	font-size: 18px;
}

h3 {
	margin-top: 5px;
	font-size: 14px;
	line-height: 18px;
}

h4 {
	
	font-size: 12px;
	color: #666699;
	font-weight: 300;
	line-height: 18px;
	margin-top: 7px;
}

p, ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	text-align: left;
	margin: 10px 190px 0px 0px;
	
}

blockquote {
	padding-left: 20px;
	font-style: italic;
	font-size: 13px;
	color: #BBBBBB;
	text-align: left;
	/*background: url(../images/img05.gif) repeat-y;*/
}

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #FFCC00;
}

/* Header */

#header {
	width: 800px;
	height: 140px;
	margin: 0 auto;
	background-color: #001B2B;
	background-image: url(../images/metro_header_new.jpg);
	overflow:hidden;
}

/* Menu */

#menu {
	width: 800px;
	height: 31px;
	margin: 0 auto;
	background-image: url(../images/nav_banner.jpg);
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	/*display: block;*/
	float: left;
	padding: 8px 15px 5px 30px;
	background: ;
	letter-spacing: 1px;
	text-decoration: none;
	font: bold 12px "Trebuchet MS", Arial, Arial, sans-serif;
	color: #FFF;
}

#menu a:hover {
	color: #FFCC00;
}

#menu .first a {
	background: none;
}

/* Content */

#content {
	width: 760px;
	margin: 0 auto;
	padding: 20px;
	/*background: #0033CC url(../images/Metro04.jpg) repeat-x left bottom;*/
	background-color: #FFF;
	background-image: ;
	background-position: top;
	background-repeat: no-repeat;
	
}

#popup {
	background-color: #46ACE8;
	background-image: url(../images/metro_power_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	
	width: 320px;
	margin: 0 auto;
	height: 100%;
	padding: 10px;
}

.team {
	float: left;
	clear: both;
	margin: 1px;
	padding: 5px;
	}

.clear {
	clear: both;
	}

#popup h2 {
	color: #FFCC00;
	text-transform: lowercase;
	font-size: 2em;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: normal;
	}

#popup h3 {
	color: #FFCC00;
	text-transform: capitalize;
	text-decoration: none;
	letter-spacing: normal;
}

/* Posts */

#posts {
	float: right;
	width: 600px;
	padding-left: 20px;
	padding-bottom: 20px;
	background: url(../images/img05.gif) repeat-y;	
}

#pics {
	float: right;
	width: 190px;
	margin-left: 15px;
	margin-bottom: 10px;
}
#column {
	float: left;
	width: 175px;
	margin-right: 10px;
	margin-top: 20px;
}

/* Links */

#links {
	float: left;
	width: 130px;
	padding-left: 10px;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#links li ul {
	padding: 5px 0 30px 0;
}

#links li li {
	padding: 5px 10px;
	display: block;
	border-bottom: 1px solid #000066;
	margin-right: 40px;
	/*background: url(../images/img06.gif) repeat-x left bottom;*/
}

#links li a {
	text-decoration: none;
}

#links li a:hover {
	text-decoration: underline;
}

#links li i {
	font-style: normal;
	font-size: 9px;
}

#links li h2 {
	font-size: 14px;
}

#footer {
	float: left;
	width: 760px;
	border-top: 1px solid #CCC;
	margin: 20 0 0 10;
	padding: 10px 0px 0px 0px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 13px;
}

#footerbox1 {
	float: left;
	width: 160px;
}

#footerbox2 {
	float: left;
	width: 440px;
}

#disclaimer a:link {
	text-decoration: none;
}

a img {
	text-decoration: none;
	border: 0 none;
	}
	
	
table {
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	border-collapse: collapse;
	width: 580px;
	}

th {
	padding: 0 0.5em;
	text-align: left;
	}

tr.dark td {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background: #003366;
	color: #FFF;
	text-align: center;
	}
tr.blue td {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background: #CEF0FF;
	}
tr.light td {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background: #DFF6FF;
	}

td {
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
	padding: 3px 6px 6px 6px;
	vertical-align: top;
	}

td:first-child {
	width: 100px;
	text-align: center;
	}

td {
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	text-align: left;
	}
