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

body {
	background-color: #787463;
	background-image: url(images/bkgd.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #525252;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

}

h1 {
	color: #305F8D;
	font-size: 16px;
	margin-top: 10px;
	text-align: left;
	padding: 0px;
}
h2 {
	color: #305F8D;
	font-size: 16px;
	margin-top: 0px;
	text-align: left;
	padding: 0px;
}

h3, h4, h5, h6 {
	color: #305F8D;
}

hr  {
	border: 0;
	height: 1px;
	color: #A0A0A4;
	background-color: #A0A0A4;
}

#container {
	background-color: #FFFFFF;
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%;
}

A:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2A7FFF;
	text-decoration: underline;
	text-align: left;
}

A:visited { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; 
	color: #2A7FFF;
	text-decoration: underline;
	text-align: left;
}

A:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	text-align: left;
}

A:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2A7FFF;
	text-decoration: underline;
	text-align: left;
}

#header {
	background-color: #305f8d;
	margin: 0px;
	padding: 0px;
	width: 760px;
	height: 103px;
	background-image: url(images/headerbg.gif);
}
#nav {
	float: left;
	width: 760px;
	margin: 0;
	padding: 0px 0 0 0px;
	list-style: none;
	background: #656358 url(images/off_bg.gif) repeat-x top right;
	border-top: solid #fff 1px;
	border-bottom: solid #fff 1px;
	
}
#nav li {
float: left;
margin: 0;
padding: 0;
}
#nav a {
float: left;
display: block;
margin: 0 0px 0 0;
padding: 5px 20px;
color: #ffffff;
text-decoration: none;
border-right: 1px solid #FFFFFF;
background: #C2BDAA url(images/off_bg.gif) repeat-x top left;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}

#nav a:hover, #t-nav a {
	color: #49473F;
	border-color: #ffffff;
	background: #A4A08E url(images/on_bg.gif) repeat-x top left;
}
#maincontentind {
	margin: 0px 350px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 50px 0px 0px 25px;
	text-align: justify;
} 
#maincontentind p {
	font-size: 14px;
	text-align: justify;
} 
#maincontent {
	margin: 0px 0px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 40px 120px 0px 120px;
	text-align: justify;
} 
#maincontentprofile {
	margin: 0px 0px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 40px 80px 0px 80px;
	text-align: justify;
} 
#sidebarind {
	float: right; /* since this element is floated, a width must be given */
	width: 312px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	margin: 1px 0px 1px 0px;
	background-color: #FFF;
}
#maincontentother {
	margin: 20px 0px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 35px 150px 0px 60px;
	text-align: justify;
}
#maincontentcont {
	margin: 20px 0px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 40px 25px 0px 25px;
	text-align: left;
}
#maincontentindivprof {
	margin: 20px 0px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 60px 0px 0px 80px;
	text-align: left;
}
#sidebarother {
	float: right; /* since this element is floated, a width must be given */
	width: 290px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 45px 0px 0px 0px;
	margin: 0px;
	background-color: #464646;
	background-image: url(images/rightbkgd.gif) repeat-y right top;
}

#sidebar1ind img {
margin-top: 0px;
margin-bottom: 2px;
border: 0;
padding: 0;
}
.rightother img {
    border: 0px;
	padding: 0px;
}
div.rightother {
	width: 220px;
	margin: 16px 8px 0px 35px;
}
.rightother p {
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #CACACA;
	font-size: 11px;
	text-align: left;
	margin: 8px 0 0 0;
}
.floatright {
	float: right;
	padding: 0px;
	margin: 0px;
}
.floatleft {
float: left;
margin-right: 15px;
margin-bottom: 0px;
border: 0px;
padding: 0px;
}
.grey a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
	text-align: left;
}

.grey a:visited { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #666666;
	text-decoration: underline;
	text-align: left;
}

.grey a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	text-align: left;
}

.grey a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
	text-align: left;
}
#footer {
	text-align: left;
	height: 150px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	clear: left;
	background:#305f8d;
	background-image:url(images/footerbg.gif); 
	color: #CAE4FF;
}

