/* CSS Document  normal */

/* Standard Rules*/
div {
margin:0;
padding:0;
}

.clear {
clear:both;
}

.l {
float:left;
}

body a {
text-decoration:underline;
color:#4c4c4c;}

body a:hover {
color:#8a8989;
text-decoration:underline;}

/* Layout Core */
html,body {
margin:0;
padding:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:100%;
color:#e4e5e8;
height:100%;
text-decoration:none;
background-color:#3d3d3e;
}

#outerwrap {
width:100%;
background:url(/Home/Images/govsite_body.jpg);
background-position:center top;
font-size:0.8em;
background-repeat:no-repeat;
}

#header {
visibility:hidden;
}

#holder {
}

#mainc {
float:left;
width:70%;
}

#rightc {
float:left;
width:30%;
}

.clear {
clear:both;
}

.footul {
visibility:hidden;
}

#body_content {
padding:50px;
}

#footer {
visibility:hidden;
}

/* Image CSS Codes */
img {
border:0;
}

.pad_r {
padding:0 10px 0 0;
float:left;
}

/* Profile Page Images */

.textbox {
font-size:1em;
padding:15px;
margin:10px;
border-bottom:1px dotted #f7f7f7;
}

.govprofiles {
font-size:0.8em;
padding:15px;
}
.govprofiles ul {
list-style-type:none;
border-bottom:1px dotted #91bbe2;
margin:10px;
}
.govprofiles ul li {
float:left;
width:100px;
height:160px;
padding:5px;
}


/* News Items CSS */

.sf_newsList {
visibility:hidden;
}

.sf_newsList li {
clear:both;
padding:10px 0 10px 0;
border-bottom:1px dotted #f7f7f7;
}

.sf_newsThumbnail {
padding:0 10px 0 0;
float:left;
}

.sf_newsThumb {
}

.sf_newsTitle {
font-weight:bold;
font-size:1.2em;
}

.sf_newsDate {
}


/* Text */

h1 {
color:#e93355;
padding:2px;
margin:0;
}

h2 {
color:#91bbe2;
padding:2px;
margin:0;
}

h3 {
padding:2px;
margin:0;
}

.s_title {
color:#e93355;
font-weight:bold;
}

.txt1 {
font-weight:bold;
font-size:1.4em;
}