/*****************************************
general styles
*****************************************/
* {
    margin:0;
	padding:0;}

body {
	background-color:#bcd0a3;
	background-image: url(../images/bg.gif);
	background-position:center top;
	font-family:arial, verdana, sans-serif;
	font-size:12px;}

a { color:#000;
	text-decoration:underline		}

a:hover {text-decoration:underline;}


p {
	margin: 0 0 1em 0 ;}

a img {border:0;}

h2{}

h3 { font-size:14px;
	font-weight:normal;
	text-transform:uppercase;	}


h4 {font-size:13px;
	font-weight:normal;
	margin: 0 0 3px 0 ;		}

h4.bg {
	background-image: url(../images/divider_horiz.jpg);
	background-position: right 70%;
	background-repeat:no-repeat;
	margin: 0 0 6px 0;	}

h4.bg2 {
	background-image: url(../images/divider_horiz2.jpg);
	background-position: right 60%;
	background-repeat:no-repeat;
	margin: 0 0 6px 0;	}


h5 {
	font-weight: bold;
	font-size: 12px;
	margin: 15px 0 0 0;
	padding: 0;
}

h6 { font-size:10px;
	font-weight:bold;
	margin-top:5px;}

/***************/
#container {
	width:736px;
	margin:18px auto 0 auto;
	background-color:#eef2f3;
	position:relative;
	background-image: url(../images/bg_body.gif);
	background-repeat:repeat-y;}

/*header*/

#header {
	height:149px;
	background-image: url(../images/bg_head.gif);
	background-repeat:no-repeat;
	text-align:right;
	position:relative;}

#logo {
	float:left;
	margin: 48px 0 0 48px;}

#blaze {
	float:left;
	margin: 70px 0 0 50px;}

#login {
	position:absolute;
	width:175px;
	background-image: url(../images/bg_login.gif);
	background-repeat:no-repeat;
	height:73px;
	right:25px;
	top:20px;
	padding:40px 20px 10px 15px;}

#header form {
	display: block;
	float: right;
	margin: 80px 40px 0 0;
	text-align: left;
}
#header form label {
	font-weight: bold;
}
#header form input {
	border: 1px solid #7f9db9;
	padding: 2px 4px;
}
#header form input.button {
	border-color: #8e8e8e;
	border-style: solid;
	border-width: 0 2px 2px 0;
	background: #fff;
	font-weight: bold;
	cursor: pointer;
	padding: 2px 4px;
}

/***/

#main {position:relative;}

#content {
	width:600px;
	margin: 0 35px 20px 95px;
	position:relative;}

#content2 {
	width:605px;
	margin: 0 30px 20px 95px;
		position:relative;}

#content3 {
	width:605px;
	margin: -35px 30px 20px 95px;
}

#menubox, #menubox2 {
	position:absolute;
	width:183px;
	height:243px;
	top:1px;
	left:-199px;
	background-image: url(../images/bg_menu.gif);
	z-index: 999;
	}

#menubox2{
	top:1px;
	left:-134px;
	background-image: url(../images/bg_menu2.gif);
	}

div>#menubox {left:-103px;}
div>#menubox2 {left:-39px;}

ul#mainmenu {padding:50px 0 0 23px;
	list-style-type:none;}

ul#mainmenu li{
	display:block;
	list-style-type:none;}

ul#mainmenu li a{
	display:block;
	background-repeat:no-repeat;}

ul#mainmenu li a.home {
	height:28px;
	width:74px;
	background: url(../images/link_home.gif);}

ul#mainmenu li a.home:hover, ul#mainmenu li.active a.home {		background-position:0 28px;}

ul#mainmenu li a.work {
	height:31px;
	width:105px;
	background: url(../images/link_work.gif);}

ul#mainmenu li a.work:hover, ul#mainmenu li.active a.work {	background-position:0 31px; }

ul#mainmenu li a.practice {
	height:40px;
	width:132px;
	background: url(../images/link_practice.gif);}

ul#mainmenu li a.practice:hover, ul#mainmenu li.active a.practice {		background-position:0 40px ;}

ul#mainmenu li a.comm {
	height:33px;
	width:132px;
	background: url(../images/link_comm.gif);}

ul#mainmenu li a.comm:hover, ul#mainmenu li.active a.comm {		background-position:0 33px ;}

ul#mainmenu li a.contact {
	height:25px;
	width:93px;
	background: url(../images/link_contact.gif);}

ul#mainmenu li a.contact:hover, ul#mainmenu li.active a.contact{		background-position:0 25px ;}

#board_main, #board_main_work {
	width:499px;
	float:right;
	position:relative;
	margin: 0 20px 0 0;
	padding:58px 0 9px 10px;
	background-image: url(../images/bg_wood1.jpg);
	background-repeat:repeat-y;}

#board_small {
	width:476px;
	float:right;
	position:relative;
	margin: 15px 5px 0 0;
	padding: 26px 22px 32px 25px;
	background-image: url(../images/bg_wood2.jpg);
	background-repeat:repeat-y;
	z-index: 1;}

