@import "common.css";

body {
margin: 0;
padding: 0 0 20px 0;
text-align: center;
font-family: "Lucida Sans", Verdana, Arial, helvetica, sans-serif;
font-size: .7em;
background-color:#000000;
position:relative;
}

body.Popup {
	background-color:#FFFFFF;
	text-align: left;
}
body p, li{
	font-size: 1.1em;
}
a {
color: white;
}
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:none;}

#bounds {
height:580px;
width:995px;
margin:0 auto;
background: url(../img/body_bkgd.gif) left top repeat-x #99001F;
}
#boundsPopup {
	padding: 16px;
}
#boundsPopup a {
color: #903;
}
h1 {
margin-top: 0px;
margin-bottom: 12px;
} 
h2,h3,h4 {
margin-bottom: 12px;
} 
h1.popup,h2.popup {
	width: 375px;
	height: 5em;
}

#wrapper {
text-align: left;
margin: 0 auto;
padding-bottom: 0;
background-image: url(../img/grad_body_bkgd.gif);
background-position: 0 35px;
background-repeat: repeat-x;
background-color: #99001F;
height: 390px;
}
#topnav {
height: 35px;
font-size: 110%;
background-color: black;
padding-left: 20px;
}

#topnav ul {
list-style-type: none;
margin: 0;
padding: 10px 0 0 0;
}

#topnav ul li {
float: left;
}

#topnav ul li a {
border-right: 1px solid white;
padding: 0 20px;
text-decoration: none;
color: white;
font-weight: bold;
}

#topnav ul li.first a {
padding-left: 0;
}

#topnav ul li a:hover {
text-decoration: underline;
}

#mainArea {
	margin: 0 20px;
	padding-top: 80px;
	position: relative;
}
#popupArea {
	background: url(../img/logo_33.gif) 100% 0px no-repeat transparent;
}

#colLeft {
float: left;
color: white;
width: 740px;
}
#colLeft.NoNav {

}


#contentArea {
margin-right: 20px;
}
#contentArea p {
margin-top: 0;
line-height: 1.4em;
}
#restrictedArea {
overflow:auto;
	height: 250px;
	margin-bottom: 10px;
}

.contentOneColFullWidth {
clear: both;
}

.contentOneColWithImageColumn {
clear: both;
}

.contentOneColWithImageColumn div {
float: left;
}

.contentOneColWithImageColumn div.left {
width: 460px;
margin-right: 20px;
}

.contentOneColWithImageColumn div.right {
width: 260px;
}

.contentOneColWithImageColumn div.right img {
margin-bottom: 1em;
}


.contentOneColWithImageColumn div.left {
width: 410px;
margin-right: 20px;
}

.contentOneColWithImageColumn div.right {
width: auto;
margin-right: 20px;
float:right;
}

div.contentOneColWithFormColumn {
width: auto;
}

div.contentOneColWithFormColumnLeft {
width: 350px;
margin-right: 20px;
float:left;
}

div.contentOneColWithFormColumnRight {
width: 310px;
margin-right: 20px;
float:right;
position:relative;
}


div.contentOneColWithFormColumn2 div.contentOneColWithFormColumnLeft{
width: 500px;
}
div.contentOneColWithFormColumn2 div.contentOneColWithFormColumnRight{
width: 150px;
text-align: center;
}

.contentThreeColsFullWidth {
clear: both;
}

.contentThreeColsFullWidth div {
float: left;
width: 230px;
margin-right: 25px;
}

.contentThreeColsFullWidth div.colThree {
margin-right: 0;
}


#colRight {
float: right;
width: 150px;
font-size: 110%;
padding-bottom: 30px;
}

#colRight ul {
list-style-type: none;
margin: 0;
padding: 0;
}

#colRight ul li {
display: inline;
}

#colRight ul li a {
display: block;
background-color: white;
color: black;
padding: 3px;
text-decoration: none;
border-bottom: 1px solid #99001F;
font-weight: bold;
width: 144px;
font-size:13px;
}


#colRight ul li a:hover, #colRight ul li.on a {
color: white;
background-color: black;
}

#colRight ul li.on ul li a {
background-color: #FF335C;
color: black;
padding-left: 10px;
width: 137px;
font-weight: normal;
font-size:12px;
}

#colRight ul li.on ul li a:hover, #colRight ul li.on ul li.on a {
background-color: #FF6685;
color: black;
}



#colRight ul li.on ul li.on ul  a {
font-size: 0.9em;
background-color: #CC335C;
color: white;
padding-left: 10px;
width: 137px;
font-weight: normal;
}

#colRight ul li.on ul li.on ul li a:hover, #colRight ul li.on ul li.on ul li.on a {
background-color: #CC6685;
color: white;
}

h1 {
color: white;
margin-top: 0;
position: absolute;
display: block;
left: 0px;
top: 30px;
width: 760px;
}

#footer {
clear: both;
}


.clearBoth {
clear: both;
}



#picNav {

clear: both;

}



#picNav ul {

list-style-type: none;

margin: 0;

padding: 0;

}



#picNav ul li {

float: left;

margin: 0;

padding: 0;

margin-right: 20px;

}



#picNav ul li a {



background-repeat: no-repeat;

background-color: #9901F;

width: 100px;

height: 0px;

display: block;

