
/* 
Title: 		Miltons LLP
*/

/* @group General Classes */

body {
	color: #000;
	margin: 0;
	padding: 0; 
	text-align:center;
	font: 100% "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #fff;
}

p { margin: 0 0 1.75em;}
img { float: right; margin: 0 0 20px 25px;}

/* @end */



/* @group Links */

a {text-decoration: none; cursor:pointer; color:#036; background-color: transparent;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #036;
}
a:hover {color:#036; background-color: #e7e7e7; border-bottom: 1px solid #036;
}
a img {border:none;} /* remove border for all linking graphics */

#buttons p {

}

#buttons p a {
	width: 150px;
	height:50px;
	margin: 5px;
	padding: 5px;
	vertical-align: top;
	border: 2px solid #0e339b;
	display: block;
	text-align: center;
}

#buttons p a:hover {
	border: 2px solid #3456af;
}

/* @end */


/* @group Lists */

ul { margin: 0 0 1.5em 0; padding: 0 0 0 2em;}
ul li {
	list-style: square outside url("images/site/bullet.gif");
	margin-bottom: .25em;
}

ul#secondary {
	margin-bottom: 0;
}

ul#secondary li {
	list-style: none;
}

/* @end */


/* @group Headings */

h1 { /*logo*/
	margin: 0;
	padding: 0;
	padding-top: 36px;
	font: normal 2.5em "Times New Roman", Times, Georgia, serif;
	color: #fff;
	background-color: transparent;
}
h1 a, h1 a:hover {
	padding: 0;
	text-decoration: none;
	color: #fff;
	background-color: transparent;
	border-style: none;
}

.llp { font-size: 56%;} /*make llp smaller*/

h2 {
	font: normal 2em "Times New Roman", Times, Georgia, serif;
	margin: 0 0 .75em 0;
	color: #036;
}
h2 a{
	text-decoration: none;
	border-bottom: none;  
}
h2 a:hover{
	
	border-bottom: 1px solid #036;
}
h3 {
	font-size: 1.25em;
	font-weight: bold;
	margin: 0;
	color: #036;
}

h4, h5 {
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 .38em;
	color: #036;
}
h5 {
	font-weight: bold;
	font-style: italic;
}	

h6 { /*logo tag line*/
	font-size: .88em;
	font-weight: bold;
	color: #ccc;
	margin:0;
	padding:0;
}


/* @end */


/* @group Page Structure */

#wrapper {
	width: 750px;
	margin:0 auto;
	padding:0;
	text-align: left;
}

#header {
	width: auto;
	height: 124px;
	padding-left: 25px;
	background: #0f38a0 url("images/site/miltonsen.png") no-repeat left top;
}

.frenchlanguage #header {
	background: #0f38a0 url("images/site/miltonsfr.png") no-repeat left top;
}

#header h1{
	display: none;
}
#header h6{
	display: none;
}

#content a img {
	border: 2px solid #2449a6;
}

#content a:hover img {
	border: 2px solid #002e4e;
}

#content {
	font-size: .75em;
	line-height: 1.25em;
	width: 500px;
	float: left;
	padding: 25px;
	background: #fff url(images/site/content_back.jpg) no-repeat left top;
}

#nav {
	width: 200px;
	float: left;
	background: #0e38a0 url(images/site/nav_back.jpg) no-repeat left top;
	z-index: 11;
	overflow: visible;
	padding-bottom: 150px;
}

#footer {
	clear: both;
	width: 100%;
	padding: 25px 0;
	margin: 0;
	color: #999;
	background-color: #fff;
	position: relative;
/*	overflow: visible; makes footerend show up*/
}

/* @end */

/* @group Nav Area*/

#nav ul {
	margin: 18px 0 40px 0;
	padding: 0;
	font-size: .81em;
	font-weight: bold;
	line-height: 1.25em;

}

#nav li {
	list-style-image: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline; /*fixes double margin bug*/

}

#nav li a {
	width: 175px; /*needed so ie uses all the area has hotspot*/
	padding: .31em 10px .31em 15px;
	text-decoration: none;
	color: #fff;
	display: block;
	border-style: none;
	background-color: transparent;

}

#nav li ul {
	margin: 0 0 .75em;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;

}

#nav li ul a {
	width: 160px; /*needed so ie uses all the area has hotspot*/
	padding: .16em 10px .16em 30px ;
	background-color: transparent;
	display: block;

}

#nav li a:hover, #nav li ul a:hover {
	background-color: #0a3577;

}

#nav li a.selected, #nav li ul a.selected {
	color: #ccc;
	background-color: #002e4e;

}

#nav p {
	font-size: .75em;
	line-height: 1.5em;
	margin: 0 5px 50px 12px;
	color: #ccc;

}

#nav p a, #nav p a:hover {
	color: #ccc;
	text-decoration: none;
	background-color: transparent;
	border-style: none;

}
/* @end */


/* @group Home Area */

p.home {
	font-size: 1.258em;
	line-height: 1.5em;
	margin-bottom: 1.25em;
}
/* @end */


/* @group Footer Area*/

#footer p {
	font-size: .63em;
	margin: 0;
	padding: 0;
}
/* @end */

/* @group Form */
fieldset {
	border-style: none;
}

form {
	vertical-align: top;
}

label {
	width: 200px;
	font-weight: bold;
	display: block;
	margin-right: 10px;
	text-align: right;
	float: left;
	clear: left;
	margin-top: 5px;
}

label.sub {
	font-weight: normal;
	font-style: normal;
}


input {
	display: block;
	float: left;
	margin-top: 5px;
}

.csc-mailform-submit{
	margin-left: 384px;
}

dl.csc-menu{
	
}

dl.csc-menu dt{
	float:left;
	clear: left;
	width: 108px;
	margin-top: 10px;
	display: block;
	margin-left: 15px;
}
dl.csc-menu dd{
	margin-top: 10px;
	display: block;
	float: left;
	
}

img{
	 border-style: none;
}

.centered,.centered a, .centered a img{
	clear: both;
	text-align: center;
	margin: 0 30px 0 0;
	border: 0;
}


/* @end */
