/* Start of CMSMS style sheet 'Navigation: Redhorns - Horizontal' */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu_vert {
   margin-left: 1px;
   margin-right: 1px;
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
   width: 100%;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
   width: 200px; 
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
}
#primary-nav ul { 
   position: absolute; 
   top: auto; 
   display: none; 
}
#primary-nav ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px; 
}
	
#primary-nav li { 
   margin-left: -1px;
   float: left; 
   color:#ffffff;
}
#primary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative; 
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 0px; 
   padding: 5px 10px; 
   text-decoration: none; 
   color: #720d0d;
   font-family:Arial, Helvetica, sans-serif;
   font-size:14px;
   font-weight:bold;
}

#primary-nav a:hover { 
   display: block; 
   margin: 0px; 
   padding: 5px 10px; 
  
   text-decoration: none; 
   color:#000000;
   font-family:Arial, Helvetica, sans-serif;
   font-size:14px;
   font-weight:bold;
}



#primary-nav li li a { 
   border: 1px solid #720d0d;

}	

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
   color:#000000; 
}

#primary-nav li.menuactive a{ 
   color:#000000; 
}

#primary-nav li.menuactive li a{ 
   color:#720d0d; 
}

#primary-nav li.menuactive li a:hover{ 
   color:#000000;
}

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparenth { 
/* arrow for menuparents */
   color:#FFFF99;
}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
   color:#FFFF99;
}

#primary-nav li.menupatent a{
   color:#FFFF99;
}

/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
   background-color:#e0992a;
   color:#ffffff;
   text-align:left;
}


/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
   height: 1%; 
}
/* End of 'Navigation: Redhorns - Horizontal' */

/* Start of CMSMS style sheet 'redhorns4' */
@charset "utf-8";
/* CSS Document */

body{
	background-color:#929568;
	margin:0px;
	padding:0px;
}

#overall{
	width:100%;
	display:table;
}

#overallheader{
	width:100%;
	background-color:#525252;
	display:table;
}

#header{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	display:table;
}

#headerrow{
	display:table-row;
}

#headerleft{
	float:left;
	width:565px;
	height:156px;
	display:table;
}

#headerleftrow{
	display:table-row;
}

#headerlogo{
	display:table-column;
	float:left;
	background-image:url(uploads/images/headerleftbak.jpg);
	background-repeat:no-repeat;
	width:287px;
	height:156px;
}

#logo{
	padding-top:40px;
	padding-left:17px;
}

#headermiddle{
	width:278px;
	height:156px;
	float:right;
	display:table-column;
	background-image:url(uploads/images/headerleftmiddle.jpg);
}

#headerright{
	width:435px;
	display:table;
	height:156px;
	float:right;
}

#headerrightrow{
	display:table-row;
}

#headerrightmiddle{
	width:164px;
	height:156px;
	display:table-column;
	float:left;
	background-image:url(uploads/images/headerrightmiddle.jpg);
}

#headersearch{
	width:271px;
	height:156px;
	display:table-column;
	float:left;
	background-image:url(uploads/images/headerright.jpg);
}
#search{
	background-image:url(uploads/images/search.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:33px;
	margin-left:15px;
	margin-top:13px;
	padding-left:75px;
        padding-top:7px;
}

#search input{
	width:85px;
        background-color:#;
        border:0px;
}

#searchbutton{
	visibility:hidden;
	cursor:pointer;
	width:20px;
	height:20px;
        background-color:#996600;
}

#contentsection{
	width:1000px;
	height:245px;
	display:table;
	margin-left:auto;
	margin-right:auto;
}

#contentsectionrow{
	display:table-row;
}

#contentsectionleft{
	display:table-column;
	float:left;
	width:904px;
	height:245px;
}

#contentsectionleftrow{
	display:table-row;
}

#contentleft{
	float:left;
	width:111px;
	height:245px;
	display:table-column;
	background-image:url(uploads/images/contentleft.jpg);
}

