/* CSS Document */
body {
	margin:0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 9px;
	margin-bottom: 9px;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 9px;
	margin-bottom: 9px;
}

li li {
	font-size: 11px;
}

a {
	color: #1F8AD6;
	text-decoration: underline;
}



a:hover {
	color:#FF9900;	
}


.p_small {
	font-size: 11px;
}

.p_small_more {
	font-size: 9px;
}

.p_more {
	font-size: 14px;
}

.p_less_margin {
	margin-top:3px;
	margin-bottom: 3px;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size:24px;
	margin-top:6px;
	margin-bottom:10px;
}

h5, h3, h4 {
	margin-bottom:5px;
}

h5 {
	font-weight:normal;
	font-size:25;
}

h4 a {
	margin-left:5px;
	margin-right:5px;
}

#container {	
	/* MAIN WIDTH */
	width: 948px;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #F2F2F2;
}


#menubar {
	width: 949px;
	height: 149px;
	background-color:#FFFFFF;
	background-image:url(images/header.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#menuLink
{	
	position:relative;
	top:105px;
	left:361px;
	width: 583px;
	background-color:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#999999;
	font-weight:bold;
}

#service
{	
	position:relative;
	top:0px;
	margin-right:0px;
	margin-left:auto;
	width:560px;
	background-color:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#999999;
	font-weight:bold;
	text-align:right;
	
}

#service a
{
	color: #000000;
	font-size: 10px;
	text-decoration: none;
	font-weight:normal;
	margin-left: 8px;
	margin-right: 8px;
}

#service a:hover
{
	color:#006600;
	text-decoration: none;
}

#menuLink a
{
	color: #4B9F49;
	font-size: 11px;
	text-decoration: none;
	font-weight:bold;
	margin-left: 8px;
	margin-right: 8px;
}

#menuLink a:hover
{
	color:#006600;
	text-decoration: none;
}

#home #menubar {
	width: 949px;
	height: 315px;
	background-color:#FFFFFF;
	background-image:url(images/header_home.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#home #menuLink
{	
	position:relative;
	top:125px;
	left:357px;
	width: 583px;
	background-color:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#999999;
	font-weight:bold;
}


#submenu {
	background-image:url(images/bar_bg.jpg);
	background-repeat:repeat-y;
	background-position:right;
	height:24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#999999;
	font-weight:bold;
	padding-left:0px;
	padding-top:5px;
	text-align:right;
	padding-right:5px;
}

#submenu a{
	font-size: 11px;
	text-decoration: none;
	font-weight:bold;
	margin-left: 8px;
	margin-right: 8px;
	color:#999999;
}
#submenu a:hover{
	color:#CCCCCC;
}

#clear {
	clear:both;
	height:10px;
}

#content {
	border-collapse: collapse; 
	border-spacing: 0;
	margin-right:0px;
	margin-left:auto;
}

.ruler {
	border-top:1px solid;
	border-top-color:#49A347;
}
#colleft {
	width:200px;	
	background-color:#D4FFD2;
	vertical-align:top;
	padding:0;
}
#colright {
	width:611px;	
	padding-right: 30px;
	padding-left: 80px;
	vertical-align:top;
}
#home #colleft {
	width:200px;	
	background-color:#D4FFD2;
	vertical-align:top;
	padding:0;
}
#home #colright {
	width:440px;	
	padding-right: 30px;
	padding-left: 254px;
	vertical-align:top;
}

#home h2 {
	font-size: 16px;
	font-weight:normal;
	margin-top:6px;
	margin-bottom:10px;
}

