/************************************************************/
/*Global Styles*/
/************************************************************/
* {
	margin:0;
	padding:0;
}

/* MAC HIDE \*/
html, body {
	height:100%;
	margin:0;
	padding:0;
}
/*END MAC HIDE*/

body {
	background: url(../images/background.gif) repeat-x top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
}
/************************************************************/
/*Container*/
/************************************************************/
/*MAC HIDE\*/
#container {
	min-height:100%;
}
/*END MAC HIDE*/

* html #container {
	height:100%;
}

#container {
	width:780px;
	margin:0 auto;
}
/************************************************************/
/*Header*/
/************************************************************/
#header {
	width:780px;
	height:2em;	
	margin:0 auto;
	background:#D3D3D3;
}

/************************************************************/
/*Main*/
/************************************************************/
#main {
	width:780px;
	margin:0 auto;
	background:#D3D3D3 url(../images/main_background.gif) repeat-y top ;
	
}
/************************************************************/
/*Content*/
/************************************************************/
#content {
	float:left;
	font-size:0.7em;
	margin: 3px 3px 0 6px;	
	width:471px;
	background:#D3D3D3;
}
#content h1 {
	font-size:2em;
	margin:0 1em 5px 1em;
	font-family:Arial, Helvetica, sans-serif;
}
/************************************************************/
/*Menu Div*/
/************************************************************/
#menu {
	width:780px;
	height:1.5em;
	background:#E8E2D0;
}

#menu p {
	font-size:0.7em;
	line-height:2em;	
}

#menu a {
	text-decoration:none;
	color:#333333;	
}
/************************************************************/
/*Left Column*/
/************************************************************/
#leftColumn {
	float:left;
	width:150px;
	background:#000000;
}
#leftColumn img {
	margin:0.8em 0 0.8em 0;
}
#nav {
	border-bottom:2px solid #0B4EA4;
}

#nav li {
	text-align: left;
	margin: 0.3em 0.3em 0.3em 1.5em;	
	list-style-image: url(../images/boxes.gif);
}

#nav li a {
	font-size:0.7em;
	display:block;
	width:120px;
	height:1.5em;
	text-decoration:none;
	color:#ffffff;
}

#nav li a:hover {
	background:#1f7ab6;
}

#leftcontact {
	text-align: left;
	font-size:0.7em;
	color:#ffffff;
	padding: 10px 0 20px 20px;
}
/************************************************************/
/*Right Column*/
/************************************************************/
#rightColumn {
	float:left;
	width:150px;
	background:#000000;
}
#rightColumn img {
	margin:0 0 0.3em 0;
	position:inherit;
}
/************************************************************/
/*Footer*/
/************************************************************/
#footer {
	width:780px;
	height:1.5em;
	margin: 0;
	background:#1f7ab6;
	font-size:0.75em;
	color: #FFFFFF;
	text-decoration: none;
	border-top: 1px solid #888888;
	border-bottom: 1px solid #888888;
}

#footer a {
	font-size:0.75em;
	color:#FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	font-size:0.9em;
	background: #888888;
	text-decoration: none;
}

#footer p {
	font-size:65%;
}

#footerNav {
	float:right;
}

#clearFooter {
	clear:both;
}

* html > #clearFooter {
	float:left;
	width:100%; /*IE Mac*/
}
/************************************************************/