body{
	background-color:#014C1C;
	background-image:url(../images/bg-doc.gif);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	text-align:center;
	color:#333333;
	font-family:georgia,times,serif;
	line-height:16pt;
}

h1,h2,h3,h4,h5,h6{
	color:#014C1C;
	font-weight:normal;
}

h1{
	margin:0 0 15px 0;
	font-size:197%;
}

h2{
	margin:0 0 10px 0;
	font-weight:normal;
	font-size:167%;
}

h3,h4,h5,h6{
	margin:0 0 0px 0;
	font-weight:bold;
	color:#014C1C;
	margin:0 0 3px 0;
}

strong{
	font-weight:bold;
}

p{
	margin:0 0 20px 0;
}

img{
	border:0;
}

a,a:link
{
	color:#035A67;
	text-decoration:none;
}

a:active
{
	color:#ffffff;
}

a:visited
{
	color:#AB8000;
}

a:hover  
{  
	color:#1FA4BE;
} 

/* --- TEMPLATE STYLES --- */

#doc{
	width:1000px;
	margin:0 auto;
	text-align:left;
	background-repeat:no-repeat;
	background-image:url(../images/bg-head.gif);
}

/* --- HEAD --- */

#head{
	position:relative;
	height:139px;
	width:1000px;
	z-index:1000;
}

#logo{
	position:absolute;
	top:20px;
	left:40px;
	width:250px;
	height:75px;
}

/* --- NAV --- */

#navbar{
	position:absolute;
	top:105px;
	left:11px;
	width:980px;
	height:36px;
	line-height:36px;
}

#sidenav{
	width:192px;
	margin-top:36px;
}

#sidenav ul, #sidenav ul li{
	list-style:none;
	margin:0;
	padding:0;
}

#sidenav ul li{
	zoom:1;
}

#sidenav li a{
	display:block;
	padding:2px 12px;
	color:#014C1C;
}

#sidenav li a:hover{
	background:#014C1C;
	color:#ffffff;
}

/* --- MAIN AREA --- */

#main{
	width:1000px;
	min-height:350px;
	height: auto !important;
	height: 350px;
	background-image:url(../images/bg-main.png);
	background-repeat:repeat-y;
}

/* --- HEADER --- */
#header{
	position:relative;
	z-index:1;
	background-repeat:no-repeat;
	height:211px;
	width:964px;
}

#header img{
	position:absolute;
	top:0;
	left:12px;
}

#pageheading{
	position:absolute;
	top:0;
	left:220px;
	height:228px;
	line-height:228px;
}

#pageheading h1{
	color:#333333;
	font-size:197%;
}

/* --- CONTENT --- */

#content-wrapper{
	float:left;
	clear:both;
	padding:7px 19px 18px 19px;
}

#left-col{
	width:199px;
	float:left;
	background-image:url(../images/bg-practice.gif);
	background-repeat:no-repeat;
	background-position:top left;
	min-height:350px;
	height: auto !important;
	height: 350px;
}

#center-col{
	float:left;
	width:765px;
	background-image:url(../images/bg-content.jpg);
	background-repeat:repeat-x;
	min-height:350px;
	height: auto !important;
	height: 350px;
}

#content{
	padding:10px 20px 20px 20px;
}

#content ul{
	margin:0 0 20px 0;
}

#content li{
	margin:0 0 0 2em;
	list-style:disc;
}

#content blockquote{
	margin: 0 0 0 1em;
}

/* --- FOOTER --- */

#footer{
	text-align:left;
	margin:0px auto;
	padding:16px 0px 2px 19px;
	color:#ffffff;
	font-size:85%;
	background-image:url(../images/bg-bottom.png);
	background-repeat:no-repeat;
	background-position:top left;
}

#footer a, #footer a:link{
	color:#ffffff;
	text-decoration:none;
	padding:0 5px;
}

#footer a:active,#footer a:visited{
	color:#ffffff;
}

#footer a:hover  
{  
	color:#ffffff;
} 

/* --- FORMS --- */
.input-text, .input-text-long, .input-zip, .input-state, .input-general, .input-area{
	padding:2px;
	border:solid 1px #C4BEB9;
	background:#eeeeee;
	margin:1px 1px 1px 3px;
}

.input-text:focus,.input-text-long:focus, .input-zip:focus, .input-state:focus, .input-general:focus,.input-area:focus{
	border:solid 1px #666666;
	background:#ffffff;
}

.input-text-long{
	width:250px;
}

.input-text{
	width:200px;
}

.input-zip{
	width:80px;
}

.input-state{
	width:20px;
}

.input-submit,.input-submit-small{
	cursor:pointer;
}

.input-submit{
	padding:3px 5px;
	font-size:107%;
}

#input-email, #input-search, .input-submit-small{
	border:solid 1px #C4BEB9;
	font-family:lucida sans, lucida grande,Arial, Verdana, sans-serif;
	font-size:92%;
}

#input-email:focus, #input-search:focus{
	border:solid 1px #666666;background:#ececec;
}

#input-email{
	width:140px;
	padding:1px;
}

#input-search{
	width:100px;
	padding:1px;
}

.input-area{
	width:250px;
	height:90px;
}

.area{
	width:400px;height:90px;
}

/* --- USER --- */
#user-orders{
	border-left:solid 1px #cccccc;
	border-top:solid 1px #cccccc;
}

#user-orders td{
	padding:1px 14px 1px 2px;
	border-bottom:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
}

/* --- MISC --- */

.bar{
	height:10px;
	background:#C4BEB9;
	clear:both;	
}

.error-box{
	border-top:solid 2px #ff0000;
	border-bottom:solid 2px #ff0000;
	padding:5px 3px;
	margin:7px 0;
	background:#FFCCCC;
	color:#000000;
}

.error{
	color:#ff0000;
	font-weight:bold;
}

.success-box{
	border-top:solid 2px #339933;
	border-bottom:solid 2px #339933;
	padding:5px 3px;
	margin:7px 0;
	background:#CCFFCC;
	color:#000000;
}

.delim{margin:0 5px;}
.clear{clear:both;height:0px;}
.emph{font-weight:bold;color:#062D99;}


/* --- HOME --- */
#home-header{
	background-image:url(../images/bg-home2.jpg);
	background-repeat:no-repeat;
	height:252px;
	position:relative;
	z-index:1;
}

#home-text1,#home-text2,#home-button{
	position:absolute;
}

#home-text1{
	top:0;
	left:343px;
}

#home-text2{
	top:46px;
	left:679px;
}

#home-button{
	top:175px;
	left:691px;
}

#home-main{
	float:left;
	clear:both;
	width:950px;
	background-color:#ffffff;
	background-image:url(../images/bg-bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
	padding-bottom:12px;
}

.homebox{
	float:left;
	width:297px;
	min-height:150px;
	height: auto !important;
	height: 150px;
	background-image:url(../images/homeboxbg.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	color:#333333;
	margin-right:17px;
}

.homeboxlast{margin-right:0px;}

.homeboxtop{
	min-height:34px;
	height: auto !important;
	height: 34px;
	background-image:url(../images/homeboxtop.gif);
	background-repeat:no-repeat;
	background-position:top left;
	line-height:34px;
	padding:0 12px;
}

.homeboxcontent{
	padding:12px 12px 12px 12px;
	font-size:92%;
}

.homeboxcontent p{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:solid 1px #CDCBCB;
}

.homeboxcontent a{
	font-weight:bold;
}

.homeboxtop h2{
	color:#035967;
}


