@charset "iso-8859-1";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*Background Style*/
	background-attachment: fixed;
	background-color: #FFF;
	background-image: url(../imgs/BG2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a {
	
	text-decoration:none;
	color:#FFF;
	font-size:9pt;
	
	
	
	
}
a:hover {
	text-decoration:none;
	color:#FFF;
	font-size:9pt;
	
}
/* default link settings */

#frm1 {
	margin:0px;
	padding:0px;
	margin-top:20px;
	
	
}


.twoColFixRtHdr #container { 
	width: 995px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #322d2d;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background:url(../imgs/MHeaderBG.jpg);
	background-repeat:repeat-x;
	padding: 0px;
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top:10px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/*Navigation Style*/
#MainNav {
	margin:0px;
	padding:0px;
	background-color:#003;
	width:100%;
	height:20px;
	
}
#SubNav {
	width: 100%;
	background:url(../imgs/SNavBG.jpg);
	background-repeat:repeat-x;
	
}
#MainNav a, #MainNav a:hover, #MainNav a:visited{
	color:#FFF;
	text-decoration: none;
	font-size:10pt;
	border-left:1px solid #00005E;
	border-right:1px solid #00005E;
	padding-left:7px;
	padding-right:7px;
	
}

#MainNav a:hover{
background-color:#C93;	
	
}


#FeatureLong{
	background-color:#FFF;
	margin:0px;
	padding:4px;
	border:3px groove #333;
	height:400px;
	overflow:scroll;
	
}
#FeatureTitle{
	margin-top:10px;
	
}
#FeatureLong h2{
	color:#00C;
	border-bottom-width: 5px;
	border-bottom-style: double;
	border-bottom-color: #FF3;
	background-color: #FF9;
	letter-spacing: 2px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	border-top-width: 5px;
	border-top-style: double;
	border-top-color: #FF3;
	
}

#FeatureLong a{
	text-decoration:none;
	font-size:12pt;
	color:#03F;
	letter-spacing: 2px;
}
#breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;	
}
#breadcrumbs a, #breadcrumbs a:hover, #breadcrumbs a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #036;
	text-decoration: none;	
}
#FeatureBG{
	width:995px;
	height:243px;
	background-attachment: fixed;
	background:url(../imgs/FeaturedWork3.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}


#FeatureWrapper {
	width:995px;
	height:243px;
	overflow:hidden;
	
}
#FeatureWork{
	width:1200px;
	white-space:nowrap;
	
}


/*Navigation Lists Style*/
#Nav {
	margin:0px;
	padding:0px;
	padding-left:10px;
}

#Nav li{
	margin:0px;
	padding:0px;
	display:inline;
	list-style-type: none;
	text-decoration:none;
}

#SNav {
	margin:0px;
	padding:0px;
	padding-left:20px;
	
}
#SNav li{
	margin:0px;
	padding:0px;
	display:inline;
	list-style-type: none;
	text-decoration:none;
	
}

#SubNav a, #SubNav a:hover, #SubNav a:visited {
	color:#000;
	text-decoration: none;
	font-size:10pt;
	padding-left:5px;
	padding-right:5px;
	border-left:2px double #8C7413;
	border-right:2px double #8C7413;
	
}

#Feature a{
	color:#003;
	text-decoration: none;
	font-size:12pt;
	
}
#Feature h1{
	color:#003;
	text-decoration: none;
	font-size:18pt;
	background-color: #36C;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #03F;
}

#AWDLogo {
	margin-left:40px;	
	
}

#AdPlace {
	margin:0px;
	padding:0px;
	margin-left:20px;
	margin-right:10px;
}
#goS{
 margin:0px;
 padding:0px;
 
	
	
}

#srchBox{
margin:0px;
padding:0px;
margin-bottom:8px;
	
	
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #1d1d1d; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:10px;
	margin:5px;
	border:3px groove #333;
	
}

#sidebarHeader h3 {
	margin:0px;
	padding-left:5px;
	text-align:left;
}

