html,body {
margin:0;
padding:0;
}


body {
font-family: pragmatica-web,sans-serif;;
background: #fff;
color: #2a2a2a;
}


			/*BANNER PROPERTIES*/
#header {
width:100%;
height:150px;
background:#ffffff url(images/header.jpg) top left no-repeat;
}


#header h1 {
margin: 0 0 0 250px;
line-height:1.8em;
letter-spacing: 3px;
font-size: 2em;
color: #fff;
}


#header p {
float:right;
margin: 10px 10px 0 0;
padding-top: 10px;
color : #ff9933;
}


#contact{
font-size:1.3em;
}
	
	
	
/*TOP NAVIGATION*/	

div#menu {
float:left;
width: 580px;
background: #fff;
}


ul#nav,ul#nav li {
list-style-type:none;
margin:0;
padding:0
}


ul#nav {
margin-bottom: 20px;
width: 580px;
}


ul#nav li {
float: left;
margin-right: 3px;
text-align: center;
}


ul#nav a {
float: left;
padding: 5px 15px 5px 15px;
margin-right:2px;
border: 1px solid #FFF;
background: #0067ac;
text-decoration: none;
color: #fff;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
-webkit-transition: background 0.4s ease;
-moz-transition: background 0.4s ease;
-o-transition: background 0.4s ease;
transition: background 0.4s ease;
}


ul#nav a:hover {
	background-color:#FFF;
	border: 1px solid #000;

color: #2a2a2a;
-webkit-box-shadow: 2px 5px 2px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 2px 5px 2px rgba(0, 0, 0, 0.5);
box-shadow: 2px 5px 2px rgba(0, 0, 0, 0.5);
}

ul#nav .red a:hover {
background: #930202;
color: #FFF;}


ul#nav a.active {
background: #efe46c;
color: #2a2a2a;}





/*MAIN CONTAINER*/
#container {
width: 850px;
margin: 0 auto;
background-color:#FFFFFF;
padding: 0;
}




			/*CONTENT_LEFT*/
#content {
width: 580px;
float: left;
margin: 30px 0 150px 0;
padding: 0 0 30px 0px;
text-align:justify;
}

p
{
font-size:1em;
}


p.small
{
	font-size:.85em;
}


#content h1 {
font-size: 1.5em;
letter-spacing: 2px;
color: #06a; 
}

#content h2 {
font-size: 1.2em;
letter-spacing: 2px;
color: #06a; 
}

#content li {
list-style:square;
background : inherit;
color : #000;
font-size:1.2em;
margin : 3px 0 0 0;
padding-left : 10px;
}


			/*CONTENT_RIGHT*/
#content_right {
width: 200px;
float: right;
margin: 50px 5px 0 0;
padding-bottom: 80px;
}


hr
{
color: #666666;
background-color: #FFF;
height: 1px;
}

	
		

/*IMAGES*/

img.left {
float: left;
margin-top: 5px;
margin-bottom:90px;
}


.sidebox
{
	float:right;
	width:200px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background-color:#CCC;
	margin-bottom:50px;
}
	



img
{
border: 1px solid #666666;
}
			
			
			
			
/*LINK PROPERTIES*/
a img {
border: none;
color:#000000;
}


a:link, a:visited {
color : #286e87;
font-weight:bold;
background : inherit;
text-decoration : none;
}


a:hover {
text-decoration : none;
color : #2a2a2a;
background : inherit;
}


ul.sidebarlinks  {
list-style:none;
background : inherit;
color : #0067ac;
margin : 3px 0 0 2px;
padding-left : 1px;
}



/*FOOTER*/
#footer {
clear: both;
height: 65px;
text-align:center;
padding:15px;
font-size:.90em;
border-top: 1px solid #919395;
background: #FFE4E1;
}
