/*---------------------------------------------------
* CSS Horus V1.0.0
* http://csshor.us
* Last mod: 06/01/2013
*
* Copyright 2012, João Firmino
* @firminoweb
---------------------------------------------------*/

/*---------------------------------------------------

    @Basic Styles
	  #Reset
	  #Basic and Typography
	  #Lists and Links
	  #Table
	  #Form and Button
	  #Navigation
	
	@Grid
	  #1200 grid 
	  #960 grid
	  #Tablet (Portrait) 	
	  #Mobile (Landscape) 
	  #Mobile (Portrait)
	  #Print Fixes
	  
    @Miscs
	  #Clear/Row Fix
	  #Image Aligns (wordpress friendly)
	  #Video Wrapper
	  #Facebook Comments Plug-in
	  #Inner Padding
	  #Others	  
	   
---------------------------------------------------*/

/*==================================================*/
/*==================================================*/
             /* @Basic Styles */
/*==================================================*/
/*==================================================*/

/* #Reset (by E. Meyers) */
/*---------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block 
}

body { 
    line-height:1;
}

ol, ul { 
    list-style:none;
}

blockquote, q { 
    quotes:none; 
}

blockquote:before, blockquote:after, q:before, q:after { 
    content:''; 
	content:none; 
}

table {
	background-color:transparent;
    border-collapse:collapse; 
	border-spacing:0;
}  	

/* #Basic and Typography Styles */
/*---------------------------------------------------*/

body { 
    background:#f2f2f2; 
	font:14px/20px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; 
	color:#333; 
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	-ms-font-smoothing:antialiased;
	font-smoothing:antialiased;
	-webkit-text-size-adjust:100%;
	-moz-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}

audio, canvas, video { 
    display:inline-block; 
	*display:inline; 
	*zoom:1; 
}

audio:not([controls]) {
    display:none;
    height:0;
}

video {
  width:100%;
  height:auto;
}
 
h1, h2, h3, h4, h5, h6 { 
    color:#333; 
	font-family:"Georgia", "Times New Roman", serif; 
	text-rendering:optimizelegibility; 
} 

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { 
    font-weight:inherit; 
}

h1 { 
    font-size:42px; 
	line-height:46px; 
	margin-bottom:20px; 
}

h2 { 
    font-size:28px; 
	line-height:32px; 
	margin-bottom:12px; 
}

h3 { 
    font-size:21px; 
	line-height:25px; 
	margin-bottom:8px; 
}

h4 { 
    font-size:18px; 
	line-height:22px; 
	margin-bottom:8px; 
}

h5 { 
    font-size:16px; 
	line-height:20px; 
	margin-bottom:4px;
}

h6 { 
    font-size:14px; 
	line-height:18px; 
}

h1, h2, h3, h4, h5, h6, p { 
    word-wrap:break-word; 
}

p { 
    margin: 0 0 20px 0; 
}

p img { 
    margin:0; 
	outline:0;
}

p.first:first-letter {
	font-size:200%;
}

em { 
    font-style:italic; 
}

strong { 
    font-weight:bold; 
}

small { 
    font-size:75%; 
}

sub, sup {
  font-size:70%;
  line-height:0;
  position:relative;
}

sub {
  bottom:-2px;
}

sup {
  top:-3px;
}

blockquote, blockquote p { 
    font-size:18px; 
	line-height:21px; 
	color:#666; 
	font-style:italic; 
}

blockquote { 
    margin:0 0 20px; 
	padding:0 20px; 
	border-left:4px solid #333; 
}

cite, blockquote cite { 
    display:block; 
	font-size:11px; 
	text-align:right;
	color:#999; 
}

blockquote cite:before { 
    content: "\2014 \00A0"; 
}

abbr[title] { 
    cursor:help; 
	border-bottom:1px dotted #999; 
}

address {
	font-size:12px;
	margin:0 0 20px;
}

hr { 
    border:1px solid #ccc; 
	clear:both; 
	margin:20px 0; 
	height:0; 
}
 
hr.inner-row { 
    margin-right:10px; 
    margin-left:10px; 
}
 
