#bottom {
width: 100%;
position: fixed;
height:25px;
bottom: 0px;
padding:3px 0 0 0;
border-top:#ffffff 1px solid;
background: #000000;
color:#ffffff;
font-size:12px;
text-align:center;
z-index: 4;
text-valign:top;

}
#bottom p{margin-top:-7px;}

.scrollArea {
width: 301px; 
height: 88px;
margin-left:0px;
margin-top:-45px;
padding-top:6px;
padding-left: 6px;
padding-right: 5px; 
border-color: #aaaaaa;
border-width: 1px; 
border-style: solid;
float: left; 
overflow: auto;
border-top:#000000 0px solid;
}
.scrollArea img{float:left;clear:both;margin:0px 6px 4px 4px;}





.green {color:#83d563;}
.ads{border:#aaaaaa 1px solid;padding:4px 6px 4px 6px;background-color:#ffffff;margin-bottom:8px;}

.topics {border:#aaaaaa 1px solid;float:left;margin:10px 20px 10px 0px;padding:2px;}

.tweeter{background-image:url('http://oursecretlife.com/tweet.gif');width:316px;height:60px;color:#ff0000;font-weight:bold;text-align:right;background-repeat:no-repeat;background-position:top left;margin:0px 0px 3px 0px;padding:0px 38px 0px 0px;text-indent:0px;}
.soclinks{

	color: #ffffff;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
width:280px;border:#000000 0px solid;padding:0px 0px 0px 0px;margin:1px 0 2px 0;background-color:#000000;color:#ffffff;line-height:14px;}
.homelatest{background-image:url('http://oursecretlife.com/people.gif');background-repeat:no-repeat;background-position:left;width:600px;border-bottom:#555555 1px solid;padding:5px -10px 5px 0px;margin:-10px 0px 5px 0px;}
.video{border:#aaaaaa 1px solid;padding:-2px 2px 14px 2px;background-color:#ffffff;margin:0px 0px 8px 0px;border-bottom:#ffffff 4px solid;}
.homeindent{padding:0px 145px 0px 0px;}
.becca {background:#d859fe;width:600px;border:#ffffff 1px solid;padding:8px;margin-bottom:15px;font-size:11px;line-height:14px;}
.postentry{padding-top:0px;border-bottom:#555555 1px solid;border-top:#555555 1px solid;}
/* Navigation
----------------------------------------------- */
div#nav {
	margin: 0 auto;
	width: 914px;
	z-index: 3;
	position: relative;
	padding: 0px 20px;
}
div#nav a {
	outline-style: none;
}

div#nav ul.top-level {
 	width: 776px;
 	height: 36px;
 	background: url(nav.png);
	margin: 0;
	padding: 0;
 	position: relative;
}

div#nav ul.top-level li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	background: transparent url(transparent.gif); /* Need this for nav to work in Opera */
	height: 36px;
	display: block;
}

div#nav ul.top-level li a.base-link, div#nav ul.top-level li a.selected {
	float: left;
	padding: 36px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:36px; /* for IE5/Win only */
	width: 100%;
}

#menu-main-1 { left: 0; width: 82px;} /* home */
#menu-main-2 { left: 82px; width: 97px; } /* company */
#menu-main-3 { left: 179px; width: 97px; } /* services */
#menu-main-4 { left: 276px; width: 105px; } /* showcase */
#menu-main-5 { left: 381px; width: 95px; } /* careers */
#menu-main-6 { left: 476px; width: 92px; } /* contact */
#menu-main-7 { left: 576px; width: 100px; } /* contact */
#menu-main-8 { left: 676px; width: 100px; } /* contact */


#menu-main-1 a.base-link:hover, #menu-main-1:hover a.base-link, #menu-main-1 a.selected { background: url(nav.png) 0 -36px no-repeat;}
#menu-main-2 a.base-link:hover, #menu-main-2:hover a.base-link, #menu-main-2 a.selected { background: url(nav.png) -82px -36px no-repeat;}
#menu-main-3 a.base-link:hover, #menu-main-3:hover a.base-link, #menu-main-3 a.selected { background: url(nav.png) -179px -36px no-repeat;}
#menu-main-4 a.base-link:hover, #menu-main-4:hover a.base-link, #menu-main-4 a.selected { background: url(nav.png) -276px -36px no-repeat;}
#menu-main-5 a.base-link:hover, #menu-main-5:hover a.base-link, #menu-main-5 a.selected { background: url(nav.png) -381px -36px no-repeat;}
#menu-main-6 a.base-link:hover, #menu-main-6:hover a.base-link, #menu-main-6 a.selected { background: url(nav.png) -476px -36px no-repeat;}
#menu-main-7 a.base-link:hover, #menu-main-6:hover a.base-link, #menu-main-6 a.selected { background: url(nav.png) -576px -36px no-repeat;}
#menu-main-8 a.base-link:hover, #menu-main-6:hover a.base-link, #menu-main-6 a.selected { background: url(nav.png) -676px -36px no-repeat;}


div#nav ul.sub-level {
	padding: 6px 0;
	margin: 0;
	list-style: none;
}

div#nav ul.sub-level li a {
	display: block;
	width: 20em;
	text-decoration: none;
	color: #fff;
	padding: 8px 12px;
	font-size: 1.1em;
}

div#nav ul.sub-level li a:hover {
	text-decoration: underline;
}

div#nav ul.sub-level li { /* all list items */
	float: left;
	width: 20em; /* width needed or else Opera goes nuts */
	height: auto;
	position: relative;
}

