@charset "UTF-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
	margin: 0;
	padding: 0;
	color: #000;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
p {
	font-size:12px;
}
h1 {
	font-size:14px;
	color:#333;
}
h3 {
	font-size:12px;
	color:#333;
}
h4 {
	font-size:12px;
	color:#FFF;
	padding:0;
	margin:0;
}
h5 {
	font-size:11px;
	font-weight:bold;
	padding: 0px;
	margin: 0px;
	color:#333;
}
h6 {
	font-size:12px;
	color:#FFF;
	/*padding: 0px;
	margin: 0px;*/
}

table {
	font-size:11px;
	margin-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	margin-bottom: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	text-decoration: underline;
	color: #333;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;

}
a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #369;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1024px;
}
#wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #FFF;
	background-image: url(../images/detail_background.jpg);
	background-repeat:no-repeat;
	/*height: 768px;*/
}
#header {
	clear: both;
	float: left;
	margin-left: 0px;
	margin-top: 5px;
	width: 100%;	
	display: block;
	height: 100px;
}
#logo {
	clear: none;
	float: left;
	margin-left: 10px;
	margin-top: 8px;
	width: 254px;
	display: block;
}
#menu {
/* hide the menu for mobile
display:none;
visibility:hidden;*/
	clear: none;
	/*margin-left: 34.7985%;*/
	margin-left: 268px;
	margin-right:auto;
	width: 57.8754%;
	display: block;	
	text-align:right;
	margin-top: 40px;
}
ul.nav {
	list-style: none; 
	margin-bottom: 15px; 
	padding-top:2px;
	display:inline-block;
	color: #333;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}
ul.nav li {
	float:left;
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	text-decoration: none;
	color: #333;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #369;
}

#content {
	clear: both;
	float: left;
	/*background-color: #839;*/
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background-image: url(../images/footer_02.jpg);
	background-repeat:no-repeat;
	background-position:bottom;

}
#left {
	clear: both;
	float: left;
	width: 43%;
	padding: 5px;
	margin: 10px 5px 10px 35px;
	/*border-style:solid;
	border-color: #E7E7E7;*/
}

#right {
	float: right;
	margin-right: 30px;
	width: 43%;
	/*background-color: #009;*/
	padding: 5px;
	margin: 10px 35px 10px 5px;
	/*border-style:solid;
	border-color: #E7E7E7;*/	
}


#squares {
	clear: none;
	/*margin-left: 20px;
	margin-right: 300px;
	top: 343px;*/
	display: block;
	/*position:absolute;*/
	width: 410px;
	text-align:center;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
}
#square1, #square2, #square3 {
	clear: none;
	float: left;
	margin: 0px 8px 0px 8px;
	display: block;
	text-align:center;
	width: 118px;
	height: 118px;
	-khtml-opacity:.50; 
	-moz-opacity:.50; 
 	-ms-filter:”alpha(opacity=50)”;
  	filter:alpha(opacity=50);
  	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.5);
  	opacity:.50;
	padding-top: 0px;
}

ul.navs
{
list-style-type:none;
margin:0;
padding:0;
}
ul.navs a:link,ul.navs a:visited
{
display:block;
font-weight:bold;
color:#FFFFFF;
background-color:#6699cc;
width:120px;
height:120px;
text-align:center;
padding:4px;
text-decoration:none;
text-transform:uppercase;
}
ul.navs a:hover,ul.navs a:active
{
background-color: #ECE4FF;
color: #6699cc;
}


#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height: 164px;
	display: block;
	text-align:center;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(../images/footer_03.jpg);
	background-repeat:no-repeat;
	background-position:top;

}


/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.blueover {
	color: #369;
}
.italicsmall {
	font-style: italic;
}
#contact img {
	vertical-align: middle;
	margin-right: 5px;
}

