

@default-font-size:	12px;
@width:				960px;

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: @default-font-size;
	/*line-height: 16px;*/
	margin: 0;
	padding: 0;
	border: 0;	
	color: #111;
	
	font:12px Arial, Helvetica, sans-serif;
	background:#E0E0D8;
}

h1 {
	margin-top: 0px;
	margin-bottom:5px;
	font:bold 28px Arial, Helvetica, sans-serif;
	letter-spacing:-0.02em;
	color:#423b39;
}

h2 {
	line-height: 25px;
	margin-bottom: 3px;
	
	font:bold 17px Arial, Helvetica, sans-serif;
	margin-top:0;
	color:#554e4d;
}

h3, h3 a {
	/*margin-top: 15px;*/
	margin-top:5px;
	margin-bottom: 3px;
	font:normal 15px Arial, Helvetica, sans-serif;
	color:#2f2e30;
}
h3 a:hover {
  text-decoration:underline;
}
p {
	/*display: block;*/
	margin: 0px 0px 20px 0px;
	
	
	font-size:12px;
	line-height:19px;
	color:#575452;
}
p.blurb {
	font:normal 16px Georgia, 'Times New Roman', Times, serif; 
	line-height:22px; 
	margin-bottom:0px !important;
	color:#222223;
}
p + ul {
	margin-top: -12px;
	/*padding-left: 20px;*/
}

p + ol {
	margin-top: -12px;
	padding-left: 25px;
	line-height:19px;
}

a {
	color:#0ba5d4;
	text-decoration:none;
}

a.selected {
	font-weight: bold;
}
p a, ul li a {
	color:#575452;
	text-decoration:underline;
}
a.hilighted {
  color:#0092D3;
}
img.float-right {
	float: right; 
	margin: 5px; 
}

ul {
	margin-bottom:15px;
}

ul li {
	line-height:18px;
	margin-bottom:5px;
}
#mainColumn ul li {
  list-style-type:none;
}
/*#mainColumn ul li, */ ul.arrows li {
  /*margin-left:-19px;*/
	list-style-type:none;
	background:url(../images/bullet.gif) no-repeat 0 5px;
	padding-left:14px;
	color:#575452;
}
#mainColumn ul, ul.arrows {
	margin-bottom:28px;
}
hr {
  border:none;
	border-top:solid 1px #E7E7E7;
	margin:25px 0 25px 0;
}

/**********************************************************
 * HEADER
 **********************************************************/
#header-x {
}

#header-y {
	background:url(../images/bg_header.gif) no-repeat #000;
	height:78px;
	position:relative;
	.container_12;
	
	height:50px;
	margin-bottom:28px;
}

#header {
	.grid_12;
}

#logo {
	position:absolute;
	left:26px;
	top:11px;
}
/**********************************************************
 * UPPER NAV
 **********************************************************/
#upperNav {
	background:#7d7b76;
	padding: 3px 5px 6px 5px;
	position: absolute;
	right:30px;
	-moz-border-radius: 0 0 11px 11px;
	-webkit-border-radius: 0 0 11px 11px;
	border-radius: 0 0 11px 11px;
}
#upperNav a {
	color:#fff;
	font:normal 11px 'lucida grande', tahoma, verdana, arial, sans-serif;
	margin:0 6px;
}
#upperNav a:hover {
  color:#cfccc4;
}

/**********************************************************
 * TOP NAV
 **********************************************************/
#topNav-x {
}

#topNav-y {
	background:url(../images/bg_secondaryNav.gif) no-repeat #000;
	.container_12;
	
	position:relative;
	height:28px;
	top:50px;
	border-radius:0 0 7px 7px;
}

#topNav {
	.grid_12;
}

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

#topNav ul li {
	display: inline-block;
	margin: 0 11px 0 0;
	border-right:solid 1px #383636;
	padding:5px 13px 5px 0;
}
#topNav ul li:last-child {
	border-right:none;
}
#topNav ul li a {
	color: white;
	text-decoration:none;
	display:inline-block;
	
}
#topNav ul li a.selected {
	color: #e0ee66;
	font-weight: normal;
}
#topNav ul li a:hover {
	color: #e0ee66;
}

/**********************************************************
 * SUB NAV
 **********************************************************/
#subNav-x {
}

#subNav-y {
	.container_12;
}

div.subNav {
	.grid_12;
	padding:10px 0;
	height:13px;
}

div.subNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.subNav ul li {
	display: inline;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	font:11px 'lucida grande', tahoma, verdana, arial, sans-serif;
}

div.subNav ul li.lastItem {
	border-right: 0;
}

div.subNav ul li a {
	color:#7c7a75;
}
div.subNav ul li a.selected {
	color:#666460;
}

div.subNav ul li a:link, a:visited {
    text-decoration: none;
}

div.subNav ul li a:hover, a:active {
	color: #423b39;
}


/**********************************************************
 * CONTENT
 **********************************************************/

#content-x {
}

#content-y {
	background: #FFF;
	border-radius:7px;
	.container_12;
}

#content {
	background: #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
	.grid_12;
	border: 1px transparent solid; 
	padding-top:10px;
	padding-bottom:22px;
}

#sideColumn {
  display: inline;
  float: right;
	margin-top: 16px;
	margin-bottom: 10px;
}

#mainColumn {
  display: inline;
  float: left;
	padding:10px 0;
}

#sideNav {
}

#sideNav ul.sideNav {
	margin: 0 0 27px 0;
	padding: 14px 16px 2px 16px;
	background:#dfdfd7;
	border-radius:0 12px 12px 12px;
}
#sideNav ul.sideNav li {
	list-style: none outside none;
	margin: 0 0 16px 0;
	padding: 0px;
	font-size:13px;
	line-height:17px;
	display: block;
}
#sideNav ul.sideNav li a {
  text-decoration: none;
	color:#7c7a75;
	display:inline-block;
}
#sideNav ul.sideNav li:last-child, #sideNav ul.sideNav li ul li:last-child  {
  border-bottom:none;
}
#sideNav ul.sideNav li ul {
}
#sideNav a.sideNav_image {
  padding-left:0;
	position:relative;
	left:10px;
}