div#nav ul.top-level li ul.sub-level {
	position: absolute;
	background: url(sub-nav.png) top left repeat;
	width: 20em;
	top: 36px;  /* using left instead of display to hide menus because display: none isn't read by screen readers */
	left: -999em;
}

div#nav ul.top-level li:hover ul.sub-level, div#nav ul.top-level li:hover ul {
	left: 0;
	visibility: visible;
}


















body {
	background: #000000;
	color: #afafaf;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 7px auto 20px;
	padding: 0px;
	}

.keys{
padding:0px 9px 0px 5px;
}


#wrap {
	margin: 0px auto 0px;
	padding: 0px;
	position: relative;
	}
	
/***** Hyperlinks ********************/
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}
	
/***** Header ********************/

#headerbg {
	}

#header {
	width: 960px;
	height: 100px;
	color: #FFFFFF;
	margin: 0px auto 0px;
	padding: 0px;
	}

#header h1, #header h1 a, #header h1 a:visited, #header h4, #header h4 a, #header h4 a:visited {
	color: #555555;
	font-size: 26px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
#header h1 a:hover, #header h4 a:hover {
	color: #1298D7;
	text-decoration: none;
	}

.headertext {
display:none;
	margin: 0px;
	padding: 15px 0px 0px 0px;
	}
	
.headerleft {
	width: 450px;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
.headerleft p {
	color: #1298D7;
	font-family: Tahoma, Arial, Verdana;
	font-size: 16px;
	font-style: italic;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	line-height: 20px;
	}
	
.headerleft a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}

.headerright {
	width: 468px;
	float: right;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	}
	
.headerright ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
.headerright li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
/***** Top Nav Menu ********************/
	
.topnav {
	background: #000000;
	float: right;
	font-family: Arial, Tahoma, Verdana;
	font-size: 10px;
	text-transform: uppercase;
	padding: 0px 5px 0px 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

.topnav ul {
	z-index: 100;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

.topnav ul li {
	position: relative;
	display: inline;
	float: left;
	}

.topnav ul li a {
	display: block;
	background: #FF0000;
	color: #FFFFFF;
	padding: 3px 7px 2px 7px;
	text-decoration: none;
	}

* html .topnav ul li a { 
	display: inline-block;
	}

.topnav ul li a:link, .topnav ul li a:visited {
	color: white;
	}

.topnav ul li a.selected { 
	background: #9c1500;
	color: #FFFFFF;
	}

.topnav ul li a:hover {
	background: #ffffff;
	color: #FFFFFF;
	}
	
.topnav ul li ul {
	position: absolute;
	left: 0px;
	display: none;
	visibility: hidden;
	}

.topnav ul li ul li {
	display: list-item;
	float: none;
	}

.topnav ul li ul li ul {
	top: 0px;
	}

.topnav ul li ul li a {
	background: #FF0000;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	width: 120px; 
	margin: 0px;
	padding: 5px 10px 5px 10px;
	border-top-width: 0px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	}
	
.topnav ul li ul li a:hover {
	background: #9c15ff;
	}

* html .topnav{height: 1%;} 

.topnav .downarrowclass {
	position: absolute;
	top: 8px;
	right: 7px;
	}

.topnav .rightarrowclass {
	position: absolute;
	top: 9px;
	right: 7px;
	}

/***** Nav ********************/

#nav {
	width: 958px;
	background: url(backnav.gif);
	margin: 0px auto 0px;
	padding: 0px;

	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 0px solid #ffffff;
	}


	
.navleft {
	width: 955px;
	float: center;
	margin: 0px;
	padding: 0px;
	}
	
.navright {
	width: 220px;
	float: right;
	margin: 0px;
	padding: 9px 0px 0px 0px;
	text-align: right;
	}
	
.navright a, .navright a:visited {
	color: #FFFFFF;
	font-size: 10px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	}
	
.navright a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

#nav p {
font-size: 12px;
	margin: 0px;
	padding: 7px 0px 0px 7px;
	text-transform: uppercase;
	}
	
