/*
ActiveRx Main Stylesheet

Light Red: EFB4A4
Medium Red: #ba4726 (header)
Dark Red: #7a2f19 (menu bar)

Orange Highlight: #e5bc65 (logo, text)

Background Gray: #999
*/

* {margin: 0px; padding:0px;
	font-family: arial;
	text-align: left;
}

html, body{
	background-color: #999;
	font-size: 12px;
	color: #333;
	height: 100%;
}
body{
	text-align: center;
}

ul{
	margin: 8px 0 8px 0;
}

li
{
	padding: 3px 0 3px 20px;
	background: url(images/checkmark.jpg) center left no-repeat;
	list-style: none;
}

a{
	color: #7a2f19;
	margin: 0;
	padding: 0;
}

a img, img {
border: 0;
padding: 0;
margin: 0;
}

.red
{
	color: #CC0000;
}

div.menu{
	background: #7a2f19;
}
div.menu a, div.menu a:link, div.menu a:visited, div.menu a:hover, div.menu a:active{
	display: block;
	float: left;
	padding: 7px 17px 7px 17px;
	text-align: center;
	text-decoration: none;
	background: #7a2f19;
	color:#fff;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: normal;
	
}
div.menu a:hover, div.menu a:active{
	background: #ba4726;
}

div.menu a.nav_active:link, div.menu a.nav_active:hover, div.menu a.nav_active:active, div.menu a.nav_active:visited
	{
	background: #ba4726;
	}

div.header div{
	padding: 10px 20px;
	font-size: 11px;
	color: #eee;
	text-align: right;
	float: right;
	letter-spacing: 1px;
	line-height: 150%;
	
}

div.header div a:link, div.header div a:visited
	{
	font-size: 11px; 
	color: #fff;
	text-decoration: none;
	}
	
div.header div a:hover, div.header div a:active
	{
	font-size: 11px;
	color: #ddd;
	text-decoration: none;
	}

div.container{
	margin: auto;
	margin-top: 0px;
	margin-bottom: 25px;
	width: 1000px;
	background-color: #fff;
	border-bottom: solid 5px #666;
}

div.container div.content{
	/*padding: 25px;*/
	line-height: 150%;
	text-align: left;
}

div.container div.header{
	background: #ba4726 url(images/header.png) top left no-repeat;
	height: 100px;
	
}

.homepage-left
{
float: left;
width: 252px;
height: 398px;
color: #eee;
background: #222;
}

div.a_final_note{
	font-size: 10px; 
	text-align: center;
	color: #ddd;
	padding-bottom: 25px;
}

div.a_final_note a{
	font-size: 10px;
	color:#ccc;
}

/* SCREEN */
#screen{position: absolute; top: 0; left: 0; background: #000; color: #fff; filter:alpha(opacity=85); opacity:.85; width: 100%; height: 100%; display: none;z-index:101;text-align:center}
#popup{
z-index:102;position: absolute;text-align:center;display: none;margin-top: 50px;width: 100%;
}
#popup_content{
margin: auto;background: #fff;color: #000;padding: 20px; width: 600px; line-height: 150%;
}
#popup_content h1{
	font-weight: bold; margin-bottom: 10px; font-size: 12px
}



div.clear{
	clear:both;
}


/* Subpage */

table.subpage{
	width: 100%;
	border: 0px;
}
table tr td{
	vertical-align: top
}
table.subpage tr td div{
	padding: 20px;
}
/*Top Row*/
td.top{
	height: 100px;
	border-bottom: solid 1px #ccc;
	font-family: 'Times New Roman',Times;
}
td.top div {
	color: #7a2f19;
	margin-top: 40px;
	font-family: 'Times New Roman',Times;
	font-size: 24px;
}

td.top div em {
	font-family: 'Times New Roman', Times;
	font-size: 24px;
	font-style: italic;
	}

tr.rt td.ctl, tr.rt td.ctr
	{
	border-bottom: 1px solid #ccc;
	}



/*Bottom Row*/

td.right {
	width: 200px;
	background: #fff; 
	}
	
td.left {
	width: 175px;
	background: #fff;
}
td.bottom{
}

td.bottom h1{
	font-weight: bold;
	margin-bottom: 10px;
}
td.cbl, td.cbr{
	background: #eee;
}

td.cbl em, td.cbr em 
{
	font-size: 10px;
}

table.subpage tr td div.expand { 
	padding: 0;
	margin: 0;
	}

/*Outside Columns*/


	
td.left div, td.right div{
	font-family: arial;
	font-size: 11px;
	color: #333;
}
td.left div a, td.right div a{
	font-size: 10px;
}

a.twelve:link, a.twelve:hover, a.twelve:active, a.twelve:visited { font-size: 12px; }

/*Center Columns*/
td.middle {
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	background: #fff;
}

.subpage_box
{
background: #eee;
border: 1px solid #ccc;
padding: 15px 20px 15px 20px;
margin: 15px 0 15px 0;
}


/* FORM */
input, textarea, select{
	width: 150px;
	background-color: #eee;
	border: solid 1px #ccc;
	margin-bottom: 10px;
}

label{
	float: left;
	width: 150px;
	display: block;
	clear: both
}

input[type=text] { 
	padding: 3px; 
}

input.button{
	margin-top: 10px;
	text-align: center;
	width: 75px;
	background: #ba4726;
	border: solid 1px #7a2f19;
	color: #fff;
}

textarea{
	height: 100px;
	width: 200px;
	padding: 3px;
}

input.check{
	width: 12px;
	margin: 0px;
}