/** BASIC */

.text1 {
	padding-left: 23px;
	background: url(../images/arrowDown.gif) no-repeat left center;
}

/** HEADER */

#header {
	height: 237px;
}

/** LOGO */
.LoggedIn
{	
	opacity: .35;
	filter: alpha(opacity=35);
	border: solid 1px #263D5F;
	background-color: #BADAA7;
	float: left;
	margin-left: 738px;
	margin-top: 25px;
	padding: 5px;
	width: 200px;
	}
.LoggedInText
{		
	position:relative;
	line-height:2em;
	color: #263D5F;
	font-size: 12px;
	font-weight: bold;
	}
.AccessDiv
{	color:Gray;
	float: right;
	margin-left: 708px;
	margin-top: 80px;
	margin-right:30px;
	}
.AccessInnerDiv
{	
    background-color:#fff;
    border: solid 1px #c0c0c0;
	padding:2px;
	width: 100px;
	text-align:center;
	font-weight: bold;
	}
#logo {
	width: 980px;
	height: 192px;
	margin: 0px auto;
	background: url(../images/Pod_Logo.jpg) no-repeat left bottom;
}

#logo h1, #logo h2 {
	display: none;
}

/** MENU */

#menu {
	width: 965px;
	height: 45px;
	margin: 0px auto;
	padding-left: 15px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	height: 45px;
	padding: 0px 0px 0px 2px;
	background: url(../images/homepage04.gif) no-repeat left top;
}



#menu .first {
	background: none;
}

#menu a 
{
}

#menu1 { }
#menu2 {}
#menu3 {}
#menu4 {}
#menu5 {}
#menu6 {}
#menu7 {}
#menu8 {}

#first #menu  .first a,
#contact #menu  .contact a,
#support #menu  .support a,
#workwith #menu  .workwith a,
#press #menu  .press a,
#technical #menu  .technical a,
#services #menu  .services a,
#recent #menu  .recent a{ 	background: url(../images/homepage05.gif) repeat-x left top;
	color: #204768;}

/** LINKS */

a {
	color: #2E5777;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a.footer
{
	color: #e0e8ef;
	text-decoration:none;
	}

.link1 {
	display: block;
	float: left;
	width: auto;
	height: 30px;
	padding: 15px 17px 0px 17px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.link1:hover {
	background: url(../images/homepage05.gif) repeat-x left top;
	color: #204768;
}

.link1:selected {
	background: url(../images/homepage05.gif) repeat-x left top;
	color: #ff0000;
}

.link2 {
	/*text-decoration: none;*/
	float: right;
}

/** CONTENT */

#content 
{
    min-height:475px;
	width: 980px;
	margin: 0px auto;
	padding: 40px 0px 20px 0px;
}

#left {
	float: left;
	width: 524px;
	height:inherit;
	padding-left: 30px;
}

#right {
	float: right;
	width: 340px;
	padding: 0px 30px 0px 20px;
	/*background: url(../images/homepage11.gif) repeat-y left top;*/
}

#subpage1 #left {
	width: 664px;
}

#subpage1 #right {
	width: 218px;
}

.SearchResults 
{
	margin-bottom:auto;
	width: 450px;
	padding-left: 30px;
}

/** FOOTER */

#footer 
{
	width: 980px;
	height: 70px;
	margin: 0px auto;
	padding-top: 17px;
}

#legals 
{
	color: #e0e8ef;
	float: left;
	width: 960px;
	padding: 15px 0px;
	text-align:center;
	background: url(../images/homepage19.gif) repeat left top; /* was repeat-y*/
}

#contacts {

	width: 385px;
	padding: 15px 0px 15px 23px;
	background: url(../images/homepage19.gif) repeat left top; /* was repeat-y*/
}

/** BOX1 */

#box1 
{
}

/** BOX2 */

#box2 {
	float: left;
	width: 237px;
	padding-right:18px;
}

/** BOX3 */

#box3 {
	float: left;
	width: 251px;
	padding-left: 18px;
	background: url(../images/homepage11.gif) repeat-y left top;
}

/** BOX4 */

.box4 
{
	padding:10px;
border-right:1px solid #88C9F4; border-left:1px solid #88C9F4;
	background-color:#D6ECFA;
}

/** BOX5 */

#box5 {
}

/** BOX6 */

#box6 {
	padding: 0px 30px;
}

/******ROUNDED CORNERS************/
.b1f, .b2f, .b3f, .b4f{font-size:1px; overflow:hidden; display:block;}
.b1f {height:1px; background:#88C9F4; margin:0 5px;}
.b2f {height:1px; background:#D6ECFA; border-right:2px solid #88C9F4; border-left:2px solid #88C9F4; margin:0 3px;}
.b3f {height:1px; background:#D6ECFA; border-right:1px solid #88C9F4; border-left:1px solid #88C9F4; margin:0 2px;}
.b4f {height:2px; background:#D6ECFA; border-right:1px solid #88C9F4; border-left:1px solid #88C9F4; margin:0 1px;}
.contentf {background: #D6ECFA; border-right:1px solid #88C9F4; border-left:1px solid #88C9F4;}
.contentf div {margin-left: 5px;}