/*IM 2.00, Site Lite CSS !!!TEMPLATE!!!*/
/*general use CSS, no not modify--------------------------------------------------------------------------------------*/
.font-xxl {font-size:xx-large;}
.font-xl {font-size:x-large;}
.font-l {font-size:large;}
.font-m {font-size:medium;}
.font-s {font-size:small;}
.font-xs {font-size:x-small;}
.font-xxs {font-size:xx-small;}

.left {text-align:left;}
.center {text-align:center;}
.right {text-align:right;}

.indent {text-indent:15px;}
.exdent {text-indent:-15px;}
.shift-r {position:relative; left:15px;}
.super {vertical-align:baseline; position:relative; top:-0.4em; font-size:smaller;}

.underline {text-decoration:underline;}
.bold {font-weight:bold;}
.unbold {font-weight:normal;}
.ital {font-style:italic;}

.border-0 {border-width:0;}
.border-1 {border:1px solid #000000;}

.float-left {float:left;}
.float-right {float:right;}
.clear-left {clear:left;}
.clear-right {clear:right;}
.clear-both {clear:both;}

.error {color:red; text-decoration:underline;}
.validator, .validator a:link, .validator a:visited {font-size:xx-small; text-align:left; background-color:#fff; color:#000; text-decoration:none;}
.validator a:hover {text-decoration:underline; color:#f00;}

/*site layout CSS--------------------------------------------------------------------------------------*/
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
padding: 0;
margin:0;
background-color: #fff;
text-align:center;
}

#container {
width:1020px; /*page width*/
margin: 0 auto; /*centers main divs*/
overflow: hidden;
}

#header {
text-align:center;
padding:10px;
margin:0;
background-color: #cccccc;
}

#main-wrapper {
padding:0;
margin:0;
min-height:350px;
height:auto !important;
height:350px;
}

/*uncomment declarations in next IDs to accommodate sidebar(s), adjust width and margin-left per design*/
#main-content {
padding:1px 10px;
margin:0;
text-align:left;
/*float:left;
width:700px;
margin-left:150px;
}

#left-sidebar {
float:left;
padding:0;
margin:0;
width:150px;
margin-left:-850px;
}

#right-sidebar {
float:left;
padding:0;
margin:0;
width:150px;*/
}

#footer {
clear:both;
text-align:center;
padding:10px 0;
margin:0 0 20px;
}

fieldset {
border-width:0;
}

legend {
display:none;
}

/*contact form CSS--------------------------------------------------------------------------------------*/
#con-form {
width:600px; /*contact form width*/
text-align:right;
}

#con-form input, #con-form textarea {
padding:1px;
margin:1px;
}

/*menu links CSS--------------------------------------------------------------------------------------*/
div.links-main {
float: right;
    margin: 0 0 0 25px;
    height: 243px;
    line-height: 243px;
}

div.links-main ul {
padding:0;
margin:0;
    display: inline-block;
    vertical-align: middle;
}

div.links-main ul li, div.links-main ul li.on {
    padding:0;
    margin: 0;
    list-style-image: url('images/bullet.png');
    line-height: 24px;
    text-align: left;
}

div.links-main ul li.on a {
    color: green;
}

div.links-main a:link, div.links-main a:visited {
padding: 0 10px;
font-size:18px;
line-height:24px;
color:yellow;
width:170px;/*optional*/
    display: block;
}

div.links-main a:hover, div.links-main a:active {
text-decoration:none;
    border: 1px solid #b9b9b9;
    background-color: #ddd;
    line-height:22px;
    padding: 0 9px;
}

div.links-main a:active, div.links-main a:focus {
outline:0;
}

/*--------------------------------------------------------------------------------------*/
div.links-sec {
}

div.links-sec ul {
float:left;/*remove to left justify menu*/
position:relative;
left:50%;
padding:0;
margin:0;
}

div.links-sec ul li {
float:left;
position:relative;
right:50%;
padding:0 5px;
margin:0;
display:block;
list-style:none;
font-size:12px;
line-height:20px;/*accommodates 20px icon*/
}

div.links-sec a:link, div.links-sec a:visited {
color:#000;
}

/*copyright notice CSS--------------------------------------------------------------------------------------*/
#copyright {
clear:both;
font-size:10px;
}

/*custom CSS, add additional CSS declarations here--------------------------------------------------------------------------------------*/
a:link, a:visited {
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

#main-content img {
    margin: 0 0 20px 20px;
}