body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFFFFF url(images/bg.gif) repeat-x;
}
body, #wrapper, #header, #content {
	margin:0 auto;
}
p{
padding: 5px 0;
}
strong{
 font-weight: bold;
}
.clear{
 clear:both;
}

ul.yellow {
	list-style-type: disc; 
	list-style-image: url(images/bullet.gif);
	color: #2f2f2f; 
	text-transform:uppercase;
	float:left;	
	width: auto;
}

ul.yellow li{
	text-align:left;
	list-style-position: inside;
}
/*****************************************
::: Wrapper
*****************************************/
#wrapper {
	width: 968px;
	padding: 0px;
}
/*****************************************
::: Header
*****************************************/
#header {
	position:relative;
	width: 968px;
	height: 262px;
	padding: 0;
	margin:0;
	background: #FFFFFF url(images/header.gif) no-repeat top left;
}
/* we use display:inline, position:relative to center UL we also need to set the width */
#header ul {
	float:right;
	text-align:right;
	width: 799px;
	padding: 0px;
	margin: 0px;
}
#header li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display:inline;
}

#header ul li.phone {
	width:16px
	height:14px;
	padding:0 5px 0 20px;
	color:#FFFFFF;
	background:  url(images/icons/phone.gif) no-repeat 0 0;	
}

#header ul li.email {
	width:16px
	height:11px;
	padding:0 0 0 10px;
	color:#FFFFFF;
	background:  url(images/icons/email.gif) no-repeat 0 2px;	
}

#header a, #header a:visited {
	height: 24px;
	line-height: 24px;
	font-size: 11px;
	color: #FFF;
	/*border-top:1px solid #4138B7;*/
	text-transform:uppercase;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px 10px;
	text-align: center;
}

html>body #header li a {
	width: auto;
}

#header a.active {
	color: #EEE;

}
#header a:hover {
	color: #EEE;
	text-decoration: underline;
}

#header img {
	margin: 88px 0 0 0;

}
/*****************************************
::: Faux
*****************************************/
#faux {
	float: left;
	margin: 0;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%;
}
/*****************************************
::: Left Column
*****************************************/
#leftcolumn {
	float: left;
	margin: 0;
	padding: 0 2px 0 2px;
	width: 250px;
}


#leftcolumn ul#nav {
	width:250px;
	list-style: none;
	margin: 14px 0 0 0;
	padding: 0;
}
		
#leftcolumn ul#nav li {
	margin: 0;
	padding: 4px 4px;
	background:url(images/left_nav_bg.gif) repeat-y;
	border-bottom: 2px dotted #000000;
	text-align:center;
}

#leftcolumn ul#nav li.last {
	background:url(images/left_nav_btm.gif) no-repeat;
	border: 0px;
}

#leftcolumn ul#nav li.noborder {
	border: 0px;
}

#leftcolumn ul#nav li a {
	padding: 5px;
	margin: 0;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	Verdana, Lucida, Geneva, Helvetica, 
	Arial, sans-serif;
	text-transform:uppercase;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	width: 100%;
	text-align:center;
	}

html>body #leftcolumn ul#nav li a {
	width: auto;
}

#leftcolumn ul#nav li a:hover {
	text-decoration: underline;
}

#leftcolumn ul#buttons {
	display:block;
	width: auto;
	padding: 0px;
	margin: 0 0 2px 0;
}
#leftcolumn ul#buttons li {
	display:block;
	height: 160px;
	padding: 5px;
	margin: 2px 0 0 0;
	list-style-type: none;
	text-align:center;
	background:#3C467B;
}

#leftcolumn ul#buttons li a, #leftcolumn ul#buttons li a:visited{
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	clear:both;
}

#leftcolumn ul#buttons li a:hover{
	text-decoration:underline;
}

#leftcolumn ul#buttons li a img, #leftcolumn ul#buttons li a:visited img{
	float: left;
	margin: 0 0 2px 0px;
	padding: 0 0 2px 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}