.rsslink {
	margin: 0px 0px 0px 10px;
	padding: 3px 0px 3px 16px;
	background: url(images/rss.png) no-repeat left center;
	}	
	


/***** Content ********************/

#content {
	width: 960px;
	margin: 0px auto 0px;
	padding: 10px 0px 0px 0px;
	line-height: 20px;
	}
	
#contentleft {
	float: left;
	width: 620px;
	margin: 0px;
	padding: 0px;
	}
	
#contentright {
	float: right;
	width: 620px;
	margin: 0px;
	padding: 0px;
	}
	
#contentsplit {
	float: left;
	width: 450px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	}
	
#contentfull {
	float: left;
	width: 960px;
	margin: 0px;
	padding: 0px;
	}
	
#content a img {
	border: none;
	}

#content blockquote {
	background: #F4F4F4;
	margin: 0px 25px 15px 25px;
	padding: 10px 20px 0px 15px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
#content blockquote p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
#content img.wp-smiley {
	float: none;
	border: none;
	margin: 0px;
	padding: 0px;
	}

#content img.wp-wink {
	float:;
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
.breadcrumb {
	background: #000000;
	color: #ffffff;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	height:160px;
	text-transform: uppercase;
	margin: 0px 0px 2px 0px;
	padding: 1px;
	border: 1px solid #777777;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
.breadcrumb a, .breadcrumb a:visited {
	color: #fb6064;
	text-decoration: none;
	}
	
.breadcrumb a:hover {
	color: #ffffff;
	text-decoration: none;
	}
	
.category {
	background: #000000;
	color: #FFFFFF;
	font-size: 11px;
line-height:26px;
	font-weight: bold;
	text-transform:;
	margin: 0px 0px 12px 0px;
	padding: 14px 18px 12px 8px;
	border-bottom: 0px solid #333333;
	}
	
.category a, .category a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
.category a:hover {
	color: #ffffff;
	text-decoration: none;
	}
	
.category p {
	margin: 0px;
	padding: 0px;
	}
	
.author {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}
	
.author p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}

.post {
	background: #444/444;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 0px solid #ffffff;
line-height:36px;
color:#ffffff;
	}
	

