/*
Name: Cosmic Handmade Sample layout - It's A Bee Thing
Date: May 2007
Author and COPYRIGHT: Caroline Hofstede
Author URL: www.cosmichandmade.com
*/

/*----------------------
  Basics
  ---------------------*/

*{
margin:0;
}

body {
margin:0 auto;
padding:10px 0 0 0;
font-family: verdana, arial, helvetica, sans-serif;
font-weight: normal;
font-size:80%;
color:#000000;
background:#ffffff;
text-align:center;
}

p {
margin:4px 0; 
padding: 5px 0 5px 0;
line-height:1.2em;
text-align:left;
}

blockquote{
margin:15px 0;
padding:15px;
line-height: 1.5em;
background:transparent;
border:0px solid #DED0AF;
}

blockquote blockquote{
border:1px dashed #DED0AF;
}


/*----------------------
  Table styles
  ---------------------*/

table {
margin:0 auto;
padding:0;
border-collapse:collapse;
font-size:1em;
vertical-align:top;
}

#table1{
width:860px;
margin:0 auto;
padding:0;
vertical-align:top;
Text-align:center;
background:#ffffff;
border:0px dotted #AA8639;
}

#table2{
width:80%;
margin:0 auto;
padding:0;
background:#ffffff;
border:4px dotted #001c67;
}

#table3{
width:100%;
margin:0 auto 10px auto;
padding:0;
text-align:left;
border:0px solid #AA8639;
}

#columnleft{
width:25%;
padding:0 15px;
background:#ffffff;
vertical-align:top;
}

#columnright{
width:75%;
margin:0 auto;
padding: 0 10px;
background:#ffffff;
vertical-align:top;
border:0px solid #AA8639;
}

#headertable{
width:100%;
margin:0 auto;
padding:0;
vertical-align:top;
text-align:center;
background:#ffffff;
border:0px solid #AA8639;
}

#footertable{
width:100%;
margin:0 auto;
padding:0;
vertical-align:center;
text-align:center;
background: #ffffff;
border:0px solid #AA8639;
}

/*----------------------
  Headings
  ---------------------*/
h1, h2, h3, h4, h5, h6{
margin:0;
padding:0;
font-family:"trebuchet ms", verdana, arial, geneva, sans-serif;
font-weight: bold;
font-size: 1em;
color:#001c67;
text-align:left;
}

h1{
padding:2px 0;
font-size: 1.3em;
}

h2{
margin:0 0 4px 0;
font-size: 1.3em;
color:#001c67;
}

h3{
margin:0 0 8px 0;
font-size: 1.2em;
color:#001c67;
}

h4{
margin:0 0 8px 0;
font-size: 1em;
color:#001c67;
}


/*----------------------
  Links
  ---------------------*/

a, a:link{
font-weight:bold;
color:#001c67;
text-decoration:none;
outline:none;
}

a:hover {
font-weight:bold;
color:#c5001b;
text-decoration:none;
border-bottom:1px dotted #c5001b;
}

a, a:visited{
font-weight:bold;
color:#001c67;
text-decoration:none;
outline:none;
}

a.up {
display:block;
width:8px;
height:8px;
padding-left: 10px;
background: url(bullet.png) no-repeat top left;
background-position: center left;
border-bottom:0px solid #E1D3B5;
}

/*----------------------
  Images
  ---------------------*/

img, a img{
border:0px none;
margin:0;
padding:10px 0;
}

.ileft{ 
float: left; 
margin: 0 15px 0 0;
}

.iright{
float: right; 
padding:4px;
}

.icenter{
display: block;
text-align: center;
margin: 5px auto;
padding: 5px 0;
}

.padding
{
padding: 10px 10px 10px 0px;
}

.noPadding
{
padding: 0 0 0 0;
}

/*----------------------
  Lists
  ---------------------*/

ul{
margin:0;
padding:0;
text-decoration:none;
}

ol{
margin:0 0 15px 0;
padding:5px 0;
text-decoration:none;
}

li{
margin:0;
padding:2px 0;
text-decoration:none;
}

.dot{
margin:0;
padding:0;
list-style-image: url('images/bullet2.gif');
list-style-type: circle;
}

/*----------------------
  Header
  ---------------------*/

#header{
width:100%;
height:340px;
margin:0 auto;
padding:0;
background:url('header.png');
background-repeat: no-repeat;
background-position: center center;
}


/*----------------------
  Menu sidebar
  ---------------------*/
.menu{
text-align:left;
padding:0;
margin:0;
}

.menu p{
margin:0;
padding: 5px 0;
text-align:left;
}

.menu a, .menu a:hover {
text-decoration:none;
font-weight: normal;
}

.menu ul h2{
margin:0;
padding:0 0 0 3px;
text-align:left;
background:#ffffff;
}

.menu ul li{
margin:12px 0;
padding:0;
list-style:none;
}

.menu ul ul{
margin:0;
padding:5px 0 5px 3px;
text-align:left;
background:#ffffff;
}

.menu ul ul li{
margin:0 2px 0 0;
padding:0;
line-height:17px;
color:#001c67;
list-style: none;
}

.menu ul ul ul{
margin:0;
padding:1px 0;
list-style:none;
}

.menu ul ul ul li{
margin:0 2px 0 17px;
padding:0;
line-height:17px;
color:#001c67;
list-style-image: url('images/xxx.gif');
list-style-type: square;
}


/*----------------------
  Content
  ---------------------*/

#content{ 
margin:0;
padding:15px;
background:transparent;
color:inherit;
} 

#content h1{
text-transform:uppercase;
letter-spacing:0.2em;
}

#content h2{
margin:0;
padding:5px 0;
text-align:justify;
}

#content a, #content a:link{
font-weight:bold;
color:#001c67;
text-decoration:none;
outline:none;
}

#content a:hover{
font-weight:bold;
color:#c5001b;
text-decoration:none;
border-bottom:1px dotted #c5001b;
}

#content a, #content a:visited{
font-weight:bold;
color:#001c67;
text-decoration:none;
outline:none;
}

#content ul{
margin: 0 0 5px 20px;
padding:0;
list-style-type: circle;
}

#content ul li{
line-height:1.3em;
margin:0;
}

#content ol{
margin: 5px 0 5px 30px;
line-height:1.4em;
}


/*----------------------
  Footer
  ---------------------*/

#footer {
width:100%;
height:50px;
margin:0 auto;
padding:0;
font-size: 10px;
text-align:center;
background:#ffffff;
border: 0px solid #818956;
}

#footer p {
margin: 0 auto;
padding: 15px;
font-size: 12px;
text-align:center;
}

#footerpadding{
display:block;
height:0px;
margin:0;
padding:0;
}

/*----------------------
  Various
  ---------------------*/

.filler{
display:block;
width:100%;
height:8px;
padding:0;
margin:0;
color:inherit;
background:url(images/linefiller.gif) repeat-x top center;
}

hr {display: none;}

.center {text-align:center}
.left {text-align:left;}
.right{text-align:right;}

.small {font-size:0.8em;}
.large {font-size:1.3em;}
.bold {font-weight:bold;}