@charset "utf-8";
/* CSS Document */
:link,:visited { text-decoration:none }

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ol,h1,h2,h3,h4,h5,h6,pre,form,body,html,blockquote,fieldset,input,ul,li{ margin:0; padding:0 } 
a img,:link img,:visited img { border:none } 
address { font-style:normal } 
li { list-style:none;}

/*HTML Tags - START*/
BODY {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../images/body-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;}
	
UL {
	padding:0px 0 0px 6px;}
	
LI {
	background-image:url(../images/bullet.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:8px;}
	
A, A:LINK, A:VISITED {
	color:#0e1655;}
	
A:HOVER {
	color:#72caee;}
	
P {
	font-size:12px;}
/*HTML Tags - END*/	

/*CLASSES - START*/
.clear {
	clear:both;
	line-height:1px;}
	
.btnsearch {
	background:none;
	border:0px none;
	background-image:url(../images/btnSearch.gif);
	width:60px;
	height:21px;}

.txtsearch {
	background-image:url(../images/txtSearch.gif);
	border:0px none;
	width:100px;
	height:16px;
	color:#8a8a8a;
	font-size:11px;
	padding:5px 0 0 7px;}
/*CLASSES - END*/

/*LAYOUT - START*/
#bg {
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;}

	#container {
		width:920px;
		margin:0px auto;}
		
		#header {
			height:123px;
			width:920px;
			background-image:url(../images/header-bg.jpg);}
			
			#headerLeft {	
				float:left;
				margin:0 0 0 22px;
				display:inline;}
				
			#headerRight {
				float:right;
				margin:0px 36px 0 0;
				display:inline;
				vertical-align:middle;}

				
		#navContainer {
			background-image:url(../images/navbg.gif);
			background-repeat:repeat-x;
			background-position:top;
			height:31px;
			width:100%;}
			
			#nav {
				float:left;
				padding:0 0 0 33px;}
				
				#nav A {
					font-family: Arial, Helvetica, sans-serif;
					float:left;
					font-size:11px;
					text-transform:uppercase;
					line-height:30px;
					margin-right:14px;
					background-image:url(../images/nav-arrow.gif);
					background-repeat:no-repeat;
					background-position:0px 13px;
					padding:0 0 0 9px;
					color:#0e1655;
					text-decoration:none;
					font-weight:bold;}
					
				#nav A:HOVER {
					color:#72caee;}

				.navSticky:LINK, .navSticky:VISITED {
					text-decoration:underline;}
				
			#search {
				float:right;
				display:inline;
				margin:4px 35px 0 0;}
			
		#mainimg {}
		
		#content {
			width:920px;}
		
			#contentLeft {
				width:519px;
				float:left;}

				
				#contentLeftInner {	
					padding:33px;}
				
			#contentRight {
				float:right;
				width:401px;}
				
				#contentRightA {
					width:202px;
					float:left;
					background-color:#ebebeb;
					background-image:url(../images/hostbox-leftbg.gif);
					background-position:left;
					background-repeat:repeat-y;
					_height:309px;
					min-height:309px;}
					
					#contentRightAInner {
						padding:0 10px 0 16px;}
						
						#contentRightAInner UL {
							margin:0px;
							padding:0px;}

						#contentRightAInner LI {
							margin:0px;
							padding:0 0 5px 0px;
							list-style:none;}
				
				#contentRightB {
					width:199px;
					float:left;}
				
		#footer {
			height:33px;
			width:100%;
			background-image:url(../images/footer-bg.gif);
			background-repeat:repeat-x;}
			
			#footer UL {
				padding:0px;
				margin:0px;
				margin-left:33px;}
			
			#footer LI {
				padding:0px;
				margin:0px;
				background:none;
				float:left;
				line-height:32px;}
				
				#footer lI A {
					color:#FFFFFF;
					text-decoration:none;
					font-size:10px;}
				#footer LI A:HOVER {
					text-decoration:underline;}
			
			#footerLeft {
				float:left;
				color:#FFFFFF;}
				
			#footerRight {
				float:right;
				width:199px;
				line-height:32px;
				color:#FFFFFF;
				font-size:10px;}
				
	#bottomLogos {
		margin:0px auto;
		width:920px;
		text-align:right;
		padding:20px 0 0 0;}
/*LAYOUT - END*/