/******** Stylesheet ********/

/******** Master Reset *******/
* {
margin: 0px;
padding: 0px;
}

h1,h2,h3,h4 {
padding: 0px;
margin: 0px 0px 15px 0px;
}


/******** Globals ********/

body {
margin-top: 0px;
font-family:Arial,Helvetica,sans-serif;
font-size:13px;
font-weight:normal;
line-height:20px;
color: #707070;
}


/******** Layout ********/

#wrapper {
width: 950px;
margin: 0 auto;
}

#header {
width: 950px;
height: 207px;
}

#main {
width: 950px;
}


/******** Left Column ********/

#left-column {
width: 285px;
float: left;
}

.col-top {
background-image: url('/rodin-images/menu_top.jpg');
background-repeat: no-repeat;
width: 285px;
height: 41px;
padding: 0px;
margin: 0px;
}

.col-top ul {
list-style-type:none;
width: 209px;
margin-left: 25px;
}

.col-top li {
display:block;
list-style-type:none;
width:100%;
padding-left: 25px;
}

.col-top li a {
display:block;
padding-top:10px;
width:209px;
}

.col-top li a:hover {
background-color: #6eb4e8;
display: block;
width: 234px;
}

#navigation {
background-image:url('/rodin-images/menu_bg.jpg');
background-repeat:repeat-y;
}

#navigation ul {
list-style-type:none;
padding-left:25px;
}

#navigation li {
background-image:url('/rodin-images/menu_line.jpg');
background-repeat:no-repeat;
display:block;
list-style-type:none;
width:100%;
}

#navigation li a {
display:block;
width:100%;
}

#navigation li a:hover {
background-color: #6eb4e8;
display: block;
width: 90%;
}

#navigation-bottom {
background-image:url('/rodin-images/menu_bot.jpg');
background-repeat:no-repeat;
height:226px;
}

#navigation-bottom ul {
list-style-type:none;
padding-left:25px;
}

#navigation-bottom li {
background-image:url('/rodin-images/menu_line.jpg');
background-repeat:no-repeat;
display:block;
list-style-type:none;
width:100%;
}

#navigation-bottom li a {
display:block;
width:100%;
}

#navigation-bottom li a:hover {
background-color: #6eb4e8;
display: block;
width: 90%;
}

.news {
margin-top: 25px;
margin-left: 20px;
width: 265px;
}

.news ul {
list-style-type: none;
padding-left: 0px;
}

.news li {
background-image: url('/rodin-images/marker_list.gif');
background-repeat: no-repeat;
background-position: 0px 8px;
padding-left: 20px;
padding-bottom: 10px;
}

.news li a {
color: #488EDF;
text-decoration: none;
}

.news li a:hover {
color: #488EDF;
text-decoration: underline;
}


/******** Right Column ********/

#right-column {
float:right;
width:630px;
padding: 20px 10px 20px 10px;
}

#right-column p {
line-height: 20px;
margin-bottom: 15px;
}

#right-column h1 {
color: #488edf;
font-size: 22px;
line-height: 22px;
}

#right-column h2 {
color: #488edf;
font-size: 16px;
line-height: 16px;
font-weight: normal;
}

#right-column table h2 {
color: #488edf;
font-size: 16px;
line-height: 16px;
font-weight: normal;
margin-top: 15px;
}

#right-column a {
color:#488EDF;
text-decoration:none;
}

#right-column ol li {
margin-left: 40px;
}

#right-column ul li {
list-style-type:square;
color: #707070;
margin-left: 40px;
}

#right-column ul li a{
color: #488edf;
text-decoration: none;
}

/******** Footer ********/

#footer {
margin: 0 auto;
width: 850px;
height: 55px;
padding: 25px 50px;
background-image: url('/rodin-images/footer.jpg');
background-repeat: no-repeat;
margin-top: 20px;
font-size: 10px;
line-height: 12px;
color: #707070;
}

#footer a {
color:#707070;
text-decoration:none;
}

#footer a:hover {
color: #000000;
text-decoration: underline;
}

.foot-left {
float: left;
width: 200px;
}

.foot-right {
float: right;
width: 630px;
text-align: right;
}

.foot-nav {
}

.foot-nav ul {
float: right;
list-style-type: none;
}

.foot-nav li {
float: left;
padding: 0px 4px;
border-right: 1px solid #707070;
line-height: 10px;
}

.foot-nav li#last {
border-right: 0px solid #707070;
}

.foot-nav li a{
text-decoration: none;
}

/******** Web Forms ********/

input.cat_textbox {
width: 220px;
height: 20px;
border: 1px solid #707070;
}

textarea.cat_listbox {
width: 220px;
height: 80px;
border: 1px solid #707070;
}

table.webform td {
line-height: 20px;
padding: 3px;
}