#leftcolumn ul#buttons li a:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	-moz-opacity: 0.9;
}
/*****************************************
::: Right Column
*****************************************/
#rightcolumn {
	color: #333;
	margin:40px 0 0 0;
	padding:0;
	float: right;
	width:700px;
}

#rightcolumn .content {
	display:block;
	width:618px;
	margin:0;
	padding: 30px 40px;
	background:url(images/right_column_bg.gif) no-repeat ;
}
#rightcolumn .min-height{
	min-height:894px;
}

#rightcolumn h1 {
	font-family: tahoma;
	font-size: 20px;
	margin-bottom: 20px;
	clear: both;
	border-bottom: 1px solid #999999;
}
#rightcolumn h2 {
	font-family: tahoma;
	color: #003366;
	font-size: 18px;
	margin: 20px 0 20px;
}

#rightcolumn h3 {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 20px 0;
}

#rightcolumn ul {
	list-style-type: disc; 
	list-style-position: inside;
	list-style-image: url(images/bullet.gif);
	font-size: 12pt;
	color: #2f2f2f; 
	width: auto;
	margin:0;
}

#rightcolumn ul li{
	color: #2f2f2f; 
	width: auto;
	padding: 0 0 10px 0;
	margin:0;
}

#rightcolumn p {
	font-size: 12pt;
	color: #2f2f2f;
	line-height: 150%;
}

#rightcolumn p.intro {
	font-size: 16pt;
	font-family:"Times New Roman";
	color: #34447E;
}
/*****************************************
::: Footer
*****************************************/
#footer {
	width: 100%;
	height: 100px;
	clear: both;
	color: #000000;
	background: #FE9B03;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
}

#footer h2{
	font-size: 180%;
	font-weight:bold;
}

#footer a {
	margin: 0;
	color: #000000;
	padding: 0 5px 0 5px;
}
#footer span {
	margin: 0;
	color: #000000;
	padding: 0 10px 0 10px;
	font-weight:bold;
}
.name {
	height: 30px;
	line-height:30px;
	text-align:center;
}
.copyright {
	height: 25px;
	font-size: 88%;
	line-height:25px;
	text-align:center;
}
.links {
	height: 35px;
	line-height:35px;
	text-align:center;
}

/*****************************************
::: Breadcrumbs
*****************************************/
#breadcrumb{
	height: 12px;
	clear:both;
	float:left;
	margin: 2px 0 10px 0;
}
.breadcrumb{
	font-size: 11px;
	color: #333333;
	padding: 0;
}
.breadcrumb a:link, .breadcrumb a:visited{
	font-size: 11px;
	color: #000000;
	padding: 0;
}

/*****************************************
::: Form
*****************************************/
#form{
	padding: 10px;
}
#form td{
	padding: 0 2px 5px 2px;
}
#form label{
	display:block;
	font-size:13px;
	padding-bottom:3px;
	font-weight:bold;
}
/* Messages */
#error{      
	margin: 0 0 10px 0;
	padding: 5px;
	border: solid 1px #dd3c10;
	background: #ffebe8;
}

#error p{	
	text-align:left;  
	font-weight: normal;
	font-size: 14px;
	padding: 5px;
}
/* form button styles */
.submit{
	font-size:20px;
	width:200px;
	height:33px;
	cursor:pointer;
	color:#FFFFFF;
	font-weight:bold;
	padding: 2px 2px;
	border: 0px;
	background:#339900;
}
.cancel{
	font-size:14px;
	width:100px;
	height:26px;
	cursor:pointer;
	color:#FFFFFF;
	font-weight:bold;
	padding: 2px 2px;
	border: 0px;
	background:#666666;
}
.delete{
	cursor:pointer;
	color:#FFFFFF;
	font-weight:bold;
	font-family:Arial;
	font-size:10px;
	padding: 1px 3px;
	border:0px;
	background:#FF0000;
}
.attachment{
	font-size:14px;
	width:150px;
	height:26px;
	cursor:pointer;
	color:#FFFFFF;
	font-weight:bold;
	padding: 2px 2px;
	border: 0px;
	background:#006699;
}