@charset "utf-8";
/* CSS Document */

/* ------  General  ------ */
* {
	margin:0;
	padding:0;
}

body {
	background:url('../images/templatebg.png') repeat-x top left;
	background-color:#F6F5F0;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size:12px;
	color:#000000;
}

p
{
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:normal;

}

ul
{
	padding-top:15px;
	padding-left:30px;
	padding-bottom:10px;

}
a img {
	border:none;
}

#wrapper {
	
	margin:0 auto;
	width:100%;
}

/* ------  Header  ------ */
#header {
	position:relative;
	margin:0 auto;
	width:800px;
}

#header h3
{
	font-size:14px;
	margin:0 0 2px 0px;
}



#header .logo {
	width:168px;
	height:60px;
	margin:11px 0 10px 0;
	display:block;
	float:left;
}

#header #contactinfo
{
	padding:30px 15px 0px 0px;
	float:right;
	
}

#header #navmenu {
	width:800px;
}

#header #navmenu ul {
	width:800px;
	height:33px;
	list-style-type:none;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
}

#header #navmenu ul li {
	background:url('../images/navmenubg.png') repeat-x top left;
	height:33px;
	margin: 0 1px 0 0px;
	float:left;
	display:inline;
}

#header #navmenu ul li.last {
	margin-right:0;
}

#header #navmenu ul li a {
	color:#000000;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:9px 44px 0 44px;
	text-decoration:none;
	float:left;
}

#header #navmenu ul li.last a {
	padding-left:45px;
	padding-right:43px;
}

#header #navmenu ul li a:hover {
	text-decoration:underline;
}

#header #navmenu ul li div.left, 
#header #navmenu ul li div.right {
	background:url('../images/navmenuright.png') no-repeat top left;
	width:3px;
	height:33px;
	float:left;
}

#header #navmenu ul li div.right {
	background:url('../images/navmenuleft.png') no-repeat top left;
	width:2px;
	height:33px;
}

#header #navmenu ul li div.leftround, 
#header #navmenu ul li div.rightround {
	background:url('../images/navmenuleftround.png') no-repeat top left;
	width:3px;
	height:33px;
	float:left;
}



#header #navmenu ul li div.rightround {
	background:url('../images/navmenurightround.png') no-repeat top right;
}

/* ------  Banner  ------ */
#banner {
/*	background:url('../images/bannerbg.png') repeat-x top left;*/
	width:100%;
	height:230px;
/*	border-top:solid 1px #D8D7D3;*/
}

#banner .container  {
	position:relative;
	margin:0 auto;
	width:800px;
	height:200px;
}

#banner .bannerbottom {
	position:relative;
	margin:0 auto;
	background:url('../images/bannerbottom.png') no-repeat top left;
	width:820px;
	height:30px;
}

#banner img {
	float:left;
}

/* ------  Content  ------ */
#content {
	position:relative;
	margin:0 auto;
	width:800px;
}

#content .logosmall {
	width:137px;
	height:52px;
	margin:-11px 0 0 0px;
}

#content .bigbox {
	background-color:#FFFFFF;
	width:764px;
	border:solid 1px #CCCCCC;
	border-bottom:none;
	margin:0 0 0 0px;
	padding: 16px 18px 12px 18px;
}

#content .bigbox.first {
	margin-top:15px;
}

#content .bigbox h1,
#content .bigbox h2,
#content .bigbox h3 {
	color:#000000;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size:24px;
	font-weight:bold;
}

#content .bigbox h1 {
	margin-bottom:10px;
}

#content .bigbox h1 span {
	color:#F90000;
}

#content .bigbox h2 {
	margin:0 0 12px 0px;
	font-size:18px;
	font-weight:bold;
}

#content .bigbox #secondary h2 {
	margin:0 0 12px 6px;

}

#content .bigbox h2 span {
	color:#F90000;
}
#content .bigbox h3 
{
	font-size:14px;
	margin:0 0 2px 0px;
}

#content .bigbox h3 span {
	color:#F90000;
}
#content .bigbox p {
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:normal;
	margin: 0 0 12px 0;
	text-align:left;
}

#content .bigbox .mainimg {
	background:url('../images/imgframe.png') no-repeat top left;
	width:198px;
	height:174px;
	padding:10px 27px 23px 10px;
	float:right;
}

#content .bigbox .readmore {
	margin-bottom:12px;
	clear:right;
}

#content .bigboxbottom {
	background:url('../images/bigboxbottom.png') no-repeat top left;
	width:800px;
	height:26px;
	margin:0 0 0px 0px;
}

#content .bigbox.recent {
	width:790px;
	padding-left:8px;
	padding-right:0px;
}

#content .bigbox .smallbox {
	background:url('../images/smallboxbg.png') no-repeat top left;
	width:151px;
	height:103px;
	padding:5px 0 0 6px;
	float:left;
}

#content .bigbox .textbox 
{
	height: 20px;
}

#loginbox
{
	background: url(../images/login_bg.jpg);
	width:496px;
	height:412px;
}

#loginbox div
{
	padding-top:2px;
}
.clear {
	clear:both;
}

.right {
	float:right;
}

.left {
	float:left;
}

.row
{
	width:450px;
	padding:3px;
}

.field
{
	width:340px;
}

.label
{
	width:100px;
	
}

.row .label
{
	float:left;
}

.row .field
{
	float:right;
}

.align-right { float:right; margin: 0 0 15px 15px; }
.align-left { float:left; margin: 0 15px 15px 0; } 
.frame { padding: 5px; border: 1px solid #aaa; } 

.error
{
	color:Red;
	font-weight:bold;
}

.small
{
	font-size:10px;
}

.italic
{
	font-style:italic;
}
.wizardbutton
{
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	height:50px;
	width:100px;
}

.section
{
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-color: #C0C0C0;
	border-top-style: dashed;
}

.textbox
{
	border: 1px solid silver;
	height: 18px;
	padding-top: 5px;
	padding-left: 5px;
	width:300px;
}
.textmode
{
	height:150px;
	width:305px;
}
.leftpadding
{
	padding-left:30px;
}

.paddingbig
{
	padding:20px;
}
.paddingtop
{
	padding-top:20px;
}
.padding
{
	padding:10px;
}

.surround
{
	padding-top:10px;
	padding-bottom:10px;
}

.zebra
{
	
	background-color:#eeeeee;
}
