/* Setup */

* {
	font-size: 100.01%;
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	margin-bottom: 1px;
}

html#grid {
	background: transparent url(/media/graphics/layout_grid.gif) 50% -25px no-repeat;
}

body {
	background: transparent; /*#dadada;*/
	color: #444;
	/* font: 16px/1.5 Garamond, Times, "Times New Roman", serif; // Original font styles */
	font: 14px/1.5 "Lucida Grande", Arial, Helvetica, Verdana, "Lucida Sans", sans-serif;
}

/* Layout */

#container {
	background-color: #fff;
	border: 1px solid #0c3b85;
	font-size: 100%;
	margin: 30px auto;
	padding: 10px 30px 10px 50px;
	position: relative;
	width: 766px;
}

#tv_show #container {
	padding: 10px 80px 60px 0;
}

#titles_new {
	left: 10px;
	bottom: 10px;
	height: 50px;
	position: absolute;
	width: 826px;
}

#menu {
	float: left;
	width: 160px;
}

#main {
	float: left;
	position: relative;
	width: 408px;
}

#main_cv {
	float: left;
	width: 408px;
}

#side {
	float: left;
	width: 196px;
}

#flashobject {
	height: 100%;
	margin-left: -40px;
	width: 100%;
}

#tv {
}


/* Styling */

h1 {
	height: 73px;
	margin-bottom: 20px;
	margin-left: 260px;
	overflow: hidden;
	position: relative;
	width: 229px;
}

h1 span {
	background: transparent url(/media/graphics/sitelogo_new_main_final_small.png) no-repeat;
	color: #fff;
	height: 73px;
	left: 0;
	position: absolute;
	top: 0;
	width: 229px;
}

#titles_new h1 {
	height: 50px;
	margin: 0;
	overflow: hidden;
	position: relative;
	width: 156px;	
}

#titles_new h1 span {
	background: transparent url(/media/graphics/sitelogo_new.gif) no-repeat;
	color: #fff;
	cursor: pointer;
	height: 50px;
	left: 0;
	position: absolute;
	top: 0;
	width: 156px;	
}

#titles_new p {
	line-height: 50px;
	position: absolute;
	right: 10px;
	top: 0;
}

h2 {
	color: #0c3b85;
}

img {
	background: #ffe;
	border: 1px solid #bbb;
	padding: 2px;
}

a {
	color: #f57a12;
	text-decoration: none;
}

a:hover {
	color: #0c3b85;
	text-decoration: none;
}

#menu {
	list-style: none;
}

#menu .mn_home {
	margin-bottom: 15px;
}

#menu li {
	margin-bottom: 10px;
}

#menu li a {
	color: #f57a12;
	font-size: 110%;
	text-decoration: none;
}


#menu li.mn_rob a:hover, #menu li a:hover {
	color: #0c3b85;
}

#menu li.active a,
#menu li a:hover {
	color: #0c3b85;
}

#main p {
	color: #333;
	margin-bottom: 1em;
	margin-right: 30px;
}

#main p a {
	color: #f57a12;
	text-decoration: none;
}

#main p a:hover {
	color: #0c3b85;
}

#main p.news_date {
	font-size: 80%;
	margin: 0 0 0.5em 0;
}

#main p.right-align {
	text-align: right;
	margin-right: 30px;
}

#main p.read-more {
	font-size: 90%;
	margin-bottom: 1.5em;
	margin-top: 1em;
}

#main p span.read-more {
	font-size: 90%;
}

#main ul, #main ol {
	margin: 1em 0 1em 20px;
}

#home_page {
	margin-right: 0px;
}

#home_banner p, #home_footer p {
	margin: 0 0 0.5em 0;
	padding: 0;
}

#home_banner {
	margin: 0 auto;
	text-align: center;
	width: 200px;
}

#home_page img {
	display: block;
	margin: 0 auto;
}

#home_footer {
	margin: 0 auto;
	text-align: center;
	width: 200px;
}

#experience #main_cv p.left-align {
	margin-left: 0;
}

#clients #main a.one {
	display: block;
	width: 390px;
}

#clients #main a.two {
	display: block;
	text-align: right;
	width: 350px;
}

#clients #main img {
	background: #fff;
	border: 0;
	padding: 0;
}

#experience #main_cv p {
	clear: left;
	font-size: 85%;
	margin-bottom: 20px;	
	margin-left: 115px;
	margin-right: 30px;
}

#experience #main_cv p em {
	color: #0c3b85;
	float: left;
	margin-left: -115px;
	width: 110px;
}

#experience #main_cv p strong {
	color: #f57a12;
	font-weight: 400;
}

/*
#news #main {
	padding-top: 1em;
}
*/

#news #main h2 {
	margin-bottom: 2px;
	margin-top: 0;
}

#side {
	color: #0c3b85;
	font-size: 85%;
}

#side h2 {
	color: #f57a12;
}

#side p.news_date {
	font-size: 90%;
	margin: 0 0 0.5em 0;
}

#side p {
	font-size: 95%;
}

#side p.more_news {
	font-size: 90%;
	margin-right: 10px;
	text-align: right;
}

#side p.more_news a {
	color: #f57a12;
	font-size: inherit;
	text-decoration: none;
}

#side p.more_news a:hover {
	color: #0c3b85;
}

#side p.image_text {
	text-align: center;
}

#side img.related_image {
	margin-top: 0;
}

#side h3 {
	margin-top: 0;
}

#side ul {
	margin-left: 20px;
}

/* Forms */

input, textarea {
	font: 100%/1.5 Georgia, "Baskerville Old Face", Garamond, Times, "Times New Roman", serif;
}

fieldset {
	border: 0;
	margin-right: 20px;
	margin-top: 20px;
}

legend span {
	border-bottom: 1px solid #ddd;
	display: block;
	width: 350px;
}

#main fieldset p.first-input {
	padding-top: 15px;
}

input {
	border: 1px solid #aaa;
	width: 350px;
}

textarea {
	border: 1px solid #aaa;
	height: 150px;
	width: 350px;
}

input#con-form-sub {
	cursor: pointer;
	width: auto;
}

input#con-form-sub:hover {
	border: 1px solid #0c3b85;
}