

/* CSS Document */

/*Global*/

body { background-attachment:fixed;background-repeat:no-repeat; background-size: cover;}
h1 { color:#000066; padding-bottom:15px; margin: 1 20px;font-family:Georgia, "Times New Roman", Times, serif;}
p { line-height:150%; font-size:14px;margin:5px 20px; padding:5px 5px; text-indent:30; font-family:Georgia, "Times New Roman", Times, serif;}
h2 { color:#000066; font-family:Georgia, "Times New Roman", Times, serif;}
h3 { color:#000066;font-family:Georgia, "Times New Roman", Times, serif;}
h4 { color:#000066; font-family:Georgia, "Times New Roman", Times, serif;}
/*class*/
.smallimage { padding:10px; border:1px #660000 solid; margin:10px;}
.fotter-text { text-align:center; font-size:12px;}
.small { padding:10px; border:1px #660000 solid; margin:10 50px;}

/*Containers*/
#mainouter { background-color:#000;
				width:auto;
				height:230px;
				margin:auto; }
#outer {
	width:1100px;
	margin: auto; background-color:#000000;
	}
#wrapper {
	width:1050px;
	margin: auto;
	background-color: #FF9;}
	
#back { color: #006; font-size:16px; font-family:"Courier New", Courier, monospace; margin:0 10px;}
		
#logo  { background-color:#000;
		 text-align:center;}
	
#topnavmenu { border-radius:20px;
				  clear:both; 
				  font-size:18px;
				  font-family: "Times New Roman", Times, serif;
				  width:800px;}
#topnavmenu { background-color: #00C; border:5px #000033 double; 
				margin:5 260px;}
#topnavmenu ul li {display:inline; }
#topnavmenu ul li a { text-decoration:none; padding:15px 30px;
					}
#topnavmenu a { background-color:#000000;}
#topnavmenu a:link {color:#FF9; }
#topnavmenu a:visited { color:#0F0;}
#topnavmenu a:active { color:#FFF; }
#topnavmenu a:focus{ color:#F0C;}
#topnavmenu a:hover { color:#0FF;}

#social-media-icon { background-color:#000; text-align:center; clear:both; float:right; width:255px; border:1px #000000 solid; padding:0px 10px;}
#social-media-icon  ul li {display:inline; }

#bannerimage { margin:10px 0; border:5px #FF3300 solid;}

#footer {  text-align:center; clear:both;border-top:2px  #000066 dashed;margin-top :10px; padding-bottom:5px; font-family:"Courier New", Courier, monospace; color:#000000; font-size:12px;}
#contacts { text-align:center; color: #0066CC; font-size:15px; margin:30 5px;width:500px; font-family:Georgia, "Times New Roman", Times, serif; float:right;}
/*form*/
#forms { margin:15px; width:500px;  font-size:18px; float:left;}
label {  width:200px; margin-top:3px; text-align:left; color:#003; }
input { width:150px; margin:5px 16px; 10px; border:2px solid #0000FF;  }
textarea { width:150px; margin:5px 5px; 5px 5px; border:2px solid #0000FF; }
select { width:150px; }
input:focus, textarea:focus, select:focus { background-color: #3CF;}
ol,ul { list-style:none; }
.status {width:10px;}
.submits { width:60px; margin:5px 16px; 10px; border:2px solid #0000FF; }