/****************************************/
/*               v.2.3                  */
/****************************************/

/*########################################
              GENERAL
########################################*/
/* General */
html {
	width: 100%;
	color:#333333;
	text-align:left;
	background-color: #101d2a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
}
body { width: 100%; margin:0; border:none; }
img { border:none; }


/* General Titles */
h1 {
	font-size:1.4em;
	color: #101D2A;
	margin-top: 0px;
}
h2 {
	font-size:1.2em;
	color: #1B334A;
	margin-top: 0px;
}
h3 {
	font-size:1em;
	color: #213F5B;
	margin-top: 0px;
}
h4 {
	font-size:14px;
	color: #213F5B;
}


/* General Links */
a { color:#333399; text-decoration:underline; font-weight:normal; }
a:hover { text-decoration:none; }
a:visited { color:#612f6d; }


/* Height Light */
.light{ color:#496502; font-weight:bold; }


/* Clear */
.clear { clear:both; overflow:hidden; height:0px; }


/* Float */
.float-left { float:left; }
.float-right { float:right; }

/*########################################
              MAIN LAYOUT
########################################*/
#container {
  width:990px;
  margin: 0 auto;
}
#header {
  background: url("../images/header.jpg") no-repeat;
  width:990px;
  height:412px;
}
#content {
  background: url("../images/background.jpg");
  width:990px;
}
#nav {
  width:209px;
  margin:0 auto;
}
#left{
  width:227px;
  float:left;
}
#center{
  width:258px;
  color:#333;
  float:left;
}
#right{
  width:482px;
  text-align:left;  
  float:left;
}
#content-bottom {
  background: url("../images/content-bottom.jpg");
  width:990px;
  height:21px;
  overflow:hidden;
}
#footer {
	background: #e2e7d7;
	width: 990px;
	line-height:20px;
	text-align:center;
	font-family: Verdana;
	font-size: 10px;
	color:#020000;
	padding-top:10px;
}
#seal {
	text-align: center;
	float: left;
	width: 175px;
	padding:10px 0 10px 0;
}

/*########################################
              HEADER LAYOUT
########################################*/
#header .search-textbox{ width:128px; position:relative; top:36px; right:207px; float:right; font-size:14px; background:none; border:none; }
#header .search-button { width:30px; position:relative; top:36px; right:40px; float:right; }
#header .logo{ position:relative; top:129px; left:9px; float:left; }

/*########################################
           LEFT COLUMN LAYOUT
#######################################*/
#left .top { background:#ffffff url("../images/left-top.jpg") no-repeat top left; width:227px; height:49px; }
#left .login{ background:#ffffff; width:208px; padding:10px; height:80px; text-align:left; font:12px verdana; }
#left .login .label{ width:80px; height:18px; text-align:left; color:#9f9a98; float:left; margin-top:6px; }
#left .login .textbox{ width:120px; height:18px; background:#f8f7f3; text-align:left; font:10px Verdana bold; color:#9f9a98;
                       border:none; border-top:2px solid #edeadf; border-left:2px solid #edeadf;  margin-bottom:10px; float:left; }
#left .login .forgot{ margin-top:5px; color:#759f7e; margin-bottom:6px; float:left; }
#left .login .button{ margin-top:5px; float:right; margin-right:5px; }

/*########################################
              NAV LAYOUT
########################################*/
#nav img{ border:none; float:left; }
#nav li{ display:inline; padding:0; margin:0; border:none; }
#nav ul{ padding:0; margin:0; border:none; }
#nav .top{ background:url("../images/nav-top.jpg"); width:209px; height:8px; overflow:hidden; bborder:1px solid #ff00ff; }
#nav .content{ background:#e0ea8d url("../images/nav-content.jpg") repeat-x center top; width:209px; 
                height:auto !important; height:308px; min-height:308px; bborder:1px solid #ff00ff; }

/*########################################
           CENTER COLUMN LAYOUT
#######################################*/
#center .content{
	width:190px;
	margin-left:26px;
	margin-bottom:15px;
	margin-top:15px;
	font-size: 105%;
}
#center .pic {margin-left:15px;}

/*########################################
            RIGHT COLUMN LAYOUT
#######################################*/
#right .white-box{ width:482px; margin:0 auto; }
#right .white-box .top{ height:9px; overflow:hidden; background:url("../images/white-box-top.jpg"); }
#right .white-box .content{ padding:10px; background:url("../images/white-box-content.jpg");}
#right .white-box .bottom{ height:10px; overflow:hidden; background:url("../images/white-box-bottom.jpg"); }
#right .white-box .content li {
	list-style-image: url(../images/bullet.gif);
}


#right .green-box{ width:482px; margin:0 auto; }
#right .green-box .top{ height:9px; overflow:hidden; background:url("../images/green-box-top.jpg"); }
#right .green-box .content{ padding:10px; background:#e1eb8f url("../images/green-box-content.jpg") center top repeat-x; border-left:1px solid #b4c975;border-right:1px solid #b4c975;}
#right .green-box .bottom{ height:10px; overflow:hidden; background:url("../images/green-box-bottom.jpg"); }

/*########################################
              FOOTER LAYOUT
########################################*/
#footer a{ font-family: Verdana; font-size: 9px; color:#020000; text-decoration:none; }
#footer a:hover{ color:#336600; }

/*########################################
              FORMS 
########################################*/
fieldset {
	border-style: none;
}
label {
	font-variant: normal;
	letter-spacing: 1px;
	display: block;
	float: left;
	padding-top: 2px;
	width: 200px;
	height: 12px;
}
#info_form th {
	text-align: left;
}
.buttons {
	background:#EEF7FB none repeat scroll 0%;
	color:#333333;
	font-size:12px;
	font-weight:bold;
	padding:6px 14px;
	text-decoration:none;
	text-transform:uppercase;
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: rgb(255, 255, 255);
	border-right: 2px solid #948b52;
	border-bottom: 2px solid #948b52;
}



.info_messages		{
	margin:10px 0pt;
	padding:7px 15px 7px 30px;
	color: #333333;
	background-attachment: scroll;
	background-color: #D5DDFF;
	background-image: url(../images/information.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6699FF;
	border-bottom-color: #6699FF;
}

.required {
	color: #ad0409;
	font: bold large "Courier New", Courier, monospace;
}


.validMsg{
	width:16px;
	height:16px;
	margin-left:6px;
	margin-top:-2px;
	display:none;
}
.new_window {
	font-size: 80%;
}
