@charset "utf-8";

/*==========Main==========*/

* {
                margin: 0px;
                padding: 0px;
}

html, body {
	background-image: url(img/backgroundhome.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #181C1B;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#header {
	width: 232px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #E06518;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
}

#sidebar {
	width: 215px;
	line-height: 150%;
	float: left;
}
#sidebar a:link, #sidebar a:visited {
	color: #EC1C24;
	text-decoration: none;
	background-repeat: no-repeat;
	background-image: url(img/dioff.png);
	background-position: 0 .7em;
	display: block;
	padding-left: 45px;

}
#container {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(img/centerbg.png);
}

.clear {
                clear: both;
}

/* remember to define focus styles! */
:focus {
                outline: 0;
}

/*==========Link States==========*/

a:link {
                text-decoration: none;
}

a:visited {
                text-decoration: none;
}

a:hover {
                text-decoration: none;
}

a:active {
                text-decoration: none;
}

/*==========Navigation==========*/

#nav {
}

#nav a:link, #nav a:visited {
}

#nav a:hover {
}

/*==========H Tags==========*/


h1 {
}

h2 {
}

h3 {
}

/*==========Footer==========*/

#footer {
	clear: both;
	margin-top: 30px;
	margin-right: 5px;
	margin-bottom: 30px;
	margin-left: 5px;
	padding-top: 40px;
	font-size: 10px;
	color: #333333;
	text-align: center;
}

#footer a:link, #footer a:visited {
}

#footer a:hover {
}
#sign {
	height: 352px;
	width: 293px;
	position: relative;
	left: 615px;
	top: 340px;
}
#container #maincontent {
	padding: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 300px;
}
#sidebar li {
	line-height: 300%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #EC1C24;
	font-weight: bold;
	font-size: 16px;
	list-style-type: none;
	padding-left: 18px;
}
#actionareas {
	float: right;
	height: auto;
}
#actionareas img {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 95px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#contentarea2 {
	clear: both;
	padding: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#video {
	height: auto;
	width: 320px;
	float: left;
	margin-left: 15px;
	margin-top: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #91603E;
	padding-right: 5px;
}
#welcome {
	float: right;
	height: 400px;
	width: 550px;
	font-size: 13px;
	line-height: 150%;
	margin-right: 15px;
}
#welcome #title {
	font-weight: bold;
	color: #E06518;
	font-size: 22px;
}
#welcome #title2 {
	font-weight: bold;
	color: #EC1C45;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #E14224;
	border-right-color: #E14224;
	border-bottom-color: #E14224;
	border-left-color: #E14224;
}
#sidebar a:hover {
	color: #E2751C;
	text-decoration: none;
	background-repeat: no-repeat;
	background-image: url(img/dion.png);
	background-position: 0 0em;
	display: block;
	padding-left: 45px;
}
#interiormaincontent {
	float: right;
	height: auto;
	width: 625px;
	font-size: 13px;
	line-height: 150%;
	margin-top: 75px;
	margin-right: 60px;
}
#title {
	font-weight: bold;
	color: #E06518;
	font-size: 22px;
	padding: 5px;
}
#titlenew {
	font-weight: bold;
	color: #91603E;
	font-size: 22px;
	padding: 5px;
}
#pagename {
	font-size: 26px;
	float: right;
	height: auto;
	width: 710px;
	margin-top: 23px;
	color: #000000;
	font-weight: bold;
	line-height: 1em;
}
#video a:link, #video a:visited {
	text-decoration: underline;
	color: #DD6518;
}

