@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial,Tahoma;
	font-size:14px;
	background:#020055;
	cursor:default;
	margin:0px;
	padding:0px;
}
a img {
	border:0px none;
}
h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
}
h1 { font-weight:normal; }
h2 { font-size:20px; }
h3 { font-size:18px; }
h4 { font-size:16px; }

h1, h2,h3 {
	color:#000455;
	font-family:Verdana,Arial;
}
h4 {
	color:#000000;
}
form {
	margin:0px; padding:0px;
}

#wrapper {
	width:880px;
	margin:0px auto;
	background:#020055;
}
#header {
	background:#ffe426;
	margin:0px auto;
	height:107px;
	overflow:hidden;
	margin-top:10px;
}
#header h1 {
	background:url(../images/header_logo.jpg) no-repeat top right;
	width:650px;
	line-height:400px;
}

#header #login {
	float:right;
	width:220px;
}
#header #login h5 {
	text-decoration:underline;
	font-size:14px;
	text-align:center;
	margin:5px 0px;
}
#header #login p {
	margin:3px 0px;
}
#header #login label {
	width:80px; padding:4px 0px;
	text-align:right;
	display:block; float:left;
	margin-right:5px;
}
#header #login input {
	width:120px;
}
#header #login .buttons {
	padding-left:85px;
}

#nav {
	height:75px; overflow:hidden;
	background:url(../images/content_top.jpg) no-repeat bottom;
}
#nav ul {
	background:url(../images/menu_rep.jpg) repeat-x;
	margin:0px; padding:0px;
	list-style:none;
	height:35px;
}
#nav ul li {
	float:left;
}
#nav ul li a {
	padding:8px 24px;
	display:block;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold; text-decoration:none;
}
#nav ul li a:hover {
	background:#000000;
}
#banner {
	margin:-40px 1px 10px 1px;
	clear:both;
}
#content {
	background:url(../images/content_rep.jpg) top repeat-y;
	padding:1px 0px;
}
#sidebar {
	float:right; clear:right;
	width:240px;
	margin:0px 20px;
	text-align:center;
	overflow:hidden;
	margin:0px;
}
#matter {
	margin-left:20px;
	width:580px; clear:left;
}
#matter_wide {
	margin:0px 40px;
	clear:both;
}
#matter p, #matter_wide p, {
	line-height:140%;
	font-size:14px;
	text-align:justify;
}

#footer {
	background:url(../images/content_bottom.jpg) top no-repeat;
	padding-top:50px;
	padding-bottom:10px;
	text-align:center;
	color:#FFFFFF;
}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
}

.img_right {
	float:right;
	margin:10px 0px 10px 10px;
}
.cleaner {
	clear:both;
	height:2px; overflow:hidden;
}
.spacer {
	margin:8px;
}

.boxes {
	clear:both;
	height:231px;
	margin-top:10px;
}

.boxes .red, .boxes .yellow, .boxes .green, .boxes .blue {
	width:184px; height:231px;
	margin-right:15px;
	float:left;
}
.boxes .red {
	background:url(../images/business_red.jpg) no-repeat;
}
.boxes .yellow {
	background:url(../images/box_yellow.jpg) no-repeat;
}
.boxes .green {
	background:url(../images/box_green.jpg) no-repeat;
}
.boxes .blue {
	background:url(../images/box_blue.jpg) no-repeat;
}

.myform p {
	margin:8px 0px;
}
.myform label {
	float:left; display:block;
	padding:4px; width:100px;
}
.myform input,.myform select, .myform textarea {
	padding:3px;
	width:250px;
}
.myform .buttons {
	margin-left:105px;
}
.myform .buttons input {
	width:auto;
	padding:4px 10px;
}

#blog_articles {
	margin:15px auto;
	width:226px;
	background:url(../images/rounded_rep.jpg) repeat-y;

}
#blog_articles ul li {
	margin:8px auto;
}
#blog_articles h4 {
	text-align:center;
}