hr.mtop {
	margin-bottom:0; 
    margin-top:20px; 
}

hr.mbottom { 
    margin-bottom:20px; 
	margin-top:0;
}

hr.cleanline { 
    margin:0; 
}

code, pre { 
    padding:0 4px 2px; 
	font-size:12px; 
	color:#333; 
	-webkit-border-radius:5px; 
	-moz-border-radius:5px; 
    border-radius:5px;
}

code { 
    padding:4px 6px 2px; 
	color:#000; 
	background:#eee; 
	border:1px solid #ccc; 
}

pre, kbd { 
    display:block; 
	padding:10px; 
	margin:0 0 20px; 
	font-size:14px; 
	line-height:18px; 
	word-break:break-all; 
	word-wrap:break-word; 
	white-space:pre; 
	white-space:pre-wrap; 
	background:#f6f6f6; 
	border:1px solid #ccc; 
	-webkit-border-radius:5px; 
	-moz-border-radius:5px; 
	border-radius:5px; 
	box-shadow:#eee 1px 1px 4px; 
	-webkit-box-shadow:#eee 1px 1px 4px; 
	-moz-box-shadow:#eee 1px 1px 4px; 
}

kbd {
	font-size:85%;
	padding:2px 4px;
	display:inline
}

mark {
	color:#fff;
	background:#333
}

img { 
    border:0; 
	vertical-align:middle; 
	-ms-interpolation-mode:bicubic; /* "-ms-interpolation-mode" applies to stretched images only on IE7 */
}
 
img.scale { 
    max-width:100%; 
	height:auto; 
}

svg:not(:root) { 
    overflow:hidden; /* SVG Fix to IE9 */
}

figure {
	width:1px;
	display:table;
	border-bottom:1px #ccc dotted;
}

figure img {
	padding:4px;
	background:#fafafa;
	border:1px #ccc solid;
}

figure figcaption {
	font-size:80%;
	font-style:italic;
	color:#999;		
	line-height:14px;
	margin:8px 0;

}
 
/* #Lists and Links */
/*---------------------------------------------------*/

ul, ol { 
    margin: 0 0 20px 0; 
}

ul {
	list-style:none inside;
}

ul.disc {
	list-style-type:disc;
}

ul.circle {
	list-style-type:circle;
}

ol {
	list-style:decimal inside;
}

li {
	line-height:16px;
	margin-bottom:10px; 
}

ul ul, ol ol {
	margin:10px 0 0 20px;
}

a, a:visited {
	color:#333;
	text-decoration:underline;
	outline:0;
}

a:hover, a:focus {
	color:#000;
	text-decoration:none;
}

/* #Table */
/*---------------------------------------------------*/

.table {
	width:100%;
	margin:0 0 20px;
}

caption {
	font-size:14px;
	padding:8px;
	text-align:center;
	background:#f6f6f6;
}

.table th, .table td {
	line-height:18px;
    padding:8px;
    text-align:left;
}

.table th {
  font-weight:bold;
}

.table td {
	border-top:1px #ccc solid;
}

  .table.cleanline td {
	  border-top:0;
  }
  
.table.bordered {
	border-width:1px 0 1px 1px;
	border-style:solid;
	border-color:#ccc;
}

.table.bordered th, .table.bordered td {
	border-right:1px #ccc solid;
}

.striped tbody tr:nth-child(odd) td,
.striped tbody tr:nth-child(odd) th {
	background:#f6f6f6
}
	

/* #Form and Button */
/*---------------------------------------------------*/

fieldset {
	position:relative;
    padding-top:20px;
    margin:0 0 20px; 
	border-top:1px #ccc dotted
}

