/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body {line-height:1;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:'';content:none;}
/* remember to define focus styles! */
:focus {outline:0;}
/* remember to highlight inserts somehow! */
ins {text-decoration:none;}
del {text-decoration:line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse:collapse;border-spacing:0;}
/* END RESET */

body {
	font-family:Arial, Helvetica, sans-serif;
	line-height:normal;
	text-align:center;
	color:#666;
	background:url(../images/body-bg.gif) repeat-x #fff;
	padding:0 0 50px;
}
a {
	text-decoration:none;
	color:#73afb6;
}
a:hover {
	text-decoration:underline;
}
a.back {
	display:block;
	font-size:11px;
	text-transform:uppercase;
	background:url(../images/back-bg.gif) 0 50% no-repeat;
	padding:0 0 0 20px;
	position:absolute;
	top:9px;
	right:10px;
}
h1, h2, h3 {
	height:31px;
	font-size:13px;
	line-height:30px;
	text-transform:uppercase;
	color:#73afb6;
	padding:0 13px;
}
h1 span {
	color:#fff;
}
#wrapper {
	width:900px;
	text-align:left;
	margin:0 auto;
	overflow:hidden;
}


/* HEADER */
#header {
	width:900px;
	height:134px;
	overflow:hidden;
}
#header h1 {
	width:525px;
	height:134px;
	padding:0;
	float:left;
}
#header h1 a {
	display:block;
	width:525px;
	height:134px;
	background:url(../images/logo.gif) no-repeat;
	text-indent:-9999px;
}
#header p {
	float:right;
	font-size:11px;
	line-height:15px;
	text-align:right;
	padding:50px 0 0;
}
#header p span {
	color:#73afb6;
}
/* END HEADER */


/* CONTENT */
#content {
	width:621px;
	min-height:346px;
	padding:0 0 75px;
	float:right;
	background:url(../images/content-bg.gif) 0 31px no-repeat;
	position:relative;
}
#content.home {
	background:url(../images/content-bg.gif) 0 199px no-repeat;
}
#content.login {
	min-height:135px;
	background:url(../images/content-bg.gif) 0 -90px no-repeat;
}
#content h1 {
	background:url(../images/content-h1.gif) no-repeat;
}
#content img {
	display:block;
}
#content a {
	color:#9ec10e;
}
#content a.archive{
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 0 20px;
}
#content a.archive:hover{
	text-decoration: underline;
}
#content a.archive.news{
	margin-left: 11px;
}
.column {
	width:280px;
	float:left;
	margin:20px 0 0 20px;
	display:inline; /* IE6 */
}
.column.last {
	margin-left:20px;
}
.box h2 {
	background:url(../images/box-h2.gif) no-repeat;
	line-height: 1.3;
	padding-top: 7px;
}
.box h3{
	line-height: 1.3;
	margin: 10px 0;
}
.green {
	background:url(../images/green-bg.gif) no-repeat;
}
.green .box h2 {
	color:#fff;
	background:url(../images/green-h2.gif) no-repeat;
}
.box {
	margin:0 0 25px;
}
.box p, .post p, .links p, .partners p {
	font-size:11px;
	line-height:15px;
	margin:9px 11px 15px;
}
#footer {
	clear:both;
	width:621px;
	height:75px;
	background:url(../images/footer-bg.gif) no-repeat;
	position:absolute;
	bottom:0;
	left:0;
}
#footer small {
	display:block;
	width:621px;
	height:31px;
	font-size:10px;
	line-height:30px;
	text-align:center;
	color:#73afb6;
	position:absolute;
	bottom:0;
	left:0;
}
/* END CONTENT */


/* NAV */
#nav {
	width:279px;
	float:right;
}
#nav h3 {
	width:253px;
	background:url(../images/nav-h3.gif) no-repeat;
}
#nav ul li a {
	display:block;
	width:279px;
	height:40px;
	font-size:13px;
	line-height:37px;
	text-transform:uppercase;
	text-decoration:none;
	color:#73afb6;
	background:url(../images/nav-a.gif) no-repeat;
}
#nav ul li a:hover, #nav ul li a.active {
	background-position:0 -40px;
}
#nav a span {
	display:block;
	width:59px;
	height:40px;
	float:left;
}
#nav-home a span {
	background:url(../images/icon-home.gif) 50% 50% no-repeat;
}
#nav-posts a span {
	background:url(../images/icon-posts.gif) 50% 50% no-repeat;
}
#nav-links a span {
	background:url(../images/icon-links.gif) 50% 50% no-repeat;
}
#nav-train a span {
	background:url(../images/icon-train.gif) 50% 50% no-repeat;
}
#nav-special a span {
	background:url(../images/icon-special.gif) 50% 50% no-repeat;
}
#nav-rvp a span {
	background:url(../images/icon-rvp.gif) 50% 50% no-repeat;
}
#nav-agency a span {
	background:url(../images/icon-agency.gif) 50% 50% no-repeat;
}
#nav-admin a span {
	background:url(../images/icon-admin.gif) 50% 50% no-repeat;
}
#nav-partners a span {
	background:url(../images/icon-partners.gif) 50% 50% no-repeat;
}
#nav-carriers a span {
	background: url(../images/icon-carriers.gif) 50% 50% no-repeat;
}
#nav-broker_resources a span {
	background: url(../images/icon-broker-resources.gif) 50% 50% no-repeat;
}
#nav-contracts a span {
	background: url(../images/icon-contracts.gif) 50% 50% no-repeat;
}
#nav-casesetupforms a span {
	background: url(../images/icon-casesetupforms.gif) 50% 50% no-repeat;
}

