/* GLOBAL STYLES */

	/* Redefined Tags */

body {
	background-color: #828282;
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	height: 100%;
}
html {
	height: 100%;
}
h1 {
	font-size: 22px;
	color: #FFFFFF;
	font-weight: normal;
	padding: 0px 0px 15px;
	margin: 0px;
}
h2 {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: normal;
	padding: 0px 0px 15px;
	margin: 0px;
}
p {
	margin: 0px;
	padding: 0px 0px 15px;
	text-align: left;
}
a {
	color: #FFFFFF;  /* #2D5B89 */
	font-weight: bold;
	line-height: 18px;
}
a:hover {
	color: #CCCCCC;
}

a.completesite {
	color: #FFF; 
	font-weight: bold;
	line-height: 18px;
	}
a.completesite:hover {
	color: #CCC; 
	font-weight: bold;
	line-height: 18px;
	}



ul {
	margin: 0px;
	padding: 0px 0px 15px;
	text-align: left;
	list-style-position: inside;
	list-style-type: square;
	text-indent: 20px;
}
strong {
	font-weight: bold;
	color: #FFFFFF;
}

	/* Frames */

.siteframe {
	background-color: #000000;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
.pageframe {
	border: 2px solid #3f3f3f;
}
.contentframe {
	background-image: url(../images/contentbkgd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 22px;
	border-right-width: 8px;
	border-right-style: solid;
	border-right-color: #88959e;
	padding-bottom: 20px;
}

	/* Navigation */

.nav {
	background-color: #292929;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #5f5f5f;
	text-align: right;
	width:716px;
	height:26px;
}
.navtextual {
	text-align: right;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.navtextual a {
	font-size: 11px;
	color: #808080;
	text-decoration: none;
}
.navtextual a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

	/* Header */

.header {
	width: 716px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1b1b1b;
}

.mainNav {color:#F56600; font-family: Futura, 'Lucida Grande', Verdana, Helvetica, sans-serif}
a.mainNav {padding:5px; 0font-weight:normal;text-decoration: none;}
a.mainNav:link {padding-bottom:5px;font-weight:normal;text-decoration: none;}
a.mainNav:visited {padding-bottom:5px;font-weight:normal;text-decoration: none;}
a.mainNav:hover	{padding-bottom:5px;font-weight:normal;text-decoration: none; color:#FFFFFF;}

a.footer		  	{text-decoration: none; color:#808080;background-color: #000;}
a.footer:link	  	{text-decoration: none;background-color: #000;}
a.footer:visited 	{text-decoration: none;background-color: #000;}
a.footer:hover	  	{text-decoration: underline; color:#FFFFFF;background-color: #000;}


	/* Footer */

.footer {
	background-color: #3f3f3f;
}
.footerleft {
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 18px;
	text-align: left;
	font-size: 10px;
	color: #9f9f9f;
	vertical-align: middle;
}
.footerright {
	padding-top: 6px;
	padding-bottom: 4px;
	padding-right: 18px;
	text-align: right;
	color: #9f9f9f;
	vertical-align: middle;
}
.phonenumber {
	color: #8599a8;
	font-weight: bold;
}

	/* Page Titles */

.ttlbackground {
	background-image: url(../images/ttlbkgd.gif);
	background-repeat: repeat;
}

	/* Column Formating */

.textcolumnleft {
	float: left;
	width: 202px;
	padding-right: 40px;
}
.textcolumnright {
	float: right;
	width: 202px;
}

/* HOME STYLES */

.homebkgd {
	background-image: url(../images/img_home.jpg);
	background-color: #6a7a86;
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-right: 120px;
	padding-left: 40px;
	padding-bottom:20px;
}
.servicelist {
	font-size: 12px;
	line-height: 36px;
	color: #FFFFFF;
	padding: 20px;
	text-align: right;
}


#logo {
    background: transparent url(../images/pure-logic-video.gif) no-repeat scroll 0% 0%;
    width:183px;
    height:76px;
    text-indent: -3333px;
    border: 0;
    margin: 0;
}

#logo a {
    display: block;
    width: 183px; /* larger than actual image? */
    height: 76px;
    text-decoration: none;
    border: 0;
}

#logo { padding:0; margin:0; }