/* CSS Document */

*{
margin:0px;
padding:0px;
}

/* General Styles */

.error_list{
  margin: 10 10px 10px 10px;
  padding: 10px;
  border: solid 1px #dd3c10;
  background: #ffebe8;
}

body{
font-family:"Verdana";
text-align:center;
margin:0px auto;
background: rgb(237,241,248) url(../images/bodyBg.gif) repeat-x top;
}

ul{
list-style:none;
}

ul li
{
padding-left: 15px;
background-image: url(../images/bullet.gif);
background-repeat: no-repeat;
background-position: 0 .3em;
}

p{
font-size:14px;
padding:10px 10px 10px 10px;
}

.label{font-weight:bold;color:#333333;}
.formBox{padding:3px;border:1px solid rgb(27,144,180);}
.formButton{font-size:1.1em;padding:3px 15px 3px 15px;color:rgb(27,144,180);}

/* Content Area Styles */

#left a{
color:rgb(11,48,97);
}

#left p{margin:10px 0px 0px 0px;}

#left table td p{margin:0px;}


#left ul li ul{list-style:circle;}
#left ul li ul li{background:none;}
#left ul{margin:10px 0px 0px 25px;}
#left ul li{padding-bottom:10px;}

#left ol{margin:10px 0px 0px 40px;}
#left ol li{padding-bottom:10px;}

#left h1,#left h2,#left h3,#left h4,#left h5, #left h6{color:rgb(5,161,181);margin-top:10px;}

#left h1{font-size:18px;color:rgb(76,75,75);}
#left h2{font-size:16px;color:rgb(76,75,75);}
#left h3{font-size:16px;}

#left table{border-collapse:collapse;margin:10px 10px 0px 10px;}
#left table td{padding:5px;border:1px solid rgb(148,212,221);}

/* Containers */

#wrap{
margin:0px auto;
text-align:left;
width:764px;
}

#header{
height:124px;
width:100%;
background: url(../images/headerBg.gif) no-repeat top;
}

#header h1{text-align:right;margin-right:45px;padding-top:20px;}

#header h1 a{color:rgb(246,193,113);text-decoration:none;font-size:16px;}

#header h1 a:hover{color:#FFFFFF;}

#header h2{text-align:right;margin-right:45px;padding-top:50px;}

#header h2 a{color:#FFFFFF;text-decoration:none;font-size:16px;}

#header h2 a:hover{color:rgb(246,193,113);}

#navholder{
height:50px;
width:764px;
}

#content{
width:764px;
background: url(../images/contentBg.gif) no-repeat top;
}

#left{
padding:0px 20px 0px 0px;
font-size:14px;
color:rgb(76,75,75);
float:right;
width:540px;
}

#right{
width:183px;
background:rgb(233,233,233);
margin-left:10px;
}

#subNav{
border-top:5px solid #FFFFFF;
border-bottom:5px solid #FFFFFF;
background:rgb(148,212,221);
}

#recentNews{
border-bottom:5px solid #FFFFFF;
background:rgb(180,207,221);
}

.linxsmart{float:right;margin-right:15px;color:rgb(126,153,156);}
.linxsmart a{color:rgb(40,96,102);text-decoration:none;font-size:14px;padding-bottom:10px;}

/* Sub Nav Boxes */

#loggedout {
height:50px;
width:183px;
background:url(../images/loginButton.gif) no-repeat left;
}

#loggedout a{
color:rgb(11,48,97);
text-decoration:none;
font-size:14px;
font-weight:normal;
}
#loggedout a:hover{color:rgb(56,139,146);}
#loginLink{padding:17px 0px 0px 44px;}


#loggedin{}

#loggedin h1,#subNav h1,#recentNews h1{
margin-left:20px;
color:#FFFFFF;
font-family:"Verdana";
font-size:19px;
padding:15px 0px 10px 0px;
font-weight:normal;
}

#loggedin ul,#subNav ul,#recentNews ul{
margin-left:25px;
padding:0px 0px 20px 0px;
font-size:14px;
}

#loggedin ul li,#subNav ul li,#recentNews ul li{
padding-bottom:10px;
}

#loggedin ul a,#subNav ul a,#recentNews ul a{
color:rgb(11,48,97);
font-size:14px;
}
#loggedin ul a:hover,#subNav ul a:hover,#recentNews ul a:hover{
color:rgb(56,139,146);
}


/* Navigation */

#nav1 a,#nav2 a,#nav3 a,#nav4 a,#nav5 a{
font-size:11pt;
color:#FFFFFF;
text-decoration:none;
text-align:center;
font-family:"Verdana";
font-weight:bold;
padding:17px 0px 15px 0px;
}

#nav1{
float:left;
width:139px;
height:50px;
}
#nav1 a{
float:left;
width:139px;
background: url(../images/1.gif) no-repeat bottom;
}
#nav1 a:hover{
background: url(../images/1.gif) no-repeat top;
}


#nav2{
float:left;
width:138px;
height:50px;
}
#nav2 a{
float:left;
width:138px;
background: url(../images/2.gif) no-repeat bottom;
}
#nav2 a:hover{
background: url(../images/2.gif) no-repeat top;
}

#nav3{
float:left;
width:144px;
height:50px;
}
#nav3 a{
float:left;
width:144px;
background: url(../images/3.gif) no-repeat bottom;
}


#nav3 a:hover{
background: url(../images/3.gif) no-repeat top;
}

#nav4{
float:left;
width:151px;
height:50px;
}
#nav4 a{
float:left;
width:151px;
background: url(../images/4.gif) no-repeat bottom;
}
#nav4 a:hover{

background: url(../images/4.gif) no-repeat top;
}

#nav5{
float:left;
width:192px;
height:50px;
}
#nav5 a{
float:left;
width:192px;
background: url(../images/5.gif) no-repeat bottom;
}
#nav5 a:hover{
background: url(../images/5.gif) no-repeat top;
}