.mainentry{background-image:url('http://oursecretlife.com/homeback.jpg');border-bottom:#555555 1px solid;border-top:#555555 1px solid;background-repeat:no-repeat;background-position:right;margin:1px 0px 1px 0px;}

.entry {
	margin: 0px;
	padding: 15px 15px 5px 15px;
	}
	
.entry p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
.entry a, .entry a:visited, .author a, .author a:visited, .navlink a, .navlink a:visited, .comments a, .comments a:visited {
	color: #fb6064;
	text-decoration: none;
	}
	
.entry a:hover, .author a:hover, .navlink a:hover, comments a:hover {
	color: #ffffff;
	text-decoration: underline;
	}
	
.post ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.post ul li {
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	}
	
.post ul ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.post ol {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.post ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	}
	
.postmeta {
	background: #FF0000;
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 4px 8px 4px 8px;
	border-top: 1px solid #8EC4E8;
	}
	
.postmeta a, .postmeta a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
.postmeta a:hover {
	color: #aaaaaa;
	text-decoration: none;
	}
	
.postmeta p {
	margin: 0px;
	padding: 0px;
	}
	
.authorbox {
	background: #000000;
	margin: 0px 0px 15px 0px;
	padding: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #aaaaaa;
	}
.authorbox a, .authorbox a:visited{
color:#ffffff;text-decoration:none;}
.authorbox a:hover{color:#ff0000;text-decoration:underline;}

	
.authorbox p {
	margin: 0px;
	padding: 0px;
	}
	
.authorbox img {
	background: #000000;
	border: 1px solid #ffffff;
	margin: 0px;
	padding: 3px;
	}

.comments {
	background: #444444;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ffffff;
	}
	
.comments-headline {
	background: #FF0000;
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 4px 8px 4px 8px;
	border-bottom: 1px solid #ffffff;
	}
	
.comments-content {
	margin: 0px;
	padding: 0px;
	}

.sticky {
	background: #FFFFFF;
	}

.clear {
	clear: both;
	}
	
.archive {
	float: left;
	width: 225px;
	margin: 0px;
	padding: 20px 20px 0px 0px;
	}

/***** Headlines ********************/

#contentleft h1, #contentright h1, #contentfull h1, #contentsplit h1 {
	color: #ffffff;
	background: none;
	font-size: 24px;
	font-family: Trebuchet MS, Arial, Tahoma, Verdana;
	font-weight: bold;
letter-spacing:-1px;
	text-transform: uppercase;
align:right;
	margin: 0px 0px 5px 0px;
	padding: 0px 20px 0 0;
	}
	
#contentleft h1 a, #contentleft h1 a:visited, #contentright h1 a, #contentright h1 a:visited, #contentsplit h1 a, #contentsplit h1 a:visited {
	color: #ffffff;
	background: none;
	font-size: 24px;
	font-family: Trebuchet MS, Arial, Tahoma, Verdana;
	font-weight: bold;
letter-spacing:-1px;
	text-transform: uppercase;
align:right;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0 0px;
	}

#contentleft h1 a:hover, #contentright h1 a:hover, #contentsplit h1 a:hover {
	color: #dddddd;
	text-decoration: underline;
	}
		
#contentleft h2, #contentright h2, #contentsplit h2, #contentfull h2 {
	color: #ffffff;
	background: none;
	font-size: 22px;
	font-family: Trebuchet MS, Arial, Tahoma, Verdana;
	font-weight: bold;
letter-spacing:-1px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	}

#contentleft h3, #contentright h3, #contentsplit h3, #contentfull h3 {
	color: #1298D7;
	background: none;
	font-size: 14px;
	font-family: Trebuchet MS, Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	}
	
#contentleft h4, #contentright h4, #contentsplit h4, #contentfull h4 {
	color: #1298D7;
	background: none;
	font-size: 14px;
	font-family: Trebuchet MS, Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	}
	
#contentleft h5, #contentright h5, #contentsplit h5, #contentfull h5 {
	color: #1298D7;
	background: none;
	font-size: 12px;
	font-family: Trebuchet MS, Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	}
	
#contentleft h6, #contentright h6, #contentsplit h6, #contentfull h6 {
	color: #1298D7;
	background: none;
	font-size: 10px;
	font-family: Trebuchet MS, Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	}

/***** Images ********************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 15px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 15px 10px 0px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	background: #F4F4F4;
	text-align: center;
	padding: 7px 2px 7px 2px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

.wp-caption img {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
/***** Sidebars ********************/
	
#sidebar_main_left {
	width: 320px;
	float: left;
	margin: 0px;
	padding: 0px;
	display: inline;
	}
	
#sidebar_main_right {
	width: 320px;
	float: right;
	margin: 0px;
	padding: 0px;
	display: inline;
	}
	
#sidebar_split {
	width: 150px;
	float: left;
	margin: 0px;
	padding: 0px;
	display: inline;
	}
	
#sidebar_main_left .widget, #sidebar_main_right .widget, #sidebar_split .widget {
	background: #222222;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 5px 0px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ffffff;	
	}

