/*
 ResponseTrainings
 $IvanRubio 2009/9/15
 <!-- http://www.mongobread.com/ -->
*/

body {
	margin:0;padding:0;
	font-family:Arial, Verdana, Helvetica, sans-serif
}
img {border:none;}
.clear {clear:both;}
h1 {font-size:14pt;}
h2 {font-size:13pt;}
h3 {font-size:12pt;}
h4 {font-size:11pt;}
h5 {font-size:10pt;}
h6 {font-size:9pt;}
.centered { text-align:center; }
.justified { text-align:justify; }

#header {
	width:100%;
	height:140px;
	background:url(img/headerbg.jpg) repeat-x;
	border-bottom:10px;
}

.logo {
	width:800px;
	height:105px;
	margin:0 auto;
	text-align:center;
}

#main {
	width:800px;
	height:auto;
	margin:0 auto;
}
#menu {
	width:770px;
	height:30px;
	background:url(img/menubg.jpg) repeat-x;
	padding:5px 0 0 40px;
}
ul#nav {
	color:#FFFFFF;
	list-style:none;
	margin:0;padding:0;
	font-size:10pt;
	font-weight:800;
}
ul#nav li {
	display:inline;
	padding:0 5px 0 5px;
}
ul#nav li a {
	color:#FFFFFF;
	text-decoration:none
}
ul#nav li.current a{
	color:#FF9900;
}
ul#nav li a:hover {
	color:#FF9900;
}

#contentarea {
	width: 800px;
	height:auto;
}

.featured {
	width:400px;
	height:auto;
	margin:0 auto;
	text-align:auto;
	border:2px groove #000;
}
.cboxcontainer {
	width:730px;
	margin:20px auto;
}
#newsletter {
	border:1px #000 solid;
	width:730px;
	height:auto;
}
.newsleft {
	float:left;
	width:180px;
	height:auto;
	text-align:center;
	margin:0 0 0 5px;
}
.newsright {
	float: left;
	width:500px;
	height:auto;
	margin:0 0 0 10px;
	padding:5px;
}

.cboxcontainer-resrc {
	width:780px;
	margin:20px auto;
}
.forumnav {
	width:auto;
	height:auto;
	background:#990134;
	padding:0 0 0 20px;
}
.optionsnav {
	width:auto;
	height:auto;
	background:#990134;
	padding:0 0 0 20px;
}
.homecbox {
	float: left;
	width: 200px;
	padding:0 20px 0 20px;
}
.homecbox2 {
	float: left;
	width: 200px;
	padding:0 20px 0 20px;
	border-left:1px #000 solid;
	border-right:1px #000 solid;
}

.homecbox ul {
	margin:20px 0 20px 30px;padding:0;
}


#footer {
	width:800px;
	height:auto;
	background:url(img/footerbg.jpg) repeat-x;
	text-align:center;
	font-size:8pt;
	padding:10px 0 0 10px;
	margin:10px 0 0 0;
}

.foot1 {
	margin:0 0 10px 0;
}

ul#navfoot {
	list-style:none;
	margin:0;padding:0;
	font-size:8pt;
	font-weight:800;
}
ul#navfoot li {
	display:inline;
	padding:0 5px 0 5px;
}
/*ul#navfoot li.current a{
	color:#FF9900;
}*/
ul#navfoot li a {
	color:#3333ff;
	text-decoration:underline;
}
ul#navfoot li a:visited {
	color:#3333ff;
}

ul#navfoot li a:hover {
	color:#FF9900;
}

.forumbutton {
	width:150px;
	height:25px;
	background:#F6F6F2;
	border:1px solid #003C74;
	font-size:12px;
	padding:6px 8px 6px 8px;
	-moz-border-radius:5px;
	text-decoration:none;
	color:#000;
}
a:hover.forumbutton {
	background:#FCCE72;
}