/* import all styles */


body {
	margin: 0;
	color: #666;
	font: normal 11px/1.7em "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	background: #E0E0E0;
	text-align: center;
}

#body_td {
	color: #666;
	font: normal 11px/1.7em "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	background: #E0E0E0;
	padding-left: 12pt;
	margin-left: 12pt;
	text-align: center;
}

#horizon {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -200px;
	text-align: center;
	min-width: 900px; 
}
#wrapper {
	background-color: #fff;
	position: relative;
	text-align: left;
	width: 900px;
	height: 380px;
	margin: 0px auto;
	}

#logo {
	position: absolute;
	right: 175px;
	top: 0px;
	width: 100px;
	height: 369px;
	background: #9c3 url(http://localhost/proteamagency/images/logo.jpg) no-repeat left bottom;
}

#nav {
	position: absolute;
	right: 5px;
	top: 6px;
	width: 170px;
	height: 369px;
	background: #9c3 url(http://localhost/proteamagency/images/nav_bkgd.jpg) no-repeat right bottom;
}

/* show the correct submenu for each section */
body#home ol#m1,
body#about ol#m1,
body#faqs ol#m1,
body#clients ol#m1,
body#contact ol#m1,
body#colophon ol#m1,
body#journal ol#m3,
body#feeds ol#m1,
body#searchresults ol#m1,
body#error ol#m1,

body#web ol#m2,
body#print ol#m2,
body#identity ol#m2,
body#illus ol#m2,

body#articles ol#m3,
body#links ol#m5,

body#desktops ol#m4,
body#firefox ol#m4,
body#gallery ol#m4,
body#fonts ol#m4,
body#camino ol#m4,
body#safari ol#m4 { 
	display: block;
}


/* main buttons */
ul#menu {
	list-style-image: none;
	border-bottom: 1px solid #ccffff;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#menu li
{
	padding-right: 0px;
	border-top: #ccffff 1px solid;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	text-transform: lowercase;
	padding-top: 0px;
}

ul#menu a,
ul#menu a.active {
	margin: 0;
	display: block;
	padding-top: 9px;
	padding-left: 35px;
	color : #fff;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
}
ul#menu a span {
	color : #D6EBAD;
}

ul#menu a:hover
{
	color: #283B73;
	background-color: #D2D7E4;
	text-decoration: none;
}

/* second level buttons */

ul#menu ol {
	list-style-image: none;
	display: none;
	list-style: none;
	padding: 4px 0 2px 0;
	margin: 0;
	background: url(http://localhost/proteamagency/images/button_corner.png) no-repeat right bottom;
	line-height: 10px;
	border-bottom: 2px solid #fff;
}

ul#menu ol li {
	border: none;
    text-transform: none;
}

ul#menu ol li a{
	font-size: 10px;
	border: none;
	margin: 0 12px 0 0;
	padding: 3px 2px 3px 36px; 
}


/* button images for IE Win, plain text links */
ul#menu a.i-news {background-image: url(http://localhost/proteamagency/images/nav/01.png);}
ul#menu a.i-info {background-image: url(http://localhost/proteamagency/images/nav/02.png);}
ul#menu a.i-downloads {background-image: url(http://localhost/proteamagency/images/nav/03.png);}
ul#menu a.i-articles {background-image: url(http://localhost/proteamagency/images/nav/04.png);}
ul#menu a.i-links {background-image: url(http://localhost/proteamagency/images/nav/05.png);}

/* button images for others with alpha transparency pngs */
#nav>ul#menu a.i-news {background-image: url(/images/nav_png/01.png);}
#nav>ul#menu a.i-info {background-image: url(/images/nav_png/02.png);}
#nav>ul#menu a.i-downloads {background-image: url(/images/nav_png/03.png);}
#nav>ul#menu a.i-articles {background-image: url(/images/nav_png/04.png);}
#nav>ul#menu a.i-links {background-image: url(/images/nav_png/05.png);}

#nav>ul#menu a.i-news,
#nav>ul#menu a.i-info,
#nav>ul#menu a.i-downloads,
#nav>ul#menu a.i-articles,
#nav>ul#menu a.i-links {
	/* IE 5 PC hack */
	voice-family: "\"}\""; 
	voice-family:inherit;
	text-indent: -1000em;
}


/* styleswitcher menu buttons */

div#switch {
	height: 20px;
	background: url(http://localhost/proteamagency/images/switch.png) no-repeat;
}
div#switch p {
	margin: 0;
	padding: 0;
}

#switch a{
	text-indent: -10000em;
	background: url(/images/easyread.png) no-repeat left top;
	width: 170px;
	height: 20px;
	display: block; 
}

/*  IE 5 hack \*/
#switch a{overflow: hidden;}
/* end hack */ 

#switch a:hover {
	background-image: none;
}

/* form elements */

#nav label {
	display: none;
}

form#searchnews{
	position: absolute;
	bottom: 5px;
	left: 8px;
}
input#search {
	background-color: #fff;
	padding: 2px;
	width: 120px;
	color: #666;
	font-size: 10px;
}
input#submit {
	position: relative;
	top: 6px;
	left: 2px;
}

