@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

/***********************************************/
/* UK-Irish Tax Services Style Sheet           */
/* Author: WebCatch 2009                       */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


html,body, p, img{
	padding:0;
	margin:0;
	border:none;
	line-height:1.5em;
}

body{
	font:79% "Trebuchet MS", Arial;
	text-align: center;
}

.left{
	float:left;
}

.right{
	float:right;
}

#container{
	width:736px;
	margin: 0 auto;
	text-align: left;
	color:#333;
}

#content{
	padding:15px;
}

#phone{
    padding: 0;
    z-index: 202;
    position: absolute;
    right: 25px;
    top: 55px;
    color:#666;
    font-size:170%;
}

#nav {
	margin:0;
	padding:0;
	font-size:155%;
	width:100%;
	z-index: 202;
    position: absolute;
    right: 540px;
    top: 200px;
}
#nav li {
	display:block;
	padding:0;
	margin:0;
	text-align:right;
	height:63px;
}
#nav a:link, #nav a:visited {
	color:#ccc;
	padding:15px 15px 15px 95px;
	text-decoration:none;
}
#nav a:hover {
	color:#fff;
	padding:15px 15px 15px 95px;
	text-decoration:none;
}
#nav a.active {
	color:#fff;
	padding:15px 15px 15px 95px;
	text-decoration:none;
}
/***********************************************/
/* Header styles                               */
/***********************************************/ 

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 200%;
 color:#0054a6;
}

h2{
 font-size: 135%;
 padding-bottom:5px;

}

h3{
 font-size: 130%;
}

h4{
 font-size: 100%;
 font-weight: normal;
}

h5{
 font-size: 100%;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

p{
	margin: 0;
	line-height: 1.5;
}

.blue {color:#0054a6;}
/***********************************************/
/* Link styles                                 */
/***********************************************/ 

a:link, a:visited, a:hover {
	color: #0054a6;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.white:link, a.white:visited, a.white:hover {
	color: #fff;
	text-decoration: none;
}

a.white:hover {
	text-decoration: underline;
}

a.footer:link, a.footer:visited, a.footer:hover {
	color: #999;
	text-decoration: none;
}

a.footer:hover {
	text-decoration: underline;
}

/***********************************************/
/* Text styles                                 */
/***********************************************/ 



/***********************************************/
/* Page styles                                 */
/***********************************************/ 

#header{
	color:#cccccc;
}

#footer{
	color:#666;
	padding:15px;
}


