/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
 font-size: 13px;
 /* background: #FFFFFF url(bg_1.jpg) center top no-repeat; */
 background: #FFF url(bground.jpg) no-repeat center top;
 margin-top: 0px;
}
h3{
	color:#201F5E;
	margin: 0px 0px 6px 0px;
}
h2{
	color: #056607;
	margin: 0px 0px 6px 0px;
}
h1{
	color:#201F5E;
	margin: 0px 0px 6px 0px;
}
p.clear{
	clear:both;
}
p{
	margin: 0px 0px 10px 0px;
	font-family: Trebuchet MS;
}
p.highlight{
	color:red;
}
p.updated{
	color:#666;
	font-size:0.86em;
}
ul,ol{
	margin:0px 0px 10px 40px;
}
ol li{
	line-height: 150%;
}
ul li{
	list-style-image: url(bullet.png);
	line-height: 150%;
}
ul ul li{
	list-style-image: url(bullet3.png);
	line-height: 150%;
}
ul li span.small {
	padding:0;
	margin:0;
	font-size:0.9em;
	line-height:100%;
}

img{
	border:0;
}

.picture {
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
	padding: 3px;
	font: 11px/1.4em Arial, sans-serif;
}
.picture img {
	border: 1px solid #CCCCCC;
	vertical-align:middle;
	margin-bottom: 3px;
}
.right { margin: 0.5em 0pt 0.5em 0.8em; float:right; }
.left { margin: 0.5em 0.8em 0.5em 0; float:left; } 


#wrapper { 
 margin: 0 auto;
 width: 980px;
 background-color: white;
}
#header {
 color: #333;
 width: 980px;
 float: left;
 padding: 0px;
 border: 0px solid #ccc;
 height: 140px;
 margin: 0px 0px 0px 0px;
 background: #FFF url(header.jpg) no-repeat left top;
}
#navigation {
 float: left;
 width: 980px;
 color: #333;
 padding: 0px;
 border: 0px solid #ccc;
 margin: 0px 0px 0px 0px;
 background: #C0C0C0;
}
#leftcolumn { 
 color: #333;
 border: 0px solid #ccc;
 margin: 0px 0px 0px 0px;
 padding: 10px 10px 0px 10px;
 min-height: 445px;
 width: 726px;
 float: left;
 background: #FFF;
}
#rightcolumn { 
 float: right;
 color: #333;
 border: 0px solid #ccc;
 margin: 0px 0px 0px 0px;
 padding: 10px 10px 10px 4px;
 height: min-350px;
 width: 220px;
 display: inline;
 background: #FFF;
}
#footer { 
 width: 960px;
 height:20px;
 clear: both;
 color: #333;
 border: 0px solid #ccc;
 background:#999 url(footer-bg.gif) repeat-x;
 margin: 0px 0px 10px 0px;
 padding: 10px 10px 5px 10px;
 font-size:0.86em;
}
#footer .footleft{
	float:left;
}
#footer .footright{
	float:right;
}
.box{
	background: #FFFFFF url(box-bottom.gif) center bottom repeat-x;
	border: #C0C0C0 1px solid;
	padding: 0px;
	margin-bottom: 10px;
}
img.button {
	padding: 14px 0px 4px 14px;
}
#leftcolumn .box{
	width: 100%;
	min-height: 274px;
}
#leftcolumn h1{
	padding: 0px 0px 8px 0px;
}
#leftcolumn p{
	line-height: 140%;
}
#rightcolumn h1{
	font-size: 15px;
	padding: 4px 4px 4px 4px;
	margin: 0;
	color:#908FAE;
	/* background: url(rightcol_head.gif) #201F5E repeat-x; */
	background: #201F5E;
}
#rightcolumn p{
	font-size: 0.86em;
	padding: 4px 4px 4px 4px;
	margin-bottom: 2px;
}
#rightcolumn .box{
	width: 100%;
	min-height: 80px;
}
.boximg {
	float:left;
	width:400px;
	height:266px;
}
.boxtext{
	width:290px;
	float:left;
	padding-left:6px;
}
.boxtext h1{
	font-size: 18px;
	font-family: arial;
	font-style: bold;
	color:#201F5E;
}
.boxtext p{
}

.boxpromo{
	width: 97%;
	float:left;
	background: #FFFFFF url(boxpromo_bg.gif) center bottom repeat-x;
	border: #000080 2px solid;
	padding: 10px;
	margin-bottom: 10px;
}
.boxpromo h1{
	font-size: 18px;
	font-family: arial;
	font-style: bold;
	color:#201F5E;
}
.boxpromo p{
	padding: 0px 0px 0px 6px;
	color: black;
}

div.contact_details{
	float:right;
	color: #1F1F1F;
	border:1px solid #201F5E;
	width:240px;
	padding:2px 6px 2px 6px;
	margin-left:6px;
	background:#BCBCCF;
}
th.list {
    border: 1px solid #999999;
	background: #201F5E;
	color: #FFF;
	padding: 4px;
	text-align: center;
} 
td.list {
   border: 1px solid #999999;
   background: #FFF;
   color: #000000;
   padding: 3px;
} 
td.listalt {
   border: 1px solid #999999;
   background: #D1D1D1;
   color: #000000;
   padding: 3px;
} 
table.list {
	border-collapse: collapse;
    border: 1px solid #000000;
}

input.radio{
	width:20px;
}
input,textarea,select{
	font-family: Arial, Helvetica;
	font-size: 1em;
}


table.calendar {
	border-collapse: collapse;
    border: 1px solid #000000;
}
th.calendar {
    border: 1px solid #999999;
	background: #201F5E;
	color: #FFF;
	padding: 4px;
	text-align: center;
} 
td.calendar {
   border: 1px solid #999999;
   background: #FFF;
   color: #000000;
   padding: 3px;
} 
caption.calendar-month{
	font-weight: bold;
	font-size: 1.2em;
}


a.button{
background:url(button48.gif);
display:block;
color:#555555;
font-weight:bold;
height:48px;
line-height:47px;
margin:10px 0px 14px 0px;
text-decoration:none;
width:220px;
}
a:hover.button{
color:#0066CC;
}
/* -------------------- */
/* CLASSES */
/* -------------------- */
.pdfbutton{
    background:url(icon-pdf.gif) no-repeat 10px 8px;
    text-indent:48px;
    display:block;
}
.htmlbutton{
    background:url(icon-html.png) no-repeat 10px 8px;
    text-indent:48px;
    display:block;
}
.docbutton{
    background:url(icon-doc.gif) no-repeat 10px 8px;
    text-indent:48px;
    display:block;
}

p.small{
	font-size:0.9em;
}

