

body{
margin:0 auto;
padding:0;
line-height: 1.2em;
background:#cccccc;
background-image:url(images/bluebrickbg.gif);
background-repeat:repeat-y repeat-x;
}


{font-size: 110%;}
em{font-size:12px;font-family:cosmic sans;color: red;}

h1{font-size:18px;}
h2{font-size:18px;}
h3{font-size:16px;}

compname{font-size:16px;}
compadd{font-size:14px;}
compphone{font-size:16px;}

p{
align:left;
}

a.plink:link { color:blue; text-decoration:none; 
 font-family:comic sans; font-size:14px;font-weight: bold; }
a.plink:visited { color:blue; text-decoration:none;
 font-family:comic sans; font-size:14px;font-weight: bold; }
a.plink:hover { color:#669999; text-decoration:underline;
 font-family:comic sans; font-size:14px;font-weight: bold; }


a.mls:link { color:blue; text-decoration:none; 
 font-family:comic sans; font-size:36px;font-weight: bold; }
a.mls:visited { color:blue; text-decoration:none;
 font-family:comic sans; font-size:36px;font-weight: bold; }
a.mls:hover { color:#669999; text-decoration:underline;
 font-family:comic sans; font-size:36px;font-weight: bold; }


a.djr:link { color:white; text-decoration:none; 
 font-family:comic sans ms; font-size:13px;font-weight: bold; }
a.djr:visited { color:white; text-decoration:none;
 font-family:comic sans ms; font-size:13px;font-weight: bold; }
a.djr:hover { color:gray; text-decoration:none;
 font-family:comic sans ms; font-size:13px;font-weight: bold; }

li{
line-height: 1.1em;
font-size:16px;
}

#wrapper{
width: 900px; /*Width of main container*/
margin:0 auto;
background-image:url(images/bgbg.gif);
background-repeat:repeat;
}

#maincontainer{
width: 900px; /*Width of main container*/
margin:0 auto;
background:white;

}

#topsection{
background: #EAEAEA;
height: 175px; /*Height of top section*/
background:url(images/exitheader1.jpg);
background-repeat:no-repeat;
}

#topsec{
margin: 0;
padding-top: 35px;

}




#contentwrapper{
float: left;
width: 900px;
background-image:;
background-repeat:repeat;
}

#contentcolumn{
margin-left: 175px; /*Set left margin to LeftColumnWidth*/
margin-top:25px;
margin-right:45px;
}



#content{
margin-left: 150px; /*Set left margin to LeftColumnWidth*/
margin-top:25px;
margin-right:0px;
}

#leftcolumn{

float: left;
width: 140px; /*Width of left column*/
margin-left: -900px; /*Set left margin to -(MainContainerWidth)*/
padding-left:0px;

}

#footer{
clear: left;
width: 900px;
padding-top:100px;

color: #FFF;
text-align: center;




}



.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
















.glossymenu{
list-style-type: none;
margin: 0px 0;
padding: 0;
width: 150px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
background: white url(media/glossyback.gif) repeat-x bottom left;
font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;

}








* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */width: 140px;}

.glossymenu li a:visited, .glossymenu li a:active{color: white;}

.glossymenu li a:hover{background-image: url(media/glossyback2.gif);}

.glossymenu .headerbar{

font: bold 12px Arial;
color: white;
background: black url(media/titlebar.png) repeat-x center left;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 10px 0px 6px 7px; /*header text is indented 10px*/
height:22px;

}













.topnav{
width: 100%;
overflow: hidden;
background:#3399ff;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.topnav ul{
margin: 0;
padding: 0;
padding-left: 0px; /*offset of tabs relative to browser left edge*/
font: bold 12px;
list-style-type: none;
}

.topnav li{
display: inline;
margin: 0;
}

.topnav li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 33px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #3399ff; /*background of tabs (default state)*/
}

.topnav li a:visited{
color: white;
}

.topnav li a:hover, .topnav li.selected a{
background: #0066cc; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}


