/* CSS Document */


* { margin: 0; padding: 0; }
body  { margin: 0; padding: 0; background-color:#CCCCCC; font-family:Helvetica,Arial,sans-serif; background-image:url(images/bg-img.jpg); background-repeat:repeat-x;}
a {text-decoration: underline; color: #0099FF; font-family:"Microsoft Sans Serif", "Arial Black", Batang, "Comic Sans MS", Impact;}
a:hover { text-decoration:underline; color:#FF9900; }
hr { color:#0099FF; line-height:1px;}

/* Header CSS  */

#header { background-color:#000000;  background-image:url(images/bg-img.jpg); background-repeat:repeat-x;  height:90px;  border-bottom-color: #00CCFF;  clear:both; background-color:#FFFFFF; width:1000px; text-align:left; margin:0 auto;  }
#logo {  color:#CCCCCC; float:left; width:380px; }
#logo img { float:left;}
#logo h3{ padding-top:15px;}
#header-right { float: right; height:25px; padding-right:10px; padding-top:50px; }
#header-right li { float:left; padding-right:20px; list-style:none; }

/* Container CSS*/
#container { clear:both; background-color:#FFFFFF; width:1000px; text-align:left; margin:0 auto; padding-bottom:40px;}

/* Menu CSS */
#nav { clear:both; padding-top:20px; padding-bottom:20px; padding-left:45px; height:30px; }
#nav li { float:left; margin-right:10px; padding-left:10px; line-height:140%; list-style:none; display:block; border-left:thin; border-left-color:#00CCFF; border-left-style:solid; }
#nav a {  font-size:large; color: #333333; text-decoration:none; }
#nav a:hover { color:#FF6600; text-decoration: underline; }

/* Content CSS */
#content { clear:left; text-align:justify; padding:10px; font-size: 14px; line-height:130%;}
#content p { padding:10px;}
.embedyoutube { text-align:center; padding:10px;}
.topcontent { padding:10px; height:360px;}
.topcontent-left { float:left; width:480px; padding-left:10px;}
.topcontent-left a { color:#000000; text-decoration:none;}
.topcontent-left a:hover { text-decoration: underline;}
.topcontent-left ul { padding-left:50px; padding-top:5px;}
.topcontent-left li { line-height:180%;}
.topcontent-right { float:right; margin-right:20px; text-align:center; font-size:14px;}
.topcontent-right li{ font-size:14px;}
#briefintro { clear:both;}
#blocktext { clear:both;}
#blocktext h3 { padding-top:15px;}
.briefintro-left, .briefintro-right {width:480px;; margin:5px; text-align:left;}
.briefintro-left li, .briefintro-right li { list-style: none; list-style-type: none; padding:5px;}
.briefintro-left { float:left; }
.briefintro-right { float:right;}

/* Footer CSS */
#footer { clear:both; padding-left:140px; padding-top:10px; height:90px;  background-color:#000000; color:#FFFFFF; font-size:14px;}
#footer-all{  background-color:#000000;   height:90px;  border-bottom-color: #00CCFF;  clear:both;  width:1000px; text-align:left; margin:0 auto;  }
#footer li { float:left; padding:10px; list-style:none;}


