#sweepui-mainsail {
	font-family: Helvetica, Arial, sans-serif;
	float: left;
	clear: both;
}

/**
 * Union+ 2
 */

/* Define body style */
#sweepui-body {
	background-color: #111111;
}
/* Remove padding and margin */
#sweepui-body *, #sweepui-body {
	padding: 0px;
	margin: 0px;
}

#sweepui-hull {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 980px;
}

/**
 * Layout
 */
#sweepui-mainsail {
	padding: 10px;
	float: left;
	clear: both;
	width: 960px;
}

#sweepui-mainsail h1 {
	margin: 10px;
}

#sweepui-content {
	width: 960px;
	float: left;
	margin-bottom: 10px;
	clear: both;
}
#sweepui-menu {
	float: left;
}

.sweepui-menu-100 {
	margin-left: 10px;
	margin-right: 10px;
	width: 100px;
}

.sweepui-menu-160 {
	margin-left: 10px;
	margin-right: 10px;
	width: 160px;
}

.sweepui-menu-220 {
	margin-left: 10px;
	margin-right: 10px;
	width: 220px;
}

#sweepui-menu ul {
	margin-bottom: 10px;
	margin-top: 10px;
	list-style-type: none;
}

#sweepui-menu li {
	text-align: right;
}

#sweepui-menu li a {
	padding-right: 5px;
	height: 30px;
	line-height: 30px;
	display: block;
}

#sweepui-menu li.scrollto a {
	padding-right: 5px;
	height: 25px;
	line-height: 25px;
	display: block;
}

#sweepui-section {
	float: left;
	margin: 10px;
}

.sweepui-section-640 {
	width: 640px;
}

.sweepui-section-760 {
	width: 760px;
}

#sweepui-aside {
	float: left;
}

.sweepui-aside-160 {
	background-color: white;
	width: 160px;
	margin: 10px;
}

.sweepui-advert-skyscraper {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	height: 600px;
	width: 120px;
}

// Remove border from a img
a img {
	border: none;
}

/**
 * union.css
 */
body {
	background-image: url(/uploads/union/bg.png);
	background-color: #FFFFFF;
	background-repeat: repeat;
	background-position: left top;
}

#flag {
	background-image: url(/uploads/union/flag_bg_home.png);
	background-repeat: no-repeat;
	height: 100px;
}

#menubar li a:link, #menubar li a:visited {
	color: #FFFFFF;
}

#menubar li a:hover {
	color: #7f7f7f;
}

#menubar li a:active {
	color: #888888;
}

#helloyou {
	background-color: #333333;
}

#helloyou .options a:link, #helloyou .options a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#helloyou .options a:hover, #helloyou .options a:active {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #61738f;
}

#suggestions li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.7em;
}

#suggestions li a:link, #suggestions li a:visited {
	color: #61738f;
	text-decoration: none;
}

#suggestions li a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #61738f;
}

/**
 * hull.css
 */
* {
	padding: 0px;
	margin: 0px;
}

img {
	border-width: 0px;
}

#hull {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 980px;
}

#boat {
	background-color: white;
	width: 100%;
	height: 100%;
	clear: both;
	float: left;
}

#messagewrapper {
	width: 100%;
	position: absolute;
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color: #ffff92;
}

#message {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}

#message p {
	padding: 10px;
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
}

#message p a {
	text-decoration: underline;
	color: #333333;
}

#menubar {
	font-family: Helvetica, Arial, sans-serif;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	width: 980px;
	float: left;
	clear: left;
	height: 30px;
	background-image: url(/uploads/union/menubar_bg.png);
	border-bottom-color: #0d0d0d;
	border-top-color: #0d0d0d;
	background-repeat: repeat-x;
}

#menubar ul {
	padding-right: 10px;
	padding-left: 13px;
	list-style-type: none;
}

#menubar li {
	text-transform: uppercase;
	font-size: 0.7em;
	line-height: 30px;
	list-style-type: none;
	float: left;
}

