#LabelDescription {
    top: .05em;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	CONTENT CONTAINER - TWO COLUMN
*/
#content-container-two-column {
	clear: both;
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	width:760px;
	border:1px solid #818181;
	background-color:Black;
	display: table;
	position:relative;
	}

#content-main-two-column {
	width:540px;
	padding: 20px 5px 15px 15px;
	float:left;
	}

#content-side-two-column {
	float:right;
	text-align:center;
	padding:10px;
	width:150px;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	CONTENT CONTAINER - THREE COLUMN
*/
#content-container-three-column {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	width:760px;
	border:1px solid #818181;
	display: table;
	background:url(../../images/bg-three-column-main.png) repeat-y;
	position:relative;
	}

#content-main-three-column {
	width:355px;
	float:left;
	margin-left:12px;
	padding: 15px 5px 15px 12px;
	}

#content-side2-three-column,
#content-side1-three-column {
	width:160px;
	font-size:.9em;
	}
	
#content-side2-three-column {
	padding: 15px 15px 15px 15px;
	float:right;
	}

#content-side1-three-column {
	padding: 15px 7px 15px 12px;
	float:left;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	HTML TAGS 
*/
body {
	margin:0px;
	background-color:Black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	line-height:1.4em;
	color:#666;
	}

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;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	HEADINGS 
*/	
h1, h2, h3, h4, h5, h6 {
	font-size:1.8em;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height:1.1em;
	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:1em;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	LINKS
*/
a:link, a:visited {
	color:#d61719;
	}

a:hover, a:active {
	color:red;
	text-decoration: underline;
	}

a.h2:link, a.h2:visited {
	color: black;
	font-size:1.4em;
	font-weight: bold;
	font-variant:small-caps;
	text-decoration:none;
	}

a.h2:active, a.h2:hover {
	color:yellow;
	text-decoration:underline;
	}

a.h3:link, a.h3:visited {
	color: white;
	font-size:1.1em;
	font-weight:bold;
	font-variant:normal;
	text-decoration:none;
	line-height:1.1em;
	margin:5px 0;
	}

a.h3:hover, a.h3:active {
	color:yellow;
	text-decoration:underline;
	}

#content-side2-three-column a:link,
#content-side1-three-column a:link,
#content-side2-three-column a:visited,
#content-side1-three-column a:visited {
	font-size:1.2em;
	font-weight:normal;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#d61719;
	font-variant:normal;
	}

#content-side2-three-column a:hover,
#content-side1-three-column a:hover {
	text-decoration:underline;
	color:red;
	font-variant:normal;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	TOP INFORMATION
*/
#top-information {
	height:110px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:3px;
	color:#000;
	font-size:.85em;
	position:relative;
	width:760px;
	vertical-align: bottom;
	}
	
#logo {
	position:absolute;
	top:0;
	left:18px;
	font-size:7.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	height:7.3em;
	padding:.2em 0 .2em 0;
	font-variant:small-caps;
	text-align: center;
	vertical-align: bottom;
	float: left;
	}

#logo a {
	color:#aaa;
	text-decoration:none;
	}
	
#audio {
	float:right;
	margin-top: 17px;
	height:100%;
	vertical-align:bottom;
	}

#top-information-phone {
	text-align:center;
	border-left:1px none #CACACA;
	top:0;
	position:relative;
	vertical-align:bottom;
	right:5px;
	height:100%;
	padding:0 0 0 2%;
	color: white;
	}

#top-information-phone a:link, 
#top-information-phone a:visited {
	color: white;
	}

#top-information-phone a:hover {
	color: silver;
	}
	
#top-information-phone a:active {
	color: silver;
	}
	
#heading {
	text-align: left;
	font-size:1.4em;
	font-weight:bold;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	MAIN NAV 
*/
#topmenu {
	background: #C0C0C0 url(../../images/bg-nav.png) no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 740px;
	padding: .4em 0 .5em 20px;
	position: relative;
	font-weight: bold;
	color: #000000;
	}

