
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - TWO COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container {
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	width:728px;
	border-top:2px solid silver;
	border-bottom:1px solid silver;
	border-left:1px solid silver;
	border-right:1px solid silver;
	background:url(../images/bg-content-side-F4F9F2.jpg) repeat-y right;
	background-color:#FFFFFF;
	position:relative;
	}

#content-main {
	width:420px;
	float:left;
	}

#content-side {
	float:right;
	width:270px;
	}
	
	

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML TAGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body
{
    margin: 0px;
    height: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    line-height: 1.4em;
    color: #666666;
    
    background: #B4B4B4 url(../images/bg_dark_diagweave.gif) repeat left top;
    /*
    background: #2F4E2E url(../images/bg_gradient_green_lightgreen.jpg) repeat-x left bottom;   
    background: #808080 url(../images/bg_gradient_grey_green.jpg) repeat-x left top;
    background: url(../images/bg_gradient_white_greenblind.jpg) repeat-x left top;  
    background: #FFFFFF url(../images/bg_light_diagweave.gif) repeat left top;     
    */
}

p {
	margin:10px 0;
	}

p.no-padding-no-margin {
	padding:0;
	margin:0;
	}
	
hr{
	color: #E5E5E5;
	background-color: #E5E5E5;
	height: 1px;
	border:0;
	margin:15px 0;
	_margin:10px 0;
	}
	
blockquote {
	padding:0 0 0 12px;
	margin:12px 0 0 0;
	background:url(../images/bg-quote.png) no-repeat;
	}

blockquote p {
	margin:2px 0;
	}
	
cite {
	font-size:.85em;
	margin:0;
	padding:0 0 0 6px;
	}

fieldset {
	padding:15px;
	}
	
legend {
	color:#333333;
	padding:5px 3px 10px 3px;	
	}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

	
h1, h2, h3, h4, h5, h6 {
	font-size:1.6em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5em;
	margin:5px 0;
}

h1 {
	margin-bottom:0;
}

h1, h2 {
	margin-top:0px;
}

h2 {
	font-size:1.3em;
}

h3 {
	font-size:1.1em;
}

h3.small {
	font-size:1.2em;
}

h4 {
	font-size:1.1em;
}

h5 {
	font-size:1.1em;
}

h6 {
	font-size:.8em;
	line-height:1.0em;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


a:link {
	color:#0B5500;
	text-decoration:underline;
}

a:visited {
	color:#0B5500;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

a:active 
{
    text-decoration:underline;
	color:#0B5500;
}

#content-side-two-column a:link,
#content-side2-three-column a:link,
#content-side1-three-column a:link,
#content-side-two-column a:visited,
#content-side2-three-column a:visited,
#content-side1-three-column a:visited {
	text-decoration:underline;
}

#content-side-two-column a:hover,
#content-side2-three-column a:hover,
#content-side1-three-column a:hover {
	text-decoration:none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TOP INFORMATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#top-information {
	height:4.5em;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:3px;
	color:#999999;
	font-size:.85em;
	position:relative;
	width:760px;
	}
	
#logo {
	position:absolute;
	top:.5em;
	left:15px;
	font-size:2.7em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:2.8em;
	padding:.1em 0 .2em 0;
	}

#logo a {
	color:#4A6BB3;
	text-decoration:none;
	}

#top-information-home {
	text-align:right;
	border-bottom:1px dashed #CACACA;
	position:absolute;
	top:0;
	right:25.5%;
	height:2em;
	width:15.8%;
	padding:0 1.5% 0 0;
	}

#top-information-link {
	text-align: center;
	border-left:1px dashed #CACACA;
	position:absolute;
	top:0;
	right:0;
	height:2em;
	width:8.5%;
	padding:0 0 0 1.5%;
	}

#heading{
	text-align: left;
	font-size:1.4em;
	font-weight:bold;
	}


#subheading{
	font-size:1.1em;
	font-weight:bold;
	}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MAIN NAV 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#nav-main
{
    background: transparent url(../images/bg-nav-700-green-withbrdr.gif) no-repeat; /*-withbrdr*/
    margin-left: auto;
    margin-right: auto;
    width: 740px;
    height: 16px;
    position: relative;
    z-index: 1;
    padding-right: 0px;
    padding-left: 20px;
    padding-bottom: 1.5em;
    padding-top: 0.3em;
}

#nav-main-right-div
{
    background: transparent url(../images/bg-nav-side-hardblack-withbrdr.gif) top right no-repeat; /*-withbrdr*/
    width: 300px;
    position: absolute;
    top: 0;
    right: 0;
    color: #EEEAEA;
    text-align: center;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: .7em;
    padding-top: 1.1em;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	POSTER PHOTO

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#poster-photo-container {
	border-top: solid 2px silver;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	width:760px;
	position:relative;
	}
	
.poster-photo-image {
	border-left:1px solid #818181;
	border-bottom:1px solid #818181;
	border-top:1px solid #818181;
	display:block;
	}

