* { margin: 0; padding: 0; }

body {
	background: #5D636F url(../images/bg.jpg) repeat-x 0 0;
	color: #5D636F;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 100%/110% "Arial", Helvetica, sans-serif;
}

/* Layout
------------------------------------------------------------------*/

#outer {
	background: url(../images/bgtop.jpg) no-repeat top center;
}

#wrapper1 {
	width: auto;
	margin: auto;
	text-align: left;
}

.contentwrap {
	display: block;
	float: left;
	font-size: 0.7em; /* G`lobal Content Font Size */
	line-height: 1.3em;
	background: #fff;
}

.contentwrap.divider {
	background: #fff url(../images/col-left_bg.gif) repeat-y 0 0;
}

	.divider #col-left {
		float: left;
		width: 390px;
		position: relative;
	}
	.divider .padding #col-left { width: 350px;	}
	
	.divider #col-right {
		float: right;
		width: 380px;
	}
	.divider .padding #col-right { width: 340px; }
	
	.divider #col-right ul {
		padding: 0;
	}
	
	.divider #col-right ul li {
		list-style: none;
		display: inline;
	}
	
	.divider #col-right ul li a {
		float: left;
		display: block;
		background: url(../images/small_btn.jpg) no-repeat 0 0;
		width: 144px;
		height: 87px;
		color: #fff;
		padding: 12px 10px 20px 15px;
		line-height: 1.1em;
		font-size: 0.9em;
		text-decoration: none;
	}
	
	.divider #col-right ul li.bigbtn a {
		height: 128px;
		background: url(../images/small_btn2.jpg) no-repeat 0 0;
	}
	
	.divider #col-right ul li a strong {
		font-size: 1.1em;
		margin-bottom: 0;
		display: block;
	}
	
	.divider #col-right ul li a:hover {
		text-decoration: none;
	}
	
	.divider #col-right ul li a:hover strong { color: #D0D403; }
	
.contentwrap.tpl {
	width: 100%;
	background: #fff url(../images/col-left_bg.gif) repeat-y 180px 0;
}

	.tpl #col-left {
		float: left;
		width: auto;
		position: relative;
	}
	
	.tpl #col-right {
		display: none;
		float: right;
		width: 205px;
	}
		
.feature {
	height: 356px;
	background:url(../images/feature.jpg) no-repeat 0 0;
	margin-bottom: 3px;
	position: relative;
}

.feature .padding {
	padding: 60px 350px 0 25px;
	font-size: 0.75em;
	color: #fff;
}

h1 {
	color: #fff;
	line-height: 50px;
	font-size: 1.4em;
	margin: 0 0 0.75em 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 27px 0 0 20px;
}

.feature h1 {
	color: #fff;
	font-size: 2.4em;
	line-height: 1em;
	margin: 0 0 15px 0;
	font-weight: bold;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

.feature h1 span {
	color: #D0D403;
}

.feature h2 {
	color: #fff;
	font-size: 1.4em;
	margin: 0;
	position: absolute;
	top: 262px;
	right: 340px;
	width: 100%;
	text-align: right;
}

.feature h3 {
	color: #D0D403;
	font-size: 1.1em;
	position: absolute;
	top: 280px;
	right: 340px;
	width: 100%;
	text-align: right;
}

#topbar {
	height: 74px;
	background: url(../images/subhead_bg.gif) no-repeat 0 0;
	overflow: hidden;
}
	
	#topbar img {
		display: none;
		float: right;
		margin: 9px 13px 0 0;
	}
	
.freevideobtn { margin-left: -3px; }


/* Header
------------------------------------------------------------------*/

#header {
	display: none;
	height: 102px;
	font-size: 0.75em;
}

	#headerleft {
		float: left;
		padding: 30px 0 0 0;
	}
	
	#headerright {
		 float: right;
		 padding: 60px 0 0 0;
		 color: #fff;
	}
	
	#headerright a {
		 color: #fff;
	}

/* Navigation refer to horizontal_nav.css
------------------------------------------------------------------*/

#h-nav {
	display: none;
	background: url(../images/nav_bg.gif) repeat-x 0 0;
	width: 100%;
	margin-bottom: 7px;
	height: 31px;
}

/* Footer
------------------------------------------------------------------*/

#footer {
	clear: both;
	height: 85px;
	float: left;
	width: 100%;
	font-size: 0.7em;
	color: #fff;
	padding: 10px 0 0 0;
}

#footer p { margin: 0; }

	#footerleft { }
	
	#footerright {
		 float: right;
	}
	
	#footer a {
		color: #fff;
		text-decoration: none;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}
	
#disclaimer {
	font-size: 0.9em;
	line-height: 1.4em;
	padding-bottom: 15px;
	color: #bbb;
	margin-top: 10px;
}

#footer ul#nav ul { display: none }

