body {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #444;
	line-height: 1.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #05496E;
}

.container {
	width: 980px;
	margin: 0 auto;
	background-color: 2c6b0f;
}

a {
	color: #319bda;
}

p {
	margin: 0 0 10px 0;
	text-align: justify;
}

a:hover {
	color: #0064a0;
}

img {
	border: 0;
	float: right;
}

.hr{
	border-top: 1px solid #000;
	background: #2e3640;
	height: 1px;
	overflow: hidden;
	width: 100%;
	margin: 10px 0 20px;
	float: left;
	clear: both;
}

h1, h2{
	text-indent: -99999px;
	display: block;
	height: 23px;
	margin: 0 0 5px 5px;
}

/*---------------------Header------------------------*/
#header {
	background-repeat: repeat;
	height: 159px;
	background-color: #05496E;
	background-image: url(images/img02.gif);
}

/*----------------------------------Banner-------------------------------*/
.banner {
	height: 159px;
	width: 630px;
	float: left;
}

/*----------------------------------Menu-------------------------------*/
#menu {
	float: right;
	height: 159px;
	width: 350px;
}

#menu ul {
	margin: 0;
	list-style: none;
	padding-top: 73px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	float: right;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 5px;
	padding: 7px 20px;
	text-decoration: none;
	font-size: 13px;
	color: #FFFFFF;
	background: url(images/img01.gif);
	background-repeat: repeat;
}

#menu a:hover {
	text-decoration: none;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#menu .active a {
	
}


/*----------------------------------Content-------------------------------*/
#content {
	width: 100%;
	float: left;
	color: #fff;
}

#content .main {
	width: 630px;
	float: left;
	position: relative;
	z-index: 5;
	overflow: hidden;
	background-color: #2C6B0F;
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 84px;
	padding-left: 10px;
}


#content .main h3 {
	margin: 25px 5px 10px;
	font-size: 1.5em;
	font-weight: normal;
	color: #eaffa4;
	background-position: left;
	text-align: left;
}

#content a {
	color: #fff;
}
#content a:hover {
	color: #ddd;
}

#content img {
	border: #FFFFFF;
	border: thin;
	padding: 5px;
	float: none;
	display: inline;
}

/*----------------------------------Rightcolumn-------------------------------*/
#content .rightcol {
	width: 300px;
	float: left;
	background-color: #2C6B0F;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 84px;
	padding-left: 0;
}
.rightcol h2 {
	height: 29px;
	margin-left: 15px;
}
#content .rightcol ul li h4{
	font-size: 1.1em;	
}
#content .rightcol ul li h4 a {
	text-decoration: none;
}
#content .rightcol a{
	text-decoration: underline;
}	
body #content .rightcol h3 {
	float: left;
	width: 279px;
	padding: 0 10px 15px;
	height: 15px;
	font-size: 1.5em;
	font-weight: normal;
}
body #content .rightcol h3 img {
	float: left;
	margin-right: 5px;
}
body #content .rightcol h3 small {
	font-size: 0.6em;
	color: #eaffa4;
}
#content .rightcol ul {
	float: left;
	margin: 0;
	padding: 0 10px 15px;
	list-style: none;
	width: 279px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left bottom;
}
#content .rightcol ul li {
	padding: 10px 0 5px;
	width: 279px;
	background: 66caff;
	float: left;
}
#portfolio #content .rightcol ul li {
	background: none;
}
#content ul li.first, #footer .container .auxlinks ul.col3 li.first, html #services .rightcol ul.check li.first {
	border-top-style: none;
	border-top-color: #66caff;
	border-right-color: #66caff;
	border-bottom-color: #66caff;
	border-left-color: #66caff;
}
#content ul li.last, #footer .container li.last{
	border-bottom: none;
	background-color: #000000;
	background-image: none;
}
html #services .rightcol ul.check li.last {
	border-bottom: none; 
}
#content .rightcol ul.check li{
	padding: 5px 0 5px 25px;
	font-size: 1.1em;
	width: 254px;
	background-color: #000000;
	background-position: 5px center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #66caff;
	border-right-color: #66caff;
	border-bottom-color: #66caff;
	border-left-color: #66caff;
}
/*------------------------------------Footer----------------------------*/
#footer {
	float: left;
	width: 100%;
	background-color: #FFFFFF;
	text-align:center;
}
#content .container td {
	padding-right: 20px;
	padding-left: 20px;
}
