/*	
**NAME** Screen Style Sheet
Author: SSE Design Group http://ssedesigngroup.com
Date: 
+ Colors
*/

@charset "UTF-8";

/***** GLOBAL *****/
html, body {border:0;margin:0;padding:0;}
body {margin:0;padding:0; background-color:#fff; background-image:url(/Templates/images/bgrd.png); background-repeat:repeat-x; font:Verdana, Arial, Helvetica, sans-serif 12px #000;}
 
/***** HEADINGS *****/
h1, h2, h3, h4, h5, h6 {margin:0;padding:0;font-weight:normal;}
h1 {font-family: Georgia, "Times New Roman", Times, serif;color: #0102f2; padding-bottom:6px;}
h2 {font-family: Georgia, "Times New Roman", Times, serif; color: red;  padding-bottom:6px;}
h3 {font-family: Georgia, "Times New Roman", Times, serif; color: #0102f2;  padding-bottom:6px;}
h4 {font-family: Georgia, "Times New Roman", Times, serif; color: red;  padding-bottom:6px;}
 
/***** COMMON *****/
p, ul, ol {margin:0;padding:0 0 1.25em 0;}
ul, ol {padding:0 0 1.25em 2.5em;}
blockquote {margin:1.25em;padding:1.25em 1.25em 0 1.25em;}
small {font-size:0.85em;}
img {border:0;}
sup {position:relative;bottom:0.3em;vertical-align:baseline;}
sub {position:relative;bottom:-0.2em;vertical-align:baseline;}
acronym, abbr {cursor:help;letter-spacing:1px;border-bottom:1px dashed;}
 
/***** LINKS *****/
a, a:link, a:visited, a:hover {text-decoration:underline;}
a {color: #0102f2; text-decoration:underline;}
a:link {color: #0102f2;}
a:visited {color: #888;}
a:hover {color: red;}
 
/***** FORMS *****/
form {margin:0;padding:0;display:inline;}
input, select, textarea {font:1em Arial, Helvetica, sans-serif;}
textarea {width:100%;line-height:1.25;}
label {cursor:pointer;}
.feedbackTextarea {width: 300px;}
 
/***** TABLES *****/
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate; border-spacing: 0;}
table tr td {margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline;}

/***** WRAPPER *****/
#wrap {width:; margin:0 auto;}

/***** HEADER *****/
#header {margin:0; padding:0; background-image:url(/Templates/images/header.png); background-repeat:no-repeat; height:146px;}
#header h1 {padding-left: 95px; padding-top: 40px; font-size:30px; color:#fff; font-family:Georgia, "Times New Roman", Times, serif;}
#header-text {padding: 15px 0px; color:#fff;}
#header-text a, #header-text a:visited, #header-text a:hover {color:#fff;}
#header h3 {color:#fff;}

/***** LOGO *****/
#logo {background-image:url(/Templates/images/logo.png); background-repeat:no-repeat; height:167px;}
#logo h1 {padding-top:100px; text-indent:-2000px; font-size: 1%}
#logo h1 a {}

/***** NAVBAR *****/
#nav {background-color:#0102f2; color:#fff; width:100%;}
#nav ol {margin:0;padding:0;list-style:none;}
#nav ol li {display:inline; padding: 0.5em 0.75em;}
#nav ol li a {color:#fff; text-decoration:none; font-size:16px; font-family:Georgia, "Times New Roman", Times, serif; padding: 0.5em 0.75em;}
#nav ol li a:hover, #header ol li a.active {color:#fff; text-decoration:none; background-color:#fff; color:red;}
#nav ol li a.active {color:#fff; text-decoration:none;}

/***** CONTENT *****/
#content {}

/***** SIDEAR LEFT *****/
#sidebar {clear:right;float:left;width:;}
#sidebar h1 {}
#sidebar h2 {}
#sidebar ul, #sidebar ol {padding:0px;list-style:none;}
 
/***** CLASSES GLOBAL *****/
.clear         { clear:both; height:0;}
.left    { float:left; }
.right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:; }
 
.wrap          { width:;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

.news {float:right;
margin-left:10px;
width: 200px;
}

.news-text
{
border: 1px solid #888;
text-align: left;
font-size: 11px;
background-color: red;
padding: 5px;
color: #fff;}

.news-text ul {margin:0; padding:0;}
.news-text li {margin-left: 15px;}
.news-text a, .news-text a:visited, .news-text a:hover {color: #fff; text-decoration:underline;}

/***** FOOTER *****/
#footer {clear:both; color:#fff; background-color:red; padding:10px; font-size:10px; text-align:center;}
#footer a, #footer a:visited, #footer a:hover {color:#fff;}