#nav .box {
	background:url(../images/nav-box-bg.gif) no-repeat #fff;
	padding:1px 0 50px;
}
#nav .box p {
	margin-right:30px;
}
/* END NAV */


/* LOGIN */
.login form {
	font-size:11px;
	padding:20px 20px 0;
}
.login p.input {
	width:210px;
	float:left;
	margin:0 0 15px;
}
.login p.last {
	clear:both;
}
.login label {
	text-transform:lowercase;
	color:#333;
}
.login input.text {
	width:190px;
	background-color:#fff;
	border:1px solid #666;
	padding:2px 0 3px 3px;
	margin:3px 0 0;
}
.login button#login-button {
	border: none;
	width:72px;
	height:28px;
	background:url(../images/login.gif) no-repeat;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	cursor:pointer;
	display:block;
}
/* END LOGIN */

/* SEARCH */
.searchfield {
	background-color:#efefef;
	border:1px solid #CCCCCC;
	padding:2px 0 3px 3px;
	margin:0px 0 0 15px;
	font-size:11px;
	height:22px;
	width:145px;
}
#search-button {
	border: none;
	width:72px;
	height:28px;
	background:url(../images/bttn_search.gif) no-repeat;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	cursor:pointer;
	display:block;
	float:right;
	margin-right: 30px;
}
/* END SEARCH */


/* LINKS & PARTNERS */
.links ul, .partners ul {
	padding:5px 0 0;
}
.links ul li {
/*	overflow:hidden;*/
	height:24px;
	background:url(../images/content-icon-links.gif) 20px 50% no-repeat;
	padding:0 20px 0 40px;
}
.links ul li a, .partners ul li a {
	display:block;
	font-size:11px;
	font-weight:bold;
	line-height:24px;
	border-bottom:1px solid #ccc;
}
.links h2, .partners h2 {
	text-transform:none;
	color:#b2b2b2;
	background:url(../images/links-h2.gif) repeat-x;
	padding-left:40px;
}

ul.docs li,
.partners ul li {
	padding:0 20px 0 40px;
}
ul.docs li.doc,
.partners ul li.doc {
	background:url(../images/content-icon-doc.gif) 20px 50% no-repeat;
}
ul.docs li.xls,
.partners ul li.xls {
	background:url(../images/content-icon-xls.gif) 20px 50% no-repeat;
}
ul.docs li.ppt,
.partners ul li.ppt {
	background:url(../images/content-icon-ppt.gif) 20px 50% no-repeat;
}
ul.docs li.pdf,
.partners ul li.pdf {
	background:url(../images/content-icon-pdf.gif) 20px 50% no-repeat;
}
.partners ul li a {
	height:24px;
}
.partners ul li a:hover {
	text-decoration:none;
}
.partners ul li a:hover .name {
	text-decoration:underline;
}
.name, .date, .download {
	display:block;
	float:left;
}
.name {
	width:310px;
}
.date {
	width:165px;
}
a .date {
	font-weight:normal !important;
	color:#666 !important;
}
.download {
	width:75px;
	text-align:center;
}
a .download {
	height:24px;
	background:url(../images/download.gif) 50% 50% no-repeat;
	text-indent:-9999px;
}

.links ul li.label,
.partners ul li.label{
	padding: 0 0 0 0;
	color: #73B3BB;
	overflow: hidden;
	height: 32px;
	background: none;
}

.links ul li.label h2,
.partners ul li.label h2{
	background: none;
	padding: 0;
	text-transform: uppercase;
	color: #73B3BB;
	border-bottom: 1px solid #CCC;
	float: left;
	width: 561px;
	height: 31px;
	line-height: 31px;
}

.links ul li.label span,
.partners ul li.label span{
	display: block;
	float: left;
	width: 17px;
	height: 31px;
	line-height: 31px;
	padding: 0 0 0 23px;
}

/* END LINKS & PARTNERS */


/* POSTS */
#content.posts {
	padding:0 0 30px;
}
.post {
	margin:0 0 45px;
}
.post h2 {
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	line-height:normal;
	text-transform:none;
	color:#9ec10e;
	padding:0;
	margin:20px 20px 0;
}
.post p, .post ul {
	font-size:11px;
	margin:0 20px 15px;
}
.post p.credits {
	padding:10px 0 0;
	border-top:1px solid #ccc;
}
.post a {
	color:#73afb6 !important;
}
/* END POSTS */
