/*IM 2.00, Site Lite CSS*/
/*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;}

.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:20px 0px;
margin:0px;
background-color:#333;
background-image:url(images/body-bg.jpg);
background-repeat:repeat-y;
background-position:center;
text-align:center;
color:#333;
font-size:0.9em;
}

#container {
width:800px; /*page width*/
margin:0px auto; /*centers main divs*/
overflow:hidden;
background-color:#0cc;
background-image:url(images/logo-grad.jpg);
background-position:top;
background-repeat:repeat-x;
}

#header {
text-align:center;
padding:20px 0px;
margin:0px;
height:275px;
border-bottom:2px solid #0aa;
}

#main-wrapper {
padding:0px;
margin:0px;
min-height:150px;
height:auto !important;
height:150px;
}

/*uncomment declarations in next IDs to accomodate sidebar(s), adjust width and margin-left per design*/
#main-content {
float:left;
padding:5px;
margin:5px 10px 5px 100px;
text-align:left;
border-left:2px solid #0aa;
width:685px;
display:inline;
}

#left-sidebar {
float:left;
padding:0px;
margin:5px 0px 0px -805px;
width:100px;
}

#footer {
clear:both;
text-align:center;
padding:5px 0px;
margin:0px 5px 0px;
border-top:2px solid #0aa;
}

fieldset {
border-width:0px;
}

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--------------------------------------------------------------------------------------*/
/*verticle links*/
div.links-main {
float:left;
width:100px;
text-align:left;
}

div.links-main ul {
list-style-type:none;
padding:0px;
margin:0px;
width:96px;
}

div.links-main li {
height:20px;
padding:0px;
margin:0px 0px 2px;
}

div.links-main a:link, div.links-main a:visited, div.links-main a:hover {
height:16px;
line-height:16px;
font-size:14px;
padding:2px;
display:block;
font-weight:bold;
border-top:1px solid #0ee;
border-left:1px solid #0ee;
border-bottom:1px solid #0aa;
border-right:1px solid #0aa;
text-decoration:none;
}

div.links-main a:hover {
background-color:#0dd;
}

div.links-main a:active {
background-color:#0dd;
border-top:1px solid #0aa;
border-left:1px solid #0aa;
border-bottom:1px solid #0ee;
border-right:1px solid #0ee;
}

/*--------------------------------------------------------------------------------------*/
div.links-sec {
}

div.links-sec ul {
float:left;/*remove to left justify menu*/
position:relative;
left:50%;
padding:0px;
margin:0px;
}

div.links-sec ul li {
float:left;
position:relative;
right:50%;
padding:0px 5px;
margin:0px;
display:block;
list-style:none;
font-size:12px;
line-height:20px;/*accommodates 20px icon*/
}

div.links-sec a:link, div.links-sec a:visited, div.links-sec a:hover {
color:#333;
}

div.links-sec a:hover {
text-decoration:underline;
}

.soc-media img {
border-width:0px;
}

.soc-media {
display:inline;
}

/*copyright notice CSS--------------------------------------------------------------------------------------*/
#copyright {
clear:both;
font-size:10px;
}

/*custom CSS, add additional CSS declarations here--------------------------------------------------------------------------------------*/
a:link, a:visited, a:hover {
text-decoration:none;
color:#ffa;
}

a:hover {
text-decoration:underline;
}

.img-left {
float:left;
margin-right: 5px;
}
.img-right {
float:right;
margin-left: 5px;
}

.player {
border:2px solid #0aa;
padding:5px;
}

.player p {
margin:0px 0px 5px;
}