/*****************browsers interpret margin and padding a little differently, we'll remove all default padding and margins andset them later on******************/
* {
	margin: 0;
	padding: 0;
	outline: none;
}
img#imageID {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
/*Set initial font styles*/
body {
	text-align: left;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 75.01%;
	line-height: 1.5em;
}
h2, h3, h4, h5 {
	font-family: "Arial Black", Arial;
}
h3, h4, h5 {
	font-family: Verdana, Geneva, Helvetica, sans-serif;
}
/*set font size for all divs, this overrides some body rules*/
div {
	font-size: 1em;
}
/*if img is inside "a" it would have borders, we don't want that*/
img {
	border: 0;
}
/*default link styles*/
/* set all links to have underline and bluish color */
a, a:link a:active {
	text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
	background-color: transparent;
	color: #00ccff;
}
a:visited {
	text-decoration: underline;
	color: #00ccff;
/* a different color can be used for visited links */
}
/* remove underline on hover and change color */
a:hover {
	text-decoration: none;
	color: #68CFEF;
}
/*****************basic layout *****************/
body {
	background-color: #ccc;
	color: #333;
}
.banner {
font-size:0px;
line-height:0px;
display:block;
	text-indent:-9999em;
	padding-left: 225px;
	height:20px;
	background: url("../images/template/byline.png") no-repeat scroll 225px 4px transparent;
}
.splash .banner {
background:url("../images/template/bylineSplash.png") no-repeat scroll 289px 4px transparent;
bottom:97px;
position:absolute;
width:700px;

}
.intro {
	color: #000;
	text-align: center;
	font-size: 0.8em;
}
/* center wrapper, min max width */
div#pagewrapper {
	width: 960px;
	margin: 0 auto;
/* this centers wrapper */
	background-color: #fff;
	color: #fff;
	position: relative;
	z-index: 1000;
	height: 592px;
	background: url(../images/template/wrapperBg.jpg) no-repeat 0px 0px;
}
.splash div#pagewrapper {
	height: 585px;
	background: url(../images/template/SplashwrapperBg.jpg) no-repeat 0px 0px;
}
div#top {font-size:0px;
line-height:0px;
	margin: 0 auto;
	display: block;
	height: 12px;
	width: 960px;
	position: relative;
	z-index: 1000;
	background: url(../images/template/top.png) no-repeat 0 0px;
}
div#bottom {font-size:0px;
line-height:0px;
	margin: 0 auto;
	clear: both;
	display: block;
	height: 12px;
	width: 960px;
	position: relative;
	z-index: 1000;
	background: url(../images/template/bottom.png) no-repeat 0 0px;
}
.splash div#bottom {
	background: url(../images/template/Splashbottom.png) no-repeat 0 0px;
}




div#graphic {
	background: url("../images/template/generic_logo.png") no-repeat scroll 0 0 transparent;
	display: block;
	height: 178px;
	left: 16px;
	position: absolute;
	top: 0;
	width: 178px;
	z-index: 1000;
}

div#header {
	height: 77px;
/* adjust according your image size */
}
div#header h1 a {
/* you can set your own image here */
*/
	background: url(../images/template/slogan.png) no-repeat 220px 25px;
	/*   display: block;
	height: 77px;
/* adjust according your image size */
	text-indent: -999em;
/* this hides the text */
	text-decoration: none;
/* old firefox would have shown underline for the link, this explicitly hides it */
	font-size: 0px;
	line-height: 0px;
}
.splash #header {
display:block;
height:370px;
left:36px;
position:relative;
top:12px;
width:901px;
}
.splash div#header h1 a {
	background:url("../images/template/ofb.png") no-repeat scroll 508px 193px transparent;
	display: block;
	height:370px;
	text-indent: -999em;
/* this hides the text */
	text-decoration: none;
/* old firefox would have shown underline for the link, this explicitly hides it */
	font-size: 0px;
	line-height: 0px;
width:901px;
}
a#FTP {
	background: url("../images/template/FTP.png") no-repeat scroll 0 0 transparent;
	bottom: 14px;
	display: block;
	font-size: 0;
	height: 84px;
	left: 69px;
	line-height: 0;
	position: absolute;
	text-decoration: none;
	text-indent: -999em;
	width: 74px;
}
div#content {
	margin: 35px auto 2em 0;