#sideNav ul.sideNav li a:hover, 
#sideNav ul.sideNav li a.selected {
	color:#7c7a75;
	font-weight: bold;
}
#sideNav ul.sideNav li ul li {
	margin:0;
}
#sideNav ul.sideNav li ul li a {
	padding:11px 0 0 16px;
	font-size:12px;
}
/**********************************************************
 * SIDE BAR EXTRA
 **********************************************************/
ul.callsToAction {

}
ul.callsToAction li {
	list-style-type:none;
	font:italic 14px Georgia, "Times New Roman", Times, serif;
	line-height:20px;
	padding:12px 0 18px 0;
	border-bottom:solid 1px #e0ddda;
}
ul.callsToAction li:last-child {
  border:none;
}
ul.callsToAction li span.title {
	display:block;
	font:bold 15px Arial, Helvetica, sans-serif;
	color:#0092d3;
}
ul.callsToAction li a {
	color:#96928F;
	text-decoration:none;
}
/**********************************************************
 * FOOTER
 **********************************************************/
#footer-x {
	font-size: 11px;
	color: #444;
	border: 1px transparent solid; 
}

#footer-y {
	.container_12;
	/*background: #DDD;*/
}

#footer {
	/*background: #DDD;*/
	.grid_12;
	
	margin-top:10px;
}
#footer ul li {
	margin-bottom:0;
}
#footer h3 a {
	margin: 0 0 1px 0;
	font-size: 13px;
	padding-bottom: 0px;
	padding-top: 7px;
}
#footer ul {
	margin-top: 0px;
	margin-bottom: 15px;
	padding-left: 0px;
	list-style: none;
}

#footer li {
	padding-bottom: 0px;
}

#footer h3 a,
#footer li a {
	color:#83837d;
}

#footer h3 a:link, a:visited,
#footer li a:link, a:visited {
    text-decoration: none;
}

#footer h3 a:hover, a:active,
#footer li a:hover, a:active {
	text-decoration: underline;
}

#terms {
	.grid_12;
	font-size: 11px;
	color: #444;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BBB;
	padding-top: 5px;
	padding-bottom: 15px;
}
.awards_and_social_media_icons_cont {
	background:#ebebe3;
	border-radius:12px;
	margin:8px 0 0 4px;
	padding:13px 13px 3px 14px;
	width:81px;
}
.awards_cont img {
  margin:0 0 10px 0;
}
.awards_and_social_media_icons_cont hr {
  border:none;
	height:0;
	border-top:solid 1px #dfdfd7;
	border-bottom:solid 1px #f5f5f2;
	margin:4px 0 9px 0;
}
.social_media_icons_cont {
	float:right;
}
.social_media_icons_cont a {
	display:inline-block;
	margin-left:4px;
}
/**********************************************************
 * HOVER GALLERY
 **********************************************************/
 
img.screenshot {
	border-width: 1px;
	border-style: solid;
	border-color: #BBB;
}

.hover-gallery {
  width: 300px;
  display: inline;
  float: right;
  margin-left: 10px;
  margin-right: 10px;
}

.hover-gallery-content {
}

ul.hover-gallery-nav {
	margin-left: 0;
	padding-left: 0;
}

ul.hover-gallery-nav li {
	display: inline;
	float: left;
	list-style: none;
	margin-left: 4px;
	margin-right: 3px;
}

ul.hover-gallery-nav li.alpha {
	margin-left: 0;
}

ul.hover-gallery-nav li.omega {
	margin-right: 0;
}

ul.hover-gallery-nav li a img {
	border-width: 1px;
	border-style: solid;
	border-color: #999;
    padding: 1px;
}

ul.hover-gallery-nav li.on img, 
ul.hover-gallery-nav li a:hover img {
	border-color: #222;
}

/**********************************************************
 * GRID
 **********************************************************/
.float {
  display: inline;
  float: left;
}

/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

body {
  min-width: 960px;
}

/* `Containers
----------------------------------------------------------------------------------------------------*/

.container_12 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.grid_1, 
.grid_2, 
.grid_3, 
.grid_4, 
.grid_5, 
.grid_6, 
.grid_7, 
.grid_8, 
.grid_9, 
.grid_10, 
.grid_11, 
.grid_12 {
  /*display: inline;*/
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.grid_1 {
  width: 60px;
	width:53px;
}

.grid_2 {
		width:130px;
		
		width:113px;
}

.grid_3 {
		width:207px;
		width:156px;
}

.grid_4 {
  width: 300px;
		width:284px;
}

.grid_5 {
  width: 380px;
		width:361px;
}

.grid_6 {
  width: 460px;
		width:438px;
}

.grid_7 {
  width: 540px;
		width:515px;
}

.grid_8 {
  width: 620px;
		width:592px;
}

.grid_9 {
  width: 700px;
		width:669px;
}

.grid_10 {
  width: 780px;
		width:746px;
}

.grid_11 {
  width: 860px;
		width:823px;
}

.grid_12 {
  width: 940px;
		margin-left:30px;
		margin-right:30px;
		width:900px;
}
/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}


/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix {
  zoom: 1;
}

/* Side Bar
--------------------------------------------------------------------------------------------------*/
.sidebar-frags {
	list-style: none;
}

.sidebar-frags li.frag {
	background: none !important;
	margin: 0 !important;
	margin-bottom: 15px !important;
	padding: 0 !important;
}



