
/* CSS Document */

body
{
	text-align:left;
	font-family:Helvetica, Arial, sans-serif;
	line-height:135%;
	font-size:13px;
	color:#333;
}

#Body {
	background:#E0e0e0 url(images/bg.jpg) repeat-x;
}

.FCKLinkGalleryContainer {
	background:#fff;
}

.Form td {
	padding:5px;
}

img {
border:none;
}
		
ul li {
	margin:2px 0 3px 0px;
	padding:0 0 0 0px;
}

ul {
	margin:0 0 0 22px;
	padding:0;
}

hr {
	border-top:1px solid #ccc;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}

#Robot {
	position:absolute;
	top:20;
	right:0;
}

#Main 
{
	width:900px;
	padding:0;
	margin:0 auto;
	overflow:hidden;
}

#Header {
	float:left;
	width:900px;
	height:100px;
}

#LeftHeader
{
	width:400px;
	height:80px;
	padding:20px 0 0 0;
	float:left;
}

#RightHeader
{
	width:500px;
	height:65px;
	padding:35px 0 0 0;
	text-align:right;
	float:right;
}

#Middle {
	width:860px;
	padding:20px;
	margin:15px 0 15px 0;
	float:left;
	background:#fff;
	-webkit-border-bottom-left-radius:12px;
	-webkit-border-top-right-radius: 12px;
    -moz-border-radius-topright:12px;
    -moz-border-radius-bottomleft:12px;
    border-radius-topright:12px;
    border-radius-bottomleft:12px;

}

#dnn_ContentPane {
	width:550px;
	margin:0px 15px 0px 0px;
	float:left;
}

#dnn_RightPane {
	width:280px;
	margin:0 0 0 10px;
	float:left;
}

#dnn_FullPane {
	width:860px;
	margin:15px 0 15px 0px;
	float:left;
}

#Bottom {
	float:left;
	width:860px;
	height:34px;
	margin:0;
	background:#a4a2a2;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-top-right-radius: 8px;
    -moz-border-radius-topright:8px;
    -moz-border-radius-bottomleft:8px;
    border-radius-topright:8px;
    border-radius-bottomleft:8px;
}

#footer
{
	width:900px;
	padding:0;
	margin:0;
	float:left;
}

/*################################################################################
#
#	TYPOGRAPHY
#
################################################################################*/

/********************************************************************************/
/* Standard */

P {
	margin:6px 0 9px 0;
}

H1, .Head {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#661b1c;
	font-weight:normal;
	font-style:normal;
}


H2 {
	font-family:'Vegur ExtraLight', Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#661b1c;
	font-weight:normal;
	margin:0;
	line-height:132%;
}

H3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#666;
	padding:0;
	margin:8px 0 6px;
}

H4 {
	font-family:'Vegur Regular', Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#661b1c;
	margin:0;
	padding:0;
}

H5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	color:#666;
	margin:0;
	padding:0;
}

H6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	font-size:13px;
	font-weight:bold;
}

body a:link, body a:visited, body a:active {
	color:#661b1c;
	text-decoration:underline;
}
	
a:hover
{
	color:#666;
	text-decoration:none;
	}
	
.SubHead {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:120%;
	font-weight:bold;
	color:#666;
}

.SubSubHead {
}

.Normal {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
}

Table, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	font-weight:normal;
}

.NormalTextBox {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	font-weight:normal;
}

.NormalRed {
}

.NormalBold {

}

/*-------------------------------------------------------------
	TOP NAV
-------------------------------------------------------------*/

/*-------------------------------------------------------------
	LEVEL ONE
-------------------------------------------------------------*/

#topNav ul {
	padding:0;
	margin:0 0 0 10px;
	list-style:none;
	float:right;
	width:auto;
}
#topNav li {
	margin:0 4px 0 0;
	padding:0;
	height:30px;
	position: relative;
	float:left;
	list-style: none;
	background:url(images/right.jpg) no-repeat right;
}

#topNav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin: 7px 0 0 0;
	width:auto;
	background-color:#7C2827;
	background-image:none;
	height:auto;
}

#topNav li ul li{
	width:180px;
	border-top:1px solid #ccc;
	height:auto;	
	background-color:#7C2827;
}

#topNav li ul li a {
}

#topNav a {
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:normal;	
	font-size:13px;
	height:18px;
	display:block;
	text-decoration:none;
	color:#fff; 
	background:#a4a2a2;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright:4px;
    -moz-border-radius-bottomleft:4px;
    border-radius-topright:4px;
    border-radius-bottomleft:4px;
}

#topNav li li a {
	background-image:none!important;
	font-size:13px;
	height:auto;
	background-image:none;

}
#topNav li a:hover {
	background:#70C041;
	text-decoration:underline;
}

#topNav li.SelectedTab a {
	background:#70C041;
}

#topNav li.SelectedTab, #topNav li:hover {
}


#topNav .DisabledTab {
	color:#ffffff;
}
/* no need to change these hover classes
unless you need more than 4 levels */
#topNav li:hover ul ul,
#topNav li:hover ul ul ul,
#topNav li:hover ul ul ul ul,
#topNav li.iehover ul ul,
#topNav li.iehover ul ul ul,
#topNav li.iehover ul ul ul ul{
	left: -999em;
}
#topNav li:hover ul,
#topNav li.iehover ul {
	top: 1.6em;
	left:0;
	
}
#topNav li li:hover ul,
#topNav li li li:hover ul,
#topNav li li.iehover ul,
#topNav li li li.iehover ul {
	top: 0;
	left:12.8em;
}



/*-------------------------------------------------------------
	BOTTOM NAV
-------------------------------------------------------------*/

#botNav ul {
	padding:0;
	margin:4px 0 0 10px;
	list-style:none;
	float:right;
	width:auto;
}
#botNav li {
	margin:0 4px 0 0;
	padding:0;
	height:30px;
	position: relative;
	float:left;
	list-style: none;
	background:url(images/right.jpg) no-repeat right;
}

#botNav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin: 7px 0 0 0;
	width:auto;
	background-color:#7C2827;
	background-image:none;
	height:auto;
}

#botNav li ul li{
	width:180px;
	border-top:1px solid #ccc;
	height:auto;	
	background-color:#7C2827;
}

#botNav li ul li a {
}

#botNav a {
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:normal;	
	font-size:12px;
	height:18px;
	display:block;
	text-decoration:none;
	color:#fff; 
}

#botNav li li a {
	background-image:none!important;
	font-size:13px;
	height:auto;
	background-image:none;

}
#botNav li a:hover {
	text-decoration:underline;
}

#botNav li.SelectedTab a {
	text-decoration:underline;
}

#botNav li.SelectedTab, #botNav li:hover {
}


#botNav .DisabledTab {
	color:#ffffff;
}
/* no need to change these hover classes
unless you need more than 4 levels */
#botNav li:hover ul ul,
#botNav li:hover ul ul ul,
#botNav li:hover ul ul ul ul,
#botNav li.iehover ul ul,
#botNav li.iehover ul ul ul,
#botNav li.iehover ul ul ul ul{
	left: -999em;
}
#botNav li:hover ul,
#botNav li.iehover ul {
	top: 1.6em;
	left:0;
	
}
#botNav li li:hover ul,
#botNav li li li:hover ul,
#botNav li li.iehover ul,
#botNav li li li.iehover ul {
	top: 0;
	left:12.8em;
}
