/* =========================

		sccscap.com
	
		by Noah S. Belcher
		http://www.granitestatemarketing.com

		09-11-05 (September 11, 2005)

========================= */

html,body {
	background: #405965;
	margin: 0px;

	font-family: Verdana, 'Trebuchet MS', Arial;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	text-align: center;
}

#top_bar {
	background: #cccccc;
	height: 5px;
	width: 100%;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#wrap {
	width: 750px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header {
	width: 742px;
	height: 165px;
	background: #194863 url('../banners/banner.jpg');
	margin-bottom: 0px;
}

#header_title {
	font-family: Arial,'Trebuchet MS';
	color: #ffffff;
	line-height: 15px;
	width: 350px;
	padding-top: 40px;
	padding-left: 50%;
}

#nav {
	padding-top: 25px;
	width: 720px;
	text-align: right;
}

#nav a {
	color: #F2F2F2;
	font-size: 11px;
	font-family:  Verdana,'Trebuchet MS',sans-serif;
	margin-right: 12px;
}

#nav #download_link {
	text-decoration: underline;
	color: #FF9933;
}



#curve_top {
	background: url('../images/curve_top.gif');
	height: 30px;
	width: 750px;
}


#main {
	background: #ffffff url('../images/body.gif');
	width: 750px;
}

#container {
	margin-left: 30px;
	width: 695px;
	overflow: hidden;
	background-color: #F4F5F7;
}

#side_bar {
	padding-top: 10px;

	float: right;
	width: 170px;
	font-size: 11px;

	text-align: center;

	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #cccccc;

}


#content {
	width: 510px;
	padding-top: 10px;
}

.center_box {
	border-width: 1px;
	border-style: dashed;
	border-color: #cccccc;
	background: #fafafa;
	padding: 5px;
	width: 260px;
	margin: auto;
}


#curve_bottom {
	background: url('../images/curve_bottom.gif');
	height: 25px;
	width: 750px;
}


#footer {
	margin-top: 25px;
	margin-bottom: 25px;
	color: #F8F8F0;
	width: 750px;
	text-align: center;
	font-size: 10px;
	font-family: Verdana;
	color: #CCCCCC;
	margin-left: auto;
	margin-right: auto;
}

#footer a {
	text-decoration: underline;
	color: #F8F8F0;
}


/* =============== GENERAL TAGS ================== */

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

a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

input,textarea,select {
	font-size: 11px;
	font-family: Verdana;
	border-style: solid;
	border-width: 0px;
	border-color: #B1B68F;
	background: #FAFAF5;
	padding: 3px;
}



h1 {
	font-family: Georgia;
	font-size: 23px;
	font-weight:normal;

	color: #345583;
}


.heading {
	font-family: 'Trebuchet MS';
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #666666;
}


#recent_blogs {
	padding: 5px;
}

.u_links a {
	border-style: dashed;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-color: #BCBCBC;
	line-height: 20px;
}

.u_links a:hover {
	border-style: none;
}

.form_fields {
	margin-left: 25%;
	background-color: #FAFCEF;
	padding: 25px;
	width: 280px;
	text-align: right;
}

.form_fields textarea, input, select {
	font-family: Verdana,'Trebuchet MS';
	font-size: 11px;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	margin: 2px;
}

.bold_red {
	font-weight: bold;
	color: #FF0000;
	font-size: 13px;
}


.hr_line {
	border-color: #EFEFEF;
	border-style: dashed;
	border-left-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
}

#error_msg {
	margin-top: 50px;
	text-align: center;
}


.boxed {
	padding: 5px;
	background-color: #ffffff;

	border-style: solid;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-color: #4F5B80;
}

.navbar {
	color: #F2F2F2;
	font-size: 11px;
	font-family:  Verdana,'Trebuchet MS',sans-serif;
	margin-left: 18px;
}

.navbar a {
	color: #000000;
	font-size: 11px;
	font-family:  Verdana,'Trebuchet MS',sans-serif;
	margin-right: 18px;
}


