/*************************************************************
*                         page layout                        *
*************************************************************/

* {
   padding:0;
   margin:0;
}

html, body {
	height: 100%;
}

body {
	background:#fff url(file:///C|/Documents and Settings/Adnan/Desktop/templatesss/pattymcfatpat02/css/images/bg.gif) repeat-x;
	margin:20px;
	padding:0;
	text-align:center;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000
}

#page {
	width:750px;
	background:transparent;
	margin:0 auto;
	height:100%;
	
}

/*************************************************************
*                  this controls the header                  *
*************************************************************/

#header {
	background: url(images/header1.jpg) no-repeat;
	border:1px solid #fff;
	width:750px;
	height:100px;
	text-align:right
}

#branding {
	background:url(images/header1.jpg) no-repeat;
	text-align:left;
	padding:10px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:36px;
	color:#fff;
	float: left;
	width: 350px;
}

#addr {
float:right;
text-align:right;
padding:5px;
padding-top:70px;
padding-right:10px;
color:#FFFFFF;
width: 350px;
font-size:10px;
}


/*************************************************************
*                  this is all the content                   *
*************************************************************/

#content {
	background:#fff;
	height:100%;
	margin:5px 0 0 0;
	padding:1px 0 10px 0;
	width:750px;
	font-size:14px;
}

#main{
	float:right;
	width:550px;
	background:#fff;
	text-align:justify;
	padding:5px;
	font-size: 12px;
}

/*************************************************************
*               this is the navigation stuff                 *
*************************************************************/
#local {
	float:center;
	background:url(images/local.gif) no-repeat;
	width: 750px;
	color: #000;
	font-weight: bold;
	padding:3px;
	height:20px;
}

#local ul li { 
	display: inline;
}

#local a {
	display:inline;
	color: #000;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
	text-decoration: none;
	font-size:10px;
}

#local a:hover {
	color: #fbb63d;
	padding-top: 3px;
	padding-bottom: 13px;
	padding-left: 3px;		
	padding-right: 3px;
	font-weight: bold;
	text-decoration: underline;
}

#nav {
	float:left;
	width:160px;
	border:0px solid #FFFFFF;
	background-color: #FFFFFF;
	z-index: auto;
	left: 0px;
	top: 0px;
}

.wrapper {
	width:180px;
	background: #FFFFFF;
	text-align:left;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	}

#nav ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	color:#ccc;
	background-color: #F3f3f3;
}

#nav a {
	display: block;
	padding: 7px;
	width:170px;
	overflow: hidden;
	border-top-color: #fff;
	border-bottom-color: #fff;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
}

#nav a:hover {
	background-color: #fff;
	color: #000099;
	font-weight: normal;
	border: 1px solid #ffffff;
}

/*************************************************************
*                           footer                           *
*************************************************************/

#footer {
	position:fixed;
	bottom:0;
	width:100%;
	background:#fff;
	border-top:1px solid #ccc;
	text-align:center;
	font-size:10px;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}


#footer p {
	color:#000;
}


/*************************************************************
*                           misc                             *
*************************************************************/
a:link { color: #366c9c; text-decoration:none;}
a:visited { color: #366c9c; text-decoration:none;}
a:hover { color: #990000; text-decoration:none;}
a:active { color: #366c9c; text-decoration:none;}

hr {
	border:0;
	display:none;
}

h1 {
	font-size:16px;
	color:#676767;
	font-weight:bold;
}

h2 {
	margin:0 0 0 30px;
	font-size: 12px;
	text-align:left;
	color:#b4bbd9;
}

h4 {
	margin: 0 0 10px 0;
	font-size:12px;
	font-weight:bold;
}

img {
	margin:0 0 0 0;
	padding:0 0 0 0;
	border:none;
}