#footer ul {
	display: none;
	padding: 0;
	margin: 0;
}

#footer ul li {
	display: inline;
	list-style: none;
	float: left;
	white-space: nowrap;
}

#footer ul li a {
	border-right: 1px solid #fff;
	padding: 0 5px;
}

#footer ul li.home a { padding-left: 0; }


/* Global Formatting
------------------------------------------------------------------*/

a img { border: none; }

a {
	color: #355375;
	text-decoration: underline;
}

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

p { margin: 0 0 1em 0; }

ul, ol {
	margin: 0 0 1em 0;
	padding: 0 0 0 30px;
}

	ul ul, ol ol { margin-bottom: 0; }

.hide { display: none; }

h2 {
	margin: 0 0 0.5em 0;
	font-size: 1.5em;
	color: #355375;
}

	h2 a, h3 a {
		color: #355375;
		text-decoration: none;
	}
	
	h2 a:hover, h3 a:hover {
		color: #355375;
		text-decoration: underline;
	}
	
h3 {
	font-size: 1.2em;
	margin: 0 0 0.5em 0;
	color: #355375;
}

h4 {
	font-size: 1.1em;
	margin: 0 0 0.5em 0;
}

.imgRight {	float: right; margin: 0 0 10px 20px; }
.imgLeft { float: left;	margin: 0 20px 10px 0; }

object, embed {
	float: right;
	margin: 0 0 10px 10px;
}

.clear { clear: both; }

.calendar { width: 100%; text-align: center; }
.calendar a { text-decoration: none; }

.date { margin-top: -5px; }

.more.right {
	 text-align: right;
}

/* padding */

.contentwrap.divider .padding {
	background: #fff; 
	border-bottom: 4px solid #5D636F;
	padding: 20px;
}

.contentwrap.divider #col-left .padding, #col-left .padding { padding: 20px 20px 5px 20px; background: none; border: 0; }
.contentwrap.divider #col-right .padding, #col-right .padding { padding: 20px; background: none; border: 0; }

.contentwrap.divider .padding #col-left .padding { padding: 0; }
.contentwrap.divider .padding #col-right .padding { padding: 0; }

.contentwrap.single .padding {
	padding: 20px;
}

.padding.video { text-align: center; }
.padding.video p { line-height: 1px; margin: 0; }

/* Messages */

div.message {
	width: 100%;
	color: #fff;
	padding-top: 8px;
	font: bold 10px Verdana, Helvetica, sans-serif;
	border-bottom: 1px solid #fff;
	z-index: 200;
	padding: 6px 0;
	text-align: center;
	line-height: 1.4em;
}
div.message.info { background: #B7EF46;	color: #333; }
div.message.error {	background: #f66; }

/* Forms
------------------------------------------------------------------*/

form { margin: 0; }
input, textarea, select {
	margin: 0;
	padding: 1px;
	font-size: 100%;
	font-family: inherit;
}
form fieldset {
	border: none;
}
form legend {
	padding: 0;
	margin-bottom: 1em;
	font-weight: bold;
	color: #666;
}
form label {
	line-height: 1.3em;
	float: left;
	display: inline;
}
form div.cr { /* checkbox radio */
	float: left;
	display: inline;
}
form p {
	clear: both;
	padding: 0 0 0 5px;
	margin: 0.5em 0 0.5em 0;
}
form option { padding-right: 4px; }
form textarea { width: 250px; }
form span {
	display: inline;
	padding: 2px 0 0 20px;
	font-style: italic;
	color: #999;
	font-weight: normal;
}
form div.cr label {
    float: none;
	padding: 0;
	line-height: 1.8em;
}
form div.cr input {
	margin: 0 3px -3px 0;
}
form ol {
	margin: 0;
	padding: 0;
}
form li {
	list-style: none;
	padding: 5px 5px 5px 0;
	clear: both;
	overflow: hidden;
}
.colwrap-right form ol li { margin: 0 0 0.35em 0; padding: 0; }
form div legend {
	padding: 0 0 5px;
	font-weight: normal;
}
form div label {
	display: block;
	width: auto;
}
form .mandat { color: #f00; }
form .sr {
	position: absolute;
	left: -9999em;
	top: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
form label { width: 145px; } /* Width of labels */

/*\*//*/ form legend { display: inline-block; } /* IE Mac legend fix */

form li.form-error {
	background: #FFEBEB;
	border: 1px solid #f99;
	padding: 2px;
}
form div.form-error {
	color: #FF3232;
	font-weight: bold;
	margin-bottom: 8px;
}

/* Tables
------------------------------------------------------------------*/

table { margin: 0 0 1em; border-collapse: collapse; }
table, th, td { border: none; }
th, td { padding: 3px; border-bottom: 1px solid #ccc; }
.calendar th, .calendar td { border: none; }

#print-logo{
	display: inline;
}
