﻿.foo
{
}
/* Elements and Resets */
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, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: Helvetica, Arial, Sans-Serif;
	vertical-align: baseline;
	background: transparent;

}
/* remember to define focus styles! */:focus
{
	outline: 0;
}
body
{
	line-height: 1;
	color: #888888;
	background: white;
}
ul
{
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table
{
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td
{
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after
{
	content: "";
}
blockquote, q
{
	quotes: "" "";
	font-style: italic;
}

a
{
	text-decoration: none;
	color: #888888;
}
a:hover
{
	text-decoration: underline;
}




/* Elements Ids */
#main-container
{
	margin: 0 auto;
	width: 861px;
}
#main-navigation
{
	height: 50px;
	margin-top: 5px;
	background: #fff url(images/background-menu.gif) bottom;
	background-repeat: no-repeat;
}
#header
{
	position:relative;
	margin-top: 5px;
	height: 182px;
	width: 859px;
	overflow:hidden;
}
#sub-navigation
{
	margin: 5px 0;
}
#sub-navigation-menu
{
	height: 18px;
	background: url(images/sub-nav-bground.jpg) #f68428;
	padding-top: 4px;
}


/* Content */
#content
{
	padding: 20px 20px 30px 20px;
	background: #fff url(images/background-content.gif) top;
	background-repeat: no-repeat;
	position:relative;
}
#content h1
{
	color: #adaeb1;
	font-size: 2.7em;
	line-height: .95em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: .5em;
}

#content img.h1-image
{
	margin-bottom: 1.5em;
}

#content div.hr
{
	height: 2.5em;
	background: #ffffff url(images/horizontal_rule.gif) no-repeat center center ;
	width: 100%;
}

#content p
{
	font-size: 0.85em;
	line-height: 1.7em;
	margin-bottom: 1.2em;
}
#content ul.bullet-list
{
	 list-style-type:disc;
	 list-style-position:outside;
	 margin-left:1em;
	 margin-bottom: 1.2em;
}
#content ul.bullet-list li
{
	font-size: 0.85em;
	line-height: 1.5em;
}

#content ol.numbered-list
{
	 list-style-type:decimal;
	 list-style-position:outside;
	 margin-left:1.5em;
	 margin-bottom: 1.2em;
}
#content ol.numbered-list li
{
	font-size: 0.85em;
	line-height: 1.5em;
}


#content-wrapper
{
	position: relative;
	width: 100%;
	overflow: hidden;
}
#content h2
{
	position:relative;
	color: #adaeb1;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1em;
	padding-bottom: 1.4em;
	background: #fff url(images/horizontal_rule.gif);
	background-position: 0 1.3em;
	background-repeat: no-repeat;
}



#content h3
{
	position:relative;
	color: #f88f34;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1em;
	padding-bottom: 0.4em;
	
}



#content a
{
	text-decoration: underline;
	color: #5d7c97;
}
#content a:link
{
	color: #5d7c97;
}
#content a:active
{
	color: #3a84c4;
}
#content a:visited
{
	color: #91a9be;
}

#content a:hover
{
	color: #3a84c4;
}

#content a.plain-link
{
	text-decoration: none;
}

/* footer */
#footer
{
	position: relative;
	margin-bottom: 20px;
}

#footer-content
{
    font-size:.75em;
    letter-spacing: 0.04em;
    margin-top: .2em;
    text-align: center;
}

#positioning-statement
{
	padding-right: 15px;
	float: right;
	font-weight:bold;
}

.bordered
{
	border: 1px solid #d6d6d6;
}
.bold
{
	font-weight: bold;
}



.FlashObject
{
	z-index: 1;
}







.equalcolumn
{
	width: 45%;
    float: left;
    position:relative;
 
}

.left-gutter
{
	margin-left: 5%;
}
.right-gutter
{
	margin-right: 5%;
}
.quartercolumn
{
	width: 23%;
	padding-right: 2%;
	float: left;
}
.thirdcolumn
{
	width: 31%;
	padding-right: 2%;
	float: left;
}
.twothirdscolumn
{
	width: 64%;
	padding-right: 2%;
	float: left;
}




.list-image
{
	float: left;
	margin-right: 8px;
}



.Form .Entry
{
	clear: both;
	margin: 2px;
}
.Form label
{
	display: block;
	width: 130px;
	float: left;
	padding: 5px;
	text-align: right;
	padding-right: 5px;
	font-size: .75em;
}
textarea, .inputField
{
	width: 200px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	color: #9c9c9c;
}
select
{
	width: 205px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	color: #9c9c9c;
}

.breadcrumbs
{
	float: left;
	padding-left: 15px;
	color: #fff;
	font-size: 12px;	
	text-transform: uppercase;
	line-height: 1.25em;
}

.breadcrumbs a, .breadcrumbs span,  span#positioning-statement
{
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	outline: none;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.25em;
}

span#positioning-statement
{
	font-weight:bold;
	letter-spacing: 0.35em;
}

.split-subhead 
{
    margin-top: .5em;
    margin-bottom: .5em;
}
.split-subhead-top
{
    display:block;
    color: #5d7c97;
    font-size:1.25em;
    line-height:1em;
    font-weight:bold;
    text-transform: uppercase;
    
}
.split-subhead-bottom
{
    display:block;
    color: #f88f34;
    font-size:1.7em;
    line-height:.8em;
    font-weight:bold;
    text-transform: uppercase;
    padding-left:0.8em;
}

.split-contactus-link 
{
    margin-top: .5em;
    margin-bottom: .5em;
    margin-left: 10px;
    background: url(images/envelope.jpg) no-repeat top left ;
    padding-bottom: 0px;
    padding-left: 84px;
    padding-top: 10px;
    height: 61px;
    cursor:pointer;
}
.split-contactus-link-top
{
    display:block;
    color: #5d7c97;
    font-size:0.9em;
    line-height:1em;
    font-weight:bold;
    text-transform: uppercase; 

}
.split-contactus-link-bottom
{
    display:block;
    color: #f88f34;
    font-size:1.7em;
    line-height:.8em;
    font-weight:bold;
    text-transform: uppercase;
    padding-left:0.8em;
   
}

.PremierAffiliateSubheading
{
	color: #f68428;
	font-size: .9em;
	font-weight: bold;
	background: #fff url(images/small_horizontal_rule.gif);
	background-position: -50px 1.7em;
	background-repeat: no-repeat;
	padding-bottom: 12px;
	padding-top: 3px;
	margin-bottom: 15px;
	letter-spacing:.05em;
}

ul.icon-list
{
    font-size: 0.85em;
	line-height: 1.4em;
	margin-bottom: 1.2em;    
}

ul.icon-list ul.icon-list
{
    font-size: .9em;
	margin-left: 4em;   
}

ul.icon-list li
{   
    margin-bottom: 1em;
}
ul.icon-list .author 
{
    display: block;
	padding-left: 30px;
}

.premierisRed { color:#cc0007; }
.premierpostBlue { color: #3a429e; }
.premieravgroupGreen { color: #34840e; }

.blue { color:#5d7c97; }
.orange { color:#f88f34; }
.lightgreen { color:#72aa72; }

.Note
{
	font-size: .7em !important;
	font-style: italic;
}