#board_small p, .box p, #board_main p, #board_main_work p {font-size:12px; line-height:17px;}

#board_small p.addthis {
	margin-bottom: 10px !important;
}

.box p {font-weight:normal;}

#board_small ul, .box ul, #board_main ul, #board_main_work ul {margin: 15px 0 10px 15px; width:400px;}

#board_small ul li, .box ul li, #board_main ul li, #board_main_work ul li {margin: 0 0 10px 20px;}

.commbox {height:189px}
#board_main p, #board_main_work p { padding:0 20px 0 0; margin: 0.5em 0 0.6em 0;}

#board_main #topper, #board_main_work #topper {
	height: 58px;
	position:absolute;
	top:0;
	left:0;
	width:509px;
	background-image: url(../images/bg_wood_top1.jpg);	}

#board_main #topper2, #board_main_work #topper2{
	height: 58px;
	position:absolute;
	top:0;
	left:0;
	width:509px;
	background-image: url(../images/bg_wood_top3.jpg);	}

#board_small #topper {
	height: 26px;
	position:absolute;
	top:0;
	left:0;
	width:523px;
	background-image: url(../images/bg_wood_top2.jpg);	}

#board_main #bottom, #board_main_work #bottom{
	height: 9px;
	width:509px;
	position:absolute;
	bottom:0;
	left:0;
	font-size:1px;
	background-image: url(../images/bg_wood_bottom1.jpg);	}

#board_small #bottom{
	height: 32px;
	width:523px;
	position:absolute;
	bottom:0;
	left:0;
	background-image: url(../images/bg_wood_bottom2.jpg);	}

img.polaroid { position:absolute; top:207px; left:-110px; z-index: 999;}
img.polaroid2 { position:absolute; top:207px; left:-67px; z-index: 999;}

img.headerleft {float:left; margin-left:135px; padding-top:10px;}
img.headerleft2 {float:left; margin-left:85px; padding-top:10px;}

img.headerright{float:right; margin-right:35px; padding-top:10px;}
img.headerright2{float:right; margin-right:95px; padding-top:12px;}

.fourcolumn_left {
	float:left;
	font-weight:bold;
	width:110px;
	margin-top:15px;
	padding-left:5px;
	background-image: url(../images/divider_vert.jpg);
	background-position:right center;
	background-repeat:no-repeat;
	height:135px;}

.fourcolumn_mid, .fourcolumn_right{float:left;
	width:112px;
	font-weight:bold;
		margin-top:15px;
	padding-left:15px;
	background-image: url(../images/divider_vert.jpg);
	background-position:right center;
	background-repeat:no-repeat;
	height:135px;}

.fourcolumn_right {
	background-image:none;
	float:right;}

.twocolumn_left, .twocolumn_right, .twocolumn_left2 {
	float:left;
	width:250px;
	font-weight:bold;
	padding-top:20px;
	background-image: url(../images/divider_vert.jpg);
	background-position:right center;
	text-align:center;
	background-repeat:no-repeat;}

.twocolumn_right {
	background-image:none;
	float:right;
	width:230px;}

.twocolumn_left2 {
	background-image:none;
	width:225px;
	margin: 0 0 0 15px;}

.box {
	margin: 20px 20px 0 0;
	width:207px;
	text-align:left;
	padding:0;	}

.box .top {
	height: 6px;
	margin: 0;

	background: url('../images/box_lighter_top.gif') top left no-repeat;
}
.box .mdl {
	padding: 2px 15px;

	background: url('../images/box_lighter_mdl.gif') top left;
}
.box .btm {
	height: 6px;
	margin: 0;

	background: url('../images/box_lighter_btm.gif') top left no-repeat;
}


#footnote {
	padding:30px 20px 0 90px;
	height:50px;
	font-size:9px;}

img.pin {margin: 15px 0 0 10px}

img.mappin {
	float:right;
	margin: 0 30px 0 0;	}

.mapbox {
	float:right;
	width:126px;
	padding:127px 0 0 5px ;
	height:80px;}

img#goalboard {
	position:absolute;
	top:-96px;
	right:-40px;
	}

table#logintable td{
	padding:2px 0 3px 0;
	text-align:right;
	}

input.name {
	height:18px;
	width:103px;
	background: url(../images/login_input.gif);
	border:0;}

/***********footer***************/
#footer {
	text-align:right;
	color:#015c9e;
	font-size:9px;
	padding: 0 40px 10px 0;
	border-bottom:21px solid #eef2f4;
}

#footer a{ 	color:#015c9e;}

#footer #follow {
	position: relative;
	top: 10px;
	left: 180px;
	font-weight: bold;
	color: #000;
	text-align: left;
}

/*auxillary styles*/

.hidden {display:none;}

.cleaner {height:1px; clear:both; font-size:1px; border:0;}

/**
 * video
 */
.videolink img {
	display: block;
}

.boldtext {
	font-weight: bold;
	color: #6e9491;
}