padding-top: 150px;

color: black;

font-weight: bold;

font-size: 11px;

text-decoration: none;

text-align: center;
}





#picNav ul li a:hover, #picNav ul li.on a {

color: white;

}





p.contentButtonLink {
text-align: center;
}

p.contentButtonLink a {
border: 1px solid black;
padding: 3px 5px;
width: auto;
color: black;
background-color: transparent;
text-decoration: none;
}

p.contentButtonLink a:hover {
background-color: white;
}

.news {
	border: dotted thin white;
	padding:8px;
	margin:4px;
}

input, textarea {
	background-color:#FFFFFF;
	width:220px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
}
input#button {
	width:auto;
	padding: 2px;
	border: none;
	background-color: #FF0033;
	color: white;
}
input#radio,input#check {
	width: auto;
}	
th {
	color: white;
	padding: 4px;
	background-color: transparent;
	text-align: left;
}
body.Popup th {
	color: #333333;
}

th.right {
	text-align:right;
	width: 20%;
}

body.Popup th.right {
	width: 40%;
}

td.form {
	text-align:left;
}

a.popup {
	text-decoration:none;
	color:#FF0033;
	font-weight:bold;
}
p a.popup {
	background-color:#FF0033;
	color:white;
	padding: 3px 5px;
}

h2 a.popup {
	font-size: .8em;
}
a.popup:hover {
	text-decoration:underline;
}


table#applicationForm {
	width: 100%;
}

/* extra styles added 23.04.07 JK ------------ */

#restrictedArea {
/* scollbar coloring */
scrollbar-3dlight-color:#FF3366;
scrollbar-arrow-color:#FFFFFF;
scrollbar-base-color:#CC0033;
scrollbar-track-color:#890012;
scrollbar-darkshadow-color:#FF0033;
scrollbar-face-color:#FF0033;
scrollbar-highlight-color:#FF0033;
scrollbar-shadow-color:#CC0033;
}

#contentArea ul {
list-style-type: none;
margin: 0 0 1em 0;
padding: 0;
}

#contentArea a {
color: white;
}

#contentArea ul li {
display: inline;
}

#contentArea ul li a {
background: url(../img/icon_pointer_arrow.gif) 0 2px no-repeat transparent;
padding: 0 0 5px 15px;
text-decoration: none;
font-weight: bold;
display: block;
}

#contentArea ul li a:hover {
text-decoration: none;
background-position: -991px 2px;
padding-left: 18px;
}
div#error, div#error2 {
	padding: 4px;
}
div#error {
	background-color: #CC0000;
}
div#error2 {
	font-size: 1.5em;
	color: #CC0033;
}

div#message {
	font-size: 14px;
}
.black {
	color: black;
}

#flashcontent {
margin-left: 20px;
}

ul#directions{
	list-style-type: square;
}
ul#directions li{
	display: list-item;
	padding-left: 8px;
	padding-bottom: 4px;
	list-style-position: inside;
}



#printThisPage {
	width: 100px;
	float:right;
}
.mandatory {
	color: #FF3300;
	font-size: 16px;
	font-weight: bold;
}
p.newspreview {
	color: #FF99AA;
	font-size: .8em;
}
div#logo {
display: none;
}


div#rss {
	width: auto;
	height: 29px;
	position: absolute;
	left: 0px;
	top: 280px;
	background-color: #801;
	padding: 4px;
	
}
div#rss img{ 
margin-right: 4px;
	float: left;
}

#navLevel4 {
position: absolute;
left: 0px;
top: 65px;
}

#navLevel4 ul {
list-style-type: none;
margin: 0;
padding: 0;
}

#navLevel4 ul li {
float: left;
}

#navLevel4 ul li a {
background-image: url(../img/icon_pointer_lvl4_nav.html);
background-position: 9px .8em;
background-repeat: no-repeat;
float: left;
display: block;
padding: 3px 12px 3px 22px;
background-color: black;
margin-right: 1px;
}


h1 {
top: 20px;
/* border: 1px solid black; */
}
div#countdown {
	width: 440px;
	margin: 20px auto;
	font-size: 1.2em;
	font-weight: bold;
}
div#countdown a:link, div#countdown a:visited, div#countdown a:hover, div#countdown a:active {
	text-decoration: none;
}


p.center {
	text-align: center;
	margin: 0px;
	padding: px;
	margin-bottom: 10px;
}


a#oneAgentLogo {
	border: thin solid white;
	display: block;
	float: right;
	background-image: url(../img/One-agent-logo.gif);
	background-repeat: no-repeat;
	height: 68px;
	width: 150px;
	text-indent: -1000px;
	overflow: hidden;
}
body#MoreThanJustANumber #restrictedArea {
	height: 200px;
}
body#MoreThanJustANumber #colLeft {
	width: 100%;
}
body#MoreThanJustANumber div.contentOneColFullWidth {
	width: 550px;
	float: left;
}
div#agr_awards_2008 {
	margin-top: 35px;
	float: right;
	width: 320px;
	font-size: .9em;
}
div#agr_awards_2008 h3 {
font-size: 1.2em;
	margin-top: 0;
}
div#agr_awards_2008 div {
	float: left;
	width: 230px;
}
div#agr_awards_2008 img {
	float: left;
	margin-right: 30px;
}

