*
{
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	overflow: hidden;
	position: relative;
	
}

body
{
	background: url(../images/bg_main.png) #474747;
	font: 12px Helvetica, Arial, sans-serif;
	color: #666;
	text-shadow: 1px 1px 0px #ffffff;
}

a
{
	color: #000;
	text-decoration: none;
}

a:hover, a:focus
{
	text-decoration: underline;
	color: #666;
}

div.hr
{
	height: 3px;
	background: url(../images/hr.png) repeat-x scroll center;
	padding-bottom: 16px;
}

div.hr hr { display: none; }
p { padding: 0 0 10px; }

main
{
	position: relative;
	overflow: hidden;
	width: 540px;
	height: 300px;
	margin: 24px auto 0;
	padding: 8px;
	background-color: #eee;
	border-bottom: 0 none;
	/* Box Drop Shadow */
	-webkit-box-shadow: 8px 8px 12px 8px rgba(0,0,0,0.75);
	-moz-box-shadow: 8px 8px 12px 8px rgba(0,0,0,0.75);
	box-shadow: 8px 8px 12px 8px rgba(0,0,0,0.75);
	/* Round Corners */
	border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border: 1px solid #fff;
	/* Gradient Background 
	background: linear-gradient(to bottom, #cccccc 0%, #dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#dedede', GradientType=0 );
	*/
	background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
}

