/*
CBT Webs 2011
Author: CowboyTed
Author URI: http://cbtwebs.com/

*/

/* DEFAULT PAGE LAYOUT & STYLES */

body {
	font-size:12px;
	font-family:verdana;
	color:#333;
	background:url(../images/background.gif);
	text-align:center;
	margin:0 auto ;
	padding:0;
}

#container {
	position:relative;
	width:900px;
	margin:15px auto;
	background:transparent;
	border:0px solid #707570;
}

a {
	color:#800000;
	cursor:pointer;
}

a:hover {
	color:#ccc;
	text-decoration:none;
}

h5 {
	font-family: verdana;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	color:#800000;
}


/* HEADER SECTION */
#header {
	position:relative;
	width:878px;
	height:70px;
	margin:0px auto;
	background:#707570;
	border:2px solid #707570;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	border-bottom:0px solid transparent;
	padding:10px;
}

.ifrm {
	position:absolute;
	width:400px;
	height:20px;
	text-align:left;
	top:60px;
	right:10px;
	z-index:2000;
}

.nav {
	position:absolute;
	width:600px;
	height:14px;
	bottom:8px;
	left:30px;
	color:#fff;
	font-size:14px;
	text-align:left;
}

.nav a {
	color:#fff;
	text-decoration:none;
}

.nav a:hover {
	color:silver;
	text-decoration:none;
}

.logo {
	position:absolute;
	width:232px;
	height:28px;
	top:20px;
	left:20px;
	background-image:url(../images/logo_no_caps.png);
}

.slogan {
position:absolute;
width:340px;
height:18px;
top:28px;
left:275px;
text-align:left;  
color:#fff; 
font-size:20px;
font-style:italic;
font-family:times new roman;
}

/* Content section */

#content {
	position:relative;
	width:878px;
	margin:0px auto;
	min-height:375px;
	padding:10px ;
	font-family:verdana;
	font-size:12px;
	text-align:left;
	background:#fff;
	border:1px solid #707570;
}

#content h3 {
	color:#800000;
	font-weight:normal;
	font-size:16px;
}

/* FORM */

.form {
	position:relative;
	width:460px;
	left:30px;
	
}

.input1 {
	background:#eaebea;
	width:150px;
}

.input2 {
	background:#ffffd5;
	width:150px;
}

.input3 {
	background:#eaebea;
}

/* Sidebar */

#sidebar {
	position:relative;
	width:190px;
	top:10px;
	margin-left:682px;
	text-align:center;
	font-size:11px;
	font-family:verdana;
	font-weight:bold;
	color:maroon;
	padding:8px;
	background:#dedcdd;
	border-top:1px solid #4e4e4e;
	border-left:1px solid #4e4e4e;
	border-bottom:1px solid #4e4e4e;
	border-right:1px solid #4e4e4e;
}

#sidebar hr {
	width:80%;
	text-align:center;
}

.submit_linkww {
	width:150px;
	padding-left:10px;
	text-align:left;
	background:transparent;
	color:#303030;
	cursor:hand;
	cursor:pointer;

}
.submit_link:hoverww {
	width:150px;
	padding-left:10px;
	text-align:left;
	background:#303030;
	color:#ccc;
	cursor:hand;
	cursor:pointer;

}

.submit_link {
border:0px;
background:transparent;
background-image:url(../images/g_button.png);
width:160px;
height:26px;
font-family:arial;
font-size:14px;

color:white;
	cursor:hand;
	cursor:pointer;
}
.submit_link:active {
position:relative;
top:-1px;
left:1px;
border:0px;
color:transparent;
background:transparent;
background-image:url(../images/g_button.png);
width:160px;
height:26px;
}


/* Footer */

#footer {
	clear:both;
	font-family:verdana;
	font-size:10px;
	padding-bottom:20px;

}

#footer hr {
	width:80%;
	text-align:center;
}

#footer a {
	color:#000;
}
#footer a:hover {
	color:#ccc;
	text-decoation:none;
}






