
/*tripoli reset---------------------------------------------*/
 
* { margin: 0; padding: 0; text-decoration: none; font-size: 1em; outline: none; }
code, kbd, samp, pre, tt, var, textarea, input, select, isindex { font: inherit; font-size: 1em; }
dfn, i, cite, var, address, em { font-style: normal; }
th, b, strong, h1, h2, h3, h4, h5, h6 { font-weight: normal; }
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet { border: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td, center { text-align: left; vertical-align: top; }
body { line-height: 1; background: white; color: black; }
q { quotes: "" ""; }
ul, ol, dir, menu { list-style: none; }
sub, sup { vertical-align: baseline; }
a { color: inherit; }
hr { display: none; } /* we don't need a visual hr in layout */
font { color: inherit !important; font: inherit !important; color: inherit !important; } /* disables some nasty font attributes in standard browsers */


/*tripoli generic-----------------------------------------*/

fieldset { padding: 0 1em 1em 1em; margin: 1.6em 0; } /* padding-top is margin-top for fieldsets in Opera */
legend { padding-left: .8em; padding-right: .8em; }
legend+* { margin-top: 1em; } /* compensates for the opera margin bug */
textarea,  input { padding: .3em .4em .15em .4em; }
select { padding: .1em .2em 0 .2em; }
option { padding: 0 .4em; }
a { position: relative; padding: 0.3em 0 .1em 0; } /* for larger click-area */

/* FORMS */

fieldset { border: 1px solid #ccc; }
legend { background: #fff; }
textarea, input[type='text'], select { border: 1px solid #ccc; background: #fff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaa; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #888; outline: 1px solid #7671AB; }
input, select { cursor: pointer; }
input[type='text'] { cursor: text; }


/* Tripoli Overrides--------------------------------------*/

p+ul { margin-top: -0.8em }

fieldset { border:none; }


/*end-----------------------------------------------------*/


html { font-size: 62.5%; font-family: tahoma,"microsoft sans serif", arial, sans-serif; }

body {
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	background:white;
    font-size: 1.2em; 
	line-height: 1.6em; 
	background:#336633;
	 }


/*Site Text formating--------------------------------------*/

blockquote *:first-child { margin: .8em 0; }
 hr,  p,  ul,  ol,  dl,  pre,  blockquote,  address,  table,  form { margin-bottom: 1.6em;}
 p+p { margin-top: -.8em; }

 h1 { font-size: 1.5em; margin:0.25em 0em;  }
 h2 { font-size: 1.313em; margin: 1.375em 0 .535em; text-transform:uppercase; border-left: 3px solid #426E42; padding-left:30px; padding-bottom:30px; margin-left:15px;}
 h3 { font-size: 1.313em; margin: 1.14em 0 .57em; }
 h4 { font-size: 1.3em; margin: 1.23em 0 .615em;  }
h1, h2, h3, h4, h5 {color:#936603; background-color:#fff; font-weight:600;}
 
#mastinner h1,
#mastinner h1.internal {
position:relative;
text-indent:-9999px;
height:390px;
width:866px;
margin:0;
}

#mastinner h1.hide {
position:relative;
text-indent:-9999px;
height:149px;
}

#mastinner span{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:#336633 url(../img/topimage.jpg) no-repeat;
}

body#home #mastinner span{
background:#336633 url(../img/home_topimage.jpg) no-repeat;
}

h2.top, h2.altop  {
margin-top:0;
margin-bottom:0;
}

body#home h2.top,
body#home h2 {
color:#fff; 
background-color:#336633
}

body#home h2.altop {
color:#936603;
background-color:#336633;
}

h3 { 
text-transform:uppercase;
  }

#contentright p, #homecontent p {
color:#ccc;
background-color:#336633;
}

#homecontent p, 
#homecontent a,
#contentright p, 
#contentright a{
padding-left:45px;
}

#contentright a+p {
margin-top:1.5em;
}

#homecontent a {
margin-top:0;
}

p.nobot {
margin-bottom:0;
}