#sidebar_main_left h4, #sidebar_main_right h4, #sidebar_split h4 {
	background: #FF0000;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 3px 5px 4px 8px;
border-bottom:#000000 3px solid;
	}
	
#sidebar_main_left a, #sidebar_main_left a:visited, #sidebar_main_right a, #sidebar_main_right a:visited, #sidebar_split a, #sidebar_split a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
#sidebar_main_left a:hover, #sidebar_main_right a:hover, #sidebar_split a:hover {
	color: #aaaaaa;
	text-decoration: underline;
	}
	
#sidebar_main_left p, #sidebar_main_right p, #sidebar_split p {
	margin: 0px;
	padding: 10px 10px 0px 10px;
	}
	
#sidebar_main_left a img, #sidebar_main_right a img, #sidebar_split a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar_main_left a:hover img, #sidebar_main_right a:hover img, #sidebar_split a:hover img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar_main_left ul, #sidebar_main_right ul, #sidebar_split ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar_main_left ul li, #sidebar_main_right ul li, #sidebar_split ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

#sidebar_main_left ul ul, #sidebar_main_right ul ul, #sidebar_split ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar_main_left ul li li, #sidebar_main_right ul li li, #sidebar_split ul li li {
	margin: 0px;
	padding: 6px 10px 0px 10px;
	}
	
#sidebar_main_left ul li ul li, #sidebar_main_right ul li ul li, #sidebar_split ul li ul li {
	margin: 0px;
	padding: 6px 10px 0px 10px;
	}
	
#cat {
	background: #F7F7F7;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 295px;
	color: #1298D7;
	font-size: 12px;
	margin: 10px 0px 5px 10px;
	padding: 3px;
	display: inline;
	border: 1px solid #76B7E2;
	}
	
li.widget_tag_cloud div {
	padding: 10px;
	}
	
.textwidget {
	margin: 0px;
	padding: 9px 9px 0px 9px;
	}
	
/***** Search Form ********************/

#searchform {
	color: #333333;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	dispblay: inline;
	}

#s {
	background: #F7F7F7 !important;
	width: 155px;
	color: #ffffff;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	padding: 3px 0px 3px 3px;
	margin: 5px 5px 0px 0px;
	border: 1px solid #ffffff;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
#searchsubmit {
	background: #FF0000;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0px;
	padding: 2px 2px 2px 2px;
	border: 1px solid #ffffff;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
.widget_search {
	margin: 0px;
	padding: 0px;
	}

/***** Footer ********************/

#footer {
	width: 958px;
	background: #FF0000;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	margin: 0px auto 0px;
	padding: 0px;
	text-transform: uppercase;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ffffff;
	text-align: center;
	line-height: 20px;
	}
	
#footer a, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #ffffff;
	text-decoration: none;
	}
	
#footer p {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
.footer-arrow {
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 18px;
	background: url(images/arrow_footer.png) no-repeat left center;
	}
	
.footer-rss {
	margin: 0px 0px 0px 5px;
	padding: 2px 0px 2px 16px;
	background: url(images/rss.png) no-repeat left center;
	}	
	
.footerleft {
	width: 180px;
	float: left;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	}
	
.footerright {
	width: 730px;
	float: right;
	margin: 0px;
	padding: 5px 10px 5px 0px;
	text-align: right;
	}

/***** Comments ********************/

#author, #email, #url {
	background: #FF0000 !important;
	width: 250px;
	color: #1298D7;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	padding: 3px 0px 3px 3px;
	margin: 5px 5px 0px 0px;
	border: 1px solid #ffffff;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
#comment {
	background: #F9F9F9 !important;
	width: 620%;
	color: #1298D7;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	padding: 0;
	margin: 0px;
	border: 1px solid #ffffff;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
#submit {
	background: #FF0000;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #8EC4E8;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
		
.commentlist li ul li {
	font-size: 12px;
background: #000000;
	}

.commentlist li {
	font-weight: bold;
background: #000000;
	}