/* some air above and under menu and content */
}
div#main {
	margin-left: 225px;
/* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
	margin-right: 85px;
}
div#sidebar {
	float: left;
/* set sidebar on the left side. Change to right to float it right instead. */
	width: 220px;
/* sidebar width, if you change this please also change #main margins */
	display: inline;
/* FIX IE double margin bug */
	margin-left: 0;
}
div#footer {
	clear: both;
	color: #6F6F6F;
	position: relative;
	width: 960px;
	margin: 0 auto;
}
div#footer {
	font-size: 0.8em;
	padding: 1.5em;
	text-align: center;
	padding-top: 0px;
}
div#footer p a {
	color: #6F6F6F;
}
.footertable {
	vertical-align: top;
}
.footertable a, .footertable a:visited {
	text-decoration: none;
	background-color: transparent;
	color: #6F6F6F;
}
.footertable a:hover {
	text-decoration: underline;
	background-color: transparent;
	color: #6F6F6F;
}
/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}
/* relational links under content */
div.left49 {
	width: 49%;
/* 50% for both left and right might lead to rounding error on some browser */
	font-size: 0.7em;
}
div.right49 {
	float: right;
	width: 49%;
	text-align: right;
	font-size: 0.7em;
}
/********************CONTENT STYLING*********************/
div#content {
}
/* HEADINGS */
div#content h1 {
	color: #000;
	font-size: 1.7em;
	text-align: left;
	padding-bottom: 1px;
	line-height: 2em;
	margin: 0 0 0.5em 0;
}
div#content h2 {
	color: #00ccff;
	font-size: 24px;
	text-align: left;
	padding-bottom: 1px;
	line-height: 1.5em;
	margin: 0 0 15px 0;
}
div#content h3, h3 {
	color: #fff;
	font-size: 14px;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
}
div#content h4 {
	color: #fff;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
div#content h5 {
	color: #294B5F;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
h6 {
	color: #294B5F;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
/* END HEADINGS */
/* TEXT */
p {
	font-size: 1em;
	margin: 0 0 1.5em 0;
/* some air around p elements */
	line-height: 24px;
	padding: 0;
}
blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}
strong, b {
/* explicit setting for these */
	font-weight: bold;
}
em, i {
/* explicit setting for these */
	font-style: italic;
}
/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
	margin: 0 0 2.5em;
}
/* END TEXT */
/* LISTS */
/* lists in content need some margins to look nice */
div#main ul, div#main ol, div#main dl {
	font-size: 1.0em;
	line-height: 1.6em;
	margin: 0 0 1.5em 0;
}
div#main ul li, div#main ol li {
	margin: 0 0 10px 10px;
}
/* definition lists topics on bold */
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
.hidden {
	display: none;
}
.image {
	padding: 5px;
}
#main #text {
	font-size: 12px;
}
.splash #text {
	position: absolute;
	bottom: 6px;
	right: 60px;
	text-align: right;
	font-weight: bold;
	font-style: italic;
	color: #3a598f;
}
.splash #text h2 {
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #3a598f;
	margin-bottom: 0px;
}
#bottomSlogan {
	position: Absolute;
	bottom: 37px;
	right: 107px;
	letter-spacing: 2px
}
#bottomSlogan a {
	text-decoration: none;
}
/* END LISTS */
* {
	margin: 0;
	padding: 0
}
/* mac hide \*/
html, body {
	height: 100%;
	width: 100%;
}
/* end hide */
body {
	text-align: center;
	min-height: 616px;
/* for good browsers*/
	min-width: 990px;
/* for good browsers*/
}
#outer {
	height: 100%;
	width: 100%;
	display: table;
	vertical-align: middle;
}
#container {
	text-align: center;
	position: relative;
	vertical-align: middle;
	display: table-cell;
	height: 616px;
}
#inner {
	width: 990px;
	height: 616px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#pagewrapper {
	text-align: left;
}

#clients
{font-size:11.5px;}


#clients p
{line-height:18px;}