/* Styles for www.soonestglobal.com 	*/
/* Designed by: Richard L. Gonzales 	*/
/* All rights reserved 2008					 	*/
/* Version 1.1 August 30, 2008				*/

* {
	margin:0;
	padding:0;
}

body {
	font-family: Arial, Tahoma, Times, sans-serif;
	background-color: #EEEEE7;
	text-align:center;
}

img {
	border:0;
}

#main_wrapper {
	background-image: url(../images/body_bg.png);
	background-repeat: repeat-y;
	width:984px;
	padding-left:5px;
	padding-right:5px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#header {
	background: white url(../images/header_new.png) no-repeat;
	border-bottom: 2px solid #6A6767;
	height:150px;
	width:100%;
	float:left;
}
	
	#slogan{
		text-align:right;
		font-size:1em;
		line-height: 1.5em;
		color:#615F5F;
		font-weight:bold;
		width:20%;
		padding-top:50px;
		padding-right:20px;
		height:1000px;
		float:right;
	}

/* top navigation styles */
#top_nav {
	background:url(../images/top_nav_fill.png) repeat-x;
/* 	background-color:#009DCA; */
	font-size:12px;
	height:28px;
	width:100%;
	float:left;
}

#top_nav ul {
	list-style: none;
	padding-top:6px;
	padding-left:20px;
}

#top_nav ul li {
	display: inline;
}

#top_nav ul li a:link, #top_nav ul li a:visited {
	padding:6px 10px 8px 10px;
	color:white;
	text-decoration: none;
}

#top_nav ul li a:hover {
	background-color: #CAFB31;
	color:#555252;
}

.tn_current {
	background-color: #641913;
	color:black;
}
.acenter {
	text-align:center;
}

.italics {font-style: italic}

table#team img {
	border:2px solid gray;
}

table#team {
	font-size:0.8em;
}
/* top navigation styles */

#content_wrapper {
	/* background-image:url(../images/body_watermark.png); */
	/* background-position: bottom left; */
	/* background-repeat:no-repeat; */
	margin-top:20px;
	border-bottom: 2px solid #9E9E9E;
	padding-bottom:10px;
	margin-bottom:10px;
	width:100%;
	float:left;
}

/* sidebar styles */
#sidebar {
	width:225px;
	margin-left:20px;
	margin-right:5px;
	margin-bottom:200px;
	float:left;
}

#sb_header {
	background-image: url(../images/sb_main_header.png);
	background-repeat: no-repeat;
	height:70px;
	width:100%;
	float:left;
}

#sb_list {
	background-image: url(../images/sb_content_bg.png);
	background-repeat: repeat-y;
	padding-right:5px;
	width:220px;
	float:left;
}

#sb_list ul {
	font-size:12px;
	font-weight: bold;
	list-style: none;
	text-indent:15px;
	padding-top:12px;
}

#sb_list ul li {
	border-bottom: 1px solid #A2A0A0;
	min-height:32px;
}

.sbl_first {
	border-top: 1px solid #A2A0A0;
	margin-top:10px;
}

.sb_list_current {
	background-color: #CAFB31;
}

.green_txt {
	color:#187E05;
}

.ta_center {text-align: center}
.font_bigger {font-size: larger}

.red_italics {
	color:#FB000B;
	font-style: italic;
}

#sb_list ul li a {
	text-decoration: none;
	display:block;
	padding-top:8px;
	padding-bottom:10px;
	text-indent:0;
	padding-left:20px;
}

#sb_list ul li a:link, #sb_list ul li a:visited {
	color: #3C3B3B;
}

#sb_list ul li a:hover {
	background-color: #FB0000;
	color:white;
}

#sb_footer {
	background-image: url(../images/sb_footer_bg.png);
	background-repeat: no-repeat;
	height:25px;
	width:100%;
	float:left;
}

/* sidebar styles */

