@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 110%;
}



body { 
	line-height: 1; 
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #000000; 
	background-image: url(images/background_blueLake.jpg); 
	background-repeat: no-repeat; 
	background-position: center top; 
	margin: 0px; 
	padding: 0px; 
}

ol, ul { 
	list-style-type: disc; 
	padding-left: 20px;
}
td {
	vertical-align: top;
}

a:link {
	color:#0C1461;
	text-decoration: none;
}
a:visited {
	color:#0C1461;
	text-decoration: none;
}
a:hover {
	color:#000;
	text-decoration: underline;
}
a:active {
	color:#000;
	text-decoration: none;
}

h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 13px; color: #3A69C5; font-style: italic; font-weight: bold; }
h6 { font-size: 12px; }

p {
	padding: 0px;
	margin: 5px;
	font-size: .9em;
}
	



#content {
	min-height:500px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	margin-top: 0px;
	background-image: url(images/transparent_white_90p.png);
}


#footer { 
	color: #CCCCCC; 
	margin-right: auto; 
	margin-left: auto; 
	width: 1000px; 
	text-align: right; 
	margin-top: 5px; 
	font-size: 11px; 
}

#navBar {
	padding: 0px;
	width: 960px;
	margin-top: 110px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
}



.sample {
	text-align: center;
	float: left;
	margin: 1px;
	padding: 3px;
	font-size: 12px;
	width: 175px;
}
.clearBoth {
	clear: both;
}


.navNug { float: right; margin: 3px; padding: 5px; border: 1px solid #020F6E; color: #FFFFFF; font-size: 16px; cursor: pointer; }
.navNug a:link { color:white; text-decoration: none; }
.navNug a:visited { color:white; text-decoration: none; }
.navNug a:hover { color:white; text-decoration: none; }
.navNug a:active { color:white; text-decoration: none; }

.navNugOver { float: right; margin: 3px; padding: 5px; border: 1px solid #FFFFFF; color: #FFFFFF; font-size: 16px; cursor: pointer; }
.navNugOver a:link { color:white; text-decoration: none; }
.navNugOver a:visited { color:white; text-decoration: none; }
.navNugOver a:hover { color:white; text-decoration: none; }
.navNugOver a:active { color:white; text-decoration: none; }
.sideBox { margin: 3px; padding: 3px; float: left; width: 150px; border: 1px solid #666666; color: #000000; font-size: 14px; }
.sideBoxNug { color: #333333; font-size: 13px; padding-top: 3px; padding-right: 3px; padding-bottom: 3px; padding-left: 1px; }
.service {
	width: auto;
	border: 1px solid #666666;
	margin-left: 170px;
	padding: 5px;
	margin-top: 4px;
	margin-right: 3px;
	font-size: 14px;
}




.sample_video {
	text-align: center;
	float: left;
	margin: 5px;
	padding: 3px;
	border: 1px solid #666666;
	font-size: 10px;
}

.portfolio_web_icon {
	background-color: #FFF;
	margin: 2px;
	padding: 2px;
	float: left;
	height: 75px;
	width: 80px;
	border: 1px solid #333;
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.alignLeft {
	float: left;
}

.alignRight {
	float: right;
}

.homePageImage {
	margin: 5px;
	float: left;
}
.serviceButton {
	text-align: center;
	float: left;
	margin: 5px;
	padding: 3px;
	font-size: 12px;
	width: 350px;
	/* CSS3 standard */
  opacity:1;
}
.clearBoth {
	clear: both;
}
