/*

	Nonzero1.0 by nodethirtythree design
	http://www.nodethirtythree.com
	missing in a maze

*/

/* This controls the width of the fluid width layouts */

div.fluid
{
width: 60% !important;
}

/* This controls the width of the fixed width layouts */

div.fixed
{
width: 800px !important;
}

/* Basic Stuff */

*
{
margin: 0em;
padding: 0em;
}

body
{
background-color: #FFFFFF;
color: #3A3A3A;
font-size: 12px;
font-family: Verdana;
}

h1,h2,h3,h4,h5,h6
{
font-weight: normal;
letter-spacing: -1px;
color: #454ca0;

}

h3,h4,h5,h6
{
color: #000000;
}

h1 span
{
font-weight: bold;
}

h3 span
{
font-weight: bold;
}

h4 span
{
font-weight: bold;
}

br.clear
{
clear: both;
}

img
{
padding: 3px;
border: solid 0px #e1e1e1;
}

img.googlepicasa
{
padding: 3px;
border: solid 1px #e1e1e1;
}

img.floatTL
{
float: left;
margin-right: 1.5em;
margin-bottom: 1.5em;
margin-top: 0.5em;
}

a
{
text-decoration: none;
color: #000000;
}

a:hover
{
text-decoration: underline;
color: #436500;
}

ul.links
{
list-style: none;
}

ul.links li
{
line-height: 2em;
}

ul.links li.first
{
}

p
{
line-height: 20px;
}

/* Header */

#header
{
width:100%;
height:180px;
background: #FFFFFF url('../images/headers/headerblue.gif');
}

#header_inner
{
background: #fff url('../images/headers/header.gif');
position: relative;
width: 800px;
/* border: solid 3px #3FB4C4; */
height:180px;
margin: 0 auto;
}

/* Logo */

#logo
{
position: absolute;
bottom: 0.6em;
}

#logo h1
{
display: inline;
color: #fff;
font-size: 2.6em;
}

#logo h2
{
display: inline;
padding-left: 0.5em;
color: #E5CCD0;
font-size: 1.0em;
}

/* Menu */

#menu
{
position: absolute;
right: 0em;
bottom: 0em;
}

#menu ul
{
list-style: none;
}

#menu li
{
float: left;
}

#menu li a
{
margin-left: 0.5em;
display: block;
padding: 1.1em 1.4em 1.0em 1.4em;
background: #fff url('../images/n4.gif') repeat-x;
border: solid 1px #fff;
color: #616161;
font-weight: bold;
font-size: 1.0em;
text-transform: lowercase;
text-decoration: none;
}

#menu li a.active
{
background: #CA2F2F url('../images/n3.gif') repeat-x;
color: #fff;
border: solid 1px #A94B4B;
}

/* Main */

#main
{
}

#main_inner p
{
/*text-align: justify;*/
/*margin-bottom: 2.0em;*/
}

#main_inner ul
{
margin-bottom: 2.0em;
}

#main_inner
{
position: relative;
/* border: solid 3px #3FB4C4; */
background: #CCCCCC url('../images/n6.gif') repeat-y;
width: 800px;
border-bottom: solid 1px #6b1e5d;
margin:0 auto;
padding-top: 3.5em;
}

#main_inner h3,h4
{
*/border-bottom: dotted 1px #E1E1E1;
position: relative;
}

#main_inner h3
{
font-size: 2.1em;
padding-bottom: 0.1em;
margin-bottom: 0.8em;
}

#main_inner h4
{
font-size: 1.2em;
padding-bottom: 0.175em;
margin-bottom: 1.4em;
margin-top: 0.95em;
}


/* LAYOUT - 2 COLUMNS */

	/* Primary content */
	
	#primaryContent_2columns
	{
	position: relative;
	margin-left: 17em;
	}
	
	#columnA_2columns
	{
	position: relative;
	float: right;
	width: 100%;
	margin-left: -17em;
	padding-left: 2em;
    padding-right: 2em;
	}
	
	/* Secondary Content */
	
	#secondaryContent_2columns
	{
	float: left;
	}
	
	#columnC_2columns
	{
	width: 13em;
	float: left;
	padding: 0em 0em 0.5em 1.0em;
	}
input.button
{
background: #000000;
color: #fff;
border: solid 1px #FF9900;
font-weight: bold;
text-transform: lowercase;
font-size: 0.8em;
height: 2.2em;
padding-top: -1.0em
}

input.text
{
border: solid 1px #cecece;
font-size: 1.0em;
padding: 0.25em 0.25em 0.25em 0.25em;
}


.textlabel {
margin: 0em;
padding: 0em;
}
a.nav  {
	color : #fdba19;
	text-decoration : none;
   
}
a:Visited.nav  {
	color : #fdba19;
	text-decoration : none;
    
}

a:Hover.nav  {
	color : #FFFFFF;
	text-decoration : none;
    
}

#menuList {
    margin: 0;
    padding: 0;
}
 
#menuList li {
    list-style: none;
    margin: 1px;
    padding: 4px;
    width: 145px;
    background-color: #762368;
    color: #FFFFFF;
    /*border: 1px solid #3653a4;*/
}

#menuList2 {
    margin-left:0px;
    padding: 0;
}

 
#menuList2 li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 140px;
    background-color: #454ca0;
    color: #981B1E;
    border: 1px solid #FFFFFFF;
}

A.cms { font-family: Verdana; color:#3082b7;font-size:; font-weight:normal; text-decoration: none}
A.cms:visited { font-family: ; color:#3082b7;font-size:; font-weight:normal;text-decoration: none}
A.cms:hover { font-family: ; color:underline;font-size:;font-weight:normal; text-decoration: none}

