/* CSS Document */

body {
	background-color: #505050;
	margin-top: 30px;
	font: Arial,Helvetiva,sans-serif
}

p {
	font: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	color: #484848
}

a {
	color: #000066;
	text-decoration: none
}

A:link img, A:visited img {
	border-color: transparent
}

A:hover img  {
	border-color: transparent
}

a:hover {
	color: #000066;
	text-decoration: underline
}

h1 {
	margin-bottom: 10px;
	color: #7A7A7A;
	font-size: 20px;
	font-weight: bold;
	font: Arial,Helvetiva,sans-serif
}

h2 {
	margin-bottom: 8px;
	color: #484848;
	font-size: 17px;
	font-weight: bold;
	font: Arial,Helvetiva,sans-serif
}

h3 {
	margin-bottom: 8px;
	color: #484848;
	font-size: 15px;
	font: Arial,Helvetiva,sans-serif
}

ul {
	list-style: disc outside none;
}

ul.bullet {
	margin: 0px 0px 25px 5px
}

ul.bullet li {
	line-height: 20px;
	color: #505050;
	margin-left: 10px;
	background: transparent url(graphics/ico_circle.gif) 0 6px no-repeat;
	font: Arial, Helvetica, sans-serif
}

p.connect {
	float: left;
	list-style-type: none;
	margin: 0
	color: transparent;
	display: block;
	font-weight: normal;
	padding: 10px
}


#connect-outer {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 35px;
	z-index: 1;
	text-align: center;
	background: #FFFFFF
}

#connect-inner {
	margin: 0 auto;
	text-align: left;
	width: 1000px
}

#container {
	width: 1000px;
	background: #FFFFFF;
	text-align: left;
	position: relative;
	margin: 0 auto
}

#header {
	width: 1000px;
	height: 257px;
	background: url(graphics/header.jpg);
	text-align: left
}

#navigation {
	width: 975px;
	height: 30px;
	padding-top: 10px;
	padding-left: 25px;
	padding-bottom: 5px;
	background: #FFFFFF;
	text-align: left
}

#body {
	float: left;
	width: 1000px;
	background-color: #FFFFFF
}

/* Column One */

#columnone {
	float: left;
	width: 718px;
	padding: 10px 25px 0px 25px;
	background-color: #FFFFFF;
	text-align: left
}

#columnoneA {
	float: left;
	background: transparent url(graphics/body_bg.jpg) bottom left no-repeat
}

#columnoneB {
	width: 718px;
	height: 21px;
	background: url(graphics/body_header.jpg) no-repeat;
	text-align: left
}

#columnoneC {
	width: auto;
	padding: 0px 15px 15px 15px
}

/* Column Two */

#columntwo {
	float: left;
	position: absolute;
	left: 765px;
	top: 311px;
	width: 214px;
	background: #FFFFFF;
	z-index: 1;
	font-size: 12px
}

#columntwoA {
	background: transparent url(graphics/twitter_bg.jpg) bottom left no-repeat;
	margin-bottom: 20px
}

#columntwoB {
	width: 214;
	height: 21px;
	background: url(graphics/twitter_header.jpg) no-repeat;
	padding: 10px 0px 15px 15px ;
	text-align: left
}

#columntwoC {
	width: auto;
	padding: 10px 15px 15px 12px
}

#columntwo a {
	text-decoration: none;
	color: #000066
}

#columntwo a:hover {
	text-decoration: underline;
	color: #505050
}

/* Column Three */

#columnthree {
	float: left;
	width: 950px;
	padding: 10px 25px 0px 25px;
	background-color: #FFFFFF;
	text-align: left
}

#columnthreeA {
	float: left;
	background: transparent url(graphics/wide_body_bg.jpg) bottom left no-repeat
}

#columnthreeB {
	width: 950px;
	height: 15px;
	background: url(graphics/wide_body_header.jpg) no-repeat;
	text-align: left
}

#columnthreeC {
	width: auto;
	padding: 0px 15px 15px 15px
}

/* Footer */

#footer {
	float: left;
	width: 1000px;
	height: 72px;
	background: url(graphics/body_footer.jpg) no-repeat;
	text-align: left
}

#footericons {
	width: 1000px;
	height: 32px;
	background: transparent;
	padding-top: 25px;
	text-align: center
}