nav
{
	height: 34px;
	width: 100%;
	left: 0px;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	bottom: 0;
	overflow: hidden;
	z-index: 100;
	padding: 10px 0 4px 10px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	/* Gradient Background */
	background: linear-gradient(to bottom, #efefef 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff', GradientType=0 );
}

nav:before
{
	margin-left: -10px;
	content: ' ';
	display: block;
	height: 3px;
	padding-bottom: 7px;
	text-align: middle;
	background: url(../images/hr.png) repeat-x scroll center;
}

nav a { display: inline-block; }
nav img { padding: 0 7px; }

nav a
{
	filter: alpha(opacity=30);
	-moz-opacity: 0.30;
	opacity: 0.30;
}

nav a:hover, nav li a:focus
{
	border-bottom: 4px solid rgb(225,175,45);
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

nav a.selected
{
	border-bottom: 4px solid rgb(235, 95, 58);
	/* rgb(205,75,75); */
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

header
{
	font: 24px 'LeagueGothicRegular';
	color: #222;
	text-shadow: 0px 2px 3px #666;
	position: relative;
	overflow: hidden;
	width: 540px;
	margin: 120px auto 0;
	padding: 0px;
}

footer
{
	font: 18px 'LeagueGothicRegular';
	color: #222;
	text-shadow: 0px 2px 3px #666;
	position: relative;
	overflow: hidden;
	width: 540px;
	margin: 24px auto 0;
	padding: 0px;
}

footer a, footer a:hover, footer a:link, footer a:visited, footer a:focus
{
	text-decoration: none;
	color: #222;
	text-shadow: 0px 2px 3px #666;
}

section
{
	width: 524px;
	height: 284px;
	position: relative;
	float: left;
	margin-right: 50px;
	padding: 0 10px 25px;
}

section h1
{
	padding: 6px 0 10px 0;
	font: bold 16px/22px "Myriad Pro", Myriad, Helvetica, Arial, sans-serif;
	color: #333;
}

section h1:after
{
	content: ' ';
	display: block;
	height: 3px;
	text-align: middle;
	background: url(../images/hr.png) repeat-x scroll center;
}

#tabs
{
	position: relative;
	overflow: hidden;
	width: 540px;
	height: 300px;
	/* Gradient Background */
	background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
	/* Text Shadow for inset effect */
	color: rgba(0,0,0,0.70);
	text-shadow: 0px 1px 0px #fff;
}

#Home
{
	padding: 65px 10px 25px;
	height: 188px;
	overflow: hidden;
}

#Home h1
{
	position: relative;
	margin: 0;
	padding: 30px 0 0;
	font: normal 36px/52px "Myriad Pro", Myriad, Helvetica, Arial, sans-serif;
	color: #333;
	text-align: center;
	/* Inset Name 
	background-color: #666666;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: rgba(255,255,255,0.5) 0px 3px 3px;
	*/
}

#Home h1:after { display: none; }

#Home h2
{
	font: normal 14px/18px Helvetica, Arial, sans-serif;
	color: #666;
	text-align: center;
}

#About
{
	float: left;
	padding: 0 10px 25px;
	margin-right: 50px;
	overflow: hidden;
}

#About img
{
	float: left;
	vertical-align: top;
	margin-bottom: 4px;
	margin-top: 0px;
	margin-right: 12px;
}

#SocialMedia { overflow: hidden; }

#SocialMedia table
{
	width: 100%;
	padding: 2px 0 2px;
}

#SocialMedia td
{
	width: 50%;
	height: 46px;
}

#SocialMedia td img
{
	float: left;
	margin: 0 16px 0 10px;
}
#SocialMedia td a:hover, #SocialMedia td a:focus
{
	text-decoration: none;
	color: #333;
}

#SocialMedia td a:hover img { margin-left: 4; }

#SocialMedia strong
{
	display: block;
	font: bold 14px/20px "Myriad Pro", Myriad, Helvetica, Arial, sans-serif;
	color: #333;
}

a.vcard
{
	display: block;
	width: 34px;
	height: 34px;
	position: absolute;
	top: 0;
	right: 110px;
}

a.vcard img
{
	width: 34px;
	height: 34px;
	font-size: 12px;
	line-height: 16px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}

a.vcard:hover img, a.vcard:focus img
{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

a.vcard2
{
	display: block;
	width: 34px;
	height: 34px;
	position: absolute;
	top: 0px;
	left: 165px;
}

a.vcard2 img
{
	width: 34px;
	height: 34px;
	font-size: 12px;
	line-height: 16px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}

a.vcard2:hover img, a.vcard:focus img
{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.shadow
{
	-moz-box-shadow: inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow: inset 0 0 10px #000000;
}

div.topRibbon
{
	position: fixed;
	top: 0;
	width: 100%;
	/* background: transparent url(../images/page_border_top.png) top left repeat-x; */
	height: 12px;
	background: linear-gradient(to bottom, rgba(32,32,32,1) 0%,rgba(32,32,32,1) 84%,rgba(32,32,32,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#00202020',GradientType=0 );
}

div.bottomRibbon
{
	position: fixed;
	bottom: 0;
	width: 100%;
	/* background: transparent url(../images/page_border_bottom.png) bottom left repeat-x; */
	height: 12px;
	background: linear-gradient(to bottom, rgba(32,32,32,0) 0%,rgba(32,32,32,1) 16%,rgba(32,32,32,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00202020', endColorstr='#202020',GradientType=0 );
}

div#loginDropDownTag
{
	display: block;
	background: transparent url(../images/page_border_top_tab.png) top left no-repeat;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	position: fixed;
	width: 129px;
	height: 39px;
	right: 30px;
	top: 9px;
	z-index: 100;
}

div#loginDropDownTag span
{
	display: block;
	padding-top: 6px;
	font: 18px 'LeagueGothicRegular';
	color: rgba(0,0,0,0.6);
	text-shadow: 2px 2px 3px rgba(255,255,255,0.1);
	overflow: hidden;
	font-variant: small-caps;
}

div#loginOverlay
{
	top: 9px;
	position: absolute;
	width: 150px;
	height: 56px;
	right: 0;
	right: 27px;
	padding: 15px;
	/* border: 2px solid #1f1f1f; */
	border-radius: 0px 0px 5px 5px;
	-webkit-background-clip: padding;
	/* box-shadow: 0 0 13px rgba(0, 0, 0, 0.47); */
	box-shadow: 1px 1px 0px rgba(9, 9, 9, 1);
	/* background-image: -webkit-linear-gradient(bottom, #e5e5e5 0%, #ffffff 100%); */
	background-color: rgb(25, 25, 25);
	background-color: rgba(32,32,32,1);
	z-index: 99;
}
div#loginOverlay .field
{
	background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
	padding: 1px;
	box-shadow: inset 1px 1px #ebebeb, 0 3px 3px #222;
	border-radius: 5px;
	margin-bottom: 10px;
	font: normal 13px "Myriad Pro", Myriad, Helvetica, Arial, sans-serif;
	width: 144px;
}
div#loginOverlay .field-with-button
{
	background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
	padding: 1px;
	box-shadow: inset 1px 1px #ebebeb, 0 3px 3px #222;
	border-radius: 5px;
	margin-bottom: 10px;
	font: normal 13px "Myriad Pro", Myriad, Helvetica, Arial, sans-serif;
	width: 114px;
}
div#loginOverlay .button-with-field
{
	background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
	padding: 0px;
	/* box-shadow: inset 1px 1px #ebebeb, 0 3px 3px #222; */
	border-radius: 4px;
	margin-bottom: 10px;
	text-transform: uppercase;
	width: 26px;
	height: 22px;
	border: none;
	font: normal 13px "Myriad Pro", Myriad, Helvetica, Arial, sans-serif;
}
div#address
{
	border-right-image: url();
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: rgb(232,232,232);
	display: block;
	height: 100%;
	width: 40%;
}
a.highlight_on_hover:hover
{
	color: #ffffcc;
	text-shadow: 0px 0px 3px rgba(255,255,255,0.76), -0px -0px 3px rgba(255,255,255,0.76);
	cursor: none;
}
.circular {
	width: 64px;
	height: 64px;
	border-radius: 32px;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	/* background: url(http://link-to-your/image.jpg) no-repeat; */
	box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
}