/*
 *  General Layout
 */ 
* {
    margin: 0;
    padding: 0;
}

body {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 0 12px;
    text-align: center;
}

p {
    margin-bottom: 12px;
    font-size: 12px;
}

h2 {
    margin: 12px 0;
    font-size: 14px;
	 font-weight: normal;
}

h3 {
    margin: 12px 0;
    font-size: 18px;
}

h1 {
    font-size: 16px;
    font-weight: normal;
}

a {
    color: #FF6600;
    font-size: 12px;
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
    color: #0011FF;
}

a.active {
    background-color: #CCCCCC;
    color: #FFFFFF;
    text-decoration: underline;
}

a img {
    border: 0
}

.link {
    color: #FF6600;
    cursor: pointer;
    font-weight: bolder;
}

.fake-link {
    color: #FF6600;
    cursor: pointer;
    font-weight: bolder;
}

.fake-link:hover {
    background-color: #CCCCCC;
    color: #FFFFFF;
    text-decoration: underline;
}

#page {
    margin: 0 auto;
    padding: 0 16px;
    text-align: left;
    width: 950px;
    background: url("/images/bg-sprite.png") repeat-y scroll -1964px 0 #FFFFFF;
}

#header {
    background: url("/images/bg-sprite.png") repeat scroll 0 0 transparent;
    height: 87px;
    margin: 0 -16px;
    width: 982px;
}

#wfplink {
    float: left;
    height: 75px;
    width: 517px;
}

#owmlink {
    float: right;
    height: 75px;
    width: 283px;
}

#promote {
    height: 91px;
    width: 950px;
    background: url("images/bg-sprite.png") repeat-x scroll -2946px 0 transparent;
}

#promoteleft {
    float: left;
    height: 91px;
    width: 318px;
    margin-left: 12px;
}

#promoteright {
    float: right;
    height: 91px;
    width: 318px;
    margin-right: 12px;
}

#header a span, #promote a span {
    display: none;
}

#login {
    color: #FFFFFF;
    background: #000000;
    text-align: right;
    height: 1.7em;
    font-size: 10px;
    width: 950px
}

#login a {
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
}

#login a:hover {
    text-decoration: underline;
    background: #000000;
}

#login ul {
    float: right;
    padding: 0 12px 0 0;
}

#login li {
    display: inline;
}

#menucontent {
    clear: both;
    background: #FFFFFF;
    width: 950px
}

#menucontent p {
    text-align: justify;
}

#menucontent h1 {
    margin: 0 0 8px 0;
    font-size: 16px;
    font-weight: normal;
}

#menu {
}

#menu ul {
    border-top: 1px solid #676767;
    border-bottom: 4px solid #FF6600;
    list-style: none;
    height: 32px;
    background: #676767;
    background: url(images/nav-bg.png) 0 0 repeat-x;
    padding: 0 0 0 89px;
}

#menu li {
    border-right: 1px solid #595959;
    float: left;
    height: 32px;
    line-height: 32px;
    padding: 0 8px;
    position: relative;
}

#menu li a {
    padding: 4px 10px;
    color: #fff;
    font-weight: bolder;
    text-decoration: none;
}

#menu li iframe {
	margin-top:5px;
}

#menu .first {
    border-left: 1px solid #595959 !important
}

#menu .active a {
}

#menu li:hover {
    border-bottom: 4px solid #D2B48C
}

#menu li a:hover {
    color: #ff6600;
    background: #fff;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    text-decoration: none;
}

#menu li:hover ul.horizontal-list {
    display: block
}

#menu ul.horizontal-list {
    white-space: nowrap;
    padding: 0 4px;
    height: auto;
    display: none;
    position: absolute;
    top: 32px;
    left: -1px;
    width: auto;
    background: #595959;
    border-left: 4px solid #ff6600;
    border-bottom: 4px solid #ff6600;
    border-right: 4px solid #ff6600;
    border-top: none
}

#menu .horizontal-list li {
    float: none;
    border: none
}

#menu .horizontal-list li a {
    border: none;
    color: #fff
}

#menu .horizontal-list li a:hover {
    color: #ff6600;
    background: #fff
}

#content {
    padding: 12px;
}


#contentleft {
    float: left;
    width: 435px;
    padding: 12px;
}

#contentleft ol {
    font-size: 12px;
    margin: 12px 0 12px 16px;
    padding: 5px;
}

#contentbottom {
    clear: both;
}

#contentright {
    float: right;
    width: 435px;
    padding: 12px;
}

#seocontent {
    padding: 6px;
	float: left;
	width: 600px;
}

#seo{
	float: right;
	width: 300px;
	padding: 5px;
	margin-top: 3px;
	margin-right: 3px;
	text-align: justify;
}

.seobox {
	border: 1px solid #999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #000;
	background-color: #eee;
}
.seobox ul {
    list-style: none;
    font-size: 1-px;
}

.seobox li {
    background: url(/images/icons/tick.png) 0 0 no-repeat;
    padding: 0 0 12px 21px;
}

#seocontentbottom {
	margin: 5px;
	padding: 4px;
	clear: both;

}


#footer {
    background: url("/images/bg-sprite.png") no-repeat scroll -982px 0 transparent;
    clear: both;
    color: #FFFFFF;
    height: 46px;
    margin: 0 -16px;
    padding: 12px;
    text-align: center;
	position:relative;
}

#footer p {
    text-align: center;
    margin: 0;
}

#footer ul {
    list-style: none;
}

#footer li {
    display: inline;
}

#footer li a {
    color: #FFFFFF;
    font-size: 10px;
    font-weight: normal;
    border-left: 1px solid #FFFFFF;
    padding: 0 8px;
    margin: 0 0 0 -4px;
}

#footer2 {
    margin: auto;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
    color: #ffffff;
    font-size: 10px;
    height: auto;
    padding-top: 30px;
    padding-bottom: 0px;
    padding-left: 5px;
}

#tandccontent {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: justify;
    color: #000000;
    font-size: 10px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
}

.smaller {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: justify;
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    font-style: italic;
}

.small {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: justify;
    color: #000000;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
}

.first a {
    border-left: 0 !important;
}

.bordergray {
    border: 1px solid #CCCCCC;
    padding: 4px;
}

.orange {
    font-size: 12px;
    color: #FF6633;
    font-weight: bolder;
}

#current-tab {
    background: #ff6600;
    color: #ffffff
}

.titlebox {
    border: 1px solid #BEBEBE;
    background: #DDDDDD;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    color: #000;
}
.titlebox ul {
    list-style: none;
    font-size: 12px;
}

.titlebox li {
    background: url(/images/icons/tick.png) 0 0 no-repeat;
    padding: 0 0 12px 21px;
}


#client-list {
    list-style: square inside;
    width: 840px;
    margin: 0 0 0 40px;
}

#client-list li {
    padding: 6px 0;
    float: left;
    width: 400px;
}
