@charset "UTF-8";

body {
	background-color:#1F1F1F;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	letter-spacing:normal;
	color:#FFFFFF;
	text-align:left;
	margin:0;
	padding:0;
	line-height:1.5em;
	}

.clear{
	clear: both;
	}

a img{
	border: none;
	}

a:link, a:visited {
	color:#62a3e5;
	text-decoration:none;
	}
a:hover {
	color:#cccc33;
	}

#container {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	}
	
#header {
	border-bottom:#333 2px solid;
	padding-top:15px;
	height:4.5em;
	}
	
#logo {
	position:relative;
	float:left;
	}
	
#nav {
	float:right;
	position:relative;
	text-align:right;
	}
	
#nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
	}
#nav li {
	float:left;	
	}
#nav li a:link, #nav li a:visited {
	display:block;
	text-align:left;
	margin-top:14px;
	margin-left:32px;
	font-size:14px;
	}
#nav li a:hover {
	color:#cccc33;
	}

#masthead {
	margin-bottom:15px;
	padding:15px 0px 15px 0px;
	}
#index-type {
	margin:30px 0px 20px 0px;
	text-align:center;
	}
#center {
	height:100%;
	text-align:left;
	vertical-align:top;
	margin-bottom:15px;
	}
#left {
	width:600px;
	height:100%;
	float:left;
	text-align:left;
	vertical-align:top;
	padding-right:15px;
	margin-bottom:15px;
	}	
#right {
	width:280px;
	float:right;
	text-align:left;
	vertical-align:top;
	margin-bottom:15px;
	}

#widgets {
	clear:both;
	border-top:#333 thin solid;
	margin:0;
	padding-top:5px;
	height:30em;
	text-align:left;
	}
	
#ft {
	clear:both;
	border-top:#333 thin solid;
	margin:10px 0px 10px 0px;
	padding-top:15px;
	height:4em;
	}

#social-media {
	position:relative;
	float:left;
	margin-top:4px;
	}
	
#powered-by {
	position:relative;
	float:right;
	}
	
h1 {
	font-size:20px;
	font-weight:normal;
	color: #ffff00;
	}
h2 {
	font-size:16px;
	font-weight: normal;
	color:#6699cc;
	}
h3 {
	font-size:14px;
	font-weight:normal;
	color:#CCC;
	}

.each-widget {
	float:left;
	position:relative;
	margin-left:60px;
	margin-right:60px;
	text-align:center;
	vertical-align:top;
	}

.media {
	margin:20px 0px 20px 50px;
	}
	
.button {
	margin-top:10px;
	margin-bottom:20px;
	}

.button a:link, .button a:visited {
	color:#006699;
	background-color:#99ccff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:normal;
	font-size:14px;
	text-decoration:none;
	padding:5px;
	border:#006699 thin solid;
}

.button a:hover {
	color:#99ccff;
	text-decoration:none;
	background-color:#006699;
}
.sp-agree {
	background:#333;
	border:#ccc solid thin;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:20px;
	}
.sp-agree p {
	color:#fff;
	}
.sp-agree h1 {
	color:#000;
	background:#ffff33;
	padding:8px 0px 8px 6px;
	font-weight:bold;
	}
.sp-agree-bttn {
	margin-top:15px;
	margin-bottom:20px;
	}
.sp-agree-bttn a:link, .sp-agree-bttn a:visited {
	color:#fff;
	background:url(../img/sp-agree-btn1.jpg) repeat-x;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:normal;
	font-size:14px;
	text-decoration:none;
	letter-spacing:2px;
	padding:5px;
	border:#006699 thin solid;
}
.sp-agree-bttn a:hover {
	color:#99ccff;
	text-decoration:none;
	background-color:#006699;
}
.showcase-profile {
	float:left;
	text-align:center;
	vertical-align:top;
	margin-right:5px;
	margin-left:5px;
	margin-bottom:20px;
	width:175px;
	}
.showcase-profile h2 {
	font-size:12px;
	font-weight: normal;
	color:#fff;
	}
.showcase-profile h2 span {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
}
.showcase-profile ul {
	list-style:none;
	margin:0;
	padding:0;
	}
.showcase-profile li {
	list-style:none;
	display:inline;
	font-size:10px;
	margin-left:2px;
	margin-right:2px;
	color:#666;
	}
.showcase-profile a:link, .showcase-profile a:visited {
	color:#336699;
	text-decoration:none;
	}
.showcase-profile a:hover {
	color:#cccc33;
	}
.category {
	float:left;
	text-align:left;
	vertical-align:top;
	margin-right:30px;
	margin-bottom:15px;
	width:280px;
	}
.category h2{
	border-bottom:#FFF solid thin;
	padding-bottom:5px;
	}
.category ul, .showcase-profile ul {
	list-style:none;
	margin:0;
	padding:0;
	}
.category li {
	list-style:none;
	font-size:12px;
	line-height:1.25em;
	margin-bottom:10px;
	}
.category li a:link, .category li a:visited, .showcase-profile li a:link, .showcase-profile li a:visited {
	margin:0;
	color:#fff;
	text-decoration:none;
	}
.category li a:hover, .showcase-profile li a:hover {
	color:#cccc33;
	}
.hilght-blue {
	color:#99ccff;
	}
.underline {
	text-decoration:underline;
	}

