@charset "utf-8";
/* CSS Document */


body {
margin-top: 0px;
margin-bottom: 0px;
font-family:Arial, Helvetica, sans-serif;
color:#666666;
font-size:12px;
line-height:16px;
background-image:url(../images/bg.jpg);
background-repeat:repeat-x;
margin:0px;

}
a{
	color:#000000;
	border:none;
}
img{border:none;}
.blank{clear:both;}

#container {
width: 1000px;
margin: auto;
}
#innerContainer{
		margin:15px 10px 0px 10px;
}

h1{font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#333333; font-weight:normal;padding:0px 0 15px 0;}
h2{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#C0275C; font-weight:normal; line-height:normal;}

#logo {

	width:950px;
	height:265px;
	float:left;
}
#banner {
	width:980px;
	height:265px;
	float:right;
}


/* NAVIGATION AREA*/
#Homenav
{	
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	height:32px;
	*height:37px;
	*margin:-22px;

}

#Homenav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#Homenav ul li 
{ 
	float: left;
	position: relative;
	padding: 0;
}


#Homenav a 
{
	text-decoration: none;	
	display: block;
	width:122px;
	text-align:center;
	color: #333333;
	text-transform:capitalize;
	height:28px;
	padding:0px 0 0 0;

}

#Homenav a submit
{
	text-decoration: none;	
	display: block;
	width:132px;
	text-align:center;
	color: #333333;
	text-transform:capitalize;
	height:22px;
	padding:10px 0 0 0;

}

#Homenav a:link,
#Homenav a:visited
{ 
}

#Homenav a:hover,
#Homenav #selectedmenu
{
}

#SubMenuLeft{
	width:224px;
	margin-top:50px;
	}

#SubMenuLeft ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#SubMenuLeft ul li 
{ 
	float: left;
	position: relative;
	padding: 0;
	height:88px;
}

#SubMenuLeft a 
{
	display: block;
	width:128px;
	text-align:center;

}
#SubMenuLeft a:hover{
}

/* CONTENT AREA*/
#LeftColumn{
	float:left;
	width:730px;
	padding:45px 42px 0px 0px;	
	}
#RightColumn{
	float:right;
	width:190px;
	padding:45px 10px 0px 0px;	
}

.HomeLeft{
	width:740px;
	float:left;
	padding:45px 0px 0px 0px;
	/*padding:78px 42px 0px 0px;	*/
	}
	
.HomeLeftLeft {
	width:245px;
	float:left;
}

.HomeLeftRight {
	width: 465px;
	float:right;
	padding: 0px 0px 0px 0px;
}

.HomeRight{
	width: 190px;
	float:right;
	margin: 30px 0 0 0;
	padding: 15px 10px 0 10px;
	background:#F2F2F2;
	border:#000 thin;

	}

.home_rss_feed {
	margin: 0 -15px 0px -15px;
	background: #fff;
}

.HomeRightLeft {
	width:190px;
	float:left;
	border:#000 thin;
	margin-right:10px;
	background:#F2F2F2;
	padding: 0px 5px 10px 5px;
}

.HomeRightRight {
	width:190px;
	float:right;
	border:#000 2px;
	background:#F2F2F2;
	padding: 0px 5px 10px 5px;

}

	
.about_page_table {
	
	}
.about_page_table tr {

	}
.about_page_table td {
	border: 1px solid #e6e6e6!important;
	 }


	
/* FOOTER RELATED*/

#footer{
	height:212px;
	width:100%;
	background-color:#A0A411;
	margin-top:25px;
	color:#FFF;
}
#footerContainer{
	height:250px;
	width:1000px;
	margin-top:25px;
	margin-left:auto;
	margin-right:auto;
}

#submissionsarial10 {
	font-family:Arial, Helvetica, sans-serif;
color:#666666;
font-size:10px;
}

#submissionsarial12 {
	font-family:Arial, Helvetica, sans-serif;
color:#666666;
font-size:12px;
}

#submissionsarial16 {
	font-family:Arial, Helvetica, sans-serif;
color:#666666;
font-size:16px;
}



/*/////////////////DROP DOWN MENU//////////////////////*/
.ddsmoothmenu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	width: 100%;
	text-align:center;
	text-transform:uppercase;
}
.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
color: #333333;
padding: 0px 10px;
text-decoration: none;
width:95px;
height:47px;
background:#A0A411;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: #333333;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color: #333333;
}

.ddsmoothmenu ul li a:hover{
color: #333333;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
text-align:left;

}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;

}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
width: 112px; /*width of sub menus*/
padding: 10px;
margin: 0;
line-height:20px;
border-top-width: 0;
height:auto;
}

.ddsmoothmenu ul li ul li a:hover{
	opacity:0.95;
	filter:alpha(opacity=95);
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
display:none;
top: 12px;
right: 7px;
}

.rightarrowclass{
	display:none;
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
/*background: silver;*/
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
}