.commentlist li .avatar { 
	background: #000000;
	float: right;
	border: 1px solid #ffffff;
	margin: 0px 5px 0px 10px;
	padding: 3px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
background: #000000;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
width: 620px;
	margin: -10px 0 0 0;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0px 5px 0px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -6px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 5px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
.reply a, .reply a:visited {
	background: #FF0000;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 3px 5px;
	border: 1px solid #ffffff;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
.reply a:hover {
	background: #1298D7;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #ffffff;
	}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

.topnavigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-alt {
	background: #F9F9F9;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px solid #FFFFFF;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border: 1px solid #8EC4E8;
	margin: 0px;
	padding: 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

.sitemap {
	background: #FFFFFF;
	color: #cc0099;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	margin: 0px 0px 10px 0px;
	padding: 4px 8px 4px 8px;
	border: 1px solid #8EC4E8;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
.sitemap a, .sitemap a:visited {
	color: #cc0099;
	text-decoration: none;
	}
	
.sitemap a:hover {
	color: #555555;
	text-decoration: none;
	}


.pic{width:100px;}
.bc2 {padding-right: 35px;color: #ffffff;}






#primary_navigation {
	float:center;BACKGROUND: url(images/menu_fade.png) repeat-x; MARGIN: 0px 0px 35px; FONT: 1.0em/3 Verdana, Helvetica, Arial, sans-serif; HEIGHT: 30px;width:958px;
}
#primary_navigation UL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; Z-INDEX: 20; PADDING-BOTTOM: 0px; MARGIN: 0px 0px 0px 0px; OVERFLOW: visible; WIDTH: auto; PADDING-TOP: 0px; LIST-STYLE-TYPE: none; POSITION: relative
}
#primary_navigation LI {
	PADDING-RIGHT: 0px;
	DISPLAY: block;
	PADDING-LEFT: 0px;
	FLOAT: left;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	POSITION: relative;
	HEIGHT: 25px;
	background-color: #FF0000;
}
#primary_navigation LI.over {
	BACKGROUND-COLOR: #111
}
#primary_navigation LI.over A {
	COLOR: #fff
}
#primary_navigation LI UL {
	DISPLAY: none; BACKGROUND: #111; FILTER: alpha(opacity=93); LEFT: 0px; MARGIN: 0px; OVERFLOW: hidden; WIDTH: 300px; POSITION: absolute; TOP: 33px; HEIGHT: auto; opacity: .93;
}
#primary_navigation LI:hover UL {
	DISPLAY: block
}
#primary_navigation LI UL LI {
	CLEAR: both; FONT-WEIGHT: normal; WIDTH: 300px; LINE-HEIGHT: 1; HEIGHT: 25px; TEXT-ALIGN: left;margin-right:10px;
}
#primary_navigation LI A {
	PADDING-RIGHT: 15px; DISPLAY: block; PADDING-LEFT: 15px; PADDING-BOTTOM: 0px; COLOR: #111; PADDING-TOP: 0px; TEXT-DECORATION: none
}
#primary_navigation LI A:hover {
	COLOR: #fff; BACKGROUND-COLOR: #111
}
#primary_navigation LI UL LI A {
	PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 15px; PADDING-BOTTOM: 0px; WIDTH: 100%; COLOR: #fff; LINE-HEIGHT: 2; PADDING-TOP: 0px; HEIGHT: 100%
}
#primary_navigation LI UL LI A:hover {
	COLOR: #fff; BACKGROUND-COLOR: #555
}



.entry .youtube embed{border:#ffffff 1px solid;float:left;margin:12px 10px 4px 0px;width:270px;height:210px}














/* Navigation
----------------------------------------------- */
div#nav {
	margin: 0 auto;
	width: 914px;
	z-index: 3;
	position: relative;
	padding: 0px 20px;
}
div#nav a {
	outline-style: none;
}

div#nav ul.top-level {
 	width: 776px;
 	height: 36px;
 	background: url(nav.png);
	margin: 0;
	padding: 0;
 	position: relative;
}

div#nav ul.top-level li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	background: transparent url(transparent.gif); /* Need this for nav to work in Opera */
	height: 36px;
	display: block;
}

