﻿@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-left: 0px;
	margin-top: 0px;
	background-image:url(images/global/bg1.jpg);
	background-repeat:repeat-x;
	margin-right: 0px;
	margin-bottom: 0px;

}
a:link {
	text-decoration: none;
	color: #0F3663;
}
a:visited {
	text-decoration: none;
	color: #0F3663;
}
a:hover {
	text-decoration: underline;
	color: #0F3663;
}
a:active {
	text-decoration: none;
	color: #0F3663;
}
#aacontainer { 
	width:980px;
	margin: 0 auto;
}
#container2 { 
	width:980px;
	margin: 0 auto;
}
#header {
	width:980px;
    height:122px;

}
#logo {
	width:323px;
    height:108px;
	float:left;

}
#login {
	width:600px;
    height:62px;
	margin:auto;
	float:right;
}

#nav {
	width:400px;
	margin:10px 0px 0px 0px;
    height:42px;
	text-align:right;
	float:left;

}

#righttop {
	width:400px;
	padding-top:10px;
	float:right;

}

#content {
    width:980px;
	height:410px;
	text-align:left;
	padding-left:40px;
	padding-top:40px;
    padding-right:40px;
	background-image:url(../images/global/bg-content.png);
	font-size:85%;color:#666;
}
#rotator {
    width:980px;
	height:436px;
}


#botad1 {
	width:323px;
    height:256px;
	float:left;

}#botad2 {
	width:323px;
    height:256px;
	float:left;

}#botad3 {
	width:329px;
    height:256px;
	float:left;

}
#footer {
	width:980px;
    height:125px;
	padding-top:40px;
	margin-top:30px;
	margin:auto;

}

#botads {
	width:980px;
    height:238px;
	background-image:url(../images/global/bg-companies.jpg);
	margin-top:30px;

}

#cpbbbox {
	width:420px;
	padding:20px 0px 0px 60px;
    height:218px;
	font-size:1.2em;
	float:left;

}

#pabox {
	width:420px;
	padding:20px 0px 0px 60px;
    height:218px;
	font-size:1.2em;
	float:left;
}

#socialmedia {
	width:112px;
    height:25px;
	margin-left:285px;
	float:left;

}

.sectionHeader
{
  text-transform:uppercase;
  font-weight:bold;
  font-size:14px;
}

.logintext
{
      -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left:3px;
}

#btnLogin
{
    
     -moz-border-radius: 10px;
    border-radius: 10px;
     padding: 3px;     

 
}

#btnLogin:hover {opacity: 0.6; }