#feature-area-home {
	position:absolute;
	top:0;
	left:460px;
	width:300px;
	height:180px;
	color:#EEEAEA;
	font-size:1.4em;
	font-weight:bold;
	line-height:160%;
	z-index:1;
    border-top:1px solid #818181;
    border-bottom:1px solid #818181;
	}

#feature-area-home a:link,
#feature-area-home a:visited {
	color:#dcf2f7;
	text-decoration:underline;
	}
	
#feature-area-home a:hover {
	text-decoration:none;
	}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul {
	margin:0;
	padding:0;
	}

ul li {
	list-style:none;
	background:url(../images/list-bullet-02.gif) no-repeat 0 .8em;
	padding:.2em 0 .2em 1em;
	margin-left:0.4em;
	
}

ol li {
	padding:.2em 0 .2em 1em;
	margin-left:0.4em;
	
}

ul.list-of-links {
	border-bottom:1px dotted #B2B2B2;
}

ul.list-of-links li{
	border-top:1px dotted #B2B2B2;
	background-image:url(../images/list-bullet-green.gif);
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGES & PHOTOS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

img {
	border:none;
	}

.photo-border {
	border:1px solid #cecece;
	padding:4px;
	background:#d9d9d9 url(../images/bg-photo.png) top repeat-x;
	margin-bottom:5px;
	display:block;
}

.photo-float-left {
	float:left;
	margin-right:10px;
	}

.image-border-none {
	border:none;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer
{
    background: transparent url(../images/bg-nav-700-green-withbrdr.gif) bottom left no-repeat; /*-withbrdr*/
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 740px;
    position: relative;
    color: #C0C0C0;
    font-size: 0.8em;
    padding-right: 0px;
    padding-left: 20px;
    padding-bottom: 0.6em;
    padding-top: 1.0em;
    height: 23px;
    vertical-align: middle;
}

#footer div
{
    background: transparent url(../images/bg-nav-side-hardblack-withbrdr.gif) bottom right no-repeat; /*-withbrdr*/
    width: 300px;
    height: 23px;
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
    vertical-align: middle;
}

#footer a:link,
#footer a:visited {
	color:#EEEAEA;
	text-decoration:none;
}

#footer a:hover {
	color:#D9F1CF;
	text-decoration:underline;
}

#footer a:active {
	color:#EEEAEA;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.news-date {
	font-size:0.9em;
	font-style:italic;
	color:#A4A4A4;
}

.arrow {
	vertical-align:middle;
	}

.button-big {
	font-weight:bold;
	padding:.7em 1.5em;
	font-size:1.1em;
	vertical-align:bottom;
	}

.button-small {
	font-weight:normal;
	padding:.4em 1em;
	font-size:.8em;
	vertical-align:bottom;
	}
	
.inputbutton {
    font-size:9px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    color:#999999;
    margin-top:8px;
    height:19px;
    width:85px;
}
	
.textinput {
	font-weight:normal;
	font-size:11px;
	width:175px;
    background-color:#F4F9F2;
	}
	
.align-right {
    text-align:right;
    }
    
.align-left {
    text-align:left;
    }

.align-center {
    text-align:center;
    }
    
.align-top 
{
    vertical-align:top;
    }


.clear {
	clear:both;
    }

.none {
    display:none;
    }

.text-greyblack {
    color:#2A2A2A;
    }
    
.text-green {
    color:#0B5500;
    }
    
.text-green-bold {
    font-weight:bold;
    color:#0B5500;
    }
    
.text-small {
    font-size:9px;
    line-height:1.2em;
    }
        
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ROUNDED FORM CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/    
    
#roundedform .rounded
{
    padding: 0 0 0 11px;
    background: transparent url(../images/tsr-l-new.gif) top left no-repeat;
}

#roundedform .rounded h2, #roundedform .rounded h6
{
    background: transparent url(../images/tsr-r-new.gif) top right no-repeat;
    margin: 0;
    line-height: 1.3em;
    text-transform: none;
    text-align: center;
    padding-right: 10px;
    padding-left: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
}

#roundedform .rounded p, #roundedform .rounded div.p, #roundedform .rounded div.pp, #roundedform .rounded table.p
{
	margin:0 0 0 -11px;
	padding:0 11px 0.5em 11px;
	background:#fff;
	border-style: solid;
	border-color:#d8d8d8;
	border-width:0 0 0 1px;
}

#roundedform .rounded .roundedMain
{
    border-style: solid;
	border-color: #d8d8d8;
	border-width:0 1px 0 0;
}

#roundedform .rounded .roundedEnd 
{
	margin:0 0 0 -11px;
	padding-left:11px;
	background: #F4F9F2 url(../images/tsr-l-new.gif) bottom left no-repeat;
}

#roundedform .rounded .roundedEnd div 
{
	padding:0 10px 10px 0;
	background: transparent url(../images/tsr-r-new.gif) bottom right no-repeat;
	height: 6px;
}    
    
