@charset "UTF-8";
/* CSS Document */
body {
	background-color:#f5f5f5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	}
.head {
	color:#F09230;
	font-weight:bold;
	font-size:12px;
	}
#wrapper {
	width:950px;
	margin-top:20px;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	border:#CCCCCC thin solid;
	min-height:600px;
	background-color:#FFFFFF;
	}
#logo {
	margin:10px 0px 0px 10px;
	}

/* Right Hand Column */
#col2 {
	float:right;
	margin:0px 20px 0px 20px;
	}
#col2 #quick_links, #col2 .side_box {
	margin:10px 0px 10px 0px;
	width:195px;
	min-height:100px;
	border:#CCCCCC thin solid;
	}
#col2 #quick_links {
	margin-top:0px;
	border-top:none;
	border-right:none;
	background-color:#E1E2E5;
	background-image:url(../images/box_filer.jpg);
	background-repeat:repeat-x;
	}
#col2 #quick_links .head {
	margin:5px 0 15px 5px;
	}
#col2 #quick_links .link_text {
	position:relative;
	margin:5px 0 0 5px;
	}
#col2 #quick_links .link_text #link {
	position:absolute;
	right:20px;
	}
#col2 #quick_links .link_text #link a {
	color:#25A9E0;
	text-decoration:none;
	}
#col2 #quick_links #last {
	margin-bottom:10px;
	}
	
	
/* Page Banner */
#banner {
	margin-left:20px;
	width:690px;
	min-height:270px;
	border:#CCCCCC thin solid;
	}

/* Page Copy */	
#copy {
	width:690px;
	margin:10px 20px 10px 20px;
	}
#copy .main_head {
	color:#25A9E0;
	font-weight:bold;
	font-size:16px;
	}
#copy .head {
	color:#25A9E0;
	}
#copy p.head {
	margin-bottom:-1em;
	}
#copy .more,
#copy a.more {
	margin-bottom:1.5em;
	}
#copy .more a,
#copy a.more {
	text-decoration:none;
	color:#F09230;
	}
#copy .large_box {
	position:relative;
	width:310px;
	min-height:100px;
	margin:20px 0px 10px 0px;
	border:#CCCCCC thin solid;
	border-top:none;
	border-right:none;
	background-color:#E1E2E5;
	background-image:url(../images/box_filer.jpg);
	background-repeat:repeat-x;
	}
#copy .large_box .copy,
#copy .large_box .head,
#copy .large_box .more {
	margin:5px 10px 5px 10px;
	}
#copy .large_box .head {
	color:#F09230;
	}
#copy .large_box .more {
	position:absolute;
	bottom:0;
	left:200px;
	color:#25A9E0;
	}
#copy .large_box .more a {
	color:#25A9E0;
	text-decoration:none;
	}	
#copy #left {
	margin-left:20px;
	margin-top:0px;
	float:left;
	}
#copy #right {
	margin-left:360px;
	}

#copy .features {
	color:#25A9E0;
	margin-left:50px;
	}
#copy .features .opt{
	cursor:pointer;
	}
#copy #close {
	margin-left:600px;
	}
#copy a {
	text-decoration:none;
	color:#25A9E0;
	}
#copy .link {
	margin-left:550px;
	}
	
/* Navigation */
#nav {
	margin-left:20px;
	}
#nav img {
	margin-right:2px;
	}

/* Navigation */
#sub_nav {
	margin-top:2px;
	margin-left:20px;
	}
#sub_nav img {
	margin-right:2px;
	}

/* Footer */
#footer {
	color:#999999;
	width:950px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	line-height:1.25em;
	margin-bottom:20px;
	}
#footer a {
	text-decoration:none;
	color:#666;
	}

/* Misc */
#err, .err {
	color:#FF0000;
	}
.offer {
	margin-top:1em;
	color:#F38F2D;
	font-size:22px;
	font-weight:bold;
	text-align:center;
	}
.offer a {
	text-decoration:none;
	color:#F38F2D;
	}