p.leadin {
font-size:1.2em;
line-height:1.5em;
margin-top:0;
}

dt  {
border-bottom:3px solid #eee;
margin-bottom:10px;
}

dd {
margin-bottom:10px;
}

/*links styles-----------------------------------*/

a:link,
a:visited,
a:active {
color:#936603;
background-color:#fff;	
}

a:hover {
color:#B28C3F;
background-color:#fff;	
}

body#home a:link,
body#home a:visited,
body#home a:active,
#footsub a:link,
#footsub a:visited,
#footsub a:active {
color:#936603;
background-color:#336633;	
}

body#home a:hover,
#footsub a:hover {
color:#fff;
background-color:#336633;	
}


a.more {
padding-right:15px;
background: url(../img/arrow.gif) center right no-repeat;
}

dt a {
padding-right:15px;
background: url(../img/whitearrow.gif) center right no-repeat;
}


/*misc styles-----------------------------------*/

address {
font-size:1.2em;
}

a.mailink {
color:#936603;
background-color:#fff;
}

img.flag{
float:right;
display:block;
overflow:hidden;
margin:10px 43px;
}

/*Lists--------------------------------------------*/

ul.sites {
font-weight:600;
list-style-type:disc;
list-style-position:inside;
margin-left:3px;
}

/*main divs structure------------------------------*/

#masthead {
display:block;
margin:0;
padding:0;
background:#2F5D2F;		
}

body#home #masthead {
border-bottom:3px solid #336633;
}

#mastinner {
margin:0 auto;
width: 866px;
}

#wrap {
width:800px;
margin:0 auto;
background: url(../img/wrapinternalbg.jpg) top right no-repeat;
padding-top:25px;
margin-top:0;
}

#container {
width:800px;
float:left;
background:#336633;
}

body#home #wrap {
padding-top:45px;
background: url(../img/wrapshadowtop.jpg) center top no-repeat;
}

#menu {
margin:0;
width: 200px;
float: left;
}					

#homecontent{
float: left;
width: 380px;
}

#contentmain {
float: right;
width: 530px;
background:#fff;
padding:20px 35px 45px;
}

#picturehold {
float: left;
width: 600px;
}

#contentright{
float: left;
width: 190px;
height:100%;
margin:0;
}

#logo {
float: left;
width: 800px;
height:50px;
padding:20px 0px;
}

#logo img {
display:block;
overflow:hidden;
width: 190px;
float:left;
}

#logo img.right {
float:right;
}

#contentmain img.right,
#contentmain img {
display:block;
overflow:hidden;
float:left;
margin:15px 15px;
}

#contentmain img.right {
float:right;
}

/*-------------Menu styles-----------------*/

#menu ul {
margin:0px 0px 0px 40px;
float:left;
padding:0em;
background-color:#336633;
}

#menu ul li {
font-weight:600;
font-size:1.1em;
padding-bottom:5px;
}

#menu ul li a {
text-decoration: none;
display: inline;	
padding:0em;
margin:0em;
}

#menu ul li a:link,
#menu ul li a:visited,
#menu ul li a:active { color:#936603; background:#336633; text-decoration:none;   }

#menu ul li a:hover { color:#fff;background:#336633;  }

#menu ul li.live a:link,
#menu ul li.live a:visited, 
#menu ul li.live a:hover { color:#fff; background:#336633; }


/*-------------Footer styles------------------*/


#foot {
width:100%;
float:left;
border-top:3px solid #fff;
padding-bottom:50px;
}

#footsub {
margin:0 auto;
width:800px;
padding-top:15px;
}

#footsub p {
width:650px;
font-size:0.75em;
line-height:1.2em;
float:left;
}

#footsub span.right {
float:right;
text-align:right;
font-size:0.75em;
line-height:1.2em;
width:100px;
margin:0;
padding:0;
}

#footsub span.right a {
color:#999999;
background-color:#336633;
}

#footsub span.right a:hover {
color:#fff;
background-color:#336633;
}