.bt, .pagination a, button, input[type="submit"], input[type="reset"], input[type="button"]  {
	font-size:14px; 
	font-weight:normal; 
	display:inline-block;
	padding:6px 14px; 
	line-height:20px; 
	color:#666; 
	text-align:center; 
	text-decoration:none; 
	vertical-align:middle; 
	cursor:pointer; 
	background-color:#f6f6f6;
	background:linear-gradient(to bottom, #ffffff, #e6e6e6);
	background:-webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background:-moz-linear-gradient(center 1px, #ffffff, #e6e6e6);
	background:-ms-linear-gradient(top, #ffffff, #e6e6e6);
	background:-o-linear-gradient(top, #ffffff, #e6e6e6); 
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#e6e6e6)');
	border:1px solid #ccc; 
	-webkit-border-radius:5px; 
	-moz-border-radius:5px; 
	border-radius:5px; 
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.09); 
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.09); 
	box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.09); 
}

.bt:hover, .pagination a:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	color:#333; 
	background-color:#f6f6f6;
	background:linear-gradient(to bottom, #e0e0e0, #ffffff);
	background:-webkit-linear-gradient(top, #e0e0e0, #ffffff);
	background:-moz-linear-gradient(center 1px, #e0e0e0, #ffffff);
	background:-ms-linear-gradient(top, #e0e0e0, #ffffff);
	background:-o-linear-gradient(top, #e0e0e0, #ffffff);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#e0e0e0', endColorstr='#ffffff)');
	border:1px solid #ccc;
}

.labelinputs, input, select, textarea {
	width:93%;
}

input[type="text"], input[type="password"], input[type="email"], .labelinputs, textarea, select {
	font-size:13px; 
	border:1px solid #ccc; 
	padding:8px; 
	background:#fff; 
	margin:0; 
	outline:none;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	border-radius:5px; 
	display:block; 
	margin-bottom:10px; 
	-webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.12); 
	-moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.12); 
	box-shadow:inset 0 1px 6px rgba(0, 0, 0, 0.12); 
}

input[type="radio"], input[type="checkbox"] {
	width:15px;
	height:15px;
	display:inline;
    margin: 3px 0 10px;
	*margin-bottom:0;
	vertical-align:middle;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	border:1px solid #999; 
	color:#999; 
	-moz-box-shadow:0 0 3px rgba(0,0,0,.32); 
	-webkit-box-shadow:0 0 3px rgba(0,0,0,.32); 
	box-shadow:0 0 3px rgba(0,0,0,.32); 
}

select {
	width:95.2%;
	appearance:button;
	-moz-appearance:button;
	-webkit-appearance:button;
	cursor:context-menu;
	background-color:#f6f6f6;
	background:linear-gradient(to bottom, #fafafa, #e5e5e5);
	background:-webkit-linear-gradient(top, #fafafa, #e5e5e5);
	background:-moz-linear-gradient(center 1px, #fafafa, #e5e5e5);
	background:-ms-linear-gradient(top, #fafafa, #e5e5e5);
	background:-o-linear-gradient(top, #fafafa, #e5e5e5);
	-webkit-box-shadow:none; 
	-moz-box-shadow:none; 
	box-shadow:none; 	
}

textarea {
	min-height:80px;
	resize:none;
}

label, legend {
	font-size:13px; 
	font-weight:bold; 
	display:block;
}

legend {
	color:#666; 
	font-weight:normal; 
	font-style:italic; 
	padding-right:10px;
}

label span, legend span {
	color:#333;
	font-weight:normal;
	font-size:12px;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border:0;
	padding:0;
}

.search input {
	width:52%;
	display:inline;
	margin-bottom:0;
	vertical-align:top;
}

.search button, .search input[type="submit"] {
	width:34%;
	margin:0;
}

/* #Navigation */
/*---------------------------------------------------*/

.breadcrumbs li, .pagination li, .tagcloud li {
	font-size:12px; 
	color:#666; 
	display:inline; 
	margin-right:5px;
}

.pagination li, .tagcloud li {
	display:inline-block;
	*line-height:28px;
	*display:inline;
}

.pagination a {
	font-size:12px; 
	padding:4px 10px;
}

  nav .pagination a {
	 font-size:16px;
     padding:8px 12px;
  }

.pagination a.b {
	font-weight:bold;
}

.pagination a:hover, .pagination a.active {
	background:#fff;
}

.tagcloud li {
	margin-right:0;
}

.tagcloud a {
	font-style:italic; 
	vertical-align:middle; 
	color:#333; 
}

.tagcloud a.f14 {
	font-size:110%;
}

.tagcloud a.f16 {
	font-size:130%;
}

.tagcloud a.f18 {
	font-size:160%;
}

.tagcloud a.f21 {
	font-size:200%;
}

.tagcloud a.f24 {
	font-size:240%;
}

.tagcloud a.f28 {
	font-size:300%;
}

.tagcloud a:hover {
	color:#666;
}

/*==================================================*/
/*==================================================*/
                     /* @Grids */
/*==================================================*/
/*==================================================*/

/* 1200 grid inspired by (http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/responsive-css-grid-systems-345) */
/* grid measures inspired by (Skeleton - http://getskeleton.com) */

/* #1200 grid */
/*---------------------------------------------------*/

  .wrapper {
	  width:1200px; 
	  margin:0 auto; 
	  padding:0; 
	  position:relative;
   }
  
  .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12, .col13, .col14, .col15, .col16, .col1_3, .col2_3 {
	  float:left; 
	  display:inline; 
	  margin:0 10px; 
  }
  
  .col1 {
	  width:55px;
  }
   
  .col2 {
	  width:130px; 
  }
  
  .col3 {
	  width:205px; 
  }
  
  .col4 {
	  width:280px; 
  }
  
  .col5 {
	  width:355px; 
  }
  
  .col6 {
	  width:430px; 
  }
  
  .col7 {
	  width:505px; 
  }
  
  .col8 {
	  width:580px; 
  }
  
  .col9 {
	  width:655px;
  }
  
  .col10 {
	  width:730px;
  }
  
  .col11 {
	  width:805px;
  }
  
  .col12 {
	  width:880px;
  }
  
  .col13 {
	  width:955px;
  }
  
  .col14 {
	  width:1030px;
  }
  
  .col15 {
	  width:1105px; 
  }
  
  .col16 {
	  width:1180px;
  }
  
  .col1_3 {
	  width:380px; 
  }
  
  .col2_3 {
	  width:780px;
  }
  
  .row {
	  margin-bottom:20px; 
  }
  
  .first {
	  margin-left:0;
  }
  
  .last {
	  margin-right:0;
  }



/* #Print Fixes */
/*---------------------------------------------------*/

@media print {
   
   * {
      color:#000 !important; /* Black prints faster: h5bp.com/s */
	  background:transparent !important;
      box-shadow:none !important;
      text-shadow:none !important;
	  border-color:#000 !important;
   }
   	
   @page {
	  margin:0.6cm;
   }	
   
   /* Windows bug fix */	
   p, h2, h3 {   
      orphans:3; 
	  widows:3; 
   }
   
   h2, h3 {
      page-break-after:avoid;
   }   

    thead {
      display:table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
      page-break-inside: avoid;
    }
  
  img { 
      max-width:100% !important; 
  }
  
}

/*==================================================*/
/*==================================================*/
                     /* @Miscs */
/*==================================================*/
/*==================================================*/

/* #Clear and Row Fix */
/*---------------------------------------------------*/

.wrapper:after {
	content:""; 
	display:table;  
	height:0; 
	visibility:hidden;
	clear:both;
}

.clearfix, .row {
	zoom:1;
}

.clearfix:before, .clearfix:after, .row:before, .row:after {
	content:"";	
	display:table;
	width:0;
	height:0;
    visibility:hidden;
}

.clearfix:after, .row:after {
	font-size:0;
	clear:both;
}

.clear {
	clear:both;
	display:block;
}

/* #Image Aligns (wordpress friendly) */
/*---------------------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}

.aligncenter {
	display:block;
	margin:5px auto;
}


.alignright {
	float:right;
	margin:5px 0 20px 20px;
}

.alignleft {
	float:left; 
	margin:5px 20px 20px 0;
}

/* #Video Wrapper (flexible youtube, vimeo and other videos) */
/*---------------------------------------------------*/

.video {
    height:0;
	padding-bottom:56.25%;
	padding-top:25px;
	position:relative;
}

.video iframe, .video object, .video embed {
	width:100%;
	height:100%;	
	position:absolute;
	top:0;
	left:0;
}

/* #Facebook Comments Plug-in */
/*---------------------------------------------------*/

.fb-comments, .fb-comments span, .fb-comments.fb_iframe_widget span iframe { 
     width:99% !important;
}

/* #Inner Padding */
/*---------------------------------------------------*/

.innerpad {
	display:block
}

.innerpad.pd10 {
	padding:10px
}

.innerpad.pd20 {
	padding:20px
}

/* #Others */
/*---------------------------------------------------*/

.margintop {
	margin:20px 0 0 0;
}

.marginright {
	margin:0 20px 0 0;
}

.marginbottom {
	margin:0 0 20px 0;
}

.marginleft {
	margin:0 0 0 20px;
}

.hide {
	display:none;
}

.hide-txt {
	font:0/0 a; 
	color:transparent;
}



/*---------------------------------------------------
    @Website Styles
---------------------------------------------------*/

#innerpad p {
	font-size:14px;
	color:#fff;
	margin:0;
	background:#999
}

cite, blockquote cite {
    text-align: left;
}

.branding {
    text-align: center;margin-top:50px;text-shadow: 2px 2px 2px #999;
}

.logo {
    margin-top:10px; margin-left:10px;
}

.logo2 {
    margin-top:10px;margin-left:35px;
}

.fotoramme {
	padding: 0 !important;
	border: 5px solid #ccc;
	width: 346px;
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #666;
}

.fotoramme img {
    border: 3px solid #f2f2f2;
    padding-left: 0 !important;
    padding-right: 0;
}

.rounded {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.box_shadow {
	-webkit-box-shadow: 3px 3 3px #999;
	-moz-box-shadow: 3px 3px 3px #999;
	box-shadow: 3px 3px 3px #999;
	
}


/*------------------------------------*\
  GPEASY
\*------------------------------------*/

.wrap{width:98%;max-width:1180px;margin:0 auto;}

#menu{height:65px}
#menu a{font-size:18px;line-height:55px;text-decoration:none;color:#333;font-family:sans-serif;text-shadow:1px 1px 0 rgba(255,255,255,0.6)}
#menu ul{list-style:none;padding:0;margin:0}#menu ul li{display:inline;padding:0 20px;margin:0}#menu ul li:first-child{padding-left:0}



/*---BACKGROUNDS---*/
nav,.btn,#content input[type="submit"],.login_submit,.gpArea_Simple_Search form input.submit{
background:#444;
background: -moz-linear-gradient(top, #444 0%, #222 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444), color-stop(100%,#222));
background: -webkit-linear-gradient(top, #444 0%,#222 100%);
background: -o-linear-gradient(top, #444 0%,#222 100%);
background: -ms-linear-gradient(top, #444 0%,#222 100%);
background: linear-gradient(top, #444 0%,#222 100%);
}

nav,.btn,nav ul li ul,.btn,#content input[type="submit"],.login_submit,.gpArea_Simple_Search form input.submit{-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.6);-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.6);box-shadow:0 1px 2px rgba(0, 0, 0, 0.6);}
a.btn:hover,#content input[type="submit"]:hover,.login_submit:hover,.gpArea_Simple_Search form input.submit:hover{
background:#222;
background: -moz-linear-gradient(top, #222 0%, #000 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222), color-stop(100%,#000));
background: -webkit-linear-gradient(top, #222 0%,#000 100%);
background: -o-linear-gradient(top, #222 0%,#000 100%);
background: -ms-linear-gradient(top, #222 0%,#000 100%);
background: linear-gradient(top, #222 0%,#000 100%);
-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.6);
-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.6);
box-shadow:0 1px 4px rgba(0, 0, 0, 0.6);
text-decoration:none;
}

/*---TOP NAVIGATION---*/
nav{position:relative;margin:0 0 50px;z-index:2;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}
nav a{color:#ffffff;}
nav ul{display:block;float:left;list-style:none;margin:0 0 0 5px;position:relative;z-index:2}
nav ul li{display:block;float:left;margin:0;border-left:1px solid #333;}
nav ul li a{display:block;float:none;padding:10px;text-shadow:1px 1px 1px #000;text-decoration:none;}
nav ul li a:hover,nav ul li a:visited,nav ul li a.selected{background:#666;color:#fff;text-decoration:none;}
nav ul li a.selected{cursor:default;background:#666;}
nav ul li ul{background:#222;float:left;display:none;position:absolute;top:45px;min-width:160px;max-width:220px;_width:160px;margin-left:0;margin-right:0;padding:0;text-align:left;border:0;zoom:1;}
nav ul li ul li{float:none;clear:both;display:block;background:none;border:none;}
nav ul li ul li a{display:block;font-size:0.9em;line-height:19px;}
nav ul li ul li a:hover,nav ul li ul li a.selected{background:#eee;color:#222;text-shadow:1px 1px 1px #fff;}
nav ul li:hover ul{display:block}

nav{z-index:998}
 
nav ul{z-index:999}

nav ul li ul, nav ul li ul li, nav ul li ul li a  , nav ul li ul li a:hover   {z-index:1000;}

nav ul li ul{top:35px;}

.gpArea_MiddleSubMenu h2{
	margin-bottom : 2px;
}
.gpArea_MiddleSubMenu ul,.gpArea_MiddleSubMenu ul li{
 width: 100%; /* Menu Width */
 list-style: none;
 margin: 0;
}
.gpArea_MiddleSubMenu ul li { float: left; position: relative;  width: 100%;  margin-left : 0px;background-color : #333333;  }
.gpArea_MiddleSubMenu ul li.iehover { z-index: 1000; /* IE z-index bugfix */ }
.gpArea_MiddleSubMenu ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.gpArea_MiddleSubMenu ul{
margin-bottom : 25px;
	border-top :0px solid #e9ae62;
}
.gpArea_MiddleSubMenu ul a {
 display:block;
	padding:10px;
	text-decoration: none;
	border-bottom : 1px solid #999;
	font-weight : bold;color:#fff;
}
.gpArea_MiddleSubMenu ul a:hover,.gpArea_MiddleSubMenu ul li:hover a,.gpArea_MiddleSubMenu ul li.iehover a {
 background-color : #666;
 color: #FFF;

}
.gpArea_MiddleSubMenu ul li a.selected, .gpArea_MiddleSubMenu ul li a.childselected{
 color:#fff;
}
.gpArea_MiddleSubMenu ul li a.selected:hover, .gpArea_MiddleSubMenu ul li a.childselected:hover{
 color : White;
}
.gpArea_MiddleSubMenu ul li ul li a.selected,.gpArea_MiddleSubMenu ul li ul li ul li a.selected {
 background-color : #8E9AC8;
 color: #FFF;
}

.gpArea_Search input[type="submit"] {
    width: 100px !important;
}

.contactform textarea {
    float: left;
}

.contactform .submit {
    float: left;background:none !important;box-shadow:none
}

#content .contactform  input[type="submit"] {
	background:none;
}

#sidebar {
 background-color : #f2f2f2;
 color: #333;
}


.contactform {
    margin: 0;
    width: 95%;
}

/*---------------------------------------------------

---------------------------------------------------*/






/*---------------------------------------------------
    @Print Styles
---------------------------------------------------*/

@media print {
	
	
}

/*---------------------------------------------------
    @Font-Face
---------------------------------------------------*/

 /*
@font-face {
	font-family: 'FontName';
	src: url('FontName.eot'); /IE9 Compat Modes/
	src: url('FontName.eot?iefix') format('eot'), /IE6-IE8/
	     url('FontName.woff') format('woff'), /Modern Browsers/
	     url('FontName.ttf')  format('truetype'), /Safari, Android, iOS/
	     url('FontName.svg#svgFontName') format('svg'); /Legacy iOS/
}
*/

/*---------------------------------------------------
    @Selection
---------------------------------------------------*/

::selection {
	color:#fff;
	background:#333;
}

::-webkit-selection {
	color:#fff;
	background:#333;
}

::-moz-selection {
	color:#fff;
	background:#333;
}