#topmenu div {
	background:#4b6cb5 url(../../images/bg-nav-side.png) top right no-repeat;
	width:25%;
	_width:25.5%;
	position:absolute;
	top:0;
	right:0;
	padding:.4em 0 .5em 0;
	text-align: center;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	POSTER PHOTO
*/
#poster-photo-container {
	border:1px solid #818181;
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	width:760px;
	background:Black;
	position:relative;
	text-align: center; 
	}
	
.poster-photo-image {
	border-right:3px solid #FFF;
	display:block;
	float:left;
	text-align:left;
	}

#feature-area-home {
	position:absolute;
	top:0;
	right:0;
	width:21%;
	text-align:center;
	padding:2%;
	color:#FFFFFF;
	font-size:1.2em;
	font-weight:bold;
	line-height:160%;
	background-color: Transparent;
	border-right:1px solid #818181;
	border-bottom:1px solid #818181;
	}

#feature-area-home a:link,
#feature-area-home a:visited {
	color:black;
	text-decoration:underline;
	}
	
#feature-area-home a:hover {
	text-decoration:none;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	pagetitle
*/
#pagetitle {
	margin-top:2px;
	margin-left:auto;
	margin-right:auto;
	width:720px;
	background:#608fc8;
	position:relative;
	color:#d5e8ff;
	font-size: large;
	padding:.5em 20px .7em 20px;
	}

#pagetitle a:link,
#pagetitle a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}

#pagetitle a:hover{
	color:#D4E7F8;
	text-decoration:none;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	LISTS
*/
ul {
	margin:0;
	padding:0;
	}

li {
	list-style:none;
	background:url(../../images/list-bullet-02.gif) no-repeat 0 .8em;
	padding:.2em 0 .2em 1em;
	margin-left:0.4em;
	}

ul.list-of-links {
	border-bottom:1px dotted #B2B2B2;
}

#content-side1-three-column ul.list-of-links,
#content-side2-three-column ul.list-of-links {
	margin: 0 0 30px 0px;
	}

ul.list-of-links li{
	border-top:1px dotted #B2B2B2;
	background-image:url(../../images/list-bullet-01-link.gif);
	}

ul.list-of-links li.current {
	background-color:#E5E5E5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	IMAGES & PHOTOS
*/
img {
	border:none;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
       FOOTER
*/
#foot {
	clear: both;
	background: #C0C0C0 url(../../images/bg-nav.png) no-repeat left bottom;
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
	width: 740px;
	padding: .4em 0 .5em 20px;
	position: relative;
	color: #000000;
	}

#foot div {
	background:#C0C0C0 url(../../images/bg-nav-side.png) bottom right no-repeat;
	width:25%;
	_width:25.5%;
	position:absolute;
	top:0;
	right:0;
	padding:.4em 0 .5em 0;
	text-align: right;
	}

#foot a:link, a:visited {
 	color:Black;
    font: bold 14px Arial, Tahoma; 
	text-decoration:none;
	font-variant:small-caps;
	}

#foot a:hover, a:active {
	color:Yellow;
	text-decoration:underline;
	}

#foot-sub {
	margin-top:1em;
	margin-left:auto;
	margin-right:auto;
	width:740px;
	text-align:center;
	padding:.1em 0 1em 0;
	position:relative;
	font-size:.8em;
	color:silver;
	background-color:black;
	}

#foot-sub ul {
	margin:0;
	padding:0;
	}
	
#foot-sub li {
	display:inline;
	list-style:none;
	padding:0 1em 0 0;
	background:none;
	}

#foot-sub a:link,
#foot-sub a:visited {
	text-decoration:underline;
	}

#foot-sub a:hover {
	color:white;
	text-decoration:none;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	MISC CLASSES
*/
.clear {
	clear:both;
	}

.none {
    display:none;
}