#menubar li a {
	border-right-style: solid;
	border-right-width: 1px;
	display: block;
	padding-right: 7px;
	padding-left: 7px;
	text-decoration: none;
	border-right-color: #0d0d0d;
}

#menubar li a.last {
	border-right-style: none;
	display: block;
	padding-right: 7px;
	padding-left: 7px;
	text-decoration: none;
}

#flag {
	margin-right: auto;
	margin-left: auto;
	width: 980px;
}

#flag #logo {
	margin-left: 20px;
	float: left;
}

#flag #helloyou {
	clear: right;
	display: inline;
	font-family: Helvetica, Arial, sans-serif;
	margin-right: 20px;
	float: right;
}

#flag #helloyou ul.options  {
	display: block;
	float: right;
	list-style-type: none;
}

#flag #helloyou .options li {
	font-size: 12px;
	float: left;
	list-style-type: none;
}

#flag #helloyou .options li a {
	display: block;
	padding: 5px;
}

#flag #search {
	float: right;
}

#suggestions {
	margin-left: 5px;
	display: none;
	background-color: white;
	width: 140px;
	position: absolute;
}

#suggestions ul, #suggestions ul {
	list-style-type: none;
}

#suggestions li a {
	display: block;
	padding: 5px;
}

#q {
	height: 12px;
	width: 130px;
	margin-left: 5px;
	border-style: none;
	padding: 5px;
	font-family: Helvetica, Arial, sans-serif;
}

/* Footer */
#sweepui-footer {
	width: 960px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: #242B2E;
	font-family: Helvetica, Arial, sans-serif;
	color: #DEE4E8;
}
#sweepui-footer h2 {
	padding-left: 5px;
	padding-bottom: 0px;
	padding-right: 5px;
	padding-top: 10px;
	font-size: 0.8em;
}
#sweepui-footer p {
	font-size: 0.7em;
	line-height: 1.4em;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-right: 5px;
	padding-top: 5px;
}
#sweepui-footer ul {
	list-style-type: none;
}
#sweepui-footer li {
	list-style-type: none;
	font-size: 0.7em;
	line-height: 1.4em;
	margin: 5px;
}
#sweepui-footer-advertise {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 10px;
}
#sweepui-footer-advertise a {
	width: 160px;
	height: 20px;
	display: block;
	background-image: url(/global/images/sweepui/advertise.png);
}
#sweepui-footer-advertise a span {
	display: none;
}
#sweepui-footer-advertise a:link, #sweepui-footer-advertise a:visited {
	background-position: left;
}
#sweepui-footer-advertise a:hover {
	background-position: center;
}
#sweepui-footer-advertise a:active {
	background-position: right;
}

#sweepui-footer p a, #sweepui-footer li a, #sweepui-footer h2 a {
	text-decoration: none;
	border-bottom-color: #53656C;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#sweepui-footer p a:link, #sweepui-footer li a:link, #sweepui-footer h2 a:link {
	color: #DEE4E8;
}
#sweepui-footer p a:visited, #sweepui-footer li a:visited, #sweepui-footer h2 a:visited {
	color: #DEE4E8;
}
#sweepui-footer p a:hover, #sweepui-footer li a:hover, #sweepui-footer h2 a:hover {
	color: #0080FF;
}
#sweepui-footer p a:active, #sweepui-footer li a:active, #sweepui-footer h2 a:active {
	color: #656565;
}
.sweepui-footer-entity {
	width: 230px;
	padding: 5px;
	float: left;
}