div#nav ul.top-level li a.base-link, div#nav ul.top-level li a.selected {
	float: left;
	padding: 36px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:36px; /* for IE5/Win only */
	width: 100%;
}
#menu-main-1 { left: 0; width: 82px;} /* home */
#menu-main-2 { left: 82px; width: 97px; } /* company */
#menu-main-3 { left: 179px; width: 97px; } /* services */
#menu-main-4 { left: 276px; width: 105px; } /* showcase */
#menu-main-5 { left: 381px; width: 95px; } /* careers */
#menu-main-6 { left: 476px; width: 92px; } /* contact */
#menu-main-7 { left: 576px; width: 100px; } /* contact */
#menu-main-8 { left: 676px; width: 100px; } /* contact */


#menu-main-1 a.base-link:hover, #menu-main-1:hover a.base-link, #menu-main-1 a.selected { background: url(nav.png) 0 -36px no-repeat;}
#menu-main-2 a.base-link:hover, #menu-main-2:hover a.base-link, #menu-main-2 a.selected { background: url(nav.png) -82px -36px no-repeat;}
#menu-main-3 a.base-link:hover, #menu-main-3:hover a.base-link, #menu-main-3 a.selected { background: url(nav.png) -179px -36px no-repeat;}
#menu-main-4 a.base-link:hover, #menu-main-4:hover a.base-link, #menu-main-4 a.selected { background: url(nav.png) -276px -36px no-repeat;}
#menu-main-5 a.base-link:hover, #menu-main-5:hover a.base-link, #menu-main-5 a.selected { background: url(nav.png) -381px -36px no-repeat;}
#menu-main-6 a.base-link:hover, #menu-main-6:hover a.base-link, #menu-main-6 a.selected { background: url(nav.png) -476px -36px no-repeat;}
#menu-main-7 a.base-link:hover, #menu-main-6:hover a.base-link, #menu-main-6 a.selected { background: url(nav.png) -576px -36px no-repeat;}
#menu-main-8 a.base-link:hover, #menu-main-6:hover a.base-link, #menu-main-6 a.selected { background: url(nav.png) -676px -36px no-repeat;}


div#nav ul.sub-level {
	padding: 6px 0;
	margin: 0;
	list-style: none;
}

div#nav ul.sub-level li a {
	display: block;
	width: 20em;
	text-decoration: none;
	color: #fff;
	padding: 8px 12px;
	font-size: 1.1em;
}

div#nav ul.sub-level li a:hover {
	text-decoration: underline;
}

div#nav ul.sub-level li { /* all list items */
	float: left;
	width: 20em; /* width needed or else Opera goes nuts */
	height: auto;
	position: relative;
}

div#nav ul.top-level li ul.sub-level {
	position: absolute;
	background: url(sub-nav.png) top left repeat;
	width: 20em;
	top: 36px;  /* using left instead of display to hide menus because display: none isn't read by screen readers */
	left: -999em;
}

div#nav ul.top-level li:hover ul.sub-level, div#nav ul.top-level li:hover ul {
	left: 0;
	visibility: visible;
}











#photocontainer ul li {display:inline; zoom:1; height:390px;}

div#slides { clear:both; width:940px; padding:0; height:140px; text-align:left; font-family:"Trebuchet MS", Helvetica, sans-serif;margin:-4px 0 10px 0;}





#photo_strip {width:945px; margin:0 auto 20px auto;border:#81dfff 1px solid;float:center;margin-left:8px;}
#photocontainer {margin:0; padding:0 0 0 10px; height:140px; overflow:auto;color:#ffffff; background:#000;overflow: hidden ! important; overflow-x: auto ! important;
}
#photocontainer ul {margin:0; padding:0; list-style:none; white-space:nowrap; display:table-row;}
#photocontainer ul li {display:table-cell; padding:0 5px; border-bottom:1px solid #888; vertical-align:top;}
#photocontainer ul li img {border:1px solid #a00000;padding:3px; margin: 8px 2px 5px 2px;}
#photocontainer p {margin:0; padding:2px 0; font-size:11px;text-align:center;}


#photocontainer {
width:930px;
scrollbar-arrow-color: #ffffff;
scrollbar-3dlight-color: #000;
scrollbar-highlight-color: #000;
scrollbar-face-color: #444444;
scrollbar-shadow-color: #333333;
scrollbar-darkshadow-color: #000;
scrollbar-track-color: #000;
}

#fb-root {display:inline;}
.topics {border:#aaaaaa 1px solid;float:left;margin:10px 20px 10px 0px;padding:2px;}
