

/* Start of CMSMS style sheet 'your_css' */
body {
	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;
	background-color: #467163;
	background-image: url(images/bag.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#leftside {
	width: 217px;
	background-image: url(images/leftbag.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#leftside h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
}
#leftsidebottom {
	background-image: url(images/leftbottom.gif);
	background-repeat: no-repeat;
	height: 9px;
	width: 100%;
}
#leftsidetop {
	background-image: url(images/lefttop.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 9px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#header #headtop {
	background-image: url(images/topbag.jpg);
	background-repeat: no-repeat;
	height: 32px;
	background-color: #CBE6D3;
	padding-top: 25px;
	background-position: bottom;
}
#header #headtop #menu {
	margin-right: 20px;
	margin-left: 100px;
}
.thrColFixHdr #container {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/contentbag.gif);
	background-repeat: repeat;
	background-position: right;
}
.thrColFixHdr #header {
	padding: 0;
}
.thrColFixHdr #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 */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 218px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 5px;
	background-image: url(images/rightbag.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 511px;
	text-align: center;
}
#floatingright{
float: right; /* since this element is floated, a width must be given */
width: 218px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #FFFFFF;
}
.thrColFixHdr #footer {
	background-color: #477163;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 81px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
}
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#footer a {
	color: #FFFFFF;
}
.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;
}
dfn {
	MARGIN-TOP: 0px;
	DISPLAY: none;
	VISIBILITY: hidden;
	FONT-SIZE: 0px;
	MARGIN-BOTTOM: 0px
}
#formcontainer #formleft {
	width: 50%;
	float: left;
	height: 20px;
}
#formcontainer #formright {
	width: 45%;
	float: left;
	height: 20px;
	padding: 1px;
}
.box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #000000;
}
#mainContent h1 {
	font-family: "Trebuchet MS";
	font-size: 22px;
             padding-top: 5px;
	font-weight: normal;
	line-height: 0.1;
	margin-top: 15px;
}


#mainContent .headbelow {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #507A6C;
             padding-top: 10px;

}
#mainContent h3 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #517A6C;
	font-weight: normal;
}
#mainContent h1 {
	color: #000000;
}
#mainContent h1 a { color: #000000; text-decoration: none;}
/* 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%;
   height:10px;
   margin-top:5px;
}
/* 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 {
    color: #FFFFFF;
	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;
}
#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: 3px 10px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/link.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-transform: uppercase;
}
#primary-nav li a {
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
#primary-nav li li a {
	border: 1px solid #FFFFFF;
}
#primary-nav li, #primary-nav li.menuparent {
	background-color: #ececec;
}
/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive {
    color: #FF9900;
	background-color: #C7C7C7;
}
/* 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 */
   background-image: url(images/cms/arrow.gif);
	background-position: center right;
	background-repeat: no-repeat;
}
/* Styling the apperance of menu items on hover */

#primary-nav li:hover, #primary-nav li.menuh, #primary-nav li.menuparenth, #primary-nav li.menuactiveh {
	background-color: #E7AB0B;
}
/* 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;
}
/* IE Hacks */
#primary-nav li li {
	float: left;
	clear: both;
}
#primary-nav li li a {
	height: 1%;
}
#formcontainer{
	height: 138px;
}
#primary-nav .menuactive .menuactive {
	color: #FF9900;
}
#primary-nav a {
	color: #FFFFFF;
}

/* End of 'your_css' */

#headtop a:hover { color: #FF9900;}
ul#widgets ul li a { color: #FFFFFF; text-decoration: none;}
ul#widgets ul li a:hover { text-decoration: underline; }
h2.widgettitle { font-size: 18px; font-weight: normal;}
.meta-text a { color: #507A6C; }
div.post { padding-bottom: 40px;}
mainContent p { margin-bottom: 5px; padding-bottom: 0px;}
textarea#comment { width: 300px;}

#tag_cloud { overflow: hidden;}
#tag_cloud a { color: #FFFFFF; text-decoration: none; } 
#tag_cloud a:hover { text-decoration: underline;}
.post-title-text { height: 100%;}
textarea.box#message { width: 100px; }
.post-title-text a { color: #000000; font-family: Calibri, Arial; font-size: 26px; text-decoration: none; }
#xsnazzy h1, #xsnazzy h2, #xsnazzy p {margin:0 10px; letter-spacing:1px;}
#xsnazzy h1 {
	font-size:18px;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#xsnazzy h2 {
	font-size:15px;
	color:#FFFFFF;
	border:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#xsnazzy p {padding-bottom:0.5em;}
#xsnazzy h2 {padding-top:0.5em;}
#xsnazzy {
	background: transparent;
	margin:0px;
	margin-top: 4px;
}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {
	border-left:1px solid #492F14;
	border-right:1px solid #492F14;
	background-color: #92320A;
}
.xb1 {margin:0 5px; background:#C6C6C6;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {
	display:block;
	border:0 solid #492F14;
	border-width:0 1px;
	background-color: #92320A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 5px;
}
.tag-link-63{
font-size:11px;

}
widget_tag_cloud a { font-size: 11px; }