/*-----------------------------------------------------------------------------
Site Specific Stylesheet for RXAccess4u Enrollment Form

version:   1.0
date:      01/03/07
author:    [your name]
email:     [you at domain dot com]
website:   [your domain]

version history: [location of file]
-----------------------------------------------------------------------------*/

/* Import other stylesheets
-----------------------------------------------------------------------------*/
@import url("../assets/css/default.css");


/* Set up the document
-----------------------------------------------------------------------------*/


.back {
	background-color:#ffcc00;
}

#wraper {
	background-color:#fff;
	width:754px;
	margin:0 auto
}

#toplinkset {
	background-image:url(../imgs/top.gif);
	height:203px;
	width:754px;
}

#toplinkset div.navleft {
	float:left;
	height:203px;
	width:522px;
}

#toplinkset div.navright {
	float:right;
	margin-top:30px;
	width:213px;
}

#bodybox {
	background-color:#FFF;
	width:734px;
	padding:10px;
	text-align:left;
}

#searchbox {
	width:180px;
	height:40px;
	margin:10px;
}
.addbox {
	margin:5px;
}

#primary{
	width:100%;
}
/* Typography
-----------------------------------------------------------------------------*/

h1 {
	color:#9500C6;
}
h2 {
	color:#9500C6;
}
h3 {
	color:#9500C6;
	
}

h4 {
	color:#9500C6;
}
	

a:link {
	color:#9500C6;
	text-decoration:none;
}
a:visited {
	color:#9500C6;
	text-decoration:none;
}
a:active {
	color:#9500C6;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:underline;
}

form p{
 	padding:5px 0;
 	font-weight:bold;
 	font-size:1.2em;
}
/* Header
-----------------------------------------------------------------------------*/



/* Navigation
-----------------------------------------------------------------------------*/

.linkbox1 {
	float:left;
	width:410px;
	position:relative;
	padding-left:110px;
	padding-top:50px;
}
.linkbox2 {
	float:left;
	width:410px;
	
	padding-left:113px;
	padding-top:27px;
	
}

.linkbox3 {
	float:left;
	padding-top:30px;
	padding-left:3px;
	width:520px;
}
.linkset {
	text-align:left;
	float:left;
}
/* Footer
-----------------------------------------------------------------------------*/
#footbodybox {
	
}
#footer {
	background-color:#ffcc00;
	text-align:center;
}
#footer a:link {
	color:#000;
	text-decoration:none;
}
#footer a:visited {
	color:#000;
	text-decoration:none;
}
#footer a:active {
	color:#000;
	text-decoration:none;
}
#footer a:hover {
	color:#9500C6;
	text-decoration:underline;
}


/* Forms
-----------------------------------------------------------------------------*/
.formWrapper{
	width:735px;
	margin-left:auto;
	margin-right:auto;	
}

/* Tables 

-----------------------------------------------------------------------------*/


.emphasis-text { color:#9500C6;}

