/* **************************** /*
** simple three column          **
** ---------------------------- **
** author: Way Station Media    **
** this layout is free to do    **
** what you will, the only      **
** exception being that you     **
** cannot sell it without       **
** written consent from the     **
** author.                      **
** ---------------------------- **
** Way Station Media        **
/* **************************** */

body
{
	font-size:       62.5%; /* reset 1EM to 10px */
	margin:          0;
	padding:         0;
	background:      transparent url('images/bg.png') top left repeat;
	font-family:     'lucida grande', arial, tahoma, sans-serif;
}

#container
{
	margin:          0 auto;
	width:           845px;
	position:        relative;
	background:      transparent url('images/containerbg.png') top left repeat-y;
}

#header
{
	align: 	center;
	margin:          0 auto;
	width:           800px;
	height:          110px;
	background:      black url(images/header.jpg) no-repeat left top;
	
}

.headtitle
{
	position:        relative;
	font-family:     'lucida grande', arial, tahoma, sans-serif;
	font-size:       30px;
	color:           #FFF;
	top:             8px;
	left:            12px;
}

#menu
{ 
background: #717171 !important; 
text-align:      center; 
margin:          0 20px; 
height:          29px; 
padding:         5px 0; 
}

#menu ul
{
	margin:          0;
	padding:         7px;
	background:      transparent url('images/menuoff.png') top left repeat-x;
	height:          29px;
}

#menu ul li
{
	list-style:      none;
	display:         inline;
}

#menu ul li a:link, #menu ul li a:active, #menu ul li a:visited
{ 
color:           #445476; 
padding:         13px 7px 15px; 
font-size:       1em; 
background:      url(images/menuoff.png) repeat-x left center; 
font-family:     tahoma, arial, sans-serif; 
font-weight:     bold; text-decoration: none; 
}

#menu ul li a:hover
{
	background:      transparent url('images/menuon.png') center left repeat-x;
	color:           #FDFDFD;
}

#roundedheader
{
	width:           800px;
	height:          18px;
	margin:          0 auto;
	background:      transparent url('images/belowheader.png') top left no-repeat;
}

#content
{
	min-height:      470px;
	width:           800px;
	margin:          0 auto;
	background:      transparent url('images/contentbg.png') top left repeat-y;
}

#insidecontent
{
	float:           left;
	padding-left:    25px;
	width:           455px;
}

#insidecontentb
{
	float:           left;
	padding-left:    25px;
	width:           750px;
	font-family:     'lucida grande', arial, tahoma, sans-serif;
	font-size:       1.4em;
}

#insidecontent p
{
	margin:          0;
	color:           #767676;
	font-family:     'lucida grande', 'franklin gothic medium', sans-serif;
	font-size:       1.2em;
	line-height:     170%;
}

#sidebar
{
	padding:         0 10px 10px 10px;
	float:           right;
	width:           210px;
	background:      #f6f6f6;
}

#sidebar p
{
	margin:          0;
	color:           #565656;
	font-family:     'lucida grande', 'franklin gothic medium', sans-serif;
	font-size:       1em;
	line-height:     170%;
}

#sidebar a:link, #sidebar a:active, #sidebar a:visited
{
	text-decoration: underline;
	color:           #e36767;
}

#sidebar a:hover
{
	text-decoration: none;
}

#roundedfooter
{
	width:           800px;
	height:          17px;
	margin:          0 auto;
	background:      transparent url('images/abovefooter.png') top left no-repeat;
}

#roundedfooter2
{
	position: relative;
	top: -30px;
}

#certificationBox
{
	position: relative;
	top: 30px;
}

h1
{
	margin:          0;
	font-weight:     normal;
	color:           #445476;
	font-size:       2.2em;
}

h2
{
	margin:          0;
	font-weight:     normal;
	color:           #445476;
	font-size:       1.4em;
}

h3
{
	margin:          0;
	font-size:       1.3em;
	font-weight:     normal;
	color:           #51658d;
}

#footer
{
	margin:          0 auto;
	width:           801px;
	height:          69px;
	background:      url(images/footer.png) repeat-x left top;
	
}

#footerB
{
	position: reletive;
	top: 			20px;
	font-family:     "lucida grande", "franklin gothic medium", sans-serif; 
	font-size:       1.2em;
	color:           #565656; 
}


#footer span
{ 
display:         block; 
position:        relative; 
font-family:     "lucida grande", "franklin gothic medium", sans-serif; 
font-size:       1.2em; 
padding:         10px; 
color:           #565656; 
text-align: center; 
}