body, table, tr, td, form, img, p, h1, h2, h3
{
	padding: 0;
	margin: 0;
	border: 0;
}

body
{
	/*
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat;
	*/
	background-color:#666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #000000;
}

h1
{
	font-family: Verdana;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.1em;
	color: #000000;
}

hr
{
	width: 100%;
	text-align: center;
}

label
{
	display: block;
	margin: 10px 0 3px 0;
}

a:link
{
	color: #3366FF;
	text-decoration: none;
}

a:visited
{
	color: #3366FF;
	text-decoration: underline;
}

a:active
{
	color: #FFFF99;
}

a:hover
{
	color: #555;
	text-decoration: underline;
}

a.footer:link, a.footer:hover, a.footer:active, a.footer:visited
{
	font-size: 0.7em;
	color: #FFF;
}

a.footer:hover
{
	color: #42D977;
}

a.footer:active
{
	color: #F9F601;
}

a.footer:visited
{
	color: #FFF;
	text-decoration: none;
}

a.small:link
{
	font-size: 0.8em;
	text-decoration: none;
	color: #3366FF;
	font-weight: bold;
}

a.small:visited
{
	font-size: 0.8em;
	text-decoration: underline;
	color: #3366FF;
	font-weight: bold;
}

a.small:hover
{
	font-size: 0.8em;
	text-decoration: underline;
	color: #555;
	font-weight: bold;
}

#container
{
	width: 760px;
	margin: 0 auto;
	padding: 0;
}

#navigation, #header, #header-border, #collage, #content, #titlebar, #footer
{
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

#titlebar
{
	background-image: url(../images/titlebar_bg.gif);
	background-repeat: repeat-x;
	width: 760px;
}

#content
{
	width: 710px;
	background-color: #FFF;
	padding-left: 25px; 
	padding-right: 25px; 
	padding-top: 40px;
	padding-bottom: 40px;
}

#left /* Used in contact.php */
{
	width: 200px;
	float: left;
}

#right /* Used in contact.php */
{
	width: 430px;
	float: right;
}

#header
{
	background-image: url(../images/header_bg.jpg);
	height: 75px;
}

#header-left
{
	float:left;
	margin: 0;
	padding: 0;
	width: 400px;
}

#header-right
{
	float: right;
	margin: 0;
	padding-top: 15px;
	width: 300px;
}

#header-border
{
	padding: 0;
	margin: 0;
}

#footer
{
	padding: 10px 0;
	width: 760px;
	border: 1px solid #FFF;
	background-color: #0E4F93;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
}

#footer ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#footer ul li
{
	display: inline;
	margin-right: 22px;
}

#home-container
{
	width: 760px;
	float: left;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	background-color: #FFF;
}

#home-section1
{
	display: block;
	width: 740px;
	float: left;
	background-color: #FFF;
	padding: 20px 10px;
}

#home-section2-left
{
	float: left;
	width: 380px;
	background-color: #FFF;
}

#home-section2-right
{
	float: right;
	width: 378px;
	background-color: #FFF;
}

#services
{
	width: 625px;
	text-align: center;
	margin: 0 auto;
	background-color: #999999;
}

#services th
{
	background-color: #0066CC;
	color: #FFF;
}

#services td
{
	padding: 5px;
	background-color: #FFF;
	font-weight: bold;
}

.home-section2-content
{
	padding: 10px 15px;
}

.client-name
{
	padding-left: 20px;
}

.inputfield
{
	height: 17px;
	width: 100px;
	border: 1px solid #CCCCCC;
	font-size: 8pt;
	font-family: Tahoma, Arial;
}

.inputfieldbig
{
	height: 16px;
	width: 250px;
	border: 1px solid #CCCCCC;
	font-size: 8pt;
	font-family: Tahoma, Arial;
}

.textareabig
{
	height: 100px;
	width: 500px;
	border: 1px solid #CCCCCC;
	font-size: 8pt;
	font-family: Tahoma, Arial;
}

.textareasmall
{
	height: 60px;
	width: 250px;
	border: 1px solid #CCCCCC;
	font-size: 8pt;
	font-family: Tahoma, Arial;
}

.selectbox
{
	height: 16px;
	width: 250px;
	border: 1px solid #CCCCCC;
	font-size: 8pt;
	font-family: Tahoma, Arial;
}

.disclaimer
{
	font-size: 0.7em;
	color: #FFF;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	line-height: 1.2em;
	padding: 0 30px;
}

.mission
{
	font-size: 0.7em;
	color: #777;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1.2em;
	padding: 0 30px;
}

.img-left
{
	float: left;
	margin: 0 15px 15px 0;
}

.redtxt { color:#FF0000 }

.button { 	background-image: url(images/button.gif);
		background-color:#c0c0c0;
		font-family: arial, verdana, helvetica, sans;
		color: #000000;
		font-size: 8pt;
		height: 22px;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		border: #000000 1px solid }

.buttonon { 	background-image: url(images/buttonon.gif);
		background-color:#c0c0c0;
		font-family: arial, verdana, helvetica, sans;
		color: #003366;
		font-size: 8pt;
		height: 22px;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		border: #000000 1px solid }
        
.shadeform	{ font: 13px arial, verdana, sans-serif;
		background-image: url(images/shadeform.gif);
		text-align: left;
		width: 200px;
		border: #666666 1px solid}

.textarea	{ font: 13px arial, verdana, sans-serif;
		background-image: url(images/shadeform.gif);
		text-align: left;
		width: 275px;
		height: 125px;
		border: #999999 2px solid}

.dropdown {	color: #333333;
		width: 200px;
		font: 11px geneva, verdana, arial, sans-serif}