/* @override http://accentbymasters.com/lib/style/style.css */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: none repeat-y center;
	font: 12px/130% Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

p {
	padding: 1px 0 5px;
	margin: 1px 0 5px;
}

/* @group Layout */

/* @group Welcome */

#welcome {
	font-weight: bold;
	color: #001d86;
	font-size: 24px;
	letter-spacing: 1px;
}

#welcomecompany {
	color: #3f3f3f;
	position: relative;
	top: 0;
	left: 5px;
	font-weight: bold;
}

/* @end */

/* @group Lists */

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul li {
	background: url(../../images/bullet.gif) no-repeat 0px 2px;
	margin: 0;
	padding: 0 0 5px 10px;
}

.right ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 250px;
}

.right ul li {
	background: none no-repeat 0px 2px #b5d2e9;
	margin: 0;
	padding: 3px 0 3px 10px;
	border: 1px solid #b1b9bf;
	height: 15px;
	color: #333333;
}

/* @end */

/* @group Columns */

#columnleft {
	width: 212px;
	border: solid #bfbfbf 1px;
	text-align: left;
	height: 520px;
}

#columncenter {
	width: 355px;
	border: 1px solid #bfbfbf;
	text-align: left;
}

#columnright {
	width: 215px;
	border: 1px solid #bfbfbf;
	text-align: left;
	height: 520px;
}

#columntworight {
	width: 576px;
	border: 1px solid #bfbfbf;
	text-align: left;
}

#columncenter .left {
	text-align: left;
	float: left;
	width: 130px;
}

#columncenter .right {
	text-align: left;
	float: right;
	width: 202px;
}

#columncenter img {
	border: 1px solid #7f7f7f;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}

#fullcolumn {
	width: 796px;
	border: 1px solid #bfbfbf;
	text-align: left;
}

.left {
	text-align: left;
	float: left;
	width: 505px;
}

.right {
	text-align: left;
	float: right;
	width: 250px;
}

.left_center_column {
	text-align: left;
	float: left;
	width: 37%;
}

.right_center_column {
	text-align: left;
	float: right;
	width: 59%;
}

/* @end */

/* @group Items */

.item {
	margin: 0;
	padding: 30px 0 0;
}

.item-left {
	margin-right: 15px;
	width: 235px;
	float: left;
}

.item-right {
	width: 245px;
	float: right;
}

/* @end */

.text {
	margin: 10px;
}

/* @end */

/* @group Footer */

#footer {
	text-align: center;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.footer {
	color: #404040;
	font-size: 10px;
}

.footeremail {
	color: #9999FF;
	font-size: 10px;
}

/* @end */

/* @group Links */

a:link {
	color: #4989b5;
	text-decoration: underline;
}

a:visited {
	color: #001f82;
	text-decoration: underline;
}

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

a:active {
	color: #CB0000;
	text-decoration: underline;
}

#solyx a:link, #solyx a:visited, #solyx a:hover, #solyx a:active {
	font-size: 60px;
	font-family: "Engravers MT";
	text-decoration: none;
	color: black;
}
	
/* @end */

div.clearer {
	clear: both;
	height: 0;
	line-height: 0;
}

/* @group Text */

.headlinegrey {
	border-bottom: 1px solid #7f7f7f;
	text-align: left;
	font-size: 16px;
	width: 100%;
	display: block;
	font-weight: bold;
	color: #595959;
	line-height: 20px;
	margin-bottom: 4px;
}

.headlineorange {
	border-bottom: 1px solid #7f7f7f;
	text-align: left;
	font-size: 16px;
	width: 100%;
	display: block;
	font-weight: bold;
	color: #d14c45;
	line-height: 20px;
	margin-bottom: 4px;
}

.orange {
	color: #d14c45;
	font-size: 12px;
	font-weight: bold;
}

.blue {
	color: #27399d;
	font-size: 13px;
	font-weight: bold;
}

.section_intro {
	font-weight: bold;
	color: #333333;
	line-height: 23px;
	font-size: 12px;
	padding-bottom: 5px;
	padding-top: 2px;
}

.section_text {
	color: #333333;
	padding-top: 2px;
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 21px;
}

strong {
	color: #333333;
	font-weight: bold;
}

/* @end */