/* Side menu */
#sweepui-menu li {
	font-size: 0.9em;
}
#sweepui-menu li.scrollto {
	font-size: 0.7em;
}
#sweepui-menu ul {
	border-top-color: #cccccc;
	border-top-style: solid;
	border-top-width: 1px;
}
#sweepui-menu li {
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#sweepui-menu li a {
	background-repeat: no-repeat;
	background-image: url(/global/images/sweepui/ul-li-a-background-220.png);
	display: block;
	overflow: hidden;
	text-decoration: none;
}
#sweepui-menu li.inactive a:link, #sweepui-menu li.scrollto a:link {
	color: #0018e3;
	background-position: left top;
}
#sweepui-menu li.inactive a:visited, #sweepui-menu li.scrollto a:visited {
	color: #0018e3;
	background-position: left top;
}
#sweepui-menu li.inactive a:hover, #sweepui-menu li.scrollto a:hover {
	color: #190bdb;
	background-position: center top;
}
#sweepui-menu li.inactive a:active, #sweepui-menu li.scrollto a:active {
	color: #999999;
	background-position: right top;
}
#sweepui-menu li.inactive a:focus, #sweepui-menu li.scrollto a:focus {
	color: #999999;
	background-position: right top;
}
#sweepui-menu li.active a:link {
	color: #a8c9ff;
	background-position: left bottom;
}
#sweepui-menu li.active a:visited {
	color: #a8c9ff;
	background-position: left bottom;
}
#sweepui-menu li.active a:hover {
	color: #a8c9ff;
	background-position: center bottom;
}
#sweepui-menu li.active a:active {
	color: #999999;
	background-position: right bottom;
}
#sweepui-menu li.active a:focus {
	color: #999999;
	background-position: right bottom;
}



#sweepui-mainsail {
	background-color: #fcfcfc;
}
#sweepui-home-mainsail {
	background-color: #D5D5D5;
	padding: 10px;
	float: left;
	width: 960px;
}
#sweepui-mainsail a {
	text-decoration: none;
}
#sweepui-mainsail h1 {
	color: #2e7afa;
}
#sweepui-mainsail h1 a {
	color: #2e7afa;
}
.sweepui-entity {
	margin-bottom: 20px;
	clear: both;
}

/* Font size for headings */
.sweepui-entity-heading {
	font-size: 1em;
}
.sweepui-entity-heading a:link, .sweepui-entity-heading a:visited {
	color: #2e7afa;
}
.sweepui-entity-heading a:hover {
	color: #2e7afa;
}
.sweepui-entity-heading a:active {
	color: #2e7afa;
}

/* Font size for paragraphs */
.sweepui-entity-ps p {
	font-size: 0.8em;
	line-height: 1.4em;
}
.sweepui-entity-ps li {
	font-size: 0.8em;
	line-height: 1.4em;
}

/* standard paragraph spacing */
.sweepui-section-ps p, .sweepui-section-ps li {
	font-size: 0.8em;
	line-height: 1.4em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.sweepui-section-ps li {
	margin-left: 2.1em;
}

/* Forms */
.sweepui-text {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	padding: 4px;
	border-color: #E6E6E6;
	border-style: solid;
	border-width: 1px;
}

/* link that’s faded, then on hover highlights */
a.sweepui-a-faded:link {
	color: #BFBFBF;
}
a.sweepui-a-faded:visited {
	color: #CCCCCC;
}
a.sweepui-a-faded:hover {
	color: #3790b2;
}
a.sweepui-a-faded:active {
	color: #222222;
}

/* link that’s faded, then on hover highlights */
a.sweepui-a-bright:link {
	color: #4393ea;
}
a.sweepui-a-bright:visited {
	color: #4393ea;
}
a.sweepui-a-bright:hover {
	color: #333333;
}
a.sweepui-a-bright:active {
	color: #777777;
}

.sweepui-entity-ps-small {
	font-size: 0.7em;
}

.sweepui-border-top-light {
	border-top-color: #E6E6E6;
	border-top-style: solid;
	border-top-width: 1px;
}

.sweepui-textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size 0.8em;
	border-color: #E6E6E6;
	border-style: solid;
	border-width: 1px;
}

.sweepui-entity-row {
	border-top-color: silver;
	border-bottom-color: silver;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	background-color: #E6E6E6;
	float: left;
}

.sweepui-background-color {
	background-color: #f2f2f2;
}

.sweepui-as-light a:link {
	color: #e30013;
}
.sweepui-as-light a:visited {
	color: #e30013;
}
.sweepui-as-light a:hover {
	color: #444444;
}
.sweepui-as-light a:active {
	color: #eeeeee;
}