#footer a:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CAE4FF;
	text-decoration: none;
}
#footer a:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CAE4FF;
	text-decoration: none;
}
#footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:active {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CAE4FF;
	text-decoration: none;
}
#container #wrappermain {
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#wrapper {
	background: url(images/rightbkgd.gif) repeat-y right bottom;
}
.box {
	width: 590px;
	background: url(images/bottom-bg.gif) repeat-x bottom left;
	margin: 0px;
	padding-bottom: 15px;
}
.box img {
	float: left;
	margin-top: 0px;
	border: 3px solid #FFFFFF;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 15px;
	clear: right;
}
.box img2 {
	float: left;
	margin-top: 25px;
	border: 3px solid #FFFFFF;
	margin-left: 15px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.box h2 {
	margin: 0px 0px 25px 0px;
	padding: 6px 8px 4px 25px;
	font-size: 15px;
	color: #FFFFFF;
	border-bottom: 1px solid #666666;
	background: url(images/h2-bg.gif) repeat-x top left;
}
.box p {
	margin: 0px 35px 10px 20px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	text-align: justify;
	color:#555555;
}
.box h3 {
	margin: 0px 0px 10px 20px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	color: #305F8D;
	font-size: 15px;
}
.boxcont {
	width: 700px;
	background: url(images/bottom-bg.gif) repeat-x bottom left;
	margin: 0px;
	padding-bottom: 15px;
	border: solid #656358 1px;
}
.boxcont h2 {
	margin: 0px 0px 25px 0px;
	padding: 6px 8px 4px 30px;
	font-size: 15px;
	color: #FFFFFF;
	border-bottom: 1px solid #666666;
	background: url(images/h2-bg-cont.gif) repeat-x top left;
}
.boxcont p {
	margin: 0px 35px 10px 30px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	text-align: justify;
	color:#555555;
}

br.clear {
    both;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E5E5E5;
	text-align: center;
	margin-top: 0px;
	height: 30px;
}
#bottombar {
	background-color: #656358;
	height: 22px;
	border-top: solid #FFFFFF 1px;
	border-bottom: solid #FFFFFF 1px;
	background-image: url(images/barbg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	margin: 0px;
	clear: both;
	padding: 0px;
}
#container #footer .address {
	margin: 0px;
	padding: 0px 20px 0px 0px;
	float: right;
	width: 292px;
	height: 150px;
	background-image: url(images/footerbgrgt.gif);
	border-left: solid #ffffff 1px;
	background-repeat: repeat-x;
	text-align: right;
}
#footer .address a:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CAE4FF;
	text-decoration: none;
	text-align: right;
}
#footer .address a:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CAE4FF;
	text-decoration: none;
	text-align: right;
}
#footer .address a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: right;
}
#footer .address a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CAE4FF;
	text-decoration: none;
	text-align: right;
}
#container #footer .partner {
	margin: 10px 0px 0px 30px;
	padding: 0px;
	clear: left;
	list-style-image: none;
	list-style-type: none;
	float: left;
}
#container #footer .consultant {
	margin: 10px 40px 0px 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	float: right;
	clear: none;
}
.address h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	margin-bottom: 0px;
	margin-top: 15px;
}
.partner h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	margin-bottom: 5px;
	margin-top: 5px;
}
.consultant h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	margin-bottom: 5px;
	margin-top: 5px;
}
#footer h2 {
	font-size: 13px;
	color: #FFFFFF;
	margin-top: 15px;
}
.tel {color: #CAE4FF}
#container #nav #t-cont a {
	border-right-style: none;
}
.top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A0A0A4;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 80px;
}
#container #wrappermain #maincontentother #clients {
	list-style-position: outside;
	list-style-type: disc;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#container #wrappermain #maincontentcont .contactimage {
	padding: 0px;
	float: right;
	width: 400px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.contactimage p {
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #808080;
	font-size: 12px;
	text-align: right;
	margin: 5px 0 0 0;
}
.contactdept {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
}