#contentmiddle{
	float:right;
	display:table-column;
	width:793px;
	height:245px;
}

#contenttop{
	width:793px;
	height:22px;
	background-image:url(uploads/images/contenttop.jpg);
}

#content{
	width:793px;
	height:206px;
	display:table;
	background-image:url(uploads/images/content.jpg);
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
        
}

#searchresultpage{
       width:773px;
       height:150px;
       overflow:auto;
	scrollbar-base-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-arrow-color: #000000;

}

#content h1{
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
}

#content a{
	color:#ffffff;
	text-decoration:none;
        font-weight:bold;
}

#content a:hover{
	text-decoration:underline;
}

#contentbottom{
	width:793px;
	height:17px;
	background-image:url(uploads/images/contentbottom.jpg);
}

#contentsectionright{
	width:96px;
	height:245px;
	background-image:url(uploads/images/contentright.jpg);
	float:right;
}

#navigationoverall{
	width:100%;
	height:33px;
	background-image:url(uploads/images/menuback.jpg);
	background-repeat:repeat-x;
}

#navigation{
	width:990px;
	padding-left:10px;
	padding-top:3px;
	margin-left:auto;
	margin-right:auto;
	height:30px;
	background-image:url(uploads/images/navigation.jpg);
	background-repeat:no-repeat;
}

#bannertopsection{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	height:16px;
	background-image:url(uploads/images/bottomtop.jpg);
	background-repeat:no-repeat;
}

#bannersection{
	display:table;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#bannersectionrow{
	display:table-row;
}

#bannersectionleft{
	float:left;
	width:899px;
	height:272px;
	display:table;
}

#bannersectionleftrow{
	display:table-row;
}

#bannerleft{
	display:table-column;
	background-image:url(uploads/images/bottomleft.jpg);
	height:272px;
	width:59px;
	float:left;
}

#bannermiddle{
	display:table;
	width:840px;
	height:272px;
	float:right;
}

#bannermiddletablerow{
	display:table-row;
}	

#bannermiddlecol1{
	display:table-column;
	width:55px;
	height:272px;
	float:left;
	background-image:url(uploads/images/bottomleftmiddle.jpg);
}

#leftarrow{
	width:38px;
	height:34px;
	margin-left:15px;
	margin-top: 119px;
}

#rightarrow{
	width:34px;
	height:34px;
	margin-left:5px;
	margin-top: 119px;
}

#bannermiddlecol2{
	display:table-column;
	width:785px;
	height:272px;
	background-color:#ffffff;
	float:left;
	background-image:url(uploads/images/botmiddle.jpg);
}

#bannermiddlecol2 a{
       text-decoration:none;
       border:0px;
}

#bannermiddlecol2 img{
      border:0px;
}

#bannersectionright{
	display:table;
	width:101px;
	height:272px;
	float:right;
}

#bannersectionrightrow{
	display:table-row;
}

#bannerrightcol1{
	float:left;
	width:52px;
	height:272px;
	background-image:url(uploads/images/bottomright.jpg);
	display:table-column;
}

#bannerrightcol2{
	float:right;
	display:table-column;
	width:48px;
	height:272px;
}	

#footer{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	height:35px;
	display:table;
}

#footerrow{
	display:table-row;
}

#footerleft{
	width:632px;
	float:left;
	background-image:url(uploads/images/footerleft.jpg);
	height:35px;
	background-repeat:no-repeat;
	display:table-column;
        font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#ffffff;
        padding-top:5px;
}

#footerleft a{
        font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#ffffff;
}


#footerright{
	width:356px;
	float:right;
	display:table-column;
	height:30px;
	padding-left:12px;
	padding-top:5px;
	background-image:url(uploads/images/footerright.jpg);
	background-repeat:no-repeat;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#6b6e3f;
}

/* End of 'redhorns4' */