/* content styles */
#content_home {
	width:100%;
	text-align:center;
	float:left;
}

#home_lower {
	margin-top:10px;
	margin-bottom:30px;
	width:100%;
	float:left;
}

.hldiv {
	text-align:center;
	width:25%;
	float:left;
}

ul.withbullet {
	list-style-image: url(../images/bullet.png);
	line-height: 1.5em;
	padding-left:40px;
	padding-right:20px;
}

#content {
	width:704px;
	padding-left:15px;
	padding-right:15px;
	float:left;
}

#content_head {
	width:100%;
	height:40px;
	margin-bottom:20px;
	float:left;
}

	#ch_lt {
		background-image:url(../images/content_head_lt.png);
		width:9px;
		height:inherit;
		float:left;
	}
	
	#ch_title {
		background-color:#A2A0A0;
		font-weight: bold;
		padding-top:10px;
		padding-left:10px;
		width:676px;
		height:30px;
		color:white;
		float:left;
	}
	
	#ch_rt {
		background-image:url(../images/content_head_rt.png);
		width:9px;
		height:inherit;
		float:left;
	}

#content_details {
	width:674px;
	color:#302F2F;
	padding-left:20px;
	font-size:0.9em;
	float:left;
}

	img.cd_fill {
		border:4px solid #A2A0A0;
		margin-left:10px;
		float:right;
	}
	
	img.cd_fil_nobordr {
		margin-left:10px;
		margin-bottom:10px;
		float:right;
	}
	
	img.witbordr {
		border:4px solid #A2A0A0;
		margin-right:10px;
		float:left;
	}

#content_details ul {
	list-style: none;
	padding-left:20px;
}

#content_details ol {
	padding-left:30px;
}
/* content styles */

/* footer styles */
#footer {
	color:#3C3C3C;
	font-size: 11px;
	padding:10px 20px 5px 20px;
	width:944px;
}

#footer ul {
	list-style: none;
}

#footer ul li {
	padding-right:10px;
	padding-left:10px;
	display:inline;
}

.with_rt_border {
	border-right:1px solid #3C3C3C;
}

#footer ul li a {
	text-decoration: none;
	color:#3C3C3C;
}

#footer ul li a:hover {
	color:black;
}

#footer_copy {
	width:40%;
}

#music_bg {
	width:30%;
}
/* footer styles */

/* rounded footer styles */
#round_footer {	
	margin-left: -5px;
	width:994px;
	height:14px;
	margin-bottom:20px;
	float:left;
}

#rf_lt {
	background-image: url(../images/footer_lt.png);
	width:14px;
	height:14px;
	float:left;
}

#rf_fill {
	background-image: url(../images/footer_bg.png);
	height:14px;
	width:966px;
	float:left;
}

#rf_rt {
	background-image: url(../images/footer_rt.png);
	width:14px;
	height:14px;
	float:left;
}
/* rounded footer styles */

/* photo gallery styles */
.pgallery tr {
	padding:10px;
}

.pgallery td {
	padding:10px;
}

.pgallery img {
	border:5px solid gray;
}

/* photo gallery styles */

/* misc styles */
a.dev_link {
	text-decoration: none;
	color:#3C3C3C;
}

.cd_list {
	padding-left:40px;
	padding-bottom:20px;
	line-height: 2em;
	width:95%;
	float:left;
}

.cd_list_centered {
	padding-top:20px;
	text-align:center;
	width:100%;
	float:left;
}

	.cd_list_centered table {
		border-collapse: collapse;
	}
	
	.cd_list_centered td {
/* 		padding:0.3em 2em; */
		padding:10px;
		text-align:left;
	}
	
.boldtext {
	font-weight: bold;
}

.tac {
	text-align:center;
}

.tal {
	text-align:left;
}

.tar {text-align:right}

.bluelist {
	font-size: 0.75em;
	color:#15679F;
}

.bottomborder {
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
}
/* misc styles */