/*-------------------------------------------
Stylesheet by Paul Schoenfelder, Warner Connect.
Modified On: July 9th, 2008
---------------------------------------------*/

/*-------------------------------------------
 General Styles 
---------------------------------------------*/
html {
	height: 100%; margin-bottom: 1px;
}
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: "Tahoma", Verdana, sans-serif;
	font-size: 10px;
	background-image: url(./images/bg_waves.png);
	background-repeat: repeat;
}

img {
	border: solid 0px;
}

p {
	text-align: justify;
}

a {
	color: #cd3233;
}
a:link {
	color: #cd3233;
}

a:visited {
	color: #cd3233;
}

a:hover {
	color: #000;
	text-decoration: none;
}
.clear {
	clear: both;
}

/*--------------------------------------------
 Layout 
----------------------------------------------*/
#page {
	text-align: center;
	margin: 0 0 0 0;
}
#container {
	width: 820px;
	height: auto;
	background-image: url(./images/bg_content.png);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
}
#content {
	width: 800px;
	position: relative;
	right: -10px;
	height: auto;
}
#header {
	background-image: url(./images/bg_header.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 119px;
}
#mainmenu {
	width: 799px;
	height: 34px;
	background-image: url(./images/bg_mainmenu.png);
	background-repeat: repeat-x;
}
#main_content {
	width: 100%;
	margin: 2px 0px 2px 0px;
	text-align: center;
	height: auto;
}
#dnn_ContentPane {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 15px;
}
#footer {
	width: 799px;
	height: 43px;
	background-image: url(./images/bg_footer.png);
	background-repeat: repeat-x;
	clear: both;
}
.brh_container_wrapper {
	margin-bottom: 15px;
}

/*------------------------------------------------
 Logo 
--------------------------------------------------*/

#logo {
	background-image: url(./images/head.png);
	background-repeat: no-repeat;
	float: left;
	margin-left: 5px;
	margin-top: 3px;
}

/*-------------------------------------------------
 Menu 
---------------------------------------------------*/
#menu_chip {
	position: relative;
	left: -530px;
	float: right;
}

/*-------------------------------------------------
Header
---------------------------------------------------*/
#search {
	clear: both;
	position: relative;
	right: -250px;
	top: -20px;
}
#top_menu {
	float: right;
	width: 65%;
	position: relative;
	top: 20px;
	text-align: right;
	height: 20px;
}

/*-------------------------------------------------
Content
---------------------------------------------------*/

/*---------------------------------------------------------
 Footer 
-----------------------------------------------------------*/
#footer_content {
	border-top: solid 1px #333333;
	height: 30%;
	width: 100%;
}
#copyright {
	text-align: left;
	font-size: 9px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}
#contact {
	text-align: left;
	font-size: 10px;
	float: right;
	margin-right: 5px;
	margin-top: 2px;
}
#contact_us {
	position: relative;
	right: -67px;
	top: -4px;
	font-size: 10px;
	color: White;
	font-weight: bold;
	text-transform: uppercase;
}
#contact_phone {
	position: relative;
	top: -4px;
	right: -40px;
}
/*----------------------------------------------------------
 DotNetNuke Specific 
------------------------------------------------------------*/
.SkinObject {
	color: #003366;
	font-weight: 400;
}
.Normal {
	font-size: 13px;
	color: #666666;
}
.Normal h1 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.Head {
	font-weight: 500;
	color: #000;
	font-size: 18px;
}	