#sidebar1 #sidebarHeader {
   margin:0px;
   margin-bottom:10px;
   width:100%;
   height:30px;
   border-bottom:thin solid #CCC;
   background-color:#036;
   color:#FFF;
	
}
#sidebar1 #catTitles{
margin:0;
padding:0;
	
}
#sidebar1 #relatedArticles{
margin:0;
padding:6;
background-color:#141414;
border: 1px solid #333;
color:#FFF;
}
#sidebar1 #relatedArticles h4 { 
	margin:0px;
	padding:5px;
	background-color:#69F;
	width:100%;
	font-family:"Times New Roman", Times, serif;
	color:#003;
	border-top:1px solid #FC0;
	border-bottom:3px solid #009;
}


#catList{
margin:0px;
padding:0px;
	
}
#catList h3 { 
	margin:0px;
	padding:0px;
    font-size:10pt;
}

#catList li{
	padding:5px;
	margin-bottom:3px;	
	background-color:#009;
	list-style:none;
}
#catList li a, a:hover, a:visited{
	margin:0px;
	padding:0px;
	text-decoration:none;
	color:#FFF;
}

#artList{
	margin:0px;
	padding:0px;
	margin-left:20px;
	
}
#artList h5 { 
	margin:0px;
	padding:0px;
    font-size:10pt;
}

#artList li{

	margin-bottom:3px;
	list-style-type:square;
}
#artList li a, #artList li a:hover, #artList li a:visited{
	margin:0px;
	padding:0px;
	color:#FFF;
	
	
}


ul#newsList {
    width:100%;
	margin:0px;
	padding:0px;
}
 ul#newsList li {
	color:#FC3;
 	font-size:9pt;
 	list-style: none;
 	text-align: left;
 	margin: 0px;
 	padding:0px;
 	display:inline;
 	text-decoration: none;
  
 }
 #myNews2{
	 height:310px;
	z-index:1;
	overflow: scroll; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
 }
 
 #myNews2 a, #myNews2 a:hover, #myNews2 a:visited{
	 color:#036;
	 font-size:14pt;
	 
	 
 }
 
 #myNews3{
	 height:310px;
	z-index:1;
	overflow: scroll;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:12pt;
 }

 #myNews3 a, #myNews3 a:hover, #myNews3 a:visited{
	 color:#036;
	 font-family:Georgia, "Times New Roman", Times, serif;
	 font-size:12pt; 
 }
 
 hr{
	 
	color:#2E2E2E;background-color:#2E2E2E;height:1px;border:none; 
	 
 }
 #OuterSlider{
	width:600px;
	height:300px;
	border: 5px groove #006;
	overflow:scroll;
	overflow:hidden;
 }
 #TheSlider{
	width:1800px;
	white-space:nowrap; 
	
	
 }
 
 
 .photoBorder{
	border:solid #CCC 1px; 
	padding: 5px;
	 
 }
.twoColFixRtHdr #mainContent { 
	height:430px;
	padding:5px;
	margin:5px;
	margin-top:0px;
	background-color:#1d1d1d;
	border:1px black outset;
} 
.portfolio #mainContent { 
	height:430px;
	padding:5px;
	margin:5px;
	margin-top:0px;
	background-color:#1d1d1d;
	border:1px black outset;
} 

#Feature{
	background-color:#FFF;
	margin:0px;
	padding:4px;
	border:3px groove #333;
	height:400px;
}
#adSpace {
	width:100%;
	height:300px;
	padding:0;
	margin:0;
	margin-bottom:7px;
	background-color:#69F;
	border: 1px solid #039;
	text-align: center;
}
#cForm {
	font:Arial, Helvetica, sans-serif;
	font-size:1.2 em;
	color:#039;
	letter-spacing: 3px;
	border: 5px #009 double;
	
}
#countsprytextarea1{
	font-size:10pt;
	
	
}


.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(../imgs/FooterGRA.gif);
	background-repeat:repeat-x;
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9pt;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

