/* CSS by Tulakom */

body {
	margin: 0px;
	padding: 0px;
	font: 11px "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Geneva, Tahoma, Arial, Helvetica, sans-serif;
	color: #788;
	background: #738585;
}

#container {
	background: #FFFFFF url(images/bg.jpg) repeat-x center bottom;
}

#header {
	margin: 0px auto;
	width: 700px;
	background: url(images/bgheader.jpg) no-repeat center bottom;
	height: 45px;
	padding: 35px 40px 0px;
}
#logo {
	float: left;
	margin-top: 9px;
}
#logotype {
	float: right;
}

h1 {
	float: right;
	margin: 0px;
	background: url(images/logotype.gif) no-repeat;
	display: none;
	overflow: hidden;
	height: 35px;
	width: 213px;
}
h1 a {
	display: block;
	padding-top: 35px;
}

#maincontainer1 {
	background:  url("images/bgmainmid.jpg") repeat-y center top;
	margin: 0px auto;
	width: 780px;
}

#maincontainer2 {
	background:  url("images/bgmainbot.gif") no-repeat center bottom;
	padding-bottom: 20px;
}
.home #maincontainer2 {
	background: url(images/bgmainhome.jpg) no-repeat;
	padding-bottom: 0px;
	height: 320px;
}
#main {

	margin: 0px;
	padding: 0px 40px 0px;
	background:  url(images/bgmaintop.gif) no-repeat center top;
}
.home #main {
	background: url(none);
}

#nav {
	margin: 20px 0px 0px;
	padding: 0px;
	list-style: none;
	float: left;
	letter-spacing: 2px;
}
#nav li {
	margin-bottom: 5px;
}

#nav a {
	text-transform: lowercase;
	color: #778888;
	text-decoration: none;
	padding-left: 8px;
}
.home #nav a {
	color: #F0F4F5;
}
#nav a:hover {
	padding-left: 5px;
	color: #455;
	border-left: 3px solid #9c0;
}
.home #nav a:hover {
	color: #FFFFFF;
	border-left: 3px solid #CDDBDC;
}
#nav a.selected {
	padding-left: 5px;
	font-weight: bold;
	border-left: 3px solid #455;
	color: #455;
}
.home #nav a.selected {
	border-left: 3px solid #FFFFFF;
	color: #FFFFFF;
}

#content {
	line-height: 18px;
	float: right;
	width: 580px;
}
#content a {
	color: #566;
}
#content a:hover {
	color: #99CC00;
	text-decoration: none;
}
#description {
	text-align: right;
	margin: 175px 0px 0px 175px;
}
.clear {
	clear: both;
}
.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#footer {
	text-align: center;
	clear: both;
	margin: 0px auto;
	width: 700px;
	background: url(images/bgfooter.jpg) no-repeat;
	padding: 20px 40px 0px;
	height: 80px;
	overflow: hidden;
}
.home #footer {
	background: url(images/bgfooterhome.jpg) no-repeat;
}
#footer p {
	margin: 0px 0px 8px;
}
#footer a {

	color: #566;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#tracker {
	margin-top: 100px;
}

/* End Home */

#portorient {
	margin-top: 50px;
	letter-spacing: normal;
}
#portorient a, #portorient a:hover {
	border: none;
	padding-left: 0px;
}
#portorient img {
	margin-right: 6px;
}


h2 {
	line-height: normal;
	font-weight: normal;
	font-size: 36px;
	letter-spacing: -2px;
	color: #99CC00;
	clear: both;
	margin: 20px 0px 3px;
}
h3 {
	font-size: 14px;
	line-height: normal;
	margin: 3px 0px 20px;
}

h4 {
	color: #455;
	margin-bottom: 0px;
	line-height: normal;
	font-size: 13px;
	margin-top: 10px;
}
.external {
	background: url(images/iconworld.gif) no-repeat right center;
	padding-right: 14px;
}

#content dt {

	font-weight: bold;
	color: #455;
}
#content dd {

	margin: 3px 0px 15px;
}
.contactnow {
	clear: both;
	background: url(images/iconemail.gif) no-repeat 0px 4px;
	padding: 0px 0px 0px 18px;
	margin: 10px 0px 20px;
}

/* Column Treatments */

.half {
	width: 275px;
	float: left;
	padding-right: 15px;
}
.onethird {
	width: 180px;
	float: left;
	padding-right: 13px;
}
.onethird strong {
	color: #455;
	font-size: 13px;
}
.half p, .onethird p {
	margin-top: 5px;
	margin-bottom: 15px;
}
.half ul, .onethird ul {
	margin-left: 0px;
	list-style: none;
	padding-left: 0px;
}
.half li, .onethird li {
	margin-left: 0px;
	margin-bottom: 3px;
	background: url(images/bullet.gif) no-repeat 0px 6px;
	padding-left: 15px;
}

/* Process Page */

#phasetable {
	border-collapse:collapse;
}
#phasetable td, #phasetable th {
	border-bottom: 1px solid #778;
	border-top: 1px solid #788;
	padding: 3px 5px;
}
#phasetable th {
	background: #ACB7B7;
	color: #FFFFFF;
	text-align: left;
}
#phasetable strong {

	color: #455;
}
#phasetable tfoot td {
	background: #E9EBEB;
}

/* About Us Page */

#aboutprofile {
	width: 350px;
}
#aboutpartners {
	width: 200px;
}

/* CSS Page */

acronym {
	color: #556666;
	cursor: help;
}
