@import url("../../includes/univ_styles.css");

* {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #636363;	
}
a img {
	border: none;
}
input, select, textarea, option {
	color: #00123c;
	padding: 1px;
	margin: 3px;
}
html {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: #5c94cd url(images/bg_gradient.jpg) top left repeat-x;
}

#main_container {
	width: 100%;
	min-height: 100%;
	}
	
#header {
	height: 170px;
	}

	
#content_container { width: 960px; }
	
#articles_container { width: 610px; }
#blocks_container { width: 350px; }

#footer {
	height: 100%;
	}

.disabled { background: #bbb; }

.rounded_top { background:url(images/rounded_top.png) center bottom no-repeat; padding-bottom: 65px; }
.rounded_bottom { background:url(images/rounded_bottom.png) center top no-repeat; height: 100px; }

.dropshadow_left { background:url(images/dropshadow_left.png) top right repeat-y; }
.dropshadow_right { background:url(images/dropshadow_right.png) top left repeat-y; }

.faded_blue_bg {
	background: url(images/faded_blue_bg.png) top left;
}

.altrow, tr.altrow>td {
	background: rgb(223, 240, 255);
	}

.steps_bg td {
	background: url(images/steps_bg.png) top left repeat-x;
}
.td_lines, .td_lines td {
	border: 1px solid #000;
}

#nav_container * { color: #636363; }
#nav_container {
	height: 52px;
	width: 560px; 
	float: right;
	background: url(images/navbar_bg.png) top left repeat-x;
	margin-right:20px;
	text-align: center;
	}
	#nav_container a { 
		font-family: arial, helvetica, sans-serif;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: bold;
		padding-right: 10px;
		text-align: center;
	}
	#nav_container a:hover { 
		color: #0797f2; 
		text-decoration: none;	
	}
	#nav_container b { 
		font-family: arial, helvetica, sans-serif;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: bold;
		color: #0797f2; 
		padding-right: 10px;
		text-align: center;
		}
	
	

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
}
	h1 span {
	font-size: 1.5em;	
	}

h2 {
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	padding: 0px;
}

h3 {
	text-align: left;
	font-size: 24px;
	font-weight: normal;
	color: #2998f0;
	line-height: 24px;
}
		

ul.list1 li {
	font-size: 18px;
	line-height: 24px;
	color: #636363;	
}

ul.list1 span {
	font-size: 18px;
	line-height: 24px;
}

.Tmargin-30 {
	margin-top: -30px;
}

.table_seminars {
	border:	1px solid #3399ff;
	border-collapse: collapse;
}

.table_seminars td {
	border: 1px solid #3399ff;
}

.table_pricing {
	border-collapse: collapse;	
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
}
	.table_pricing td {
		width: 25%;
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
		padding: 5px;
	}

.bg_medblue {
	background: #4575cf;	
}

.bg_drkblue {
	background: #0720a6;	
}

.fsmallcaps{
	font-variant: small-caps;
}

.Tmargin-70 {
	margin-top: -70px;
}

#header_logo {
	background-image: url(images/header_logo.gif); top left no-repeat;
	float: left;
	position: absolute;
	z-index: 3;
	text-indent: -10000px;
	width: 420px;
	height: 175px;
	margin-top: -40px;
	margin-left: 40px;
}

.gold, .gold span {
	color:#D4A85E;	
}

.med_blue, .med_blue td strong {
	color: #4575cf;	
}

.lt_blue {
	color: #2998f0;	
}

.med_grey {
	color: #636363;	
}

.LRpadding50 {
	padding-left: 50px;
	padding-right: 50px;
}

.Lpadding30 {
	padding-left: 30px;	
}

.quote_src {
	font-size: 14px;
	font-style: italic;
}

.Zindex2 {
	position: relative;
	z-index: 2;
}

.Zindex3 {
	position: relative;
	z-index: 3;